/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Supertuff HDF 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: #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{
  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:#1d1d1d !important;
  font-family: Lato;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
  color:#1d1d1d !important;
  opacity:  1;
  font-family: Lato;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
  color:#1d1d1d !important;
  opacity:  1;
  font-family: Lato;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  color:#1d1d1d !important;
  font-family: Lato;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{ 
  color:#1d1d1d !important;
  font-family: Lato;
}
input::placeholder,
textarea::placeholder{
  color:#1d1d1d !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;
  z-index: 1;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.sectionTitle h3{
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: normal;
  line-height: 32px;
  color: #1d1d1d;
  letter-spacing: 2px;
}
.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;
}
/*---------------------------------------------
  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 .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{
  width: 250px;
  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 .menuToggler {
    display: none;
}
#headerArea .headerBox .logoBox a{
  display: block;
}
#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: 20px;
}
#headerArea .menuBox ul li a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  padding: 30px 0px;
  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:hover a{
  color: ;
}
#headerArea .menuBox ul li.visitUs a {
  padding: 30px 20px;
  background-color: #ffb300;
  text-transform: uppercase;
}
#headerArea .menuBox ul li.visitUs a i{
  font-size: 22px;
  margin-right: 5px;
}

#headerArea.fixedHeader{
  position:fixed;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background-color: #ededed;
  -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.fixedHeader .logoBox {
  width: 180px;
}
#headerArea.fixedHeader .menuBox ul li.dropdown ul li{
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#headerArea.fixedHeader .menuBox ul li a {
  padding: 8px 0;
}
#headerArea.fixedHeader .menuBox ul li.visitUs a {
  padding: 8px 20px;
}
/*--------------------------------------------
 Main Slider 
--------------------------------------------*/
#sideBarArea{
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  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-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;
  font-size: 24px;
  text-align: center;
  background-color: #ffb300;
  border: 0;
  margin: 0;
  border-radius: 4px;
}
#sliderArea .owl-nav .owl-prev{
  left: 30px;
}
#sliderArea .owl-nav .owl-next{
  right: 30px;
}
#sliderArea .owl-nav .owl-next i,
#sliderArea .owl-nav .owl-prev i{
  color: #000000;
  line-height: 40px;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
}
#sliderArea .slideCaption {
  position: relative;
  z-index: 9;
  background-color: #1d1d1d;
}
#sliderArea .captionBox {
  position: relative;
  padding: 5px 30px;
  border-radius: 4px;
  text-align: center;
}
#sliderArea .captionBox h1{
  color: #ffffff;
  letter-spacing: 4px;
  font-size: 42px;
}
/*--------------------------------------------------
  About Area
--------------------------------------------------*/
#aboutArea,
#featuresArea {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
#aboutArea .aboutUpperBox{
  position: relative;
  overflow: hidden;
}
#aboutArea .aboutUpperBox:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #ffb300;
  width: 300px;
  height: 900px;
  bottom: 0;
  right: 80px;
  transform: skewX(25deg) translateX(-50%);
}
#aboutArea .aboutLowerBox {
  position: relative;
  background-color: #1d1d1d;
  overflow: hidden;
}
#aboutArea .aboutLowerBox:after {
  content: '';
  position: absolute;
  background-color: #ffb300;
  opacity: 0.08;
  width: 300px;
  height: 900px;
  top: 0;
  right: 80px;
  transform: skewX(-25deg) translateX(-50%);
}
#aboutArea .sectionTitle{
  padding-top: 30PX;
  padding-bottom: 10PX;
}
#aboutArea .aboutContent {
  position: relative;
  z-index: 9;
}
#aboutArea .aboutContent ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #ededed;
  text-align: justify;
}
#aboutArea .aboutContent ul li + li{
  margin-top: 10px;
}
#aboutArea .aboutContent ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #ffb300;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 3px;
}
#aboutArea .aboutContent ul li span {
  font-family: Lato Heavy;
  color: #ffffff;
  letter-spacing: 1px;
}
#aboutArea .aboutImg{
  position: relative;
  z-index: 9;
  padding-top: 30px;
  padding-right: 30px;
}
#aboutArea .aboutImg:before {
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  opacity: 0.55;
  z-index: 0;
  background: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
#aboutArea .aboutImg img{
  position: relative;
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.55);
}
.borderSyle1 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
.borderSyle1:before {
  content: '';
  position: absolute;
  left: 0;
  right: -30px;
  background: #ffb300;
  height: 2px;
}
.borderSyle1:after {
  content: '';
  position: absolute;
  right: -30px;
  background: #ffb300;
  height: 62px;
  width: 12px;
  top: -30px;
}

#videoArea {
  position: relative;
  height: 85vh;
}
#videoArea .videoBg{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
  background-position: 0% 80%;
}
#videoArea .videoBox {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#videoArea .videoBox .videoBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  transform: translate(-50%, -50%);
}
#videoArea .videoBox .videoBtnBox a{
  display: block;
}
#videoArea .videoBox .videoBtn{
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #1d1d1d;
  border-radius: 50%;
  text-align: center;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#videoArea .videoBox .videoBtn i{
  color: #ff0000;
  font-size: 44px;
  line-height: 100px;
  margin-left: 10px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#videoArea .videoBox .videoBtn:hover{
  background-color: #ff0000;
}
#videoArea .videoBox .videoBtn:hover i{
  color: #1d1d1d;
}
#videoArea .btnLayer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}
#videoArea .btnLayer:before,
#videoArea .btnLayer:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 600ms;
  animation: pulseBorder 2000ms ease-out infinite;
}
#videoArea .btnLayer:after {
  animation-delay: 600ms;
}
@-webkit-keyframes pulseBorder {
  0% {
    opacity: 0.6;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
      -moz-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
          -o-transform: translateZ(0) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translateZ(0) scale(1.25);
    -webkit-transform: translateZ(0) scale(1.25);
      -moz-transform: translateZ(0) scale(1.25);
        -ms-transform: translateZ(0) scale(1.25);
          -o-transform: translateZ(0) scale(1.25);
  }
  100% {
    opacity: 0;
    transform: translateZ(0) scale(1.5);
    -webkit-transform: translateZ(0) scale(1.5);
      -moz-transform: translateZ(0) scale(1.5);
        -ms-transform: translateZ(0) scale(1.5);
          -o-transform: translateZ(0) scale(1.5);
  }
}
@-moz-keyframes pulseBorder {
  0% {
    opacity: 0.6;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
      -moz-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
          -o-transform: translateZ(0) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translateZ(0) scale(1.25);
    -webkit-transform: translateZ(0) scale(1.25);
      -moz-transform: translateZ(0) scale(1.25);
        -ms-transform: translateZ(0) scale(1.25);
          -o-transform: translateZ(0) scale(1.25);
  }
  100% {
    opacity: 0;
    transform: translateZ(0) scale(1.5);
    -webkit-transform: translateZ(0) scale(1.5);
      -moz-transform: translateZ(0) scale(1.5);
        -ms-transform: translateZ(0) scale(1.5);
          -o-transform: translateZ(0) scale(1.5);
  }
}
@keyframes pulseBorder {
  0% {
    opacity: 0.6;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
      -moz-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
          -o-transform: translateZ(0) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translateZ(0) scale(1.25);
    -webkit-transform: translateZ(0) scale(1.25);
      -moz-transform: translateZ(0) scale(1.25);
        -ms-transform: translateZ(0) scale(1.25);
          -o-transform: translateZ(0) scale(1.25);
  }
  100% {
    opacity: 0;
    transform: translateZ(0) scale(1.5);
    -webkit-transform: translateZ(0) scale(1.5);
      -moz-transform: translateZ(0) scale(1.5);
        -ms-transform: translateZ(0) scale(1.5);
          -o-transform: translateZ(0) scale(1.5);
  }
}
/*--------------------------------------------------
 Feature Boxes Area
--------------------------------------------------*/
#featuresArea .supertuffIcon{
  width: 340px;
  margin: 0 auto;
  margin-top: -140px;
}
#featuresArea .featureGrids {
  margin-left: -15px;
  margin-right: -15px;
}
#featuresArea .featureGrids:before {
  content: '';
  width: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -5px;
  background-color: #1d1d1d;
  bottom: -55px;
  z-index: -1;
}
#featuresArea .featureBox{
  margin-top: 30px;
}
#featuresArea .featureBox:nth-of-type(3){
  margin-top: 90px;
}
#featuresArea .featureBox:nth-of-type(odd) .featureBoxInner {
  margin-left: 15px;
}
#featuresArea .featureBox:nth-of-type(even) .featureBoxInner {
  margin-right: 15px;
}
#featuresArea .featureBox .featureBoxInner {
  position: relative;
  box-shadow: -1px -1px 2px 1px rgba(29, 29, 29, 0.12);
}
#featuresArea .featureBoxInner .lableBox {
  text-align: center;
  font-size: 22px;
  color: #1d1d1d;
  font-family: AA Bebas Neue;
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 50%;
  top: 28px;
  background-color: #ffffff;
  border: 2px solid #1d1d1d;
}
#featuresArea .featureBoxInner .lableLeft{
  right: -48px;
}
#featuresArea .featureBoxInner .lableLeft:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #1d1d1d;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -3;
}
#featuresArea .featureBoxInner .lableRight{
  left: -48px;
}
#featuresArea .featureBoxInner .lableRight:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #1d1d1d;
  border-bottom: 10px solid transparent;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -3;
}
#featuresArea .featureBoxInner .featureTitle {
  padding: 30px 30px 0;
  border-right: 1px solid #ededed;
  background-color: #ffffff;
}
#featuresArea .featureBoxInner .featureTitle h3 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  color: #1d1d1d;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#featuresArea .featureBoxInner .featureIcon {
  width: 50%;
}
#featuresArea .featureBox:nth-of-type(odd) .featureBoxInner .featureIcon {
  margin-left: auto;
}
#featuresArea .featureBoxInner .featureText {
  padding-bottom: 30px;
  padding: 30px;
  box-shadow: 0px -12px 15px -15px #1d1d1d;
  position: relative;
  z-index: 9;
  background-color: #ededed;
  border-top: 2px solid #1d1d1d;
}
/*#featuresArea .featureRow {
  border: 2px solid #1d1d1d;
  padding: 0 30px;
  margin-top: 22px;
  margin-bottom: 52px;
}*/
#featuresArea .featureBoxInner .featureText ul{
  margin-bottom: 5px;
  position: relative;
}
#featuresArea .featureBoxInner .featureText ul li {
  margin-bottom: 20px;
  position: relative;
}
#featuresArea .featureBoxInner .featureText ul li h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}
#featuresArea .featureBoxInner .featureText ul li p {
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
#featuresArea .featureBoxInner .featureText ul li p:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../images/check.png);
  background-size: 18px;
  background-repeat: no-repeat;
}
#featuresArea .featureBoxInner .supertuffTable {
  width: 100%;
}
#featuresArea .featureBoxInner .supertuffTable tr td:nth-child(1),
#featuresArea .featureBoxInner .supertuffTable tr td:nth-child(2) {
  color: #fff;
  background-color: #1d1d1d;
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
#featuresArea .featureBoxInner .supertuffTable tr td:nth-child(1){
  width: 38px;
}
#featuresArea .featureBoxInner .supertuffTable tr td:nth-child(2){ 
  width: 40%;
}
#featuresArea .featureBoxInner .supertuffTable tr td {
  padding: 5px 15px;
  font-size: 16px;
  color: #1d1d1d;
  background-color: rgba(29, 29, 29, 0.15);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  line-height: 22px;
}
#featuresArea .featureBoxInner .featureIcon img {
  margin-top: auto;
}
/*--------------------------------------------------
 About Kitchens Area
--------------------------------------------------*/
#kitchenArea .kitBoxOne{
  position: relative;
  background-color: #1d1d1d;
  overflow: hidden;
}
#kitchenArea .kitBoxTwo{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#kitchenArea .kitBoxOne:before {
  content: '';
  width: 25px;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.55;
  z-index: 99;
  background: url(../images/pattern-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
#kitchenArea .kitBoxOne:after {
  content: '';
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 75px;
  z-index: 0;
  background-color: #ffffff;
  transform: skewX(25deg) translateX(-50%);
  height: 900px;
}

#kitchenArea .kitchenImgSlider {
  position: relative;
  padding-top: 30px;
  padding-left: 60px;
  z-index: 3;
  padding-bottom: 30px;
}
#kitchenArea .kitchenImgSlider:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0px;
  right: 30px;
  z-index: -1;
  background-image: url(../images/pattern-1.png);
  border-radius: 18px;
  background-size: cover;
  background-position: 0 0;
  opacity: 0.14;
  background-repeat: no-repeat;
}
#kitchenArea .kitchenImgSlider:after {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 30px;
  right: 30px;
  box-shadow: 0px 0px 16px -2px rgba(29, 29, 29, 0.45);
  z-index: -1;
  background: #fff;
  border-radius: 18px;
}
#kitchenSlider{
  box-shadow: -1px -1px 10px 0px rgba(29, 29, 29, 0.25);
  background-color: #ffffff;
}
#kitchenSlider h4{
  padding: 10px 15px;
  background-color: #1d1d1d;
  color: #ffffff;
  font-size: 16px;
}
#kitchenArea .kitBoxTwo:after {
  content: '';
  position: absolute;
  width: 300px;
  top: 0;
  right: 75px;
  z-index: 0;
  background-color: #1d1d1d;
  transform: skewX(-25deg) translateX(-50%);
  height: 900px;
}
#kitchenArea .sectionTitle h3,
#kitchenArea .sectionTitle h4,
#kitchenArea .kitchenText p{
  color: #ffffff;
}
#kitchenArea .kitchenImg {
  position: relative;
  z-index: 9;
}
#kitchenArea .kitchenImg img{
  position: relative;
  z-index: 9;
}
#kitchenArea .kitTwoTitle {
  background: rgba(255, 255, 255, 0.80);
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: -1px 1px 12px -1px rgba(29, 29, 29, 0.15);
  border-radius: 4px;
}
#kitchenArea .kitTwoTitle h4{
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
#accordionBox{
  position: relative;
  z-index: 9;
}
#accordionBox .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 2px;
}
#accordionBox .cardTitle {
  position: relative;
  background-color: #1d1d1d;
  color: #ffb300;
  border-radius: 0;
  font-size: 24px;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  letter-spacing: 3px;
  border: 1px solid #ffffff;
}
#accordionBox .cardTitle:after{
  content: '\eaa0';
  width: 25px;
  height: 40px;
  right: 15px;
  top: 50%;
  font-family: Icofont;
  position: absolute;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
#accordionBox .cardTitle.collapsed{
  background-color: #ffb300;
  color: #1d1d1d;
  border: 1px solid transparent;
}
#accordionBox .cardTitle.collapsed:after{
  transform: translateY(-50%) rotate(0deg);
}
#accordionBox .card-body {
  padding: 20px;
  background: rgba(29, 29, 29, 0.06);
}
#accordionBox .card-body .cardBoxImg {
  display: none;
}
#accordionBox .card-body p{
  position: relative;
  line-height: 26px;
  padding-left: 25px;
}
#accordionBox .card-body p + p{
  margin-top: 10px;
}
#accordionBox .card-body p:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #000000;
  border-radius: 2px;
}
/*--------------------------------------------------
 Contact Form Area
--------------------------------------------------*/
#contactArea{
  background-color: rgba(29, 29, 29, 0.55);
}
#contactArea .contactForm{
  position: relative;
  z-index: 9;
}
#contactArea .contactBg img {
  width: auto;
  height: auto;
}
#contactArea .contactBox{
  position: relative;
  z-index: 9;
  padding-right: 15px;
}
#contactArea .sectionTitle h3{
  color: #ffffff;
}
#contactArea .inputBox{
  margin-bottom: 20px;
}
#contactArea .inputBox .form-control {
  border: 0;
  border-bottom: 0;
  background-color: #ffffff;
  border-radius: 4px;
  height: 44px;
  color: #ffb300;
  -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: #ffb300 !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: 4px;
  background-color: #ffb300;
  border: 1px solid #ffb300;
  color: #1d1d1d;
  font-size: 24px;
  letter-spacing: 4px;
  cursor: pointer;
}
#contactArea .locatorBox {
  height: 100%;
  text-align: center;
}
#contactArea .locatorBox .locatorBoxInner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#contactArea .locatorBox .locatorIcon {
  width: 110px;
  margin: 0 auto;
  -webkit-animation: moverIcon 900ms infinite  alternate;
    animation: moverIcon 900ms infinite  alternate;
}
#contactArea .locatorBox a{
  font-size: 18px;
  color: #000000;
  background: #ffb300;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 4px;
}

@-webkit-keyframes moverIcon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes moverIcon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

#contactArea .locatorBg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
}
#contactArea .locatorBg:before{
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
#contactArea .locatorBg img{
  object-fit: cover;
  height: 100%;
  object-position: 0 50%;
}
/*--------------------------------------------------
 Footer Area
--------------------------------------------------*/
#footerArea{
  position: relative;
  background-color: #1d1d1d;
}
#footerArea .foterLogoBox {
  margin: auto;
}
#footerArea .footerOne{
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#footerArea .footerOne:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 450px;
  bottom: 0;
  left: -30px;
  z-index: 0;
  background-color: rgba(255, 179, 0, 0.05);
  transform: skewX(-25deg) translateX(50%);
}
#footerArea .footerOne .infoBoxInner {
  background-color: #000;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}
#footerArea .footerOne .infoIcon {
  width: 40px;
  height: 40px;
  background-color: #ffb300;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}
#footerArea .footerOne .infoIcon i{
  font-size: 28px;
  color: #1d1d1d;
}
#footerArea .footerOne .infoBoxInner h4{
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
#footerArea .footerOne .infoBoxInner p,
#footerArea .footerOne .infoBoxInner a{
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.80);
}
#footerArea .footerOne .infoBoxInner.infoAdd p{
  text-transform: uppercase;
}

#footerArea .footerOne .infoBox ul {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
#footerArea .footerOne .infoBox ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #ffb300;
  line-height: 40px;
}
#footerArea .footerOne .infoBox ul li + li{
  margin-left: 10px;
}
#footerArea .footerOne .infoBox ul li i {
  font-size: 22px;
  color: #000000;
}
#footerArea .footerOne .infoBoxInner ul {
  margin-top: auto;
}
#footerArea .footerTwo {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#footerArea .footerTwo:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 450px;
  top: 0;
  left: -30px;
  z-index: 0;
  background-color: rgba(255, 179, 0, 0.15);
  transform: skewX(25deg) translateX(50%);
}
#footerArea .footerTwo:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
  z-index: 0;
  height: 50%;
  z-index: 0;
  background-color: #000000;
}
#footerArea .footerTwoBg {
  position: relative;
  z-index: 9;
  padding: 15px 0;
  border-radius: 6px;
  background-color: #ffffff;
}
#footerArea .footerTwo .infoBox + .infoBox .infoBoxInner {
  border-left: 1px solid #1d1d1d;
}
#footerArea .footerTwo .infoBoxInner {
  position: relative;
  padding: 10px 0 10px 75px;
  text-align: left;
}
#footerArea .footerTwo .infoIcon {
  width: 40px;
  height: 40px;
  background-color: #ffb300;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#footerArea .footerTwo .infoIcon i{
  font-size: 28px;
  color: #1d1d1d;
}
#footerArea .footerTwo .infoBoxInner h4{
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
}
#footerArea .footerTwo .infoBoxInner p,
#footerArea .footerTwo .infoBoxInner a{
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}
#footerArea .copyRight {
  background-color: #ffb300;
  display: block;
}
#footerArea .copyRight p{
  padding: 5px 10px;
  text-align: center;
  color: #1d1d1d;
  font-size: 12px;
}
.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: #000000;
  text-align: center;
  border-radius: 4px;
  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;
}

