/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Full Home Solutions 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(fancybox.min.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: #1d1d1d;
    -webkit-overflow-scrolling: touch;
}
body{
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}
*:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{ 
  margin: 0;
  color: #1d1d1d;
}
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: #1d1d1d;
  text-decoration: none;
  font-family: Lato;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ff1230;
  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{
  position: relative;
}
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:#ffffff !important;
  font-family: Lato;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
  color:#ffffff !important;
  opacity:  1;
  font-family: Lato;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
  color:#ffffff !important;
  opacity:  1;
  font-family: Lato;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  color:#ffffff !important;
  font-family: Lato;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{ 
  color:#ffffff !important;
  font-family: Lato;
}
input::placeholder,
textarea::placeholder{
  color:#ffffff !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;
}
.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;
}
.verticalAlign{
  display: flex;
  align-items: center;
}
.secPadTop{
  padding-top: 55px;
}
.secPadBot{
  padding-bottom: 55px;
}
/*-----------------------------------------------
 Section Title, Section Subtitle
-----------------------------------------------*/
.sectionTitle{
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  z-index: 1;
  margin-bottom: 15px;
}
.sectionTitle:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: url(../images/title-bg-y.png);
  background-size: contain;
}
.sectionTitle h3{
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: normal;
  line-height: 32px;
  color: #1d1d1d;
  letter-spacing: 2px;
}
.sectionTitle p{
  margin-bottom: 5px;
}
.sectionSubTitle {
  margin-bottom: 15px;
}
.sectionSubTitle h4 {
  font-size: 24px;
  color: #1d1d1d;
  text-transform: uppercase;
  font-family: Lato Heavy;
}
.darkBg{
  background-color: #1d1d1d;
}
.darkBg .sectionTitle h3 {
  color: #ffffff;
}
.whiteBg{
  background-color: #ffffff;
}
.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;
}
#sliderArea .owl-nav .owl-next i,
#sliderArea .owl-nav .owl-prev i{
  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{
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
}
#sliderArea .owl-theme .owl-dots{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
/*---------------------------------------------
  Preloader 
---------------------------------------------*/

/*---------------------------------------------
  Header Menu Area 
---------------------------------------------*/
#headerArea{
  display: block;
  position: relative;
  z-index: 101;
  width: 100%;
  top: 0;
  left: 0;
  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;
}
/*#headerArea .logoBox {
  padding: 15px 0;
  width: 250px;
}
#headerArea.fixedHeader{
  background-color: rgba(255,255,255,0.55);
}
#headerArea.fixedHeader .menuBox ul li a{
  padding: 5px 15px;
}*/
#headerArea .headerBox {
  padding: 0;
}
#headerArea .headerBox .headerBoxInner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
}
#headerArea .headerBox .logoBox a{
  display: block;
}
#headerArea .logoBox .menuToggler{
  display: none;
}
#headerArea .headerBoxInner .menuBox{
  margin-left: auto;
}
#headerArea .menuBox ul{
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#headerArea .menuBox ul li{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#headerArea .menuBox ul li + li {
    margin-left: 2px;
}
#headerArea .menuBox ul li a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  padding: 30px 20px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 30px;
  color: #1d1d1d;
  position: relative;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
#headerArea .menuBox ul li a.arrowDown,
#headerArea .hiddenHeader .menuBox ul li a.arrowDown {
  padding-right: 35px;
}
#headerArea .menuBox ul li.dropdown ul{
  display: block;
  width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 9;
  padding: 0px 0px;
  background-color: #ffffff;
  /* border: 2px solid #ff1230; */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
          transition: all 600ms ease;
}
#headerArea .menuBox ul li.dropdown:hover ul{
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
      -ms-transform: translateY(0);
        -o-transform: translateY(0);
          transform: translateY(0);
}
#headerArea .menuBox ul li.dropdown ul li{
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(29, 29, 29, 0.25);
  margin-left: 0;
}
#headerArea .menuBox ul li.dropdown ul li:nth-last-of-type(1){
  border-bottom: 0;
}
#headerArea .menuBox ul li.dropdown ul li a{
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  color: #1d1d1d;
}
#headerArea .menuBox ul li.dropdown .dropdownBtn {
  position: absolute;
  right: 15px;
  top: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#headerArea .menuBox ul li.dropdown .dropdownBtn i {
  color: #ffcc22;
  font-size: 18px;
  margin: 0 auto;
}
#headerArea .menuBox ul li.dropdown:hover .dropdownBtn{
  bottom: 0;
}
#headerArea .menuBox ul li:before{
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
   background-color: #fbbb00;     /*#ff1230-----red */
  left: 10px;
  top: 50%;
  margin-top: -1px;
  border-radius: 50%;
  z-index: -1;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
#headerArea .menuBox ul li.current a,
#headerArea .menuBox ul li.current .dropdownBtn i,
#headerArea .menuBox ul li.active a,
#headerArea .menuBox ul li.active a i,
#headerArea .menuBox ul li:hover a,
#headerArea .menuBox ul li ul li:hover a{
  color: #ffffff;
}
#headerArea .menuBox ul li.active:before,
#headerArea .menuBox ul li.current:before,
#headerArea .menuBox ul li:hover:before{
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0;
  top: 0;
  margin-top: 0;
}
#headerArea .menuBox ul li.dropdown:hover .dropdownBtn i{
  color: #ffffff;
}
/*------------------
 Fixed Header
------------------*/
#headerArea .hiddenHeader{
  position:fixed;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  opacity:0;
  visibility:hidden;
  background-color: #1d1d1d;
  -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
      -ms-transition:all 600ms ease;
        -o-transition:all 600ms ease;
          transition:all 600ms ease;
}
#headerArea .hiddenHeader .logoBox {
  width: 180px;
}
#headerArea .hiddenHeader .menuBox ul li.dropdown ul li{
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#headerArea .hiddenHeader .menuBox ul li a {
  padding: 10px 20px;
  color:#ffffff;
}
#headerArea .hiddenHeader .menuBox ul li.dropdown ul li a{
  color:#ffffff;
}
#headerArea .hiddenHeader .menuBox ul li.dropdown ul{
  background-color: #1d1d1d;
}

/*---------------------------------------------
 Main Slider Area
---------------------------------------------*/
#sliderArea{
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
#sliderArea .owl-carousel .sliderImg {
  height: 95vh;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#sliderArea .owl-carousel .imgOne{
  /* background-image: url(../images/slider/1.jpg); */
  background-image: url(../images/slider-new/new/MODULARKITCHEN.jpg);
}
#sliderArea .owl-carousel .imgTwo{
  background-image: url(../images/slider-new/new/WARDROBE.jpg);
}
#sliderArea .owl-carousel .imgThree{
  background-image: url(../images/slider-new/new/BEDROOMSET.jpg);
}
#sliderArea .owl-carousel .imgFour{
  background-image: url(../images/slider-new/new/ESSENTIALS.jpg);
}
#sliderArea .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
#sliderArea .owl-nav .owl-next,
#sliderArea .owl-nav .owl-prev{
  position: absolute;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  background-color: #fbbb00;
  border: 0;
  margin: 0;
  border-radius: 50%;
}
#sliderArea .owl-nav .owl-prev{
  left: 30px;
}
#sliderArea .owl-nav .owl-next{
  right: 30px;
}
#sliderArea .owl-theme .owl-dots{
  opacity: 1;
  height: 80px;
  width: 16px;
  margin: 0;
  position: absolute;
  right: 15px;
  visibility: visible;
}
#sliderArea .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: #ff1230;
}
#sliderArea .owl-theme .owl-dots .owl-dot.active span,
#sliderArea .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #1d1d1d;
  border: 1px solid #ff1230;
}
.sliderBg{
  height: 125px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
  background-image: url(../images/bg-wave-y.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sliderBg img{
  height: 100%;
  position: relative;
  z-index: 0;
}
.sliderBgInner {
  height: 3%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.sliderBgInner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  bottom: 0;
}
.sliderBgBox {
  background: url('../images/bg-wave-2.png') repeat-x;
  position: absolute;
  top: -100px;
  width: 300%;
  height: 100px;
  animation: sliderBgBox 35s cubic-bezier( 0.35, 0.45, 0.65, 0.55) infinite;
  transform: translate3d(0, 0, 0);
  background-color: #efe34261;
}
.sliderBgBox:nth-of-type(2) {
  top: -55px;
  animation: sliderBgBox 15s cubic-bezier( 0.35, 0.45, 0.65, 0.55) -.125s infinite, swell 6.5s ease -1.25s infinite;
  opacity: 1;
}
@keyframes sliderBgBox {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1500px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -45px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

#homeTitle {
  position: relative;
  z-index: 99;
  margin-top: -40px;
  text-align: center;
  overflow: hidden;
}
#homeTitle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  z-index: -1;
  top: 38px
}
#homeTitle h1 {
  font-size: 54px;
  letter-spacing: 4px;
  line-height: 54px;
}
#homeTitle h2 {
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #fcc200;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  line-height: 40px;
}
#homeTitle .typeWrite .typeWrap {
  border-right: 3px solid transparent;
}
#homeTitle .typeCursor {
  height: 100%;
  display: inline-block;
  width: 3px;
  background: #1d1d1d;
  position: absolute;
  right: 0;
  top: 0;
}
/*--------------------------------------------------
 About Area
--------------------------------------------------*/
#aboutArea{
  position: relative;
  overflow: hidden;
}
#aboutArea:after {
  content: '';
  background-color: rgba(29, 29, 29, 0.08);
  position: absolute;
  bottom: auto;
  right: -90px;
  left: auto;
  top: 0;
  z-index: -2;
  border-radius: 50%;
  width: 350px;
  height: 350px;
}
#aboutArea .aboutHeader {
  display: block;
  position: relative;
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 30px;
}
#aboutArea .aboutHeader span {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}
#aboutArea .aboutContent ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
}
#aboutArea .aboutContent ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ffcc22;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

#aboutArea .aboutImg{
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
  padding-left: 60px;
}
#aboutArea .aboutImg img{
  position: relative;
  border-radius: 12px;
  background-color: #ffffff;
  /*box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.55);*/
}
#aboutArea .aboutImg:before {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  background: url(../images/about/about.jpg);
  z-index: 0;
  bottom: 0;
  right: 60px;
  border-radius: 25px;
  opacity: 0.45;
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 80% 0%;
}
#aboutArea .aboutImg:after {
  content: '';
  position: absolute;
  width: 550px;
  background-image: url(../images/shape-right-bottom-1.png);
  top: -100px;
  bottom: -55px;
  right: -130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  z-index: -10;
}

/*--------------------------------------------------
 Products Area
--------------------------------------------------*/
#productArea{
  padding-bottom: 25px;
}
.bgTopLeft{
  position: relative;
  z-index: 3;
}
.bgTopLeft:before{
  content: '';
  position: absolute;
  width: 550px;
  height: 100%;
  /* background-image: url(../images/shape-top-left.png); */
  top: -100px;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: -1;
  left: 0;
}
#productArea .prodSummary{
  margin-bottom: 30px;
}
#productArea .wardrobeTitle {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}
#productArea .wardrobeTitle h3 {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: normal;
  line-height: 28px;
  color: #1d1d1d;
  letter-spacing: 2px;
}
#productArea.darkBg .wardrobeTitle h3 {
  color: #ffffff
}
#productArea .prodSummary .prodSumInner{
  position: relative;
  background-color: rgba(29, 29, 29, 0.15);
  padding: 30px;
  border-radius: 12px;
}
#productArea .prodSummary .prodSumInner:before,
#productArea .prodSummary .prodSumInner:after {
  content: '';
  width: 65px;
  height: 48px;
  position: absolute;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}
#productArea .prodSummary .prodSumInner:before {
  top: -7px;
  left: 30px;
  background-image: url(../images/comma-left.png);
}
#productArea .prodSummary .prodSumInner:after {
  bottom: -7px;
  right: 30px;
  background-image: url(../images/comma-right.png);
}
#productArea.darkBg .prodSummary .prodSumInner{
  background-color: rgba(255, 255, 255, 0.15);
}
#productArea.darkBg .prodSummary .prodSumInner:before {
  background-image: url(../images/comma-left-blue.png);
}
#productArea.darkBg .prodSummary .prodSumInner:after {
  background-image: url(../images/comma-right-blue.png);
}
#productArea .prodSummary .prodSumInner p {
  position: relative;
  z-index: 3;
  font-size: 18px;
  color: #1d1d1d;
  text-align: justify;
  line-height: 28px;
}
#productArea.darkBg .prodSummary .prodSumInner p{
  color: #ffffff;
}
#productArea .prodCol{
  margin-bottom: 30px;
}
#productArea .prodBox{
  position: relative;
}
#productArea .prodBox .prodBoxInner {
  padding: 1px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.52);
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}
#productArea .prodBox .prodImg{
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#productArea .prodBox .prodImg img{
  display: inline-block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
#productArea .prodBox .prodTitle{
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#productArea .prodBox .prodTitle h4 {
  font-size: 16px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}
#productArea .prodBox .prodBtn span{
  font-size: 14px;
  line-height: 16px;
  background-color: #fbbb00;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 35px;
  display: inline-block;
}
#productArea .prodBox .prodOverlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#productArea .prodBox .prodOverlay:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0;
  visibility: visible;
  background: #000000 padding-box content-box;
  -webkit-transition: all 400ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 400ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
      -o-transition: all 400ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
        transition: all 400ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
  -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
      -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
        transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
#productArea .prodBox .oevrlayInner {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        transition: all 300ms ease;
}
#productArea .prodBox .prodImg .viewIcon{
  width: 35px;
  height: 35px;
  background-color:#ffffff;
  padding: 4px;
  border-radius: 50%;
  z-index: 4;
  line-height: 0px;
  margin: 0 auto 10px;
  transform: scale(0.5);
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        transition: all 300ms ease;
}
#productArea .prodBox:hover .prodOverlay .viewIcon{
  transform: scale(1);
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        transition: all 300ms ease;
}
#productArea .prodBox .prodImg .viewIcon img{
  height: auto;
}
#productArea .prodBox .prodOverlay p{
  padding-top: 8px;
  color: #ffffff;
  font-size: 16px;
  transform: translateY(20px);
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        transition: all 300ms ease;
}
#productArea .prodBox:hover .prodOverlay .oevrlayInner{
  opacity: 1;

}
#productArea .prodBox:hover .prodOverlay p{
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}
#productArea .prodBox .overlayBox{
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
#productArea .prodBox:hover .prodOverlay:before {
  width: 102%;
  left: 0;
  opacity: 0.75;
}
#productArea .container{
  position: relative;
  z-index: 9;
}
#productArea .prodBox:hover .prodBoxInner {
  background-color: #fbbb00;
}
#productArea .prodBox:hover .prodTitle .prodBtn span {
  background-color: #1d1d1d;
}
#productArea .prodBox:hover .prodTitle h4{
  color: #ffffff;
}
#productArea.innerPageLink .prodBox .prodImg img{
  height: 190px;
}
#productArea.innerPageLink .prodBox .prodImg .viewIcon img{
  height: auto;
}

.fancybox-slide--image {
  padding: 30px 0;
}
.fancybox-infobar {
  color: #ffffff;
  font-size: 14px;
  height: auto;
  line-height: 35px;
  min-width: auto;
  background-color: #ffc107;
}
.fancybox-toolbar {
  background-color: #ffc107;
}
.fancybox-toolbar .fancybox-button {
  background: transparent;
  height: 35px;
  width: 35px;
  border: 0;
  border-right: 1px solid #000;
  padding: 0;
}

.fancybox-navigation .fancybox-button {
  height: 35px;
  width: 35px;
  background-color: #ffc107;
  border-radius: 50%;
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-button svg {
  padding: 5px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ffffff;
}
.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover {
  opacity: 0.25;
  cursor: not-allowed;
  outline: none;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar{
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------
 Why Spacewood Area
--------------------------------------------------*/
#reasonsArea .owl-carousel .owl-stage {
  display: flex;
}
#reasonsArea .owl-carousel .owl-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
    flex: 1 0 auto;
}
#reasonsArea .owl-carousel .singleItem{
  display: -webkit-box;
  display: flex;
}
#reasonsArea .owl-carousel .reasonBox {
  padding: 15px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  flex-direction: column;
}
#reasonsArea .owl-carousel .reasonText {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  flex-direction: column;
}
#reasonsArea .reasonBox .reasonText{
  margin-top: 15px;
  margin-left: 10px;
}
#reasonsArea .reasonBox .reasonText ul li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 26px;
}
#reasonsArea .reasonBox .reasonText ul li + li{
  margin-top: 10px;
}
#reasonsArea .reasonBox .reasonText ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  top: 10px;
  left: 0;
}
#reasonsArea .finisheBox ul {
  display: flex;
  align-items: flex-start;
}
#reasonsArea .finisheBox ul li {
  color: #ffffff;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
#reasonsArea .finisheBox ul li + li {
  margin-left: 30px;
}
#reasonsArea .finisheBox ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  top: 10px;
  left: 0;
}
#reasonsArea .finishesArea {
  position: relative;
  z-index: 3;
}
#reasonsArea .owl-nav {
  position: absolute;
  left: 0px;
  top: -50px;
  z-index: 1;
  width: 100%;
}
#reasonsArea .owl-nav .owl-next,
#reasonsArea .owl-nav .owl-prev{
  position: absolute;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  background-color: #ffc107;
  border: 0;
  border-radius: 50%;
}
#reasonsArea .owl-nav .owl-prev{
  right: 50px;
}
#reasonsArea .owl-nav .owl-next{
  right: 0px;
}
#reasonsArea .owl-nav .owl-next.disabled,
#reasonsArea .owl-nav .owl-prev.disabled{
  opacity: 0.25;
}
/*--------------------------------------------------
 Contact Form Area
--------------------------------------------------*/
/*#contactArea .contactBg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
#contactArea .contactBg{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/contact-us-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 45px;
}
#contactArea .contactBg img {
  width: auto;
  height: auto;
}
#contactArea .contactBox{
  position: relative;
  z-index: 9;
}
#contactArea .inputBox{
  margin-bottom: 20px;
}
#contactArea .inputBox .form-control {
  border: 0;
  border-bottom: 0;
  background-color: #1d1d1d;
  border-radius: 4px;
  height: 44px;
  color: #ffc107;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#contactArea .inputBox textarea.form-control {
  height: 176px;
}
#contactArea .inputBox .form-control:focus,
#contactArea .inputBox .form-control:active,
#contactArea .inputBox .form-control.ng-not-empty {
  color: #ffffff !important;
  background-color: #ffc107 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0 !important;
}
#contactArea .submitBtnBox {
  text-align: right;
}
#contactArea .submitBtnBox .sumaiButton {
  display: inline-block;
  padding: 10px 60px;
  border: 0;
  border-radius: 35px;
  background-color: #ffc107;
  /* border: 1px solid #ffc107; */
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 4px;
  cursor: pointer;
}
.hoverOne{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hoverOne:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1d1d1d;
  left: 45px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  z-index: -1;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
.hoverOne:hover:before{
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0;
  top: 0;
  margin-top: 0;
}
/*--------------------------------------------------
 Page Banner Area
--------------------------------------------------*/
#bannerArea {
  position: relative;
  padding-top: 55px;
  padding-bottom: 75px;
}
#bannerArea:before {
  content: '';
  position: absolute;
  background-color: rgba(29, 29, 29, 0.96);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#bannerArea .bannerBg {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
  height: 200px;
  text-align: right;
}
#bannerArea .bannerBg img{
  height: 100%;
}
#bannerArea .bannerTitle{
  position: relative;
  z-index: 3;
  padding: 5px 0 5px 18px;
}
#bannerArea .bannerTitle:before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #ffc107;
  position: absolute;
  left: 0;
  top: 0;
}
#bannerArea .bannerTitle h3 {
  display: inline-block;
  position: relative;
  font-size: 54px;
  font-weight: normal;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 4px;
}
#bannerArea .bannerTitle ul {
  position: relative;
  margin-top: 15px;
}
#bannerArea .bannerTitle ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
#bannerArea .bannerTitle ul li a {
  position: relative;
  color: #ffc107;
  font-size: 18px;
  -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
          transition: all 300ms ease;
}
#bannerArea .bannerTitle ul li:after {
  content: "\ea7c";
  width: 15px;
  position: absolute;
  right: 0px;
  top: 2px;
  color: #ffffff;
  font-family: 'icofont';
  font-size: 16px;
}
#bannerArea .bannerTitle ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
#bannerArea .bannerTitle ul li:last-child:after{
  display: none;
}
#bannerArea .prodSumInner {
  position: relative;
  z-index: 9;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.15);
}
/*#bannerArea .prodSumInner:before,
#bannerArea .prodSumInner:after {
  content: '';
  width: 64px;
  height: 48px;
  position: absolute;
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
}
#bannerArea .prodSumInner:before {
  background-image: url(../images/comma-left-blue.png);
  top: -7px;
  left: 30px;
}
#bannerArea .prodSumInner:after {
  bottom: -7px;
  right: 30px;
  background-image: url(../images/comma-right-blue.png);
}*/
#bannerArea .prodSumInner p{
  color: #ffffff;
  text-align: justify;
}
#bannerArea .prodSumInner p span {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Lato Heavy;
}
#reasonsArea .lightStyle .finisheBox ul li {
  color: #000000;
}
/*--------------------------------------------------
 Footer Area
--------------------------------------------------*/
#footerArea{
  position: relative;
}
#footerArea .footerBg{
  background-color: #1d1d1d;
  position: relative;
  z-index: 3;
}
#footerArea .footerWave{
  position: absolute;
  width: 100%;
  height: 255px;
  top: -100px;
  right: 0;
  text-align: right;
  z-index: 0;
}
#footerArea .footerWave img{
  height: 100%;
}
#footerArea .footerBox {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
}
#footerArea .footerBox .footerBoxIcon {
  width: 105px;
  padding: 20px;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 auto;
}
#footerArea .footerBox h4{
  position: relative;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin-top: 15px;
  margin-bottom: 10px;
}
#footerArea .footerBox .contInfoBox{
  position: relative;
  display: inline-block;
}
#footerArea .footerBox .contInfoBox ul{
  display: inline-block;
  text-align: left;
}
#footerArea .footerBox .contInfoBox ul li{
  display: flex;
  align-items: center;
}
#footerArea .footerBox .contInfoBox ul li i{
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #ffc107;
}
#footerArea .footerBox p ,
#footerArea .footerBox ul li a{
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
#footerArea .footerBox.address p{
  text-transform: uppercase;
}
#footerArea .footerBox.store p{
  display: block;
  margin-top: auto;
}
#footerArea .footerBox.store p a{
  display: block;
  background-color: #ffc107;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 35px;
}
#footerArea .copyRight p{
  padding: 8px 10px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  background-color: #ffc107;
}
.anchorLink{
  position: absolute;
  display: inline-block;
  top: -45px;
  left: 0;
}
/*--------------------------------------------------
 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: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: #ffc107;
  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%;;
}
.goBack {
  display: inline-block;
  position: fixed;
  z-index: 99;
  left: 5px;
  bottom: 5px;
}
.goBack button{
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: Lato;
  line-height: 14px;
  text-align: center;
  border-radius: 15px;
  background-color: #ffc107;
  border: 0;
  display: inline-flex;
  align-items: center;
}
.goBack button i{
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  margin-right: 2px;
}
/*----------------------------------
 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: #ffc107;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  font-size: 20px;
}