/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * F2C Wardrobes CSS File.
 * Design & Developed By Aslam Abrar Khan.
 -----------------------------------------------------------------------------------------------*/
/*
 * Imported Style
 */
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(../fonts/icofont/icofont.css);
/*
 * Custom Fonts
 */
@font-face {
  font-family: AA Bebas Neue;
  src: url(../fonts/custom-fonts/bebas-neue.ttf); 
}
@font-face {
  font-family: Lato;
  src: url(../fonts/custom-fonts/lato-regular.ttf);
}
@font-face {
  font-family: Lato Heavy;
  src: url(../fonts/custom-fonts/lato-heavy.ttf);
}
/*@font-face {
  font-family: DaunPenh;
  src: url(../fonts/custom-fonts/daunpenh.ttf);
}*/
/*
 * General Styles
 */
*{
  margin:0;
  padding:0;
  outline:none;
}
html,
body{
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #000000;
    -webkit-overflow-scrolling: touch;
}
body{
  background: #ededed;
  overflow-x: hidden;
  overflow-y: auto;
}
*:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{ 
  margin: 0;
  color: #000000;
}
h1, h2{
  font-family: AA Bebas Neue;
}
h3{
  font-family: AA Bebas Neue;
}
h4, h5, h6{
  font-size: 20px;
  font-family: Lato Heavy;
}
button{
  font-family: AA Bebas Neue;
}
*:focus {
  outline: 0 !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a{
  color: #000000;
  text-decoration: none;
  font-family: Lato;
  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: Lato;
}
ul li a{
  font-family: Lato;
}
p{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  font-family: Lato;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
  color:#000000 !important;
  font-family: Lato;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
  color:#000000 !important;
  opacity:  1;
  font-family: Lato;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
  color:#000000 !important;
  opacity:  1;
  font-family: Lato;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  color:#000000 !important;
  font-family: Lato;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{ 
  color:#000000 !important;
  font-family: Lato;
}
input::placeholder,
textarea::placeholder{
  color:#000000 !important;
  font-family: Lato;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
  box-shadow: none;
}
:hover{
  -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
      -o-transition-duration: 300ms;
        transition-duration: 300ms;
}
.sectionWrap{
  margin: 0 30px;
}
.clear{ 
  clear:both;
}
.flexRow.row {
  display: flex;
  flex-wrap: wrap;
}
.flexRow.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flexRow .flexCol {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
/*-----------------------------------------------
 Section Title, Section Subtitle
-----------------------------------------------*/
.verticalAlign{
  display: flex;
  align-items: center;
}
.secPadTop{
  padding-top: 45px;
}
.secPadBot{
  padding-bottom: 45px;
}
.sectionTitle{
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.sectionTitle h3{
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: normal;
  line-height: 32px;
  color: #3C1801;
  letter-spacing: 2px;
}
.sectionTitle p{
  margin-bottom: 5px;
}
.sectionTitle.cateTitle:before{
  content: attr(data-title);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  border-radius: 50%;
  font-family: AA Bebas Neue;
  padding-right: 4px;
  background-image: -webkit-gradient(linear,left top,right top,from(#c54d00),to(transparent));
  background-image: -webkit-linear-gradient(left, #c54d00, transparent);
  background-image: -moz-linear-gradient(left, #c54d00, transparent);
  background-image: -ms-linear-gradient(left, #c54d00, transparent);
}
.sectionTitle.cateTitle p{
  padding-left: 25px;
  line-height: 35px;
  margin-bottom: 2px;
}
.sectionSubTitle {
  margin-bottom: 15px;
}
.sectionSubTitle h4 {
  font-size: 24px;
  color: #3C1801;
  text-transform: uppercase;
  font-family: Lato Heavy;
}

.bedroomBtn{
  background-color: #fff000;
  border: 1px solid rgba(0,0,0,0.6);
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#categoriesArea .cateTextInner ul li,
#spacewoodArea .spaceBox .spaceBoxInner p,
#reasonsArea .reasonsSlide .reasonCaption h4,
#enquireNowArea .infoBoxInner .infoBoxText h5,
.bedroomBtn{
  font-size: 18px;
}
#categoriesArea .tabMenuBox ul li a p,
#enquireNowArea .enquireBox .form-group input,
#enquireNowArea .enquireBox .form-group select,
#enquireNowArea .enquireBox .form-group textarea,
#enquireNowArea .infoBoxInner .infoBoxText p,
#enquireNowArea .infoBoxInner .infoBoxText p a,
.scrollDown p{
  font-size: 16px;
}
#mainSliderArea .owl-nav .owl-next i,
#mainSliderArea .owl-nav .owl-prev i,
#sideBarArea .navbarMenu ul li a:before,
#sideBarArea .navbarMenu ul li a:hover:before,
#sideBarArea .navbarMenu ul li a:focus:before,
#sideBarArea .navbarMenu ul li a:active:before,
#sideBarArea .navbarMenu ul li a.active:before,
.sidebarToggle,
.sidebarToggle.active,
.sidebarToggle .iconLeft,
.sidebarToggle .iconRight,
#reasonsArea .reasonsSlide .reasonIcon,
#reasonsArea .reasonsSlide .reasonIcon span:before,
#reasonsArea .owl-carousel .owl-nav button.owl-next,
#reasonsArea .owl-carousel .owl-nav button.owl-prev,
#enquireNowArea .infoBoxInner .infoBoxIcon span:before{
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
#sideBarArea,
#sectionPanel,
.sideBarOpen #sectionPanel{
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
}
#mainSliderArea .owl-theme .owl-dots,
#categoriesArea .tabMenuBox ul li a .navtriangle,
#reasonsArea .owl-carousel .owl-nav button.owl-next,
#reasonsArea .owl-carousel .owl-nav button.owl-prev,
#enquireNowArea .infoBoxInner .infoBoxIcon{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
/*---------------------------------------------
  Preloader 
---------------------------------------------*/

/*---------------------------------------------
 Page Wrapper
---------------------------------------------*/
#pageWrapper{
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  margin: 0 30px;
  display: flex; 
  display: -ms-flexbox;
  flex-direction: column; 
  -ms-flex-direction: column;
    -ms-flex-pack: center;
      justify-content: center;
}
/*---------------------------------------------
 Main Slider Area
---------------------------------------------*/
#mainSliderArea{
  position: relative;
}
#mainSliderArea .owl-carousel .sliderImg {
  height: 100vh;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#mainSliderArea .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -40px;
}
#mainSliderArea .owl-nav .owl-next i,
#mainSliderArea .owl-nav .owl-prev i{
  position: absolute;
  width: 30px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #ffffff;
}
#mainSliderArea .owl-nav .owl-prev i{
  left: 45px;
}
#mainSliderArea .owl-nav .owl-next i{
  right: 15px;
}
#mainSliderArea .owl-theme .owl-dots{
  opacity: 1;
  height: 80px;
  width: 16px;
  margin: 0;
  position: absolute;
  right: 15px;
  visibility: visible;
}
#mainSliderArea .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: #ffb300;
}
#mainSliderArea .owl-theme .owl-dots .owl-dot.active span,
#mainSliderArea .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #3C1801;
  border: 1px solid #ffb300;
}

#mainSliderArea .sliderCaption {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
  padding: 60px 30px;
  background-color: #ffffff;
  overflow: hidden;
  transform: skewX(-8deg);
  -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
      -ms-transform: skewX(-8deg);
        -o-transform: skewX(-8deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
}
#mainSliderArea .sliderCaption .sliderCaptionInner{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#mainSliderArea .sliderCaption .sliderCapText h1,
#mainSliderArea .sliderCaption .sliderCapText h2,
#mainSliderArea .sliderCaption .sliderCapText h3,
#mainSliderArea .sliderCaption .sliderCaptionImg{
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
  transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
    -moz-transform: skewX(8deg);
      -ms-transform: skewX(8deg);
        -o-transform: skewX(8deg);
}
#mainSliderArea .sliderCaption .sliderCapText h1{
  font-size: 48px;
  text-transform: uppercase;
  color: #000000;
  line-height: 48px;
  letter-spacing: 2px;
}
#mainSliderArea .sliderCaption .sliderCapText h1 span{
  display: block;
  font-size: 195px;
  line-height: 140px;
  letter-spacing: 0px;
  color: #ffb320;
  margin-bottom: 10px;
  background-color: #ffb300;
  font-family: AA Bebas Neue;
  margin-left: 10px;
  letter-spacing: 2px;
  background-image: -webkit-gradient(linear,left top,right top,from(#ffb300),to(#fff000));
  background-image: -webkit-linear-gradient(left,#ffb300,#fff000);
  background-image: -moz-linear-gradient(left,#ffb300,#fff000);
  background-image: -ms-linear-gradient(left,#ffb300,#fff000);
  background-image: -o-linear-gradient(left,#ffb300,#fff000);
  background-image: linear-gradient(left,#ffb300,#fff000);
  background-color: transparent;
  background-clip: text;
    -moz-background-clip: text;
      -webkit-background-clip: text;
  text-fill-color: transparent;
    -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
}
#mainSliderArea .sliderCaption .sliderCapText h2{
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato Heavy;
  font-weight: normal;
}
#mainSliderArea .sliderCaption .sliderCapText h3{
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 10px;
  font-family: Lato Heavy;
  font-weight: normal;
}
#mainSliderArea .sliderCaption .sliderCaptionImg{
  margin-top: auto;
}
#mainSliderArea .sliderCaption:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: transparent;
  left: 100%;
  bottom: -1px;
  z-index: 2;
  box-shadow: 0px -18px 6px 3px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px -18px 6px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px -18px 6px 3px rgba(0, 0, 0, 0.65);
      -ms-box-shadow: 0px -18px 6px 3px rgba(0, 0, 0, 0.65);
        -o-box-shadow: 0px -18px 6px 3px rgba(0, 0, 0, 0.65);
}
#mainSliderArea .sliderCaption:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: transparent;
  right: 100%;
  bottom: -1px;
  z-index: 2;
  box-shadow: 0px 18px 6px 3px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 18px 6px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 18px 6px 3px rgba(0, 0, 0, 0.65);
      -ms-box-shadow: 0px 18px 6px 3px rgba(0, 0, 0, 0.65);
        -o-box-shadow: 0px 18px 6px 3px rgba(0, 0, 0, 0.65);
}
#mainSliderArea .scrollDown {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 101;
  bottom: 0;
  transform: translateX(-50%) skewX(10deg);
  -moz-transform: translateX(-50%) skewX(10deg);
    -webkit-transform: translateX(-50%) skewX(10deg);
      -ms-transform: translateX(-50%) skewX(10deg);
        -o-transform: translateX(-50%) skewX(10deg);
}
#mainSliderArea .scrollDown a{
  display: block;
}
#mainSliderArea .scrollDown .scrollDownBox{
  position: relative;
  z-index: 1;
}
#mainSliderArea .scrollDown .scrollDownBox p {
  margin-top: 5px;
  color: #000000;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: Lato Heavy;
}
#mainSliderArea .scrollDown .scrollDownBox span {
  top: 0;
  width: 17px;
  height: 34px;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #3C1801;
}
#mainSliderArea .scrollDown .scrollDownBox span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*---------------------------------------------
 Sidebar Area
---------------------------------------------*/
.fixedSidebar #sideBarArea {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
    -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
}
.sideBarOpen.fixedSidebar #sideBarArea {
  transform: translate(-100% , 0%);
  -moz-transform: translate(-100% , 0%);
    -webkit-transform: translate(-100% , 0%);
      -ms-transform: translate(-100% , 0%);
        -o-transform: translate(-100% , 0%);
}
.sideBarOpen .sidebarToggle{
  right: -30px;
}
.sideBarOpen #sideBarArea {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
    -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
}
.sideBarOpen #sideBarArea {
  transform: translate(-100% , 0%);
  -moz-transform: translate(-100% , 0%);
    -webkit-transform: translate(-100% , 0%);
      -ms-transform: translate(-100% , 0%);
        -o-transform: translate(-100% , 0%);
}
.sideBarOpen .sidebarToggle{
  right: -30px;
}

#sideBarArea {
  width: 250px;
  min-height: 100vh;
  padding-bottom: 28px;
  background-color: #000000;
  position: fixed;
  bottom: 0px;
  top: 0px;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
}
#sideBarArea .sideBarInner {
  height: 100%;
  overflow: auto;
}
#sideBarArea .sideBarHeader {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.08);
}
#sideBarArea .sideBarNav {
  width: 100%;
  background-color: #ffffff;
}
#sideBarArea .navbarMenu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
#sideBarArea .navbarMenu ul li {
  display: block;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#sideBarArea .navbarMenu ul li a{
  display: block;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0;
  padding: 15px 15px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#sideBarArea .navbarMenu ul li a:before{
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
#sideBarArea .navbarMenu ul li a:hover:before,
#sideBarArea .navbarMenu ul li a:focus:before,
#sideBarArea .navbarMenu ul li a:active:before,
#sideBarArea .navbarMenu ul li a.active:before{
  width: 100%;
}
#sideBarArea .navbarMenu ul li a:hover,
#sideBarArea .navbarMenu ul li a:focus,
#sideBarArea .navbarMenu ul li a:active,
#sideBarArea .navbarMenu ul li a.active{  
  color: #000000;
}
#sideBarArea .navbarMenu ul li a.dropdown-toggle::after{
  content: "\ea99";
  width: 20px;
  height: 20px;
  font-family: IcoFont;
  margin-left: 0;
  vertical-align: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  right: 10px;
}
#sideBarArea .navbarMenu ul li .subMenu li a.active,
#sideBarArea .navbarMenu ul li .subMenu li a:hover{
  color: #ffffff;
}
#sideBarArea .navbarMenu ul li a.dropdown-toggle.active::after{
  color: #000000;
}
#sideBarArea .navbarMenu ul li .subMenu li{
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#sideBarArea .navbarMenu ul li .subMenu li a{
  position: relative;
  display: block;
  background-color: transparent;
  padding: 8px 10px 8px 31px;
  text-transform: capitalize;
}
#sideBarArea .navbarMenu ul li .subMenu li a:before{
  background-color: #c54d00;
}
#sideBarArea .navbarMenu ul li .subMenu li a:after{
  content: '';
  width: 8px;
  height: 8px;
  left: 15px;
  top: 16px;
  border-radius: 50%;
  background-color: #c54d00;
  position: absolute;
}
#sideBarArea .navbarMenu ul li .subMenu li a:hover:after,
#sideBarArea .navbarMenu ul li .subMenu li a.active:after {
  background-color: #000000;
}
.sidebarToggle{
  opacity: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  position: fixed;
  left: 100%;
  top: 30px;
  z-index: 99;
  cursor: pointer;
  background-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #ffb300;
}
.sidebarToggle .toggleMenu {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  margin: 0 auto;
  padding: 5px 0px;
}
.sidebarToggle .toggleMenu span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.sidebarToggle.active .toggleMenu span:nth-child(1) {
  top: 8px;
  background-color: #fff;
}
.sidebarToggle.active .toggleMenu span:nth-child(2) {
  top: 16px;
  transform: translate3d(0,0,0) rotate(0deg);
    -webkit-transform: translate3d(0,0,0) rotate(0deg);
      -moz-transform: translate3d(0,0,0) rotate(0deg);
        -o-transform: translate3d(0,0,0) rotate(0deg);
}
.sidebarToggle.active .toggleMenu span:nth-child(3) {
  top: 24px;
  transform: translate3d(0,0,0) rotate(0deg);
    -webkit-transform: translate3d(0,0,0) rotate(0deg);
      -moz-transform: translate3d(0,0,0) rotate(0deg);
        -o-transform: translate3d(0,0,0) rotate(0deg);
}
.sidebarToggle .toggleMenu span:nth-child(1){
  top: 8px;
  background-color: transparent;
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -moz-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sidebarToggle .toggleMenu span:nth-child(2){
  top: 9px;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transform: translate3d(0,6px,0) rotate(45deg);
    -webkit-transform: translate3d(0,6px,0) rotate(45deg);
      -moz-transform: translate3d(0,6px,0) rotate(45deg);
        -o-transform: translate3d(0,6px,0) rotate(45deg);
}
.sidebarToggle .toggleMenu span:nth-child(3){
  top: 9px;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transform: translate3d(0,6px,0) rotate(-45deg);
    -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
      -moz-transform: translate3d(0,6px,0) rotate(-45deg);
        -o-transform: translate3d(0,6px,0) rotate(-45deg);
}
#sideBarArea .visitUs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
#sideBarArea .visitUs a{
  display: block;
  background-color: #c54d00;
  padding: 0px 10px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
}
#sideBarArea .visitUs a span{
  font-size: 12px;
  text-transform: uppercase;
}
#sideBarArea .visitUs a span i{
  display: inline-block;
  width: 22px;
  margin: 0px 8px;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
}
/*---------------------------------------------
 Section Panel Area (Content Box)
---------------------------------------------*/
#sectionPanel {
  min-height: 100vh;
  margin-left: 250px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sideBarOpen #sectionPanel{
  margin-left: 0;
}
#sectionPanel .sectionWrapper{
  position: relative;
  background-color: #ffffff;
  -webkit-flex-grow: 1;
    flex-grow: 1;
}
#sectionPanel .sectionWrapper .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
/*---------------------------------------------
 F2C Categories Area
---------------------------------------------*/
#categoriesArea .cateTextBox .cateTextInner{
  margin-top: auto;
}
#categoriesArea .cateTextInner h4{
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  font-family: Lato Heavy;
}
#categoriesArea .cateTextBox p {
  line-height: 28px;
  text-align: justify;
}
#categoriesArea .cateTextBox p span{
  font-family: Lato Heavy;
  text-transform: uppercase;
}
#categoriesArea .cateTextInner ul{
  margin-top: 10px;
}
#categoriesArea .cateTextInner ul li{
  position: relative;
  color: #000000;
  text-transform: uppercase;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 5px;
  font-family: Lato Heavy;
}
#categoriesArea .cateTextInner ul li::before{
  content: '\eed7';
  position: absolute;
  top: 0;
  left: 0;
  color: #c54d00;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  font-family: IcoFont;
}
#categoriesArea .categoryBox:nth-of-type(even){
  background-color: rgba(0,0,0,0.08);
}
#categoriesArea .categoryBox .cateBoxContent {
  margin-bottom: 15px;
}

#categoriesArea .tabMenuBox .tabMenuNav{
  display: block;
}
#categoriesArea .tabMenuBox ul li {
  width: 125px;
  position: relative;
  margin-bottom: 30px;
}
#categoriesArea .tabMenuBox ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
#categoriesArea .tabMenuBox ul li a{
  display: block;
  position: relative;
  z-index: 9;
  padding: 2px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
#categoriesArea .tabMenuBox ul li a .navtriangle{
  width: 15px;
  height: 25px;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
#categoriesArea .tabMenuBox ul li a:hover,
#categoriesArea .tabMenuBox ul li a.active{
  background-color: #000000;
}
#categoriesArea .tabMenuBox ul li a:hover .navtriangle,
#categoriesArea .tabMenuBox ul li a.active .navtriangle{
  opacity: 1;
  right: -15px;
}
#categoriesArea .tabMenuBox ul li a:hover p,
#categoriesArea .tabMenuBox ul li a.active p{
  background-color: #000000;
  color: #ffffff;
}
#categoriesArea .tabMenuBox ul li a .navtriangle:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid #000000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 0px;
  z-index: 0;
}
#categoriesArea .tabMenuBox ul li a .navtriangle:after{
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 14px;
  background: transparent;
  transform: rotate(-35deg);
  transform-origin: 80% 100%;
  box-shadow: -4px 2px 4px 0px rgba(0, 0, 0, 0.55);
}
#categoriesArea .tabMenuBox ul li a p {
  position: relative;
  text-align: center;
  padding: 0px 10px;
  line-height: 20px;
  padding-top: 3px;
  background-color: #ffffff;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}

#categoriesArea .tabBoxArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#categoriesArea .tabBoxArea .tabMenuBox {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
  flex:0 0 155px;
  max-width: 155px;
}
#categoriesArea .tabBoxArea .tabContentBox {
  max-width: calc(100% - 155px);
  width: calc(100% - 155px);
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 155px);
      flex: 0 0 calc(100% - 155px);
}
#categoriesArea .tabContentBox .tabBoxImg{
  text-align: right;
  position: relative;
}
#categoriesArea .tabContentBox .tabBoxImg p {
  padding: 4px 15px;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 10px;
  border-radius: 35px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

/*---------------------------------------------
 About F2C Area 
---------------------------------------------*/
#detailSection {
  position: relative;
  padding: 45px 0;
}
#detailSection:before {
  content: '';
  position: absolute;
  width: 38%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e1d9cc;
  z-index: 0;
}
#detailSection .detailSecBg {
  content: '';
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  right: 0px;
  background-image: url(../images/detailing-bg.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
#detailSection .detailBox{
  position: relative;
  z-index: 9;
}
#detailSection .detailBox ul li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
#detailSection .detailBox ul li span{
  font-family: Lato Heavy;
  font-size: 16px;
}
#detailSection .detailBox ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 0;
}
#detailSection .lockText p{
  display: inline-block;
  color: #c54d00;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 5px 15px;
  border-radius: 35px;
}
#detailSection .lockText p i{
  color: #000000;
  margin-right: 5px;
}

#detailingArea .detailingCol:nth-of-type(1) {
  padding-right: 30px;
}
#detailingArea .detailingCol:nth-of-type(2) {
  padding-left: 30px;
  border-left: 1px solid #3C1801;
}
#detailingArea .finishesBox {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
}
#detailingArea .finishesColor {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
#detailingArea .finishesBox p {
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
}
/*.finishesSlide.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  opacity: 0;
}*/
.finishesSlide.owl-carousel .owl-nav button.owl-next,
.finishesSlide.owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  z-index: 91;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.finishesSlide.owl-carousel .owl-nav button.owl-next{
  right: 0;
  padding-left: 3px !important;
}
.finishesSlide.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  padding-right: 3px !important;
}

.finishesSlide.owl-carousel .owl-dots {
  opacity: 1;
  margin: 0px;
  visibility: visible;
  line-height: 12px;
  margin-top: 15px;
  text-align: center;
}
.finishesSlide.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 7px;
  background-color: #c54d00;
  float: left;
  border-radius: 50%;
}
.finishesSlide.owl-carousel .owl-dots .owl-dot.active span{
  background-color: #3C1801;
}

.finishesSlide.owl-carousel .owl-stage {
  display: flex;
}
.finishesSlide.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.finishesSlide.owl-carousel .finishesBox {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.finishesSlide.owl-carousel .finishesBox p {
  flex-grow: 1;
}
.finishesSlide.owl-carousel .singleItem {
  width: 100%;
  display: flex;
  flex-direction: column;
}





#detailingArea .colorOption {
  display: inline-block;
  padding: 8px 30px;
  margin-top: 30px;
  margin-bottom: 5px;
  border-top: 1px solid #c54d00;
  border-bottom: 1px solid #c54d00;
  text-align: center;
}
#detailingArea .colorOption p{
  font-size: 18px;
  margin-bottom: 5px
}
#detailingArea .colorOption h4{
  font-size: 18px;
  letter-spacing: 1px;
}

#sectionPanel #spacewoodArea {
  /* background-color: #3C1801; */
  background-image: url(../images/company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
}
#spacewoodArea:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72)) background-image: -moz-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72));
  background-image: linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72));
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(60, 24, 1, 0.95)),to(rgba(60, 24, 1, 0.72)));
  background-image: -webkit-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72)) background-image: -moz-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72));
  background-image: -ms-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72));
  background-image: -o-linear-gradient(left, rgba(60, 24, 1, 0.95), rgba(60, 24, 1, 0.72));
}
#spacewoodArea .sectionTitle h3,
#enquireNowArea .sectionTitle h3{
  color: #ffb300;
}
#spacewoodArea .spaceBox .spaceBoxInner .sectionTitle p {
  font-size: 22px;
}
#spacewoodArea .spaceBox .spaceBoxInner p{
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  line-height: 28px;
  text-align: justify;
}
#spacewoodArea .spaceBox .spaceBoxInner p span{
  color: #ffffff;
  font-family: Lato Heavy;
}
#reasonsArea .reasonsSlide:before{
  content: '';
  width: 75%;
  height: 100px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/bg-line.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 125%;
}
#reasonsArea .reasonsSlide .owl-item:nth-of-type(even) .singleItem{
  margin-top: 45px;
}
#reasonsArea .reasonsSlide .reasonBox {
  text-align: center;
  position: relative;
  z-index: 9;
  display: block;
  margin-top: 12px;
}
#reasonsArea .reasonsSlide .reasonIcon{
  background-color: #d3dde8;
  height: 160px;
  width: 160px;
  line-height: 160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(left, rgba(197, 77, 0, 0.65), #ffffff);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(197, 77, 0, 0.65)),to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(197, 77, 0, 0.65), #ffffff)
  background-image: -moz-linear-gradient(left, rgba(197, 77, 0, 0.65), #ffffff);
  background-image: -ms-linear-gradient(left, rgba(197, 77, 0, 0.65), #ffffff);
  background-image: -o-linear-gradient(left, rgba(197, 77, 0, 0.65), #ffffff);
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        -o-border-radius: 50%;
}
#reasonsArea .reasonsSlide .reasonIcon::before{
  content: attr(data-title);
  width: 26px;
  height: 26px;
  line-height: 25px;
  position: absolute;
  top: 6px;
  left: 0;
  text-align: center;
  background-color: #3C1801;
  color: #ffffff;
  border-radius: 50%;
}
#reasonsArea .reasonsSlide .reasonIcon::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  border: 1px solid #3C1801;
  border-radius: 50%;
}
#reasonsArea .reasonsSlide .reasonIcon span{
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 77, 0, 0.18);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
  border-radius: 50%;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        -o-border-radius: 50%;
}
#reasonsArea .reasonsSlide .reasonIcon span:before{
  content: '';
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.30;
  background-color: #ffffff;
}
#reasonsArea .reasonsSlide .reasonIcon img{
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
          -o-transform: translate(-50%,-50%);
}
#reasonsArea .reasonsSlide .reasonCaption {
  margin-top: 27px;
  position: relative;
  z-index: 9;
}
#reasonsArea .reasonsSlide .reasonCaption h4 {
  color: #000000;
  position: relative;
  line-height: 28px;
  font-family: Lato Heavy;
}
#reasonsArea .owl-carousel .owl-nav button.owl-next,
#reasonsArea .owl-carousel .owl-nav button.owl-prev{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  z-index: 91;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}
#reasonsArea .owl-carousel .owl-nav button.owl-next{
  right: 0px;
}
#reasonsArea .owl-carousel .owl-nav button.owl-prev{
  left: 0px;
}
/*#reasonsArea:hover .owl-carousel .owl-nav button.owl-next{
  right: 0;
  opacity: 1;
}
#reasonsArea:hover .owl-carousel .owl-nav button.owl-prev{
  left: 0;
  opacity: 1;
}*/
#reasonsArea .owl-carousel .owl-nav button.disabled{
  opacity: 0.25;
  cursor: not-allowed;
}
/*---------------------------------------------
 Enquiry Form Area 
---------------------------------------------*/

#enquireNowArea .enquireBanner {
  position: relative;
  padding: 45px 30px 75px;
  background-color: #3C1801;
}
#enquireNowArea .sectionTitle p{
  color: rgba(255, 255, 255, 0.75);
}
#enquireNowArea .ContactBg{
  height: 300px;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0;
  background-color: #e6e7e9;
}
#enquireNowArea .enquireBox{
  position: relative;
  padding: 30px;
  margin-top: -60px;
  background-color: #ffffff;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        -o-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
#enquireNowArea .enquireBox .form-group {
  margin-bottom: 30px;
}
#enquireNowArea .enquireBox .form-group input,
#enquireNowArea .enquireBox .form-group select,
#enquireNowArea .enquireBox .form-group textarea{
  padding: 10px 15px;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
#enquireNowArea .enquireBox .form-group input{
  height: 48px;
}
#enquireNowArea .enquireBox .form-group textarea{
  height: 184px;
}
#enquireNowArea .enquireBox .form-group .form-control:focus {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  outline: 0;
}
#enquireNowArea .enquireBox .inputGroup{
  position: relative;
}
#enquireNowArea .enquireBox .inputGroup .inputGroupLabel{
  height: 44px;
  width: 100px;
  text-align: center;
  padding: 5px 15px;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px 0 0 6px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  align-items: center;
  border-right: 0;
}
#enquireNowArea .enquireBox .form-group.inputGroup select{
  padding-left: 115px;
}
#enquireNowArea .enquireBox .submitBtn button {
  position: relative;
  border: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 6px;
  font-size: 22px;
  color: #fff;
  background-size: 300%,1px;
  background-position: 0%;
  height: 44px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 4px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
  background-image: linear-gradient(left,#3C1801 0%, #c54d00 25%);
  background-image: -webkit-linear-gradient(left, #3C1801 0%, #c54d00 25%);
  background-image: -moz-linear-gradient(left,#3C1801 0%, #c54d00 25%);
  background-image: -ms-linear-gradient(left,#3C1801 0%, #c54d00 25%);
  background-image: -o-linear-gradient(left,#3C1801 0%, #c54d00 25%);
}

#enquireNowArea .enquireBox .submitBtn button::before {
  content: '';
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
        -o-transform: skewX(-25deg);
}
#enquireNowArea .enquireBox .submitBtn button:hover{
  background-position: 100% 0%;
}
#enquireNowArea .enquireBox .submitBtn button:hover::before {
  -webkit-animation: shineRight 900ms;
  animation: shineRight 900ms;
}
@-webkit-keyframes shineRight {
  100% {
    left: 100%;
  }
}
@keyframes shineRight {
  100% {
    left: 100%;
  }
}





#enquireNowArea .infoBoxInner {
  position: relative;
  min-height: 120px;
  margin-bottom: 30px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.15);
          -o-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.15);
}
#enquireNowArea .infoBoxInner:nth-last-of-type(1){
  margin-bottom: 0;
}
#enquireNowArea .infoBoxInner .infoBoxIcon {
  width: 90px;
  height: 90px;
  background-color: #c54d00;
  position: absolute;
  left: 15px;
  z-index: 5;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  background-image: linear-gradient(left, #c54d00, #ffffff);
  background-image: -webkit-gradient(linear,left top,right top,from(#c54d00),to(#ffffff));
  background-image: -webkit-linear-gradient(left, #c54d00, #ffffff);
  background-image: -moz-linear-gradient(left, #c54d00, #ffffff);
  background-image: -ms-linear-gradient(left, #c54d00, #ffffff);
  background-image: -o-linear-gradient(left, #c54d00, #ffffff);
}
#enquireNowArea .infoBoxInner .infoBoxIcon span{
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}
#enquireNowArea .infoBoxInner .infoBoxIcon span:before{
  content: '';
  height: 100%;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.15;
  background-color: #000000;
  z-index: -1;
}
#enquireNowArea .infoBoxInner:hover .infoBoxIcon span:before{
  width: 100%;
}
#enquireNowArea .infoBoxInner .infoBoxIcon img {
    width: 65%;
}
#enquireNowArea .infoBoxInner .infoBoxText {
  padding-left: 105px;
}
#enquireNowArea .infoBoxInner .infoBoxText h5 {
  position: relative;
  margin-bottom: 5px;
  color: #000000;
  text-transform: uppercase;
  font-family: Lato Heavy;
}
#enquireNowArea .infoBoxInner .infoBoxText p {
  line-height: 22px;
  color: #000000;
}
#enquireNowArea .infoBoxInner .infoBoxText p a{
  color: #000000;
}
#enquireNowArea .enquireBox .form-group input,
#enquireNowArea .enquireBox .form-group select,
#enquireNowArea .enquireBox .form-group textarea,
#enquireNowArea .enquireBox .submitBtn button{
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);

}
/*--------------------------------------------------
 Footer Area
--------------------------------------------------*/
#footerArea .footerBottom {
  background-color: #3C1801;
  padding: 6px 30px;
  color: #ffb300;
  text-align: left;
}
#footerArea .footerBottom p{
  color: #ffb300;
  font-size: 12px;
}
/*--------------------------------------------------
 Scroll Top Box
--------------------------------------------------*/
.scrollToTop{
  position: fixed;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  display: none; 
  z-index: 999;
}
.scrollToTop a{
  display: block;
}
.scrollToTop i{
  display: inline-block;
  font-size: 22px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #000000;
  text-align: center;
  border-radius: 50%;
  background-color: #ffb300;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;;
    -moz-transform-origin: 50% 50%;;
      -ms-transform-origin: 50% 50%;;
        -o-transform-origin: 50% 50%;;
}

/*----------------------------------
 Thank You Page Area
----------------------------------*/
#thankYouArea{
  position: relative;
  height: 100vh;
  background-image: url(../images/thank-you-page.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#thankYouArea .thankYouBox {
  height: 100%;
  display: block;
  position: relative;
}
#thankYouArea .thankYouBox .thankBoxInner{
  position: absolute;
  left: 20.5%;
  top: 50%;
  width: 26.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
#thankYouArea .thankBoxInner .checkMark {
  position: relative;
  margin-bottom: 15px;
  width: 150px;
  height: auto;
}
#thankYouArea .thankBoxInner .checkOne {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#thankYouArea .thankBoxInner .checkTwo {
  position: relative;
  width: 100%;
  z-index: 2;
}
#thankYouArea .thankBoxInner h4{
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}
#thankYouArea .thankBoxInner p{
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
}
#thankYouArea .thankBoxInner .counterBox{
  margin-top: 10px;
}
#thankYouArea .thankBoxInner .counterBox p{
  line-height: 32px;
}
#thankYouArea .thankBoxInner .counterBox p span{
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  background: #ffb300;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  font-size: 20px;
}