/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Max Kitchens And Wardrobes stylesheet.
 * Design And Developed By Aslam Abrar Khan.
 -----------------------------------------------------------------------------------------------*/
/*
 * Imported Style
 */
@import url(bootstrap.min.css);
@import url(responsive.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: Akzidenz-Grotesk BQ Light;
  src: url(../fonts/custom-fonts/akzidenz-grotesk-bq-light-.otf); 
}
@font-face {
  font-family: Akzidenz-Grotesk BQ;
  src: url(../fonts/custom-fonts/Akzidenz-Grotesk-BQ-Medium.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/custom-fonts/Helvetica___.ttf);
}
/*
 * General Styles
 */
*{
  margin:0;
  padding:0;
  outline:none;
}
html,
body{
  height: 100%;
  background-color: #fff;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  letter-spacing: 1px;
  height: 100%;
    -webkit-overflow-scrolling: touch;
}
body{
  overflow-x: hidden;
  overflow-y: auto;
}
*:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin: 0;
  color: #000;
}
h2{
  font-family: Akzidenz-Grotesk BQ;
}
h3{
  font-family: Akzidenz-Grotesk BQ Light;
}
h4,
h5,
h6{
  font-size: 20px;
  font-family: Helvetica;
}
button{
  font-family: Helvetica;
}
*:focus {
  outline: 0 !important;
}
a{
  color: #000;
  text-decoration: none;
  font-family: Akzidenz-Grotesk BQ Light;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ffb300;
  text-decoration: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin:0;
  padding:0;
  border:none;
}
section img{
  max-width:100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
  font-family: Akzidenz-Grotesk BQ Light;
}
ul li a{
  font-family: Akzidenz-Grotesk BQ Light;
}
p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
  color:    #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
  color:    #000;
  opacity:  1;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
  color:    #000;
  opacity:  1;
  font-family: Akzidenz-Grotesk BQ Light;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  color:    #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{ 
  color:    #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
input::placeholder,
textarea::placeholder{
  color:    #000;
  font-family: Akzidenz-Grotesk BQ Light;
}
:hover{
  -webkit-transition-duration: 0.30s;
  -moz-transition-duration: 0.30s;
  -o-transition-duration: 0.30s;
  transition-duration: 0.30s;
}
.clear{ 
  clear:both;
}
.flexRow.row {
  display: flex;
  flex-wrap: wrap;
}
.flexRow.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flexRow .termFlexCol {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
/*
 * Section Title, Section Subtitle
 */
.verticalAlign{
  display: flex;
  align-items: center;
}
section{
  position: relative;
  overflow: hidden;
}
.secPaddingTop{
  padding-top: 60px;
}
.secPaddingBottom{
  padding-bottom: 60px;
}
.sectionHeader{
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.sectionHeader:before {
  content: '';
  position: absolute;
  width: 160px;
  height: 2px;
  background: #000;
  right: 100%;
}
.sectionHeader:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  right: 100%;
}
.borderNone .sectionHeader:before,
.borderNone .sectionHeader:after{
  display: none;
}
.sectionHeader h3{
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 55px;
}
.sectionHeader h3 span{
  font-size: 55px;
  font-weight: 800;
  font-family: Akzidenz-Grotesk BQ;
  text-transform: initial;
}
#mainCarousel .carousel-control-next,
#mainCarousel .carousel-control-prev,
#navbarSection .navbar,
.productDiv,
.maxTabLinkDiv .nav-tabs .nav-link,
.maxTabLinkDiv .nav-tabs .nav-link:before,
.tabContentDiv .tabImgBox a:after,
.tabContentDiv .tabImgBox a:before,
.tabContentDiv .tabImgBox:before{
  transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
}
#mainCarousel .carousel-caption,
#mainCarousel .carousel-control-next,
#mainCarousel .carousel-control-prev,
#brandSlide.owl-carousel .owl-next,
#brandSlide.owl-carousel .owl-prev,
.sectionHeader:before,
.sectionHeader:after{
  top: 50%;
  -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shadowOne{
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 1px 2px 4px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 1px 2px 4px -2px rgba(0,0,0,0.25);
      -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 1px 2px 4px -2px rgba(0,0,0,0.25);
        -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 1px 2px 4px -2px rgba(0,0,0,0.25);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 1px 2px 4px -2px rgba(0,0,0,0.25);
}
.maxButtonRight{
  text-align: right;
}
.maxButtonLeft{
  text-align: left;
}
.maxButton{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  z-index: 2;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  padding: 5px 10px;
}
.maxButton .maxButtonIcon{
  margin-left: 5px;
  position: relative;
  display: inline-block;
}
.maxButton .maxButtonIcon i{
  font-size: 28px;
  color: #000;
  line-height: 18px;
  background: #fff;
  position: relative;
  left: -5px;
  z-index: 1;
  display: inline-block;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.maxButton .maxButtonIcon:after{
  content: '';
  position: absolute;
  border: 1px solid #ffb300;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
}
.maxButton:before,
.maxButton:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.maxButton:before {
  top: 0;
  border-bottom: none;
}
.maxButton:after {
  bottom: 0;
  border-top: none;
}
.maxButton:hover:before,
.maxButton:hover:after {
  background: #000;
  z-index: -1;
  height: 51%;
}
.maxButton:hover .maxButtonIcon i {
  color: #fff;
  background: #000;
}
.galleryProdBg{
  height: 50%;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-left: 10px solid #ffb300;
  border-top: 10px solid #ffb300;
}
.galleryProdBg:before,
.galleryProdBg:after{
  content: '';
  position: absolute;
  background-color: #ffb300;
}
.galleryProdBg:before {
  width: 10px;
  height: 30px;
  bottom: -5px;
  left: -10px;
  -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
      -ms-transform: skewY(45deg);
        -o-transform: skewY(45deg);
          transform: skewY(45deg);
}
.galleryProdBg:after {
  width: 30px;
  height: 10px;
  top: -10px;
  right: -5px;
  -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
        -o-transform: skewX(45deg);
          transform: skewX(45deg);
}
.tab-content .galleryProdBg:before{
  height: 15px;
}
.tab-content .galleryProdBg:after{
  width: 15px;
}
/*
 * Main Slider Section
 */
#mainCarousel .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

#mainCarousel  .carousel-item.active,
#mainCarousel  .carousel-item-next.carousel-item-left,
#mainCarousel  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#mainCarousel .active.carousel-item-left,
#mainCarousel  .active.carousel-item-right {
 opacity: 0;
}

#mainCarousel  .carousel-item-next,
#mainCarousel .carousel-item-prev,
#mainCarousel .carousel-item.active,
#mainCarousel .active.carousel-item-left,
#mainCarousel  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#mainCarousel .carousel-caption{
  width: 55%;
  bottom: auto;
  right: 0;
  left: 0;
  padding: 30px 85px 30px 100px;
  overflow: hidden;
}
.carousel-caption:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.8);
  -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
      transform: skew(-20deg);
}
#mainCarousel .carousel-caption h3{
  position: relative;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.8);
  padding: 0px 30px;
}
#mainCarousel .carousel-caption h3:before,
#mainCarousel .carousel-caption h3:after{
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  background-color: #ffb300;
}
#mainCarousel .carousel-caption h3:before{
  left: 0;
}
#mainCarousel .carousel-caption h3:after{
  right: 0;
}
#mainCarousel .carousel-caption p{
  color: #fff;
  font-size: 20px;
}
#mainCarousel .carousel-control-next,
#mainCarousel .carousel-control-prev{
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 1;
  top: 50%;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 20px
  margin: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
}
#mainCarousel .carousel-control-next{
  top: 50%;
  left: 30px;
  transform: translateY(5px);
}
#mainCarousel .carousel-control-prev{
  top: 50%;
  left: 30px;
  transform: translateY(-45px);
}
 /* 
  * Header Navbar Section
  */
section#navbarSection{
  overflow: visible;
}
#navbarSection .navbar {
  padding: 0;
  display: block;
  margin: 0;
  background: rgba(0,0,0,0.8);
}
#navbarSection .navbar-brand{
  padding: 0;
  width: 280px;
}
#navbarSection .navbar-brand .logoOne{
  display: block;
}
#navbarSection .navbar-brand .logoTwo{
  display: none;
}
#navbarSection .navbar-nav {
  margin: 0;
  padding: 0;
  text-align: right;
}
#navbarSection .navbar-nav > li {
  display: block;
  margin-left: 5px;
  position: relative;
}
#navbarSection .navbar-nav > li > a{
  display: block;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  padding: 30px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
}
/*-- Dropdown Menu --*/
#navbarSection .navbar-nav > li .navSubMenu {
  position: absolute;
  top: 120%;
  right: 0;
  white-space: nowrap;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#navbarSection .navbar-nav > li .navSubMenu:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  left: -5%;
  background: #ffb300;
  bottom: 10px;
  z-index: -1;
  -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#navbarSection .navbar-nav > li .navSubMenu li{
  background-color: #ffb300;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  position: relative;
  width: 100%;
}
#navbarSection .navbar-nav > li .navSubMenu li:last-child{
  border: none;
}
#navbarSection .navbar-nav > li .navSubMenu li a {
  padding: 10px 30px;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#navbarSection .navbar-nav > li.dropDownMenu:hover .navSubMenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.dropdown-btn {
  display: none;
}
/*--- Navbar Affix ---*/
#navbarSection .affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
#navbarSection .affix.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#navbarSection .affix.navbar .navbar-brand {
  width: 220px;
}
#navbarSection .affix.navbar ul > li > a{
  color: #000;
  padding: 15px 10px;
}
#navbarSection .navbar-nav > li.active > a{
  background: rgba(0,0,0,0.4);
  color: #ffb300;
}
#navbarSection .affix.navbar .navbar-brand .logoTwo{
  display: block;
}
#navbarSection .affix.navbar .navbar-brand .logoOne{
  display: none;
}
#navbarSection .affix.navbar ul > li .navSubMenu li a {
  padding: 10px 30px;
}
/*
 * About Section
 */
.aboutContent h4{
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 30px;
  text-align: justify;
}
.aboutContent ul li{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}
.aboutRightDiv{
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.aboutImage{
  position: relative;
}
.aboutImage:before {
  position: absolute;
  content: '';
  right: 30px;
  top: 30px;
  left: 30px;
  bottom: 30px;
  z-index: 0;
  border: 1px solid #ffb300;
  opacity: 0.5;
}
.aboutImage:after {
  position: absolute;
  content: '';
  right: -30px;
  top: -30px;
  left: 30px;
  bottom: 30px;
  z-index: -1;
  background-color: #ffb300;
  background-image: -moz-linear-gradient(90deg, #fff 0%, #ffb300 100%);
  background-image: -webkit-linear-gradient(90deg, #fff 0%, #ffb300 100%);
  background-image: -ms-linear-gradient(90deg, #fff 0%, #ffb300 100%);
  display: block;
}
.aboutImage img{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.aboutButton{
  float: right;
}

/*
 * Product Wrapper Section 
 */
.projectBlock {
  background-color: #000;
  margin-bottom: 30px;
  align-items: center;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 1;
}
.innerProductWrap .row > [class*='col-']:nth-last-of-type(1) .projectBlock{
  margin-bottom: 0px;
}
.projectBlockImg{
  width: 55%;
}
.projectBlock::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 38%;
  background: #000;
  height: 124%;
  width: 130px;
  z-index: 1;
  transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}
.projectBlock::after {
  content: "";
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  z-index: 0;
  border: 1px solid #000;
  opacity: 0.5;
}
.projectBlockContent {
  width: 45%;
  padding: 30px;
  background-color: #000;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 10;
}
.projectBlockContent h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.projectBlockContent h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  width: 3px;
  background-color: #ffb300;
}
.projectBlockContent  p{
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 15px;
}













#productWrapSection {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
}
.overlayImage{
  background-image: url(images/about/hoem-about.jpg);
  position: absolute;
  float: left;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: rgba(0,0,0,0.85);
  background-position: center right;
}
.overlayImage.overlayLeft{
  left: 0;
  background-position: center left;
}
.innerProductWrap{
  background-color: rgba(255,255,255,0.8);
  position: relative;
  padding: 30px;
  z-index: 1;
}
.innerProductWrap.wrapBorder:before {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  z-index: 0;
  border: 1px solid #000;
}
.productDiv{
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  display: inline-block;
  cursor: pointer;
}
.productDiv .productDivLink{
  display: block;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}
/*.productDiv:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}*/
.productContent {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05); 
  padding: 10px;
  position: relative;
  z-index: 1;
}
.gallProdTitle{
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #fff;
}
.gallProdTitle h4{
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.productContent h4{
  font-size: 28px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.productContent h5{
  font-size: 22px;
}
.productContent p{
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: justify;
}
/*--- Brand Slider ---*/
#brandSlide.owl-carousel .owl-next,
#brandSlide.owl-carousel .owl-prev{
  position: absolute;
  background: #000;
  height: 100%;
  color: #fff;
  width: 22px;
  text-align: center;
}
#brandSlide.owl-carousel .owl-next{
  right: 0;
}
#brandSlide.owl-carousel .owl-prev{
  left: 0;
}
#brandSlide.owl-carousel .singleItem{
  margin: 5px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#brandSlide.owl-carousel .singleItem a{
  display: block;
}
/*
 * Page Banner Area
 */
#maxBanner,
#maxBanner .bannerContent{
  height: 250px;
  position: relative;
}
#maxBanner .parallaxBanner {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#maxBanner .parallaxInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#maxBanner .bannerContent {
  z-index: 99;
  width: 100%;
}
#maxBanner .bannerCaption{
  position: absolute;
  right: 15px;
  top: 30px;
  width: 50%;
  text-align: right;  
}
#maxBanner .bannerCaption h2{
  color: rgb(0, 0, 0);
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
#maxBanner .bannerCaption p{
  color: #000;
}
#maxBanner .pageBreadcrumb{
  display: inline-block;
  left: -15px;
  position: absolute;
  bottom: 30px;
  overflow: hidden;
}
#maxBanner .pageBreadcrumb ul{
  position: relative;
  padding: 5px 60px 5px 30px;
}
#maxBanner .pageBreadcrumb ul:before{
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  left: -36px;
  bottom: 0;
}
#maxBanner .pageBreadcrumb ul:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 45px solid #000;
  border-right: 36px solid transparent;
  right: 0;
  top: 0;
}
#maxBanner .pageBreadcrumb ul li{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
#maxBanner .pageBreadcrumb ul li a{
  color: #ffb300;
}
#maxBanner .pageBreadcrumb ul li:after {
  content: '\ea5d';
  font-family: 'icofont';
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}
#maxBanner .pageBreadcrumb ul li:last-child{
  padding-right: 0px;
}
#maxBanner .pageBreadcrumb ul li:last-child:after{
  display: none;
}

/*
 * Max Kitchen Page 
 */
.innerPageWrapHead{
  overflow-wrap: break-word;
}
.innerPageWrapHead h3{
  font-size: 55px;
  font-weight: 800;
  font-family: Akzidenz-Grotesk BQ;
  line-height: 85px;
  letter-spacing: 2px;
  text-transform: initial;
}
.innerPageWrapHead ul li{
  text-align: center;
  font-size: 24px;
}
.innerPageWrapHead ul li i{
  font-size: 18px;
}
.innerPageWrapHead ul li img{
  width: 18px;
}
.innerPageWrapHead ul li span{
  font-size: 28px;
  font-weight: 800;
  font-family: "Akzidenz-Grotesk BQ";
}
.maxTable{
  width: 100%;
}
.maxTable tr td{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: Akzidenz-Grotesk BQ Light;
  margin: 0;
  position: relative;width: auto;
  padding-left: 10px;
}
.maxTable th{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Akzidenz-Grotesk BQ";
  position: relative;
  width: auto;
  padding-right: 15px;
}
.maxTable th:after{
  content: ':';
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  text-align: right;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.innerProductWrap h4{
  font-size: 24px;
  font-weight: 800;
  margin-top: 15px;
  position: relative;
  display: block;
}
/*
 * Gallery Section
 */
.gallerySection .productDiv {
  margin-bottom: 30px;
  padding: 8px 0 0 8px;
  position: relative;
  z-index: 1;
}
.gallerySection .row > [class*='col-']:nth-last-of-type(1) .productDiv,
.gallerySection .row > [class*='col-']:nth-last-of-type(2) .productDiv{
  margin-bottom: 0;
}
.anchorArea{
  position: absolute;
  left: 0px;
  top: -60px;
  padding: 1px;
}
.productImgCaption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -90px;
}
.productImgCaption h3{ 
  margin-right: 30px;
  position: relative;
  display: inline-block;
  padding: 0px 30px;
  background: rgba(0,0,0,0.8);
  color: rgba(255,255,255,0.8);
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.productImgCaption h3:before {
  left: 0;
}
.productImgCaption h3:before,
.productImgCaption h3:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  background-color: #ffb300;
}
.productImgCaption h3:after {
  right: 0;
}

.maxTabLinkDiv .nav-tabs{
  position: relative;
  border-left: 3px solid #ffb300;
  border-bottom: 0;
}
.maxTabLinkDiv .nav-tabs .nav-item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 4px;
}
.maxTabLinkDiv .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.maxTabLinkDiv .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 15px 15px 15px 25px;
  background-color: #f1f1f1;
}
.maxTabLinkDiv .nav-tabs .nav-link.active,
.maxTabLinkDiv .nav-tabs .nav-link:hover {
  color: #000;
  padding-left: 40px;
  background-color: #ffb300;
}
.maxTabLinkDiv .nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 22px;
  background-color: #000;
  height: 2px;
  width: 15px;
  opacity: 0;
}
.maxTabLinkDiv .nav-tabs .nav-link.active::before,
.maxTabLinkDiv .nav-tabs .nav-link:hover:before {
  opacity: 1;
}
.tabContentDiv .tabImgDiv{
  margin-bottom: -30px;
}
.tabContentDiv .tabImgBox{
  margin-bottom: 30px;
  padding: 5px 0 0 5px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.tabContentDiv .tabImgCaption {
  background: rgba(255,255,255,0.6);
  padding: 5px 10px;
  position: relative;
  z-index: 5;
}
.tabContentDiv .tabImgCaption ul{
  display: none;
}
.tabContentDiv .tabImgDiv .tabImgCaption h4{
  font-size: 15px;
}
.tabContentDiv .tabImgBox a{
  display: block;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0px 0px 4px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0px 0px 4px -2px rgba(0,0,0,0.25);
      -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0px 0px 4px -2px rgba(0,0,0,0.25);
        -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0px 0px 4px -2px rgba(0,0,0,0.25);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0px 0px 4px -2px rgba(0,0,0,0.25);
}
/*.tabContentDiv .tabImgBox a:after {
  position: absolute;
  content: '';
  top: -140%;
  background: #000;
  width: 160%;
  height: 160%;
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
  right: 50%;
}
.tabContentDiv .tabImgBox:hover a:after {
  right: -30%;
  top: -30%;
}
.tabContentDiv .tabImgBox a:before{
  content: '\ec97';
  font-family: IcoFont;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  opacity: 1;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #ffb300
}
.tabContentDiv .tabImgBox:hover a:before{
  background-color: #ffb300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 50%;
  top: 50%;
  font-size: 25px;
  color: #000;
  margin-top: -10px;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
}*/
.tabContentDiv .tabImgBox a{
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.tabContentDiv .tabImgBox a:before,
.tabContentDiv .tabImgBox a:after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8px;
  left: 0;
}
.tabContentDiv .tabImgBox a:before{
  top: 0;
  border-bottom: none;
}
.tabContentDiv .tabImgBox a:after{
  bottom: 0;
  border-top: none;
}
.tabContentDiv .tabImgBox:hover a:before,
.tabContentDiv .tabImgBox:hover a:after {
  background: #000;
  z-index: 3;
  height: 50%;
  opacity: 0.8;
}
.tabContentDiv .tabImgBox:before{
  content: '\ec97';
  font-family: IcoFont;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: #000;
  font-size: 22px;
  background-color: #ffb300;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  top: 50%;
  -moz-box-shadow: translateY(-50%) translateX(-50%) scale(0);
    -webkit-box-shadow: translateY(-50%) translateX(-50%) scale(0);
      -ms-box-shadow: translateY(-50%) translateX(-50%) scale(0);
        -o-box-shadow: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
}
.tabContentDiv .tabImgBox:hover:before{
  transform: translateY(-50%) translateX(-50%) scale(1);
}
/*
 * About Us 
 */
.card-features{
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
}
.innerProductWrap  .row > [class*='col-']:nth-last-of-type(1) .card-features,
.innerProductWrap  .row > [class*='col-']:nth-last-of-type(2) .card-features,
.innerProductWrap  .row > [class*='col-']:nth-last-of-type(3) .card-features{
  margin-bottom: 0;
}
.card-features img{
  margin: 0 auto;
  width: 100px;
  margin-bottom: 10px;
}
.card-features p{
  font-size: 16px;
  line-height: 20px;
}
/*
 * Footer Area
 */
footer{
  background: #fff;  
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
      box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
footer p{
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.footerTop{
  background: rgba(0,0,0,0.8) url(../images/pt-5.png);
}
.footerImg{
  text-align: center;
}
.footerLogo{
  width: 280px;
  margin: 0 auto;
}
.footerImg p{
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
  color: rgba(255,255,255,0.80);
}
.contactDetails {
  position: relative;
  padding:15px;margin-bottom: 30px;
  border: 1px solid rgba(255,255,255,0.15);
  background-color: rgba(0,0,0,0.35);
}
.contactDetails .detailsInnerDiv {
  position: relative;
  font-size: 16px;
  padding-left: 45px;
  font-weight: 400;
  padding-right: 15px;
}
.contactDetails .detailsInnerDiv i {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  color: #ffb300;
  line-height: 30px;
  font-size: 30px;
  font-weight: normal;
}
.contactDetails .detailsInnerDiv h5{
  color: rgba(255,255,255,0.80);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  line-height: 25px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.contactDetails .detailsInnerDiv h5:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #ffb300;
  left: 0;
}
.contactDetails .detailsInnerDiv p,
.contactDetails .detailsInnerDiv p a{
  color: rgba(255,255,255,0.60);
}
.contactDetails .detailsInnerDiv:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,0.40);
}
.contactDetails .detailsInnerDiv.call:after{
  width: 0;
}
.footerBottom{
  background: #000;
  padding: 10px 0;
}
.footerBottom p{
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyImg{
  display: inline-block;
  float: left;
  width: 250px;
}
.websiteLink{
  background: #000;
  text-align: center;
  padding: 5px 15px;
  margin-top: 15px;
  display: inline-block;
  line-height: 25px;
}
.websiteLink p{
  color: #fff;
}
.websiteLink a{
  color: #ffb300;
}
.copyText{
  display: inline-block;
  float: right;
}






/*
 * Fancy Gallery Modal 
 */
.fancybox-is-open .fancybox-bg{
  background-color: #fff;
}
.fancybox-is-open .fancybox-slide{
  padding: 0;
}
.fancyModal.fancybox-content{
  max-width: 100% !important;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 15px;
  background: transparent;
}
.fancybox-container{
  transform: translateY(-50px);
  transition: all .7s;
}
.fancybox-container.fancybox-is-open{
  transform: translateY(0);
  opacity: 1;
}
.fancybox-is-open .fancybox-toolbar {
  right: 15px;
}
.fancyModal{
  display: none;
}
.fancyModal.fancybox-content img{
  height: 100%;
  width: auto;
}
.fancybox-content .tabImgCaption{
  display: block;
  text-align: center;
}
.fancybox-content .tabImgCaption h4{
  display: block;
  margin: 10px;
  font-size: 24px;
  font-weight: 600;
}
.fancybox-content .tabImgCaption ul{
  display: inline-block;
  text-align: left;
}
.fancybox-content .tabImgCaption ul li{
  font-size: 16px;
}
.fancybox-content .tabImgCaption ul li span{
  font-size: 20px;
  font-weight: 600;
}
.fancybox-content .tabImgCaption .productContent{
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 0;
}
.fancybox-content .tabImgCaption .productContent .maxTable{
  text-align: left;
}
.fancybox-is-open .fancybox-navigation .fancybox-button{
  padding: 0;
  width: 35px;
  height: 35px;
  background: #000;
  color: #ffb300;
}
.fancybox-is-open .fancybox-navigation .fancybox-button--arrow_right{
  right: 15px;
}
.fancybox-is-open .fancybox-button[disabled],
.fancybox-is-open .fancybox-button[disabled]:hover {
  color: #000;
  background-color: #ff0000;
  opacity: 0.8;
}
.fancybox-toolbar .fancybox-button{
  width: 40px;
  height: 40px;
  background: #000;
  color: #ffb300;
} 