/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Customer Speak stylesheet.
 * Design And Developed By Aslam Abrar Khan.
 -----------------------------------------------------------------------------------------------*/
/*
 * Imported Style
 */
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(../fonts/icofont/icofont.css);
/*
 * Custom Fonts
 */
@font-face {
  font-family: Gobold;
  src: url(../fonts/custom-fonts/go-bold-regular.otf); 
}
@font-face {
  font-family: Akzidenz-Grotesk BQ Light;
  src: url(../fonts/custom-fonts/Akzidenz-Grotesk-BQ-Light.otf);
}
@font-face {
  font-family: Akzidenz Grotesk BQ Medium;
  src: url(../fonts/custom-fonts/Akzidenz-Grotesk-BQ-Medium.ttf);
}
/*
 * General Styles
 */
*{
  margin:0;
  padding:0;
  outline:none;
}
html,
body{
  height: 100%;
  background-color: #fff;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  letter-spacing: 1px;
  height: 100%;
    -webkit-overflow-scrolling: touch;
}
body{
  overflow-x: hidden;
  overflow-y: auto;
}
*:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin: 0;
  color: #000;
}
h1,
h2{
  font-family: Akzidenz Grotesk BQ Medium;
}
h3{
  font-family: Gobold;
}
h4,
h5,
h6{
  font-size: 20px;
  font-family: Akzidenz Grotesk BQ Medium;
}
button{
  font-family: Gobold;
}
*:focus {
  outline: 0 !important;
}
a{
  color: #000;
  text-decoration: none;
  font-family: Akzidenz-Grotesk BQ Light;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ffb300;
  text-decoration: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin:0;
  padding:0;
  border:none;
}
section img{
  max-width:100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
  font-family: Akzidenz-Grotesk BQ Light;
}
ul li a{
  font-family: Akzidenz-Grotesk BQ Light;
}
p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
  color: #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
  color: #000;
  opacity:  1;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
  color: #000;
  opacity:  1;
  font-family: Akzidenz-Grotesk BQ Light;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  color: #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{ 
  color: #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::placeholder,
textarea::placeholder{
  color: #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
:hover,
.scrollToTop i{
  -webkit-transition-duration: 0.30s;
    -moz-transition-duration: 0.30s;
      -o-transition-duration: 0.30s;
        transition-duration: 0.30s;
}
.sectionWrap{
  margin: 0 30px;
}
.clear{ 
  clear:both;
}
.flexRow.row {
  display: flex;
  flex-wrap: wrap;
}
.flexRow.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flexRow .termFlexCol {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
/*
 * Section Title, Section Subtitle
 */
.verticalAlign{
  display: flex;
  align-items: center;
}
section{
  position: relative;
}
.secPaddingTop{
  padding-top: 60px;
}
.secPaddingBottom{
  padding-bottom: 60px;
}
.sectionTitle {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 25px;
}
.sectionTitle p {
  display: inline-block;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sectionTitle h3 {
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 5px;
}
.sectionTitle:before {
  content: '';
  height: 20px;
  width: 10px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0px;
  background: #ffb300;
  transform: translateX(-50%);
}
.bedroomBtn{
  background-color: #fff000;
  border: 1px solid rgba(0,0,0,0.6);
  padding: 5px 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #000;
  cursor: pointer;
}
/*
 * Preloader 
 */
#preLoader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.loader {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
        transform: translateY(-50%);
}
.loaderBox {
  width: 50px;
  height: 50px;
  position: relative;
}
.bounceBoxOne,
.bounceBoxTwo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: circleBounce 2.0s infinite ease-in-out;
    animation: circleBounce 2.0s infinite ease-in-out;
}
.bounceBoxOne{
  background-color: #000;
}
.bounceBoxTwo {
  background-color: #fff000;
  -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-moz-keyframes circleBounce {
  0%, 100% { 
    -moz-transform: scale(0.1) 
  }
  50% { 
    -moz-transform: scale(1.0) 
  }
}
@-webkit-keyframes circleBounce {
  0%, 100% { 
    -webkit-transform: scale(0.1) 
  }
  50% { 
    -webkit-transform: scale(1.0) 
  }
}
@keyframes circleBounce {
  0%, 100% { 
    transform: scale(0.1);
      -webkit-transform: scale(0.1);
  }
  50% { 
    transform: scale(1.0);
      -webkit-transform: scale(1.0);
  }
}
/*-----------------------------------------
 Header Area 
-----------------------------------------*/
#header .headerNavBar{
  background-color: #fff;
  padding: 0px;
}
#header .headerNavBar .navbar{
  display: flex;
  padding: 0px;
  align-items: center;
  -ms-flex-align: center;
}
#header .headerNavBar .navbar-brand{
  padding: 0;
  width: 300px;
}
#header .headerNavBar .navbar-brand a{
  display: block;
}
#header .headerNavBar .navbar-brand img{
  width: 100%;
}
#header .headerNavBar ul{
  margin-left: auto;
}
#header .headerNavBar ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
#header .headerNavBar ul li{
  list-style: none;
  display: inline-block;
  position: relative;
  border: 0;
}
#header .headerNavBar ul li a{
  font-size: 18px;
  color: #000;
  text-align: center;
  display: block;
  padding: 30px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
  transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
}
#header .headerNavBar ul li a.active,
#header .headerNavBar ul li a:hover{
  background-color: #fff000;
}
#header .headerNavBar ul li a.activeMenu{
  background-color: #000;
  color: #fff000;
}

/*-----------------------------------------
 Banner Area
-----------------------------------------*/
#bannerArea,
#bannerArea .bannerContent{
  min-height: 200px;
}
#bannerArea {
  position: relative;
  width: 100%;
  background-size: 110%;
  background-position: 10% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 0;
    -ms-border-radius: 0;
}
#bannerArea .bannerInner {
  width: 100%;
  z-index: 5;
}
#bannerArea .bannerContent{
  max-width: 500px;
  padding-bottom: 50px;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
}
#bannerArea .bannerTitle{
  position: relative;
  padding: 0 30px;
}
#bannerArea .bannerTitle:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #ffb300;
}
#bannerArea .bannerContent span{
  color: #ffb300;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#bannerArea .bannerContent h1 {
  position: relative;
  color: #ffffff;
  font-size: 44px;
  font-family: Gobold;
  line-height: 60px;
  padding-bottom: 0px;
  line-height: 46px;
}
/*------------------------------
 Menu Area 
------------------------------*/
#menuArea .menuBox {
  margin-bottom: 15px;
}
#menuArea .menuBox ul {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
    -ms-align-items: center;
      align-items: center;
  -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
      justify-content: flex-start;
  flex-wrap: wrap;
    -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;

}
#menuArea .menuBox ul li{
  position: relative;
  display: inline-flex;
  margin-right: 20px;
  padding: 0;
  align-items: center;
  margin-bottom: 20px;
}
#menuArea .menuBox ul li a.active,
#menuArea .menuBox ul li a:hover{
  background: #000000;
  color: #fff000;
  -webkit-box-shadow: none;
    -ms-box-shadow: none;
      box-shadow: none;
}
#menuArea .menuBox ul li a{
  cursor: pointer;
  background: #fff000;
  /* background: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%); */
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  -webkit-box-shadow: 0 -6px 15px -9px rgba(0, 0, 0, 0.55);
    -ms-box-shadow: inset 0 -6px 15px -9px rgba(0, 0, 0, 0.55);
      box-shadow: inset 0 -6px 15px -9px rgba(0, 0, 0, 0.55);
}



#menuArea .menuBox ul li:nth-last-of-type(1){
  margin-right: 0;
}
/*--------------------------------
 Testimonials Area
--------------------------------*/
#testimonialArea{
  position: relative;
  z-index: 9;
}
.cornerBg:before,
.cornerBg:after{
  content: '';
  position: absolute;
  z-index: 0;
  width: 35%;
  height: 100%;
  opacity: 0.45;
  background-repeat: no-repeat;
  background-size: contain;
}
.cornerBg:before{
  background-image: url(../images/tab-bg-left.jpg);
  top: 0px;
  left: 0;
  background-position: left top;
}
.cornerBg:after{
  background-image: url(../images/tab-bg-right.jpg);
  bottom: 0px;
  right: 0;
  background-position: right bottom;
}
#testimonialArea .tab-content .tab-pane{
  position: relative;
  margin-top:30px;
  display: none;
  -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
      -ms-transition:all 500ms ease;
        -o-transition:all 500ms ease;
          transition:all 500ms ease;
}
#testimonialArea .tab-content .tab-pane.active{
  margin-top: 0;
  display: block;
}
#testimonialArea .testimonialBox{
  padding: 15px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
      -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);

}
#testimonialArea .testimonialBoxCol .testimonialBox:nth-last-of-type(1){
  margin-bottom: 0;
}
#testimonialArea .testimonialContent {
  padding-top: 30px;
  position: relative;
  z-index: 10;
}
#testimonialArea .testimonialContent:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 5px;
  width: 0;
  height: 0;
  width: 0;
  border-bottom: 25px solid rgba(0,0,0,0.12);
  border-right: 20px solid transparent;
}
#testimonialArea .testimonialContent .productPurchase {
  position: absolute;
  right: 0;
  top: 0;
}
#testimonialArea .testimonialContent ul{
  padding: 15px;
  background: rgba(0,0,0,0.12);
  border-radius: 12px;
}
#testimonialArea .testimonialContent .fbTestimonialImg{
  padding: 10px;
  background: rgba(0,0,0,0.12);
  border-radius: 12px;
}
#testimonialArea .testimonialContent .fbTestimonialImg img{
  border-radius: 4px;
}
#testimonialArea .testimonialContent ul li{
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 10;
  padding-left: 40px;
  text-align: left;
  margin-bottom: 5px;
  line-height: 22px;
}
#testimonialArea .testimonialContent ul li:nth-child(odd){
  font-size: 16px;
  text-transform: uppercase;
  font-family: Akzidenz Grotesk BQ Medium;
}
#testimonialArea .testimonialContent ul li:nth-child(even){
  margin-bottom: 20px;
}
#testimonialArea .testimonialContent ul li:nth-last-child(1){
  margin-bottom: 0px;
}
#testimonialArea .testimonialContent ul li:before{
  content: attr(data-title);
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  padding: 0px;
  background: #ffb300;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-family: Akzidenz Grotesk BQ Medium;
}
#testimonialArea .testimonialContent ul li:after{
  content: '.';
  position: absolute;
  left: 25px;
  top: 0;
}
#testimonialArea .testimonialInfo {
  display: flex;
}
#testimonialArea .testimonialInfo .testimonialIcon {
  width: 50px;
  height: 50px;
  background: #ffb300;
  padding: 8px;
  border-radius: 50%;
}
#testimonialArea .testimonialInfo .testimonialName{
  margin-left: 10px;
}
#testimonialArea .testimonialInfo .testimonialName h4{
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
#testimonialArea .testimonialSignArea{
  text-align: right;
}
#testimonialArea .testimonialSign{
  display: inline-flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
}
#testimonialArea .testimonialSign img{
  width: 100px;
  margin-left: 15px;
}

/*------------------------------
 Testimonial Box Style Two
------------------------------*/
#testimonialArea .testimonialBoxCol .testiBoxStyleTwo:nth-last-of-type(1) {
  margin-bottom: 0;
}
#testimonialArea .testiBoxStyleTwo {
  padding: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
      -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#testimonialArea .testiBoxStyleTwo:before,
#testimonialArea .testiBoxStyleTwo:after{
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 179, 0, 0.65);
  border-radius: 50%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#testimonialArea .testiBoxStyleTwo:before {
  top: -150px;
  right: -75px;
  z-index: 2;
}
#testimonialArea .testiBoxStyleTwo:after {
  bottom: -150px;
  left: -75px;
  z-index: 1;
}
#testimonialArea .testiBoxStyleTwo:hover:before{
  width: 340px;
  height: 340px;
  background-color: #000;
  opacity: 0.65;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#testimonialArea .testiBoxStyleTwo:hover:after{
  bottom: -190px;
  left: -115px;
}
#testimonialArea .testiBoxTwoBg {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: #838790;
  z-index: 0;
}
#testimonialArea .testiBoxStyleTwo .testiBoxTwoBg:before,
#testimonialArea .testiBoxStyleTwo .testiBoxTwoBg:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#testimonialArea .testiBoxStyleTwo .testiBoxTwoBg:before {
  top: 0;
  left: 0;
  background-image: url(../images/testi-style-two-bg-left.png);
  background-position: left top;
}
#testimonialArea .testiBoxStyleTwo .testiBoxTwoBg:after {
  bottom: 0;
  right: 0;
  background-image: url(../images/testi-style-two-bg-right.png);
  background-position: right bottom;
}
#testimonialArea .testiBoxStyleTwo .testiBoxImg{
  position: relative;
  z-index: 3;
  min-height: 180px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
}
/*-----------------------------------
 Footer Area 
-----------------------------------*/
#footer{
  background-color: rgba(0,0,0,0.9);
}
.footerLogoArea {
  position: relative;
}
#footer .footerLogoArea .footerLogoBox {
  width: 350px;
  margin: 0 auto;
}
#footer .contactInfoArea {
  position: relative;
  background: #ffb300;
  padding: 0 15px;
}
#footer .contactInfoArea .contactInfoBox {
  position: relative;
  padding: 30px 15px;
  flex-direction: row;
  align-items: center;
}
#footer .contactInfoArea .contactInfoBox:hover .contactInfoIcon{
  background: #fff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#footer a:hover{
  color: #000;
}
#footer .contactInfoArea .contactInfoBoxBorder::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: -15px;
  border-right: 1px solid #000;
  bottom: 15px;
}
#footer .contactInfoArea .contactInfoBox .contactInfoIcon{
  width: 60px;
  height: 60px;
  padding: 10px;
  display: inline;
  line-height: unset;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 6px 15px -4px rgba(0,0,0,0.60);
  -moz-box-shadow: 0 6px 15px -4px rgba(0,0,0,0.60);
    -webkit-box-shadow: 0 6px 15px -4px rgba(0,0,0,0.60);
      -ms-box-shadow: 0 6px 15px -4px rgba(0,0,0,0.60);
        -o-box-shadow: 0 6px 15px -4px rgba(0,0,0,0.60);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#footer .contactInfoArea .contactInfoBox .contactInfoText{
  padding-left: 5px;
}
#footer .contactInfoArea .contactInfoBox h6{
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
#footer .contactInfoArea .contactInfoBox p {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
}
#footer .footerBottom{
  background: #ffffff;
  margin-top: -60px;
  padding-top: 60px;
}
#footer .footerBottom .copyRight{
  padding: 5px 0;
  text-align: center;
}
#footer .footerBottom p{
  font-size: 14px;
  margin: 0;
  color: #000;
}
#footer .footerBottom p a{
  text-transform: uppercase;
  font-weight: 600;
}
/*------------------------------------------
  Feddback Page
------------------------------------------*/
#feedbackArea .feedbackBox{
  position: relative;
  z-index: 9;
  padding: 30px;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
    -ms-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
      -o-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
          box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
}
#feedbackArea .feedbackBox .form-group {
  position: relative;
  margin-bottom: 20px;
}
#feedbackArea .feedbackBox .form-group h4 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding-left: 30px;
  font-family: Akzidenz Grotesk BQ Medium;
}
#feedbackArea .feedbackBox .form-group h4:before{
  content: attr(data-title);
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #ffb300;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
}
#feedbackArea .form-group .form-control{
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  color: #000000;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
  -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.10);
      -o-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.10);
          box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.10);
}
#feedbackArea .form-group .form-control:focus {
  border-color: #fff000;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.25);
    -ms-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.25);
      -o-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.25);
          box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.25);
}
#feedbackArea .form-group input.form-control,
#feedbackArea .form-group select.form-control{
  height: 42px;
  line-height: 42px;
}
#feedbackArea .form-group textarea.form-control{
  height: 100px;
}
.checkBox ul{
  display: flex;
  align-items: center;
}
.checkBox ul li{
  position: relative;
  margin-right: 30px;
  height: 25px;
  display: flex;
  align-items: center;
}
.checkBox ul li label{
  position: relative;
  height: 100%;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 25px;
}
.checkBox input{
  position: absolute;
  left: -9999px;
}
.checkBox ul li label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(0, 0, 0, 0.45);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.checkBox ul li label:after{
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  transition: all .2s;
}
.checkBox ul li label.crossImg:after{
  left: -2px;
  top: 0px;
  background-image: url(../images/cross.png);
}
.checkBox ul li label.checkImg:after{
  top: 0px;
  left: 2px;
  background-image: url(../images/checked.png);
}
.checkBox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkBox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkBox input:disabled:not(:checked) + label:before,
.checkBox input:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkBox input:disabled:checked + label:after {
  color: #999;
}
.checkBox input:disabled + label {
  color: #000;
}
#feedbackArea .form-group .remarkBox {
  margin-top: 15px;
}
#feedbackArea .form-group .remarkBox label {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}
#feedbackArea .submitBtn{
  text-align: right;
}
#feedbackArea .submitBtn button {
  position: relative;
  border: 0;
  height: 50px;
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  color: #fff000;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-right: 60px;
  border-radius: 50px;
  padding-left: 30px;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#feedbackArea .submitBtn button i{
  height: 38px;
  width: 38px;
  line-height: 40px;
  background: #fff000;
  color: #000;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  padding-left: 3px;
  position: absolute;
  top: 6px;
  right: 5px;
  left: auto;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#feedbackArea .submitBtn button:hover{
  padding-right: 30px;
  padding-left: 60px;
  background-color: #fff000;
  color: #000000;
  box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.25);
      -webkit-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.25);
        -ms-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.25);
          -o-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.25);
}
#feedbackArea .submitBtn button:hover i{
  background-color: #000000;
  color: #fff000;
  right: 100%;
  transform: translateX(112%);
  -moz-transform: translateX(112%);
    -webkit-transform: translateX(112%);
      -ms-transform: translateX(112%);
        -o-transform: translateX(112%);
}
/*-----------------------------------
 Scroll To Top Area 
-----------------------------------*/
.scrollToTop{
  position: fixed;
  bottom: 20px;
  left: 0px;
  cursor: pointer;
  display: none; 
  z-index: 999999;
}
.scrollToTop i{
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  width: 45px;
  display: inline-block;
  background-color: #000;
  color: #fff000;
  text-align: center;
  border-radius: 0px 50px 50px 0px;
}

