@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: Gobold;
  src: url(../fonts/custom-fonts/go-bold-regular.otf);
}

@font-face {
  font-family: DIN-RegularAlternate;
  src: url(../fonts/custom-fonts/din-regular.ttf);
}

@font-face {
  font-family: DIN-Bold;
  src: url(../fonts/custom-fonts/din-bold.ttf);
}

/*
 * General Styles
 */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  -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: #000;
}

h1,
h2 {
  font-family: DIN-Bold;
}

h3 {
  font-family: Gobold;
}

h4,
h5,
h6 {
  font-size: 20px;
  font-family: DIN-RegularAlternate;
}

button {
  font-family: Gobold;
}

*:focus {
  outline: 0 !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  font-family: DIN-RegularAlternate;
  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: DIN-RegularAlternate;
}

ul li a {
  font-family: DIN-RegularAlternate;
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  font-family: DIN-RegularAlternate;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000 !important;
  font-family: DIN-RegularAlternate;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000 !important;
  opacity: 1;
  font-family: DIN-RegularAlternate;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
  font-family: DIN-RegularAlternate;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000 !important;
  font-family: DIN-RegularAlternate;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #000 !important;
  font-family: DIN-RegularAlternate;
}

input::placeholder,
textarea::placeholder {
  color: #000 !important;
  font-family: DIN-RegularAlternate;
}

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;
}

: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;
  padding-top: 15px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.sectionTitle h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  display: inline-block;
  position: relative;
}

.sectionTitle:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../images/title-bg.png);
  background-repeat: no-repeat;
  background-size: 40px;
  top: 0px;
  left: 0;
  z-index: -1;
}

.darkBg {
  background: #221F1F;
}

.darkBg .sectionTitle:before {
  opacity: 0.12;
}

.darkBg .sectionTitle h3 {
  color: #ffb300;
}

.bedroomBtn {
  background-color: #fff000;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #000;
  cursor: pointer;
}

.bedroomBtn,
.bannerText p,
#ourRequirement .reqArea .reqBox p,
#lookingForArea .lookingForContent ul li,
#contactForArea .submitBtn button,
#footerArea .addressBox h5 {
  font-size: 18px;
}

#sideBarArea .navbarMenu ul li a,
.scrollDown p,
#aboutBusiness .aboutText ul li,
#edgeBox .edgeBoxInner ul li,
#contactForArea .inputGroup .inputGroupLabel,
#footerArea .addressBox p,
#footerArea .infoBoxInner p,
#footerArea .infoBoxInner p a {
  font-size: 16px;
}

/*
 * Preloader 
 */

/*
 * Page Wrapper
 */
#pageWrapper {
  width: 1224px;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
 * Sidebar Area
 */
#sideBarArea {
  width: 250px;
  min-height: calc(100vh - 60px);
  overflow-y: auto;
  position: fixed;
  bottom: 30px;
  top: 20px;
  z-index: 1000;
  background-image: url("../SPACEWOOD_FRANCHISE/our_partner.png");
  background-color: #ffb700;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  /* Try overlay, soft-light, etc. */
  /*background-image: -moz-linear-gradient(right top, #ffb300 0%, #ffb300 25%, #fff000 50%, #ffb300 75%, #fff000 100%);
  background: -webkit-linear-gradient(25deg, #ffb300 0%, #ffb300 25%, #fff000 50%, #ffb300 75%, #fff000 100%);
  /*background: -o-linear-gradient(right top, #ffb300 0%, #ffb300 25%, #fff000 50%, #ffb300 75%, #fff000 100%);*/
  /*background: -ms-linear-gradient(right top, #ffb300 0%, #ffb300 25%, #fff000 50%, #ffb300 75%, #fff000 100%);
  background: linear-gradient(to right top, #ffb300 0%, #ffb300 25%, #fff000 50%, #ffb300 75%, #fff000 100%);*/



  /*background-color: #ffb300;*/
  background-size: cover;
  transition: all 0.30ms ease-in-out;
  -webkit-transition: all 0.30ms;
  -moz-transition: all 0.30ms;
  -ms-transition: all 0.30ms;
  -o-transition: all 0.30ms;
  box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.25);
}

#sideBarArea .sideBarHeader {
  padding: 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#sideBarArea .navbarMenu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

#sideBarArea .navbarMenu ul li {
  display: block;
  list-style: none;
}

#sideBarArea .navbarMenu ul li a {
  display: block;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#sideBarArea .navbarMenu ul li a:hover,
#sideBarArea .navbarMenu ul li a:focus,
#sideBarArea .navbarMenu ul li a:active,
#sideBarArea .navbarMenu ul li.activeMenu a {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

#sideBarArea .navbarMenu ul li .subMenu li a {
  position: relative;
  display: block;
  padding-left: 40px;
}

#sideBarArea .navbarMenu ul li .subMenu li a:before {
  content: '';
  background: #000;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 25px;
  top: 10px;
}

#sideBarArea .navbarMenu ul li .subMenu li a:hover:before,
#sideBarArea .navbarMenu ul li .subMenu li.activeMenu a:before {
  background: #fff;
}

/*
 * Section Panel Area (Content Box)
 */
.mobileToggleBar {
  display: none;
}

#sectionPanel {
  background: #ffffff;
  width: calc(100% - 220px);
  min-height: 100vh;
  margin-left: 220px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#sectionPanel .sectionWrapper {
  padding-left: 30px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}

#sectionPanel .sectionWrapper .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#mainSliderArea {
  position: relative;
}

#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: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#mainSliderArea .owl-nav .owl-prev i {
  left: 45px;
}

#mainSliderArea .owl-nav .owl-next i {
  right: 15px;
}

.scrollDownBox {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 101;
  bottom: 10px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scrollDownBox a {
  display: block;
}

.scrollDown {
  position: relative;
  z-index: 1;
}

.scrollDown p {
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.scrollDown span {
  top: 0;
  width: 22px;
  height: 38px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
}

.scrollDown span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*
 * About Spacewood Area
 */
#aboutSpaceDiv {
  position: relative;
  /*text-align: justify;*/
  z-index: 99;
  background: #fff;
}

#aboutSpaceDiv .aboutSpaceHeader {
  background: #fff;
  padding: 15px 30px;
  margin-left: 30px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #ededed;
  box-shadow: -4px 4px 5px -4px rgba(0, 0, 0, .25);
}

#aboutSpaceDiv .aboutSpaceContent {
  padding: 60px 30px 30px;
  border-radius: 12px;
  border: 1px solid #ededed;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

#aboutSpaceDiv h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

#aboutSpaceDiv .aboutSpaceContent p {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

#aboutSpaceDiv .aboutSpaceContent p span {
  font-weight: 600;
  color: #000;
}

/*
 * About Business
 */
#aboutBusiness .aboutImg {
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

#aboutBusiness .aboutImg:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  top: 20px;
  left: 20px;
  background: url(../images/pattern-dot.png);
  background-size: 6px;
}

#aboutBusiness .aboutText ul li {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 20px;
  margin-bottom: 6px;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.8);
}

#aboutBusiness .aboutText ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffb300;
  left: 0;
  top: 5px;
  box-shadow: 2px 2px 1px -1px #fff;
}

/*
 * Spacewood Brands Area
 */
#swBrandsArea .brandBox {
  margin-bottom: 30px;
}

#swBrandsArea .brandBox:nth-last-of-type(1),
#swBrandsArea .brandBox:nth-last-of-type(2) {
  margin-bottom: 0;
}

#swBrandsArea .brandBoxInner figure *,
#swBrandsArea .brandBoxInner figure *:before,
#swBrandsArea .brandBoxInner figure *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

#swBrandsArea .brandBoxInner figure {
  margin: 0;
  transform: translateZ(0);
  overflow: hidden;
  text-align: center;
  /*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);*/
}

#swBrandsArea .brandBoxInner figure:before,
#swBrandsArea .brandBoxInner figure:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  right: 0;
  content: '';
  background-color: #1b1b1b9b;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

#swBrandsArea .brandBoxInner figure:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

#swBrandsArea .brandBoxInner figure:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

#swBrandsArea .brandBoxInner figure .brandBoxOverlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
}

#swBrandsArea .brandBoxInner figure .brandBoxOverlay:before,
#swBrandsArea .brandBoxInner figure .brandBoxOverlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b1b1bb6;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
}

#swBrandsArea .brandBoxInner figure .brandBoxOverlay:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

#swBrandsArea .brandBoxInner figure .brandBoxOverlay:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

#swBrandsArea .brandBoxInner figure .knowMoreBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  /*opacity: 0;*/
  /*  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
        -o-transform: translateX(-60px);*/
}

#swBrandsArea .brandBoxInner figure .knowMoreBtn span {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  /*background: #000;*/
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  left: -20px
}

#swBrandsArea .brandBoxInner figure .knowMoreBtn i {
  width: 20px;
  display: inline-block;
  opacity: 0;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}

#swBrandsArea .brandBoxInner figure .brandBoxLogo {
  width: 180px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.4), -2px 2px 15px -2px rgba(255, 179, 0, 0.35);
  -webkit-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.4), -2px 2px 15px -2px rgba(255, 179, 0, 0.35);
  -moz-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.4), -2px 2px 15px -2px rgba(255, 179, 0, 0.35);
  -ms-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.4), -2px 2px 15px -2px rgba(255, 179, 0, 0.35);
  -o-box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.4), -2px 2px 15px -2px rgba(255, 179, 0, 0.35);
}

#swBrandsArea .brandBoxInner figure:hover .knowMoreBtn span {
  opacity: 0.9;
  left: 0;
}

#swBrandsArea .brandBoxInner figure:hover .knowMoreBtn i {
  opacity: 0.9;
  color: #000;
}

#swBrandsArea .brandBoxInner figure:hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

#swBrandsArea .brandBoxInner figure:hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

#swBrandsArea .brandBoxInner figure:hover .brandBoxOverlay:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#swBrandsArea .brandBoxInner figure:hover .brandBoxOverlay:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*
 * Page Banner Area
 */
#pageBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-color: #fff;
  padding: 90px 30px 120px 30px;
  position: relative;
  z-index: 1;
}

#pageBanner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(right top, rgba(255, 240, 0, 0.8) -20%, transparent 50%, rgba(255, 179, 0, 0.8) 120%);
  background: -webkit-linear-gradient(75deg, rgba(255, 240, 0, 0.8) -20%, transparent 50%, rgba(255, 179, 0, 0.8) 120%);
  background: -o-linear-gradient(right top, rgba(255, 240, 0, 0.8) -20%, transparent 50%, rgba(255, 179, 0, 0.8) 120%);
  background: -ms-linear-gradient(right top, rgba(255, 240, 0, 0.8) -20%, transparent 50%, rgba(255, 179, 0, 0.8) 120%);
  background: linear-gradient(to right top, rgba(255, 240, 0, 0.8) -20%, transparent 50%, rgba(255, 179, 0, 0.8) 120%);
  background: linear-gradient(to right top, rgb(255 240 0 / 17%) -20%, transparent 50%, rgb(255 179 0 / 32%) 120%);
}

#pageBanner .bannerLogo {
  width: 220px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bannerText {
  margin-top: -30px;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

.bannerText p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  text-align: justify;
}

/*
 * Spacewood Edges Area
 */
#edgeBox {
  border-radius: 12px;
  border: 1px solid #ededed;
  padding: 30px;
}

#edgeBox .edgeBoxInner ul li {
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

#edgeBox .edgeBoxInner ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffb300;
}

/*
 * Spacewood Requirement Area
 */
#ourRequirement .ourReqInner {
  background: #ededed;
  padding: 15px;
  border-radius: 8px;
}

#ourRequirement .ourReqInner h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

#ourRequirement .ourReqInner h4 span {
  /*font-size: 24px;*/
  font-weight: 900;
}

#ourRequirement .ourReqInner p {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 22px;
  padding-left: 20px;
}

#ourRequirement .ourReqInner p:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffb300;
  left: 0;
  top: 5px;
  box-shadow: 2px 2px 1px -1px #000;
}

#ourRequirement .reqArea {
  padding: 30px;
  border-radius: 12px;
  margin: 4px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, .45);
  -moz-box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, .45);
  -webkit-box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, .45);
  -ms-box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, .45);
  -o-box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, .45);
}

/*#ourRequirement .slick-slider{
  overflow: hidden;
}
#ourRequirement .slick-slide {
  margin: 0 15px;
}
#ourRequirement .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  background: #221F1F;
  border: 1px solid #fff;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
  transition: all 300ms ease;
    -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
#ourRequirement .slick-arrow.slickPrev {
  left: 0px;
}
#ourRequirement .slick-arrow.slickNext {
  right: 0px;
}*/
#ourRequirement .reqArea .reqTitle {
  margin-bottom: 15px;
}

#ourRequirement .reqArea .reqTitle h4 {
  font-family: DIN-Bold;
  font-size: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}

#ourRequirement .reqArea .reqTitle h4 span {
  font-weight: 600;
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
}

#ourRequirement .reqArea .reqBox {
  border: 1px solid #ededed;
  padding: 10px;
  background: #fff;
}

#ourRequirement .reqArea .reqBox p {
  line-height: normal;
  font-family: DIN-Bold;
  margin-top: 10px;
}

/*
 * What We Are Looking For 
 */
#lookingForArea .lookingForTitle {
  margin-bottom: 0;
  position: relative;
}

#lookingForArea .lookingForTitle h3 {
  font-size: 34px;
  font-weight: normal;
  line-height: 44px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}

#lookingForArea .lookingForTitle img {
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;
  opacity: 0.15;
  z-index: 4;
  height: 100%;
}

#lookingForArea .lookingForContent ul li {
  position: relative;
  line-height: normal;
  margin-bottom: 5px;
  padding-left: 35px;
}

#lookingForArea .lookingForContent ul li:before {
  content: "\ea94";
  font-family: Icofont;
  position: absolute;
  z-index: 1;
  left: 0;
  opacity: 1;
  top: 0;
  font-size: 24px;
  color: #000;
}

#lookingForArea.darkBg .lookingForTitle h3,
#lookingForArea.darkBg .lookingForContent ul li:before {
  color: #ffb300;
}

#lookingForArea.darkBg .lookingForContent ul li {
  color: rgba(255, 255, 255, 0.8);
}

/*
 * Contact Form Area 
 */
#contactForArea .form-group {
  margin-bottom: 15px;
}

#contactForArea .form-group input,
#contactForArea .form-group select,
#contactForArea .form-group textarea {
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

#contactForArea .form-group input,
#contactForArea .form-group select {
  height: 44px;
}

#contactForArea .form-group select {
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

#contactForArea .form-group textarea {
  height: 220px;
}

#contactForArea .form-group .form-control:focus {
  color: #000;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #fff;
  outline: 0;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15);
}

#contactForArea .inputGroup {
  position: relative;
}

#contactForArea .inputGroup .inputGroupLabel {
  height: 44px;
  width: 100px;
  text-align: center;
  padding: 5px 15px;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  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;
}

#contactForArea .form-group.inputGroup select {
  padding-left: 115px;
}

#contactForArea .submitBtn button {
  border: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 6px;
  color: #000;
  background: -webkit-linear-gradient(left, #ffb300 0%, #fff000 50%, #ffb300 100%);
  background-size: 300%, 1px;
  background-position: 0%;
  height: 44px;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

/*
 * Footer Area
 */
#footerArea .infoBoxInner,
#footerArea .infoBoxInner .infoBoxContent,
#footerArea .infoBoxInner .infoIcon,
#footerArea .infoBoxInner .infoOverlay,
#footerArea .infoBoxInner .infoOverlay span,
#footerArea .infoBoxInner .infoOverlay 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;
}

#footerArea {
  background: #221F1F;
  /*margin-bottom: 60px;*/
}

#footerArea .sectionWrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footerArea .addressBox {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#footerArea .addressBox .addressBoxIcon img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: auto;
  height: 100%;
  opacity: 0.15;
}

#footerArea .addressBox h5 {
  color: #ffb300;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}

#footerArea .addressBox p {
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.80);
  position: relative;
  z-index: 9;
}

#footerArea .infoBoxInner h5 {
  color: #ffb300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#footerArea .infoBoxInner p {
  line-height: 18px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.80);
}

#footerArea .infoBoxInner p a {
  color: rgba(255, 255, 255, 0.80);
}

#footerArea .infoBoxInner {
  padding: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), #221F1F 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15), #221F1F);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.15), #221F1F);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.15), #221F1F);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.15), #221F1F);
}

#footerArea .infoBoxInner .infoBoxContent {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 2px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

#footerArea .infoBoxInner:hover .infoBoxContent {
  padding-top: 10px;
}

#footerArea .infoBoxInner .infoIcon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 18px;
  text-align: center;
}

#footerArea .infoBoxInner:hover .infoIcon {
  opacity: 0;
  margin-top: -35px;
}

#footerArea .infoBoxInner .infoOverlay {
  opacity: 0;
  height: 30px;
  text-align: right;
  margin-bottom: -30px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-end;
}

#footerArea .infoBoxInner:hover .infoOverlay {
  opacity: 1;
  margin-bottom: 0px;
}

#footerArea .infoBoxInner .infoOverlay span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 25px;
  color: #ffb300
}

#footerArea .infoBoxInner .infoOverlay span:before {
  content: "\ea94";
  font-family: Icofont;
  position: absolute;
  z-index: 1;
  right: 0;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

#footerArea .footerBottom {
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 30px;
  color: #ffb300;
  text-align: right;
}

#footerArea .footerBottom p {
  color: #ffb300;
  font-size: 12px;
}

/*
 * Scroll Top Box
 */
.scrollToTop {
  position: fixed;
  bottom: 30px;
  left: 0px;
  cursor: pointer;
  display: none;
  z-index: 999999;
}

.scrollToTop a {
  display: block;
}

.scrollToTop i {
  font-size: 22px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: inline-block;
  background-color: #000;
  color: #fff000;
  text-align: center;
}

/*quality */

.quality ul li {
  border: 0;
  padding: 10px 10px;
  width: 80%;
  border-radius: 6px;
  color: #000;
  background: -webkit-linear-gradient(left, #ffb300 0%, #fff000 50%, #ffb300 100%);
  background-size: 288%, 1px;
  background-position: 0%;
  height: 44px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .quality ul li {
    padding: 10px 10px;
    width: 100%;
  }
}

/*store */

.store-sub h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.store-sub h4 span {
  color: #ffb300;
}

/*our team */

.wrapper {
  margin-top: 20px;
  text-align: center;
  background-image: url("https://cdn5.f-cdn.com/contestentries/1108779/15284413/5994f46743e9d_thumb900.jpg")
}

.wrapper h1 {
  /*font-family: 'Yatra One', cursive;*/
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
}

.our_team {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.our_team .team_member {
  width: 250px;
  margin: 5px;
  /*background: #fff;*/
  padding: 20px 10px;
  text-align: center;
}

.our_team .team_member .member_img {
  background: #e9e5fa;
  max-width: 190px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  /*cursor: pointer;*/
}

.our_team .team_member .member_img img {
  width: 100%;
  height: 100%;
}

.our_team .team_member h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #ffb300;
  letter-spacing: 2px;
  margin: 15px 0 0px;
}

.our_team .team_member span {
  font-size: 14px;
  color: #fff;
}

.our_team .team_member p {
  /*margin-top: 20px;*/
  font-size: 14px;
  /*line-height: 20px;*/
  color: #fff;
}

.our_team .team_member .member_img .social_media {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.65);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 0.5s ease;
}

.our_team .team_member .member_img .social_media .item {
  margin: 0 10px;
}

.our_team .team_member .member_img .social_media .fab {
  color: #e6d97a;
  font-size: 20px;
}




/*//////////////////////////////////////////*/
/*
.cancelled {
  color: red;
  font-weight: bold;
}

@media (max-width: 475px) {

  table thead {
    display: none;
  }

  table tr {
    display: flex;
    flex-direction: column;
    border: 3px solid white;
    padding: 1px;
  }


  table td[data-label] {
    display: flex;
    font-weight: 500;
    line-height: 1.2;
    font-size: 0.8rem;
  }

  table td[data-label]::before {
    content: attr(data-label);
    color: lightgrey;
    font-weight: 100;
    width: 50%;
  }


}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #ffffff;
}

table thead tr {
  font-size: 0.9rem;
}

table tbody tr {
  font-size: 0.9rem;
}

table thead {
  background-color: #ffb700;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #000000;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  line-height: 1;
  font-weight: 500;
}*/

/* Base table style */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  /* Enables horizontal scroll on mobile */
}

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  /* ensures scroll on small screens */
}

.table th,
.table td {
  padding: 0.4rem;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000000;
  font-size: 1rem;
  font-weight: 500;
}

/* Header styling */
.table thead{
  background-color: #ffb700;
  color: #000;
}

.table thead th {
  font-weight: 500;
  border-bottom: 2px solid #000;
  line-height: 1;
  vertical-align: middle;
}

/*.table thead tr {
  font-weight: 600;
}*/

/* Hover effect */
.table-hover tbody tr:hover {
  background-color: #fff7d6;
  /* light yellow */
}

/* Optional: highlight negative values */
/*.table td {
  color: #000;
}*/

.table td:contains('-') {
  color: red;
  font-weight: bold;
}

.cancelled {
  color: red;
  font-weight: bold;
}

/* Mobile friendly */
@media (max-width: 868px) {
  .table {
    font-size: 0.5rem;
    min-width: 316px;
  }
}


.ourReqInner-1 {
  /*background: -webkit-linear-gradient(left, #ffb300 0%, #fff000 50%, #ffb300 100%);*/
  background: #221F1F;
  background-size: 300%, 1px;
  padding: 15px;
  border-radius: 8px;

}

.ourReqInner-1 h4 {
  color: #ffb700;
}

.ourReqInner-1 h6 {
  color: #e9e5fa;
  font-weight: 500;
}



/*testimonial */
.content-wrapper {
  height: 100%;
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding-bottom: 5rem;*/


}

h1 {
  margin-bottom: calc(0.7rem + 0.5vmin);
  font-size: calc(2.3rem + 1vmin);
}


.wrapper-for-arrows {
  position: relative;
  width: 95%;
  border-radius: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: #221f1f;
  z-index: 999;
  background-image: url(../SPACEWOOD_FRANCHISE/our_partner.png);
  /* background-color: #ffb700; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-blend-mode: multiply;
}

.review-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: calc(2rem + 1vmin);
  width: 100%;
}

#imgDiv {
  border-radius: 50%;
  width: calc(7rem + 5vmin);
  height: calc(7rem + 5vmin);
  position: relative;
  box-shadow: 5px -3px rgb(255 183 0);
  background-size: cover;
  margin-bottom: calc(0.7rem + 0.5vmin);
}

/*#imgDiv::after {
  content: "''";
  font-size: calc(2rem + 2vmin);
  font-family: sans-serif;
  line-height: 150%;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgb(79, 143, 226);
  position: absolute;
  top: 10%;
  left: -10%;
  width: calc(2rem + 2vmin);
  height: calc(2rem + 2vmin);
}*/

#personName {
  /*margin-bottom: calc(0.7rem + 0.5vmin);*/
  font-size: calc(1rem + 0.5vmin);
  letter-spacing: calc(0.1rem + 0.1vmin);
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#profession {
  font-size: calc(0.8rem + 0.3vmin);
  /*margin-bottom: calc(0.7rem + 0.5vmin);*/
  color: rgb(255 183 0);
}

#description {
  font-size: calc(0.8rem + 0.3vmin);
  width: 80%;
  max-width: 45rem;
  text-align: center;
  margin-bottom: calc(1.4rem + 1vmin);
  color: rgb(255 255 255);
  line-height: 1.6;
}

.arrow-wrap {
  position: absolute;
  top: 50%;
}

.arrow {
  width: calc(1.4rem + 0.6vmin);
  height: calc(1.4rem + 0.6vmin);
  border: solid rgb(255 183 0);
  border-width: 0 calc(0.5rem + -0.8vmin) calc(0.5rem + -0.8vmin) 0;
  cursor: pointer;
  transition: transform 0.3s;
}

.arrow:hover {
  transform: scale(1.15);
  transition: 0.3s;
}

.left-arrow-wrap {
  left: 5%;
  transform: rotate(135deg);
}

.right-arrow-wrap {
  right: 5%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .content-wrapper {
    width: 100%;
  }
}

.modern-image {
  max-width: 60%;
}

@media screen and (max-width: 900px) {
  .modern-image {
    max-width: 100%;
  }
}

/*card */

.card-support {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  padding: 15px 61px 15px 20px;
  cursor: pointer;
}

.card-support:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card-support h3 {
  font-weight: 300;
  font-size: 1.1rem;
}

.card-support p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  font-family: DIN-RegularAlternate;

}

.card-support img {
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/A.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-2 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/B.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-3 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/C.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-4 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/D.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-5 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/E.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-6 {
  background-image: url(https://franchise.spacewood.in/SPACEWOOD_FRANCHISE/support/F.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

@media(max-width: 990px) {
  .card-support {
    margin: 10px;
    padding: 10px 65px 11px 11px;
  }

}