*{
    margin: 0px;
    padding: 0px;
}
  .clearfix{
      clear: both;
  }
  @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body{
    box-sizing: border-box;
	font-family: "NeueHelvetica", sans-serif !important;
}
.body-fix {
    overflow-y: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  /* body {
	box-sizing: border-box;
	font-family: 'Sofia Pro', sans-serif;

} */
a, a:hover{
    text-decoration: none;
}
@font-face {
    font-family: museo;
    src: url(../fonts/Museo300-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: museo;
    src: url(../fonts/Museo700-Regular.otf);
    font-weight: 700;
}
img{
    border: none;
}
ul,li{
    list-style-type: none;
    font-family: museo;
}
.banner-sec img {
    margin: 0 !important;
}
.product-feature-right.about-right-section .media-manager-img {
	margin-left: 0 !important;
}

.custom-container{
    margin: 0 auto;
    width: 100%;
    padding:0px;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-family: museo;
}
h2{
    font-size: 48px;
    line-height: 57px;
    color:#000;
}
h3{
    font-size: 42px;
    line-height: 38px;

}
h4{
    font-size: 32px;
    line-height: 38px;
}
p{
    font-size: 18px;
    line-height: 28px;
    color:#5B6670;
}
header{
    width: 100%;
    height: auto;
    z-index: 99;
    padding:26px 0px;

}
.w-10 {
    width: 22px;
    height: auto;
    margin-top: 32px;
    object-fit: cover;
}
header .custom-container{
    padding:0px;
}
header .header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}
header .header-inner .header-logo {
    padding-left: 0 !important;
}
header .header-inner .header-right {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
    align-items: center;
}
header .header-inner .header-right .header-menu ul{
    display: flex;
}
header .header-inner .header-right .header-menu ul li{
    margin-right: 70px;
}
header .header-inner .header-right .header-menu .dropdown-content-left ul li {
  position: relative;  margin-right: 0px;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropbtn{
    position: relative;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropbtn::after {
    position: absolute;
    content: "\f107";
    right: -18px;
    / background: url(../images/dropdown-icon.png) right center no-repeat;
    / top: -11px;
    font-size: 24px;
    top: -6px;
    display: inline-block;
    font-family: fontawesome;
}

header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content {
    position: absolute;
    left: -9px;
    opacity: 0;
    display: none;
    visibility: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    top: calc(100% + 5px);
}
.header-menu ul li {
    position: relative;
}
header .header-inner .header-right .header-menu ul li.dropdown-1:hover .dropdown-content {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: oxy-menu-moveup;
    animation-name: oxy-menu-moveup;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: block;
    margin-top: 0;
    top: 100%;
    text-align: left;
}
header .header-inner .header-right .header-menu ul li.dropdown-1:hover .dropdown-content {
    display: block;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content h4{
    font-size: 18px;
    line-height: 52px;
    color:#121212;
    font-weight: 700;


}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner {
    width: 29%;
    display: contents;
}
   header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner ul li a {
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
    font-weight: 700 !important;
}
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left{
        width: 100%;
        margin-right: 90px; max-width: 1130px;
    }
   header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li.active > a::before {
    content: none;
    width: 100%;
    position: absolute;
    height: 1px;
    background: #d5a070;
    bottom: 0;
    display: none;
}
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li.active a{
        font-weight:400;
    }
     header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li:hover > a{
         font-weight:700;
     }
     header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li.active:hover > a {
    font-weight: 700;
}
          header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li:hover > a::before{
              display:block;
          }
          header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul {
            position: relative;
            min-width: 171px;
            float: left;
        }
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left li:hover ul{
        display: block;
    }
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left li > a::before {
    content: none;
    width: 100%;
    position: absolute;
    height: 1px;
    background: #d5a070;
    bottom: 0;
    display: none;
}
      header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left li:hover > a:before{
          display:block;
      }
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left li.active > a, 
    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left li:hover > a{
        font-weight: 700 !important;
    }
  

    header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-right{
        width: 75%;
        display: flex;
        justify-content: space-between;
    }
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul{
    display: block;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li a{
    position: relative;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul{
   position: absolute;
left: 100%;
top: 0;
 display: none;
min-width: 800px;
display: none;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li {
    width: 47%;
    margin: 0;
    display: flex;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner ul li:hover ul {
    opacity: 1;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li.active ul{
    /*display:block;*/
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li::after{
    display: none;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li a{
    font-weight: 400;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li.submenu-heading {
  max-width: 100%;
  flex: 0 0 100%; margin-bottom: 20px;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li.submenu-heading a {
  font-weight: bold; padding-bottom: 20px;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content ul li ul li.submenu-heading a::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #d5a070;
  bottom: 0;
}
header .header-inner .header-right .header-menu ul li a {
    font-size: 15px !important;
    line-height: 28px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif !important;
}
header .header-inner .header-right .header-menu ul li a:hover {
    text-decoration: none;
    color: #941C1D;
    transition: 0.4s all;
}
header .header-inner .header-right .header-social-sec ul{
    display: flex;

}

header .header-inner .header-right .header-social-sec ul li:last-child{
    margin-right: 0px;
}
.menu-toggle {
    position: absolute;
    right:30px;
    top:60px;
    z-index: 99;
    display: none;
  }
  
  .bar1, .bar2, .bar3 {
	width: 35px !important;
	height: 4px !important;
	background-color: #fff ;
	margin: 6px 0;
	transition: 0.4s;
}
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .banner-sec{
      width: 100%;
      height: auto;
      padding-top: 150px;
      position: relative;
  }
  .banner-sec img{
      width: 100%;
  }
   .mail-sec{
      position: fixed;
      width: 110px;
      height: auto;
      right: 0px; z-index: 100;
      top:50%; 
      background: #CA8342;
  }
  .mail-sec img{
      width: 50px;
  }
  .mail-sec ul {
  margin-bottom: 0;
}
   .mail-sec ul li{
      padding: 30px 0px;
      border-bottom: 3px solid #fff;
  }
  .mail-sec ul li a {
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: center;
  }
  .mail-sec ul li:last-child{
      border-bottom: none;
  }
.banner-sec .banner-bottom-sec {
    position: absolute;
    width: 60%;
    height: auto;
    bottom: 0;
   top: 220px;
    left: 50px !important;
    background: none;
    padding: 110px 40px 0;
    z-index: 1;
}
 .banner-outer.news-det-banner .banner-sec .banner-bottom-sec {
  bottom: -80px;
}

.banner-sec .banner-bottom-sec::after {
    content: none;
}
 .banner-sec .banner-bottom-sec h1{
      font-size: 46px;
      line-height: 55px;
      color:#fff;
      font-weight: 500;
  }
 .banner-sec .banner-bottom-sec h2{
      font-size: 46px;
      line-height: 55px;
      color:#fff;
      font-weight: 500;
  }
  .banner-sec .banner-bottom-sec h4{
    font-family: 'Sofia Pro', sans-serif;
      font-size:24px;
      line-height: 37px;
      color: #fff;
      padding-bottom:40px;
      font-weight: 400;
  }
  .banner-sec .banner-bottom-sec h4 a{
     font-family: museo;
      color: #fff;
  }
  .banner-bottom-sec.contact-banner-bottom {
    width: auto;
}
  .banner-sec .banner-bottom-sec h4:last-child{
      padding-bottom: 0px;
      font-weight: 700;
  }
  .timber-clad-wrapper{
      width: 100%;
      height: auto;
      padding: 280px 0px 80px 0px;
  }
  .timber-clad-wrapper ~ .timber-clad-wrapper{
      padding: 0px;
  }
  .timber-clad-wrapper .timber-top{
      margin: 0 auto;
      width: 100%;
      max-width:80.54%;
      text-align: center;

  }
  .timber-clad-wrapper .timber-top p{
      padding-top: 2px;
  }
.timber-clad-wrapper .timber-top h2 {
    padding-bottom: 0px;
    text-align: left;
    margin: 0;
    font-size: 19px;
}
  .timber-clad-wrapper .timber-top h2{
      padding-bottom: 22px;
  }
  .timber-clad-wrapper .timber-top ul{
      display: flex;
      justify-content: center;
  }
  .timber-clad-wrapper .timber-top ul li{
      margin-right: 40px;

  }
  .timber-clad-wrapper .timber-top ul li:last-child{
      margin-right: 0px;
  }
  .timber-clad-wrapper .timber-top ul li a{
    font-family: 'Sofia Pro', sans-serif;
    font-size: 22px;
    line-height: 34px;
    color:#CA8342;
    font-weight: 700;
  }
  .timber-clad-wrapper .timber-top ul li a:hover{
      text-decoration: underline;
  }
  .timber-clad-wrapper .timber-bottom{
      padding-top:80px;
      display: flex;
      justify-content:space-between;
      flex-wrap: wrap;
  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner{
      width: 24%;
      position: relative;
      margin-bottom: 100px;

  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner .img-sec{
      background: #000;
      height: 400px;
  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner .img-sec img{
      width: 100%;
      height:400px;
      object-fit: cover;

  }
  .timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .img-sec {
  background: #000;
  height: auto;
  position: relative;
  padding-bottom: 524px;
  padding-bottom: 92%;
}
  .timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .img-sec img{
      width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;

  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner .cont-sec{
      position: absolute;
      width: 87%;
      height: auto;
      background: #5b6670;
      padding:20px 0px;
      text-align: center;
      bottom:-36px;
      left:30px;
      transition: all .2s;
      cursor: pointer;
  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner .cont-sec:hover{
    background: #121212;
  }
  .timber-clad-wrapper .timber-bottom .timber-bottom-inner .cont-sec h4 a{
      font-size: 22px;
      line-height: 27px;
      color:#fff;
      font-weight: 700;
  }
  .home-improvement-sec{
      width: 100%;
      height: auto;
  }
  .home-improvement-sec .home-improvement-top{
      margin: 0 auto;
      width: 100%;
      max-width:80.25%;
      text-align: center;
  }
  .home-improvement-sec .home-improvement-bottom{
      margin-top: 50px;
      width: 100%;
      height: auto;
      background: #f5f6f8;
      position: relative;
      padding-bottom: 80px;

  }
  .home-improvement-sec .home-improvement-bottom::before{
      position: absolute;
      content: '';
      width: 100%;
      height: 70px;
      background: #fff;
      left:0;
      top:0;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner{
      width: 100%;
      max-width: 94.24%;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;

  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text{
      background: #fff;
      text-align: center;
      padding: 0px 40px;
      margin-right: 30px;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text .img-sec{
      width:130px;
      height: auto;
      padding: 15px 20px;
      background: #CA8342;
      position: relative;
      margin: 0 auto;
      transition: all .2s;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text .img-sec img{
      width: 90px;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text .img-sec:hover{
      background: #121212;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text .img-cont{
      padding-top: 40px;
  }
  .home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text:last-child{
      margin-right: 0px;
  }
  .customer-wrapper{
      width: 100%;
      height: auto;
      padding: 140px 0px 60px 0px;

  }
  .customer-wrapper h4{
      font-size: 24px;
      line-height: 29px;
      color:#5B6670;
      text-align: center;
  }
  .customer-wrapper .custom-inner{
      margin: 0 auto;
      width: 100%;
      max-width: 1500px;
  }
  .customer-wrapper .customer-wrapper-bottom{
      text-align: center;
  }
  .customer-wrapper .customer-wrapper-bottom .owl-dots{
      margin-top: 80px;
  }
  .customer-wrapper .customer-wrapper-bottom h3{
      color:#CA8342;
      margin-bottom: 40px;
      text-transform: capitalize;
  }
  .customer-wrapper .customer-wrapper-bottom p{
      font-size: 26px;
      line-height: 40px;
      color: #5B6670;
      font-weight: 400;
  }
  .customer-wrapper .customer-wrapper-bottom h4{
      color: #000;
      font-weight: 700;
  }
  .customer-wrapper .customer-wrapper-bottom .carousel-wrap {
    margin: 90px auto;
    width: 100%;
    position: relative;
  }
  .customer-wrapper-bottom .item {
    padding: 0 50px;
}
  .owl-carousel .img-sec.item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
.custom-container .owl-carousel.owl-carousel-brand .owl-nav button {
    background-color: #941c1d !important;
    margin: 0 7px;
    color: #fff;
    border-radius: 50px;
    height: 27px;
    width: 27px;
    position: relative;
    top: 1px;
    /*display: flex;*/
    justify-content: center;
}
.carousel-wrap {
    width: 100%;
}
  .customer-wrapper .customer-wrapper-bottom .carousel-wrap .owl-nav{
      display: none;
  }
  .customer-wrapper .customer-wrapper-bottom  .owl-carousel button.owl-dot {
    background: #5B6670;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.customer-wrapper .customer-wrapper-bottom  .owl-carousel button.owl-dot.active{
    background: #CA8342;
}
.brand-sec{
    width: 100%;
    height: auto;
}
.brand-sec .custom-container{
    padding:0px 80px; max-width: 1904px;
}
.owl-nav {
    text-align: center;
    max-width: 100%;
    margin-top: 0px;
}
.brand-sec .brand-inner{
    display: flex; overflow:hidden;
    justify-content: space-between;
}
.confidence-wrapper{
    width: 100%;
    height: auto;
    padding: 145px 0px 130px 0px;

}
.confidence-wrapper.product-confidence{
    padding-top: 0px;
}
.confidence-wrapper .confidence-inner{
    margin: 0 auto;
    width: 100%;
    max-width: 1460px;

}
.confidence-wrapper .confidence-inner .confidence-wrapper-top{
    text-align: center;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec{
    text-align: center;
    margin-right: 60px;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec:last-child{
    margin-right: 0px;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .img-sec {
    margin: 0 auto;
    width: 184px;
    padding: 0;
    background: #CA8342;
    transition: all .2s;
    height: 184px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .img-sec img{
    width: 110px;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .img-sec:hover{
    background: #121212;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .cont-sec{
    margin-top: 60px;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .cont-sec h3{
    padding-bottom: 20px;
}
.confidence-wrapper .confidence-inner .confidence-wrapper-bottom .award-winning-sec .cont-sec p{
    font-size: 26px;
    line-height: 40px;
    color:#5B6670;
}
.call-sec{
    width: 100%;
    height: auto;

}
.call-sec .call-sec-inner{
    display: flex;
}
.call-sec .call-sec-left {
    width: 100%;
    max-width: 748px;
    background: #941C1D;
    padding: 88px 88px 69px;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    clip-path: polygon(0 0%, 100% 0, 86% 100%, 0% 100%);
}
.call-sec .call-sec-left h4{
    color:#AAAEB7;
    padding-bottom: 10px;
}
.call-sec .call-sec-left h2{
    font-size: 64px;
    line-height: 77px;
    color:#fff;
    padding-bottom: 20px;
}
.call-sec .call-sec-left h2 span{
    font-weight: 700;
}
.call-sec .call-sec-left h2 a{
    font-weight: 700;
    color:#fff;
}


.custom-button:hover{
    color:#fff;
    background-color: #121212;
}
.call-sec .call-sec-left .custom-button:hover{
    background: #121212;
}
.call-sec .call-sec-right{
    background: #000;
    width: 70%;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
.call-sec .call-sec-right img {
    width: 100% !important;
    height: 509px !important;
    object-fit: cover !important;
    margin: 0 !important;
}
footer {
    width: 100%;
    height: auto;
    margin-top: 0;
    border-top: none;
    padding: 80px 0px 50px 0px;
    background: #edefef;
}
footer .footer-inner{
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;

}
footer .footer-inner .footer-experts h5 {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #941C1D;
    text-transform: capitalize;
    font-weight: 700;
}
footer .footer-inner .footer-experts li{
    margin-top: 25px;
}
footer .footer-inner .footer-experts li a {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #3D4446;
    font-weight: 400;
}
footer .footer-inner .footer-experts li a:hover {
    /* text-decoration: underline; */
    color: #941c1d;
}
footer .footer-inner .footer-experts p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    color:#121212;
}
footer .footer-inner .footer-experts .footer-address{
    padding-top: 50px;
}
footer .footer-inner .footer-experts .footer-social{
    padding-top: 50px;
}
footer .footer-inner .footer-experts .footer-social ul{
    display: flex;
}
footer .footer-inner .footer-experts .footer-social ul li{
    margin-right: 30px;
}
footer .footer-inner .footer-experts .footer-social ul li:last-child{
    margin-right: 0px;
}
footer .footer-bottom {
    display: block;
}
footer .footer-bottom p {
    font-size: 13px;
    line-height: 28px;
    font-family: "NeueHelvetica", sans-serif;
    color: #3E4648;
    text-align: right;
    font-weight: 600;
}
.main-menu {
    position: fixed; 
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 99;
    display: none;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    overflow-x: hidden;
    padding-top: 140px;
    padding-bottom: 30px; 
/*    max-width: 440px;*/
right: 0;
}
.main-menu-inner {
    width: 100%;
}
.main-menu.openmenu {
  display: block;
}

.main-menu ul li{
    border-top: 1px solid #C0C8CE;
}
.main-menu ul li a{
   font-size: 20px; position: relative;
line-height: 28px;
color: #000;
font-weight: 500;
text-transform: uppercase;
padding: 20px 40px;
display: block;
}
.main-menu ul li a:hover{
    text-decoration: underline;
}
.main-menu .main-menu-inner .collapse{
margin-top: 20px;
display: none;
}
.main-menu .main-menu-inner .collapse ul li{
    margin-bottom: 10px;
}
.main-menu .main-menu-inner .collapse h4{
    font-size: 16px;
    line-height: 26px;
}
.main-menu .main-menu-inner .collapse ul li a {
    font-size: 16px;
    line-height: 26px;
}
li.submenu-container-outer {
  position: relative;
}

.inner-menu-sublist::after {
    background-size:10px;
}
.submenu-container, .submenu-box {
  display: none;
  padding: 0px 0 ;
}
.menu-sublist li, .menu-sublist-inn li {
} 
.menu-sublist li a, .menu-sublist-inn li a {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 16px 16px 16px 55px !important;
}
.menu-sublist-inn li a {
  padding-left: 70px !important;
}
/* PRODUCT-PAGE-START-HERE */

.product-feature-sec{
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px;
/*    padding: 210px 0px 110px 0px; */
    
}
.product-feature-sec .product-feature-inner{
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding-left: 7.60%;
}
.product-feature-sec .product-feature-inner .product-feature-left {
	width: 50%;
	position: relative;
	padding: 0 20px 0 0;
	/* margin: 17px auto; */
}

.product-feature-left h3 {
    position: inherit;
    z-index: 999;
}
.product-feature-sec .product-feature-inner .product-feature-left p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-feature-sec .product-feature-inner .product-feature-right{
    width: 47%;
}
.product-feature-sec .product-feature-inner .product-feature-right img{
    width:100%;
}
.product-feature-sec .product-feature-inner h4{
    color: #CA8342;
}
.product-feature-sec .product-feature-inner ul{
    padding-left: 33px;
}
.product-feature-sec .product-feature-inner ul li {
    list-style-type: disc;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.product-aluminium-window{
    width: 100%;
    height: auto;
}
.product-aluminium-window .product-aluminium-window-inner{
    margin: 0 auto;
    width: 100%;
    max-width: 88.58%;
}
.product-aluminium-window .product-aluminium-window-inner h2 {
    font-size: 46px;
    line-height: 55px;
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom{
    padding-top: 100px;
    margin-left: -20px;
    margin-right: -20px;
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont{
    margin-left:20px;
    margin-right:20px;
    margin-bottom: 160px;
    display: inline-block; vertical-align: top;
    width:calc(33.3% - 44px);
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .img-sec.img-sec-top img{
   width: 100%;
max-width: auto;
height: 470px;
object-fit: cover;
    
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tab .img-sec img {
    width: auto;
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom {
    padding-top: 60px;
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec{
    width: 100%;
    height: auto;
    
    background: #5B6670;
    margin-top: 30px;
}
.product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs_container {
    min-height: 700px;
}
.img-step-3 {
  display: none;
}
.change-img .img-step-3 {
  display: block;
}
.change-img .img-step-1 {
  display: none;
}
 /* Style the tab */
 .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs {
    overflow: hidden;
    border: 1px solid #fff; margin: 0;
  }
  
  /* Style the buttons that are used to open the tab content */
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs li {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 15px;
    transition: 0.3s;
    border-right: 1px solid #fff;
    justify-content: center;
text-align: center;
align-items: start;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs li .cont-sec{
      min-height: auto;
      background: transparent;
      color:#fff;
      padding-top: 10px;
      margin-top: 0px;
  }
  
  /* Change background color of buttons on hover */
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs li:hover {
      background-color: #CA8342;
  }
  
  /* Create an active/current tablink class */
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabs li.active {
    background-color: #CA8342;
  }
  
  /* Style the tab content */
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent {
    display: none;
    padding:60px 12px;
    border-top: none;
    text-align: center;
  } 
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent.active{
      display: block;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent h3{
      color:#fff;
      font-size: 42px;
      line-height: 38px;
      padding-bottom: 10px;
      text-transform:lowercase;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent h5{
      color:#CA8342;
      padding-bottom: 20px;
      font-size: 26px;
      line-height: 40px;
      font-family: 'Sofia Pro', sans-serif;
      text-transform:lowercase;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .thermal-insulation-sec{
      border-top:1px solid #fff;
      padding: 20px 0px;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .thermal-insulation-sec h3{
      font-size: 42px;
      line-height:38px;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .thermal-insulation-sec p{
      color:#fff;
      font-size: 22px;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .custom-button{
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase;

  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .button-sec{
      text-align: left;
      margin-right: 60px;
  }
  .product-aluminium-window .product-aluminium-window-inner .product-aluminium-window-bottom .aluminium-window-bottom-cont .cont-sec .tabcontent .custom-button:hover{
      color: #fff;
  }
  .product-feature-sec.about-feature-sec{
      /*text-align: center;*/
      padding: 210px 0px 80px 0px;

  }
  .product-feature-sec.about-feature-sec .custom-container{
      padding:0px;
  }
  .timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner {
    width: 31.3%;
    position: relative;
    margin-bottom: 0px;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner h4{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 0px;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-bottom .timber-bottom-inner h4 {
    padding-bottom: 30px;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner h5{
    font-family: 'Sofia Pro', sans-serif;
    font-size: 26px;
    line-height: 40px;
    color: #CA8342;
    font-weight: 700;
    text-transform: capitalize;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner p{
    color:#fff;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner a{
    font-size:18px;
    line-height: 28px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .cont-sec {
    padding: 30px 40px;
    bottom: -158px;
}
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .cont-sec::after{
    position: absolute;
    content: ''; 
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
    background: url(../images/+-icon.jpg);
    background-repeat: repeat;
    background-repeat: no-repeat;
}
.timber-clad-wrapper-aboutUs.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .cont-sec::after { display:none; }
.timber-clad-wrapper.reliable-sec .timber-bottom .timber-bottom-inner .cont-sec .icon-plus{
    position: absolute;
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
    background: url(../images/+-icon.jpg);
    background-repeat: repeat;
    background-repeat: no-repeat;
}
.cont-sec.tabs_wrapper .tabs-box .img-sec img {
  height: 65px;
}
.gallery-sec{
    width: 100%;
    height: auto;
    padding: 170px 0px 50px 0px;

}
.gallery-sec .gallery-sec-inner{
    display: flex;
    flex-wrap: wrap;
}
.banner-outer.contact-banner .banner-sec .banner-bottom-sec {
    bottom: -70px;
    min-width: auto;
    padding: 41px 60px 41px 40px;
    width: 100%;
}
.banner-outer.contact-banner .banner-sec .banner-bottom-sec::after {
    display:none;
}
.banner-outer.contact-banner .banner-sec img {
  height: 600px;
  object-fit: cover;
}
.contact-map + .brand-sec {
  margin-bottom: -110px;
}
/* NEWS-PAGE */
.timber-clad-wrapper.reliable-sec.news-sec .timber-bottom .timber-bottom-inner .cont-sec {
    padding: 30px 40px;
    bottom: -20%;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-bottom .timber-bottom-inner{
    margin-bottom: 140px;
}
.timber-clad-wrapper.reliable-sec.news-sec {
    width: 100%;
    height: auto;
    padding: 190px 0px 20px 0px;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination{
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
    padding-top: 60px;

}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul{
    display: flex;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul li{
    width: 21px;
    height:21px;
    background: #5b6670;
    margin-right: 15px;
    cursor: pointer;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul li:last-child{
    margin-right: 0px;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul li:hover{
    background: #CA8342;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul li.active{
    background: #CA8342;
}

/* NEWS DETAILS PAGE */
.banner-sec.news-banner {
    max-height: 750px;
}
.banner-sec.news-banner .banner-bottom-sec {
  bottom: -70px; 
}
.news-details-outer {
  padding-top: 130px;
}
.banner-sec.news-banner img{
    width: 100%;
    object-fit: cover;
    height: 600px;
}
/*.banner-sec.news-banner .banner-bottom-sec {*/
/*  bottom: -210px;*/
/*}*/
.banner-sec.news-banner .mail-sec img {
    width: 50px;
    height: auto;
}
.news-details-outer{
    width: 100%;
    height: auto;
    padding-bottom: 160px;
}
.news-details-outer .news-detail-inner{
    position: relative;
    z-index: 99;
    color:#fff;
    width: 100%;
    max-width: 1632px;
    padding-left: 100px;
}
.news-details-outer .news-detail-inner .news-letter-top{
    width: 100%;
    max-width: 970px;
    background: #5b6670;
    padding:60px 50px;
    margin-bottom: 80px;
}
.news-details-outer .news-detail-inner .news-letter-top h2{
    color: #fff;
}
.news-details-outer .news-detail-inner p{
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.news-details-outer .news-detail-inner p:last-child{
    padding-bottom: 0px;
}
.news-details-outer .news-detail-image {
  margin-top: 76px;
  overflow: hidden;
  display: flex;
}
.news-details-outer .news-detail-image img {
  width: 50%;
  object-fit: cover;
  height: 776px;
}
.news-details-outer .news-detail-image img:first-child {
  padding-right: 2px;
}
.news-details-outer .news-detail-image img:last-child {
  padding-left: 2px;
}
.news-details-outer .news-detail-image .news-detail-image-left{
    border-right:3px solid #fff;
}
.news-details-outer .news-detail-image .news-detail-image-left img{
    width:100%;
    object-fit:cover;
}
.news-details-outer .news-detail-image .news-detail-image-left:last-child{
    border-right:none;
}
.news-details-outer .news-cont-sec{
    padding-top: 80px;
    margin: 0 auto;
    width: 100%;
    max-width:1580px;
}
.brand-sec.news-detail-brand{
    padding-bottom: 150px;
}

/* CONTACT US */
.banner-bottom-sec.contact-banner-bottom{
    width:auto;
}
.banner-bottom-sec.contact-banner-bottom::after{
    display: none;
}
.contact-wrapper {
	width: 100%;
	padding: 80px 0 0px;
}
.contact-wrapper .contact-wrapper-inner {
	width: 100%;
}
.contact-wrapper .contact-wrapper-inner .contact-address {
	display: flex;
	width: 100%;
	padding: 0;
	justify-content: space-between;
}

.contact-wrapper .contact-wrapper-inner .contact-form {
	width: 100% !important;
	padding: 80px 0;
}
.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont {
	width: auto !important;
	height: auto;
	min-height: 0;
	margin: 0 20px 0 13px;
}
.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont:last-child{
    margin-bottom: 0px;
}
.contact-wrapper .contact-wrapper-inner h4 {
	color: #941C1D;
	padding-bottom: 7px !important;
	text-transform: capitalize;
	font-family: "Ubuntu", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
}
.contact-address p {
	font-size: 18px !important;
	line-height: 19px !important;
	color: #404850;
	font-weight: 500;
}

.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont p a {
	font-size: 18px !important;
	line-height: 19px !important;
	color: #404850;
	font-weight: 500;
}
.contact-wrapper .contact-address-cont .w-10 {
	margin: 0 !important;
}
.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont ul{
    display: flex;
} 
.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont ul li{
    margin-right: 30px;
}
.contact-wrapper .contact-wrapper-inner .contact-address .contact-address-cont ul li:last-child{
    margin-right: 0px;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom .form-control {
	font-size: 20px !important;
	line-height: 20px !important;
	height: 60px !important;
	color: #212529 !important;
	background: #fff !important;
	border: 1px solid #000 !important;
	font-family: "Ubuntu", sans-serif !important;
	padding-left: 0;
	z-index: unset;
	border-radius: 0 !important;
	margin: 10px 0 !important;
	padding: 10px 15px !important;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom textarea.form-control {
	height: 200px !important;
	line-height: 50px !important;
	padding: 0 15px !important;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom .form-control:focus{
    box-shadow: none;
    outline: none;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom .form-control:focus::placeholder{
    opacity: 0;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom .custom-button{
    width: 100%;
    border:none;
}
.contact-wrapper .contact-wrapper-inner .contact-form .contact-form-bottom .custom-button::after{
    display: none;
}
.contact-map{
  margin-bottom: 80px;
  
}
/* GET A QUOTE */
.banner-bottom-sec.quote-banner-bottom{
    width: 36%;        

}
.banner-bottom-sec.quote-banner-bottom::after{
    display: none;
}
.contact-wrapper .contact-wrapper-inner .contact-form.get-quote-form {
    width: 68%;
}
.contact-wrapper .contact-wrapper-inner .contact-address.get-contact-address{
    width: 22%;
    display: block;

}
.contact-wrapper .contact-wrapper-inner .contact-address.get-contact-address .contact-address-cont{ 
    width: 100%;
}
.contact-wrapper.get-quote-wrapper {
    padding: 260px 0px 80px 0px;
}
.contact-wrapper.get-quote-wrapper h4{
    padding: 20px 0px;
}
.contact-wrapper.get-quote-wrapper .form-container-outer{
    padding-bottom: 30px;
}

.form-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:48%
  }
  
  .form-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .form-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .form-container input:checked ~ .checkmark {
    background-color: #CA8342;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .form-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .form-container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  .contact-wrapper.get-quote-wrapper .contacted-wrapper{
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
  .contact-wrapper.get-quote-wrapper .contacted-wrapper .form-container{
      display: block;
  }

  /* GALLERY-PAGE */
  .gallery-sec{
      width: 100%;
      height: auto;

  }
  .gallery-sec .gallery-inner-sec{
      display: flex;
      border-bottom: 4px solid #fff;
      width: 100%;
  }
  .gallery-sec .gallery-inner-sec:nth-child(2n){
      flex-direction: row-reverse;
  }
  .lightbox .lb-image {
  border-color: #CA8342 !important;
}
  .gallery-sec .gallery-inner-sec .gallery-left{
      width: 68.68%;
      border-right:4px solid #fff;
  }
.gallery-sec .gallery-inner-sec .gallery-left img {
    width: 100%;
    height: 605px;
    object-fit: cover;
}
  .gallery-sec .gallery-inner-sec .gallery-right{
      width: 33.75%;

  }
  .gallery-sec .gallery-inner-sec .gallery-right img{
      width: 100%;
      height: 605px;
      object-fit: cover;
  }
  .gallery-sec .gallery-inner-sec .gallery-left.three-image-sec{
      width: 33.3%;
  }
  .gallery-sec .gallery-inner-sec:nth-child(2n) .gallery-left{
      border-left: 4px solid #fff;
  }
  footer.gallery-footer{
      margin-top: 50px;
  }

/*home page css start here */
.home-improvement-sec .home-improvement-bottom .home-bottom-inner .home-bottom-inner-text .img-cont h4 {
  width: 100%;
  max-width: 286px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: .5rem;
}
/*home page css end here */

/*about us page css start here*/

.banner-outer.about-us-banner-outer .banner-bottom-sec::after {
  display: none;
}
.timber-clad-wrapper .timber-top p a {
  color: #5B6670;
  font-weight: 900;
}

/*about us page css end here*/

/*news page css start here */
.timber-bottom.timber-bottom-news-sec {
  position: relative;
}
.timber-bottom.timber-bottom-news-sec .mail-sec {
  position: absolute;
  width: 110px;
  height: 330px;
  right: -40px;
  top: 95px;
  background: #CA8342;
  z-index: 9;
}
.timber-bottom.timber-bottom-news-sec  .mail-sec ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #fff;
}
.timber-bottom.timber-bottom-news-sec .mail-sec ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.timber-bottom.timber-bottom-news-sec .mail-sec ul li a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-pagination ul {
  display: flex;
  justify-content: center;
}

.footer-btm.cf-bg-dark{
    margin:0 auto;
    width:100%;
    max-width:1680px;
    padding:0px 40px;
    margin-top:-5%;
}
.footer-btm.cf-bg-dark a{
    color:#CA8342;
}
/*news page css end here */

/*Navigation 3rd layer css*/

body {overflow-x: hidden;}

.dropdown-content-left ul li ul li ul {position: absolute !important;min-width: 100% !important;left: 50% !important;top: auto !important;display: none !important;}

.dropdown-content-left ul li ul li {position: relative !important;}

.dropdown-content-left ul li ul li ul li {width: 100% !important;}

.dropdown-content-left ul li ul li:hover ul {display: block !important;}

.dropdown-content-left ul li {
	padding: 5px 0;

}

header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner ul li a{line-height: normal !important;}

.custom-house:nth-child(3) .col-sm-offset-1 {max-width: 100% !important;flex: 0 0 100% !important;padding: 0 !important;}

.custom-house:nth-child(3) .container {max-width: 100%;}

header .header-inner .header-right .header-menu ul li.dropdown-1:hover .dropdown-content{    margin-top: 10px;    z-index: 99;}

header {
    padding: 30px 0 20px;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .header-inner {height: auto;}

.banner-sec {padding-top: 0 !important;}

header .header-inner .header-right .header-menu > ul > li > a{padding-bottom: 40px !important;}

/********10-05-2022****/

 @media only screen and (max-width: 1276px)
 {
    .about-feature-sec .container 
    {
        max-width: 100% !important;
        padding: 0 40px;
    }
    .product-feature-sec .product-feature-inner .product-feature-right {padding-right: 0px;}
 }




@media only screen and (max-width: 1200px)
{
    #MixItUp948757 
    {
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px)
{
    section.product-feature-sec.about-feature-sec 
    {
        padding: 160px 0px 30px 0px !important;
    }

    header .header-logo img 
    {
        max-width: 160px;
    }

    header ul {margin: 0;}

    .header-menu > ul > li .dropdown-content {padding-top: 0 !important;}

    header .header-inner .header-right .header-menu ul li {cursor: pointer;}

    .custm-height img {
    height: 647px !important;
    object-fit: cover !important;
    }
}



}
@media only screen and (min-width: 992px)
{
    .custom-house:nth-child(3) {padding: 0 !important;}

    .custom-house:nth-child(3) .product-feature-inner {align-items: flex-start !important;}
}

@media only screen and (max-width: 992px){

    .banner-sec .banner-bottom-sec {position: unset !important;width: 100% !important;}

    .contact-wrapper.get-quote-wrapper {padding: 0;}


    .building-feature .link h3 {font-size: 28px;}

    .building-feature .wrap-sec {flex-direction: column;}

    .building-feature .link {padding: 20px 0 0;}

}

@media only screen and (max-width: 991px){

.cf-sturminster-newton-content .cf-row.news-wrap {   
padding: 20px 0px;
}
.latest-news-sec .cf-sturminster-newton-content p {
color: #000;
font-size: 16px;
margin: 0;
}

.menu-toggle {
    right: 55px !important;    
}
.contact-wrapper .container {
    max-width: 100% !important;
    padding: 0 40px;
 
}
footer .container {
    max-width: 100% !important;
    padding: 0 40px;
}
.second.latest-news-sec .container {
    max-width: 100% !important;
}
.cf-sn-left.news-img img {
    width: 94% !important;
}
.latest-news-sec .cf-heading h2 {
    font-size: 20px !important;
}
.latest-news-sec a.btn-read-more.news-link {width: 60% !important;
}
.product-feature-sec .product-feature-inner .product-feature-left {
    width: 100%;}

.product-feature-sec .product-feature-inner .product-feature-left {
    width: 100% !important;   
}
section.timber-clad-wrapper .container {
    max-width: 100% !important;
    padding: 0 40px;
}
section.outer-section.heading-block {
       width: 92% !important;
   
}
section.heading-block .container {
    max-width: 100% !important;
    padding: 0 40px;
}
}



@media only screen and (min-width: 810px){
.outer-section.heading-block {
    z-index: 999;
    position: relative;
}
.contact-address {
    position: relative;
    z-index: 999;
}

}


@media only screen and (max-width: 767px){

 .product-feature-sec.about-feature-sec .product-feature-inner {
    display: inline-block;
}
.latest-news-sec .cf-sturminster-newton-content {flex-direction: column;}
.latest-news-sec .cf-sturminster-newton-content .cf-row.news-wrap {width: 100% !important;}
.second.latest-news-sec img {width: 100% !important;}
.second.latest-news-sec .container {padding: 0 20px;}
.cf-sn-left.news-img img {margin: 0 !important;}
.cf-sturminster-newton-content .cf-row.news-wrap {
    flex-direction: column;
    }
    .news-wrap .cf-column-half {
        width: 100% !important;
    }
}

@media only screen  and (min-width: 768px) and (max-width: 991px) 
{
    .product-feature-sec.about-feature-sec .product-feature-inner 
    {
        display: inline-block;
    }
    .modal img.img-responsive 
    {
        width: 100% !important; 
    }
    .cf-sturminster-newton-content .cf-row.news-wrap {
    flex-direction: column;
    }
    .news-wrap .cf-column-half {
        width: 100% !important;
    }

}
.banner-sec img {
    width: 100%;
}
#BackToTopButton {
    outline: 0;
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    bottom: 60px;
    background: #941c1d url(/site/dist/up-arrow.1c7b9bcf.png) no-repeat center 43% !important;
    border-radius: 50px;
    opacity: .5;
    border: none;
}

.mail-sec img {width: 30px;}

.mail-sec ul li {padding: 20px !important;}

.mail-sec {top: 46%;}
.footer-brand-sec .owl-nav {
    margin: 30px 30px;
}


.footer-review-sec h4 {
    font-size: 24px;
    line-height: 29px;
    color: #5B6670;
    text-align: center;
     margin-bottom: 50px;
}
.footer-review-sec p {
    color: #5B6670;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    min-height: 150px;
}
.footer-review-sec .owl-item {
    max-width: 600px;
    margin: 0 !important;
    padding: 0 50px !important;
}
.footer-review-sec h5 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
    text-align: center;
}
 
 .back-button{
    width: 300px;
    height: 72px;
    line-height: 72px;
    background: #CA8342;
    font-family: museo;
    font-size:24px;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    transition: all .2s;
    position: relative;
    text-align: center;
    border: none;
}
.back-button:hover{
    color:#fff;
    background-color: #121212;
}

section.brand-sec.hidden {
    display: none;
} 

section.customer-wrapper.review-sec-hidden{
    display: none;
}

.customer-wrapper .customer-wrapper-bottom .owl-dots {
    display: none;
}
.customer-wrapper-bottom .item {
    padding: 0px 15px !important;
}

.customer-wrapper-bottom .item p {
    font-size: 22px;
}

.customer-wrapper-bottom .item.item h5 {
    color: #ca8342;
}
.main-heading {
    text-align: center;
    padding: 40px 0;
}
.gallery-sec{
    padding: 0 !important;
}
.modal img.img-responsive {
    width: 566px;
}
.modal .modal-dialog {
    max-width: 600px !important;
}

button.model-btn {
  padding: 30px;
    border: none;
    background-color: #fff0;
}

.banner-sec .media-manager-img img {
    width: 100% !important;
}

.media-manager-img img {
    width: 100% !important;
}

/**********accordion************/
.cf-container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1694px;
}
.content__accordion {
  padding: 10px 0; 
}
.accordion {
  width: 100%;
}
.accordion li{
  border-bottom: 1px solid #000;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 14px 52px 14px 22px;
  
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li {
  list-style-type: none;
}
.accordion li:first-child { border-top: 1px solid #000;; }

.accordion li i {
 position: absolute;
top: 21px;
left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.icon-plus {
  right: 22px;
left: auto;
background-image: url("/site/dist_m/images/icon-plus.png");
width: 14px;
height: 14px;
}

.accordion li.open .link { color: #000; }

.accordion li.open i { background-image: url(/site/dist_m/images/icon-minus.png); }
.accordion-detail {
  display: none; padding: 10px 22px 0;
}

.cf-festival-action .cf-heading h2 {
  margin-bottom: 45px;
}
.faq-accordion {
  padding: 36px 0 72px;
}
.main-content{
  position: relative;
}
.faq-accordion .accordion .link {
  padding-right: 74px;
}
.faq-accordion .accordion li i.icon-plus{
  right: 54px;
}
.faq-accordion .accordion-detail {
  padding: 20px 94px 6px 22px;
}

.cf-heading span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 44px;
  line-height: 1.2;
}
.cf-heading h2 {
  margin-bottom: 10px;
font-size: 52px;font-weight: 900;text-transform: unset;font-family: museo, serif !important;}
.cf-sn-right {
  padding-right: 72px; padding-top: 52px;
}
.font24, ul.list-menu li a, .cf-heading span, .get-involved-btm{
        font-weight: 900;
  text-transform: unset;
  color: #000; 
  margin: 0;}

.color-orange {color: #E77A28;}

.accordion li i.icon-plus {background: url("/site/dist_m/images/icon-plus.png");}

.accordion li.open i {background: url("/site/dist_m/images/icon-minus.png");}

.accordion-detail {margin-bottom: 30px;font-weight: bold;}
/**********accordion end************/

@media (min-width: 1366px) and (max-width: 1599px){
.cf-container {
    padding-right: 60px;
    padding-left: 60px;
}
  .font24, ul.list-menu li a, .cf-heading span, .get-involved-btm{
        font-size: 21px;
  }
}
/**********accordion END************/

.video-aside__content {
    display: flex;
    align-items: center;
}
.video-aside__content .video-aside__media, .video-aside__content .video-aside__text-area {
    width: 100%;
}
section.video-aside {
    padding: 120px 70px 30px 70px;
}
.video-aside__media video#video {
    padding: 0px 18px 0px 0px;
    width: 100%;
}

/*building page card section*/
.building-feature {display: flex;flex-wrap: wrap;justify-content: space-between;}

.building-feature .wrap-sec {width: 49%;background: #f2f2f2;border-radius: 8px;padding: 22px;display: flex;align-items: flex-start; margin-bottom: 25px;}

.building-feature .wrap-sec img {width: 300px !important;height: 200px !important;object-fit: cover;margin: 0 !important;}

.building-feature .link {padding-left: 40px;}

.building-feature .link h3 {font-weight: 400;margin: 0 0 20px;}

.building-feature .link  p {margin: 0;}

.building-feature .link .btn {margin: 30px 0 0;}



@media only screen and (max-width: 600px)
{
    .building-feature {flex-direction: column;}
        
    .building-feature .wrap-sec {width: 100%;margin: 0 0 30px;}

    body .banner-sec .banner-bottom-sec {   
    z-index: 0;
}

}
/*End*/

.cont-sec h4 {
    color: #fff;
}

section.outer-section.heading-block {
    padding-top: 120px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 437px !important;
	/* margin: 0 !important; */
	height: 241px !important;
}
.owl-item.active {
	margin: 0 !important;
}
section.faq-content.main-content {
    padding-top: 120px;
}

img.align_right {
    float: right;
}
.slider-text {
	margin: 0 10px;
}
/*css start 3-11-2022*/
header.sticky .header-logo img {
    max-width: 120px !important;
}
.sticky {
    background: #fff;
    padding: 25px;
    z-index: 99999;
    position: fixed !important;
}
header.sticky .header-right .header-menu ul li a {
  /*  color: #585f60;*/
    color: var(--a-color);
}
header .sticky .header-logo img {
    max-width: 120px !important;
}
header .sticky .header-inner .header-right .header-menu ul li a:hover {
    color: #941c1d !important;
}
.sticky .latest-news a {
    display: none;
}
.sticky .header-social-sec {
    margin-top: 0;
}

.sticky .w-10 {
    margin-top: 10px;
}
.banner-outer.custm-height .banner-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 340px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#05173E), color-stop(36%, rgba(5, 23, 62, 0.25)), to(rgba(5, 23, 62, 0)));
    background-image: linear-gradient(180deg, #05173E 0%, rgba(5, 23, 62, 0.25) 36%, rgba(5, 23, 62, 0) 100%);
}

.latest-news {
    margin-bottom: 13px;
}
.banner-outer.custm-height {
    padding-bottom: 20px !important;
}
.latest-news a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.product-feature-sec.about-feature-sec .product-feature-inner p {
   font-size: 18px !important;    
   line-height: 22px;
    color: #3F4749;
    position: relative;
    z-index: 999;
}
section.product-feature-sec.about-feature-sec {
    padding: 15px 0px 30px 0px !important;
}
.product-feature-left h5 {
    color: #9a1c1d;
    font-weight: bold;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 1.25rem;
    position: relative;
    z-index: 999;
}
.timber-clad-wrapper.reliable-sec.news-sec {
    width: 100%;
    height: auto;
    padding: 14px 0 0;
}
.timber-clad-wrapper .timber-bottom {
    padding-top: 10px;
}
.timber-top h2 {
    color: #941c1d;
    font-weight: bold;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 35px;
}
.banner-bottom-sec h3 {
    color: #ffff;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 26px;
    text-transform: capitalize;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.banner-bottom-sec a:hover {
    background: #fff;
    color: #941c1d;
}
.primary-border-link a {
    padding: 10px 30px;
    display: block;
    width: 45%;
    display: flex;
    justify-content: center;
    /* color: #fff; */
    border-radius: 16px 0 16px 0px;
    font-size: 16px;
    border: 1px solid #941c1d;
    color: #941c1d;
    margin: 30px 0;
    font-weight: bold;
    z-index: 999;
    position: relative;
}
.primary-border-link a:hover {
    background: #941c1d;
    color: #fff;
}
.banner-sec .banner-bottom-sec {
	position: absolute;
	width: 100%;
	height: 76%;
	bottom: 0;
	top: 154px;
	left: 0 !important;
	background: none;
	padding: 200px 39px 0px;
}
.banner-sec .banner-bottom-sec::after {
    position: absolute;
    content: none;
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
    background: url(../images/+-icon.jpg);
    background-repeat: no-repeat;
}
.banner-sec .banner-bottom-sec h1 {
    color: #fff;
    font-size: 49px !important;
    line-height: 64px !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.image-info {
    position: relative;
    display: flex;
    justify-content: end;
    width: 100%;
}
.plus-icon {
    margin-right: 9px;
    background: #941c1d;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    color: #ffff;
    margin-top: 6px;
}

.plus-icon-with-info p {
    font-size: 16px !important;
    color: #212325 !important;
    font-family: "NeueHelvetica", sans-serif;
}
.product-feature-left::before {
    content: "";
    position: absolute;
    left: 123px;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    bottom: 0;
    margin: 0;
    z-index: 999;
    margin: 0px 0;
}
.latest-news span {
    margin-left: 9px;
}
header .header-logo img {

    transition: all 0.5s ease-in-out;
}
.header-social-sec img {
    background: #fff;
}
.sticky .header-social-sec img {
    background: #000;
}
.header-social-sec img {
    padding: 2px;
    border-radius: 2px;
}
header.sticky .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner ul li a {
	color: #364248;
	padding-top: 0px;
	font-size: 15px !important;
	padding: 0;
}
header.sticky .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner {
    padding: 9px 62px;
    background: #fff;
    width: 36%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px 0 15px 0;
}

header.sticky .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li > a:hover {
    color: #941c1d;
}
header .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li > a:hover {
    color: #941c1d;
}
.plus-icon-with-info {
	display: flex;
	align-items: center;
	width: 43%;
	justify-content: end;
	position: absolute;
	top: -24px;
	background: #fff;
	margin: 0 auto;
	padding: 8px 10px;
	right: -35px;
	margin-right: 0;
	margin-left: 0;
}
.product-feature-sec.about-feature-sec .product-feature-inner {
    padding-left: 0 !important;
    align-items: center;
}
.about-feature-sec .media-manager-img {
    padding-right: 0 !important;
}
.timber-clad-wrapper {
    padding: 94px 0px 50px 0px;
    background: #f8f9fa;
    margin: 60px 0;
}

.slider-desc p {
    font-size: 23px;
    font-family: "NeueHelvetica", sans-serif;
    color: #595252;
    line-height: 8px;
}
.timber-bottom .slider-link a {
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    padding: calc(1em - 2px) 3em;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1em 0 1em 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    background-color: #941c1d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-link {
	margin: 45px 10px;
}
.sticky .latest-news {
    margin-bottom: 0;
}
.sticky .w-10 {
    margin-top: 0px !important;
}
.timber-clad-wrapper.reliable-sec.news-sec {
    background: white;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;
    justify-content: center;
}
.timber-clad-wrapper {
    padding: 63px 0px 50px 0px !important;
}
.timber-clad-wrapper.reliable-sec.news-sec {
    padding: 0 !important;
}

header .header-inner {
    padding-right: 0;
}

.banner-sec .banner-bottom-sec h1 {
    color: #fff;
    font-size: 49px !important;
    line-height: 64px !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

header .header-inner .header-right .header-menu ul li {
    margin-right: 40px;
}
.banner-bottom-sec a {
    background: #941c1d;
    padding: 14px 30px;
    display: block;
    width: 30%;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 16px 0 16px 0px;
    font-size: 17px;
    margin: 30px 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
}
.product-feature-left::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #fff;
	bottom: 0;
	margin: 0;
	z-index: 999;
	margin: 0px 0;
}
/*.about-feature-sec .media-manager-img {
	margin-left: -24%;
}*/

.primary-border-link a {
    padding: 10px 30px;
    display: block;
    width: 45%;
    display: flex;
    justify-content: center;
    /* color: #fff; */
    border-radius: 16px 0 16px 0px;
    font-size: 16px;
    border: 1px solid #941c1d;
    color: #941c1d;
    margin: 30px 0;
    font-weight: bold;
    z-index: 999;
    position: relative;
}
.product-feature-sec.about-feature-sec .product-feature-inner p {
    font-size: 18px !important;
    line-height: 22px;
    color: #3F4749;
    position: relative;
    z-index: 999;
}
header.sticky .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content .dropdown-content-inner .dropdown-content-left > ul > li > a:hover {
    color: #941c1d;
}
.product-feature-left h5 {
    color: #9a1c1d;
    font-weight: bold;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 1.25rem;
    position: relative;
    z-index: 999;
}
.header-menu > ul > li .dropdown-content {
    padding-top: 0 !important;
}
.slider-text h4 {
    font-weight: bold;
    color: #941c1d;
    line-height: 0;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 34px;
    margin-top: 15px;
}
.slider-desc p {
    font-size: 23px;
    font-family: "NeueHelvetica", sans-serif;
    color: #595252;
    line-height: 8px;
}
.timber-bottom .slider-link a {
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    padding: calc(1em - 2px) 3em;
    text-decoration: none;
    display: inline-block;
    /* font-weight: 600; */
    text-transform: uppercase;
    text-align: center;
    border-radius: 1em 0 1em 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    background-color: #941c1d;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
}
.sticky .header-logo img {
    max-width: 120px !important;
}
header.sticky .header-right .header-menu ul li a {
    /* color: #585f60; */
    color: var(--a-color);
}
.news-title {
    color: #394143 !important;
    font-size: 19px !important;
    font-family: "NeueHelvetica", sans-serif !important;
    line-height: 26px !important;
    width: 70%;
    min-height: 60px;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-bottom .slider-link a {
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    padding: calc(1em - 2px) 3em;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 1em 0 1em 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    background-color: #fff;
    color: #941c1d;
    /* text-transform: uppercase; */
    font-weight: 500;
    border: 1px solid #941c1d;
}
.timber-bottom .slider-link a:hover{
    background: #3b4345;
}
.timber-clad-wrapper.reliable-sec.news-sec .timber-bottom .slider-link a:hover {
    background: #941c1d;
    color: #fff;
}
.timber-bottom.timber-bottom-news-sec {
    padding: 10px 0;
}
.timber-clad-wrapper .timber-bottom {
    padding-top: 10px !important;
}
.timber-clad-wrapper .timber-top {
    max-width: 100% !important;
}
.footer-logo img {
    display: block;
    width: 100%;
    max-width: 165px;
}
.footer-logo {
    width: 17.42%;
    min-width: 220px;
}
footer .footer-bottom {
    padding-top: 60px;
    margin-right: 0;
}
.call-sec .call-sec-left h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}
.call-sec-left p {
    color: #fff;
    font-size: 20px;
}
.call-sec-left h5 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "Ubuntu", sans-serif;
}
.slider-text h6 {
    margin-top: 18px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    text-transform: capitalize;
    font-size: 19px;
    color: #23282c;
}
.call-sec .call-sec-left .custom-button:hover {
    background: #fff;
    color: #941c1d;
}
.contact-form-bottom .custom-button {
	width: 36% !important;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	transition: all .2s;
	position: relative;
	text-align: center;
	border: 1px solid #fff;
	padding: 9px;
	border-radius: 1em 0 1em 0;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	background: #941c1d;
}
h5.section-title {
    color: #9a1c1d;
    font-weight: bold;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 1.25rem;
    position: relative;
    z-index: 999;
}
.plus-icon-with-info-banner {
	display: flex;
	position: relative;
	z-index: 999;
}

.plus-icon-with-info-banner p {
    margin: 5px;
    color: #fff;
    font-size: 1rem;
    font-family: "NeueHelvetica", sans-serif;
}

.image-info {
	position: relative;
	display: flex;
	justify-content: end;
	width: 100%;
	background: #0000;
	top: -44px;
	left: -25px;
	z-index: 9;
}
.custm-height img {
	height: 756px !important;
	object-fit: cover !important;
}
.product-feature-inner.flex-row-reverse .plus-icon-with-info {
	display: flex;
	align-items: center;
	width: 51%;
	justify-content: start;
	position: absolute;
	top: -24px;
	background: #fff;
	padding: 8px 10px;
	margin-left: 0 !important;
}
.about-banner .banner-sec .banner-bottom-sec {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	top: 50%;
	left: 0 !important;
	background: none;
	padding: 93px 39px 0px;
	transform: translateY(-50%);
	z-index: 1;
}

.product-feature-inner.flex-row-reverse .product-feature-left::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	bottom: 0;
	margin: 0;
	z-index: 999;
	margin: 66px 0;
}
.product-feature-inner.flex-row-reverse .product-feature-left {
	width: 52%;
	position: relative;
	padding: 105px 20px; 
	margin-left: 30px;
}
section.outer-section.heading-block {
	padding-top: 0;
}
section.product-feature-sec.about-feature-sec {
	padding: 40px 0px 30px 0px !important;
}

.banner-outer.custm-height.about-banner img {
	max-height: 756px;
	object-fit: cover !important;
}
.about-banner .banner-sec img {
    max-height: 550px !important;
}

.banner-outer.custm-height .banner-sec::after {
    content: "";
    position: absolute;
    height: 756px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.14);
}
.about-banner .banner-sec::after {
    content: "";
    position: absolute;
    height: 550px !important;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.14);
}
.banner-sec.blog_post::after {
    content: "";
    position: absolute;
    height: 300px !important;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.14);
}
.blog-post-feature-right {
    width: 50%;
    text-align: center;
}
.blog-post-feature-left {
    width: 50%;
    text-align: center;

}
.blog-post-section {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.flex-row-reverse .blog-post-feature-left {
    text-align: left;
}
.wrap-editor-section {
	display: flex;
	width: 100%;

	padding: 0 10px;
}
.section-sub-heading {
	color: #C0C8CA;
	font-family: "Ubuntu", sans-serif;
	font-size: 40px;
	line-height: 1;
	margin: 30px 0;
}
.heading-block {
	background: #f8f9fa;
	padding: 80px 0;
}
section.outer-section.heading-block {
	padding-top: 0;
	background: none !important;
	padding: 0;
}
.wrap-editor-section .main-content {
	padding-top: 22px;
}
.wrap-heading {
	display: flex;
	/* justify-content: space-between; */
}

.contact-heading {
	color: #941C1D;
	text-transform: uppercase;
	font-family: "Ubuntu", sans-serif;
	font-size: 20px;
	margin-left: 13px;
	width: 44%;
	font-weight: 600;
}
.contact-form-bottom {
	display: flex;
}
.contact-detail {
	width: 50%;
	margin: 0 10px;
	padding-right: 30px;
}
.contact-form-section {
	width: 50%;
}
.contact-form-bottom form {
	width: 100%;
	margin: 0 10px;
}
.FormBuilder.InputfieldForm .Inputfield {
	margin-bottom: 0 !important;
}
.FormBuilder.InputfieldForm button {
	padding: 14px 30px;
	background: #941c1d !important;
	color: #fff;
	border: none;
	border-radius: 4px;
	border-radius: 18px 0 18px 0;
	text-transform: uppercase;
	margin-top: 10px;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
	text-transform: capitalize;
	font-size: 19px;
	font-family: "NeueHelvetica", sans-serif;
	font-weight: 500;
    color: #434D4F;
}
.contact-detail p {
	font-size: 20px;
	padding-top: 27px;
}
.contact-form-bottom h4 {
	margin: 0 !important;
}
.contact-form h4:nth-child(1) {
	margin-left: 10px;
}
.call-sec-left .custom-button {
	border: 1px solid #ffff;
	padding: 11px;
	display: flex;
	justify-content: center;
	width: 36%;
	color: #ffff;
	border-radius: 18px 0 18px 0;
    font-weight: bold;
    margin-top: 24px !important;
}
.wrap-project-item {
    width: 31%;
    float: left;
    display: inline-block;
}
.project-img-col img {
    width: 400px !important;
    height: 300px !important;
    object-fit: cover;
}
.wrap-project-item {
	margin: 15px;
}
.project-banner img {
    height: 544px !important;
    object-fit: cover;
}
.project-title a {
	color: #941c1d;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
}
.project-title {
	font-family: "NeueHelvetica", sans-serif;

}
.wrap-project-desc {
	margin-top: 15px;
}
.wrap-project-desc p {
	margin-bottom: 0;
	color: #000;
    width: 345px;
}
.col-md-3.filter-menu h6 {
    font-size: 22px;
    color: #941c1d;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    margin-top: 10px;
}
.border-top {
    border-top: 3px solid #bfc2c5 !important;
    padding: 15px 0px;
    border-bottom: 3px solid #bfc2c5!important;
}
.filter-project-sec .border-top ul li button.control {
    text-decoration: none;
    color: var(--c-black);
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    padding: 5px 10;
    font-size: 18px;
  float:left;
  font-family: "NeueHelvetica", sans-serif;
}

button.control:focus{
    outline: none !important;
}

button.control.mixitup-control-active {
    border-bottom: 3px solid #000 !important;
}
.project-link {
    text-align: center;
    width: 100%;
    margin: 35px 0px 0px 0px;
}
.project-link a {
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    padding: calc(1em - 2px) 3em;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1em 0 1em 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    background-color: #ccc;
    color: #941c1d;
    font-weight: 500;
}
.col-md-3.filter-menu ul {
    display: grid;
}

.img-item img{
width: 90% !important;
}


/*16-11-22*/

.latest-news-sec {
    width: 100%;
}
.cf-sturminster-newton-content .cf-row.news-wrap {
    display: flex;
    width: 100% !important;
    padding: 45px 0px;
    align-items: center;
}
.latest-news-sec .cf-sturminster-newton-content p {
    color: #000;    
}
.latest-news-sec .cf-heading h2 {
    font-family: "NeueHelvetica", sans-serif !important;
    line-height: 1.2;
    margin-top: 10px;
    color: #941c1d !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.latest-news-sec .cf-sturminster-newton-content .cf-row.news-wrap {
    width: 33.3%;
}
.latest-news-sec .cf-sturminster-newton-content .cf-sn-right {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 0;
}
.latest-news-sec a.btn-read-more.news-link {
    padding: 10px 30px;
    display: block;
    width: 30%;
    display: flex;
    justify-content: center;
     color: #fff; 
    border-radius: 16px 0 16px 0px;
    font-size: 16px;
    border: 1px solid #941c1d;
    color: #fff;
    margin: 30px 0;
    font-weight: bold;
    z-index: 999;
    position: relative;
    background: #941c1d;
}
.latest-news-sec .cf-sn-right span {
    font-size: 16px;
    font-weight: 600;
}
.second.latest-news-sec img {
    width: 450px !important;
    object-fit: cover;
}
.cf-sn-left.news-img {
    text-align: center;
}
.news-wrap .cf-column-half {
    width: 50%;
}
ul.third_layer {
    display: none !important;
}
.blog-post__button a.news-link {
    padding: 10px 30px;
    justify-content: center;
    color: #fff;
    border-radius: 16px 0 16px 0px;
    font-size: 16px;
    border: 1px solid #941c1d;
    color: #fff;
    margin: 30px 0;
    font-weight: bold;
    z-index: 999;
    position: relative;
    background: #941c1d;
}
/**************** 10-3-2023 ********************/
.blog-post__button .btn-small.news-link.btn.btn--primary {
	padding: 10px 30px;
	justify-content: center;
	color: #fff;
	border-radius: 16px 0 16px 0px;
	font-size: 16px;
	border: 1px solid #941c1d;
	color: #fff;
	margin: 30px 0;
	font-weight: bold;
	z-index: 999;
	position: relative;
	background: #941c1d;
}
.blog-post,.article-basic-sec {
    padding: 60px 0px;
}
p.post_date {
    font-size: 18px;
    line-height: 28px;
    color: #5B6670;
}
section.project-img-sec {
    padding: 30px 0px;
}
.cntct {
    margin-top: 40px;
}

.blog-post__content .blog-post__button {
    padding: 0 0 0 145px;
}
h2.news-heading {
    color: #941c1d;
    font-size: 22px;
    font-weight: bold;
    font-family: inherit;
    text-transform: capitalize;
 
}

/*30-11-22*/
.project-img-sec .container {
    padding: 0 9px 0 8px;
}
.outer-section .main-heading-editor {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 15px;
}
.product-feature-right.about-right-section img {
    margin-left: 0 !important;
}
.cf-column-half .cf-sn-left.news-img img {
 padding-right: 20px;
    width: 100% !important;
}
.filter-project-sec .filter-dropdown {
    text-align: center;
    box-shadow: 5px 3px 8px -3px grey;
    padding: 9px 0;
    font-size: 18px;
    font-weight: 600;
    background: #8080800f;
    margin-bottom: 15px;
    cursor: pointer;
}
.filter-project-sec .col-md-3.filter-menu ul {
    position: absolute;
    width: 300px;
    text-align: center;
    justify-content: center;
    background: #fff;
}
.filter-project-sec .col-md-3.filter-menu ul li {
    box-shadow: 3px 1px 6px -2px grey;
    width: 295px;
    padding: 3px 0;
    margin: 4px 0;
    background: #8080801c;
}
.filter-project-sec .filter-wrapper.border-top {
    padding-bottom: 0;
}
.filter-project-sec .col-md-3.filter-menu ul li .mixitup-control-active {
  
    font-weight: 700;
}
.space-top {
    margin-top: 40px;
}
.dropdown-content li.submenu-header a {
    padding: 7px 12px !important;
    display: block;
}
header.sticky .header-inner .header-right .header-menu ul li.dropdown-1 .dropdown-content {
   background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 15px 0 15px 0;
   
}

@media (min-width: 992px) and (max-width: 1279px){
    .banner-sec .banner-bottom-sec {
        padding-top: 200px !important;
        width: 90% !important;
    }
}

.intro h2 {
    color: #941c1d;
    font-family: "NeueHelvetica", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-family: inherit;
    text-transform: uppercase;
}
.intro {
    padding-top:30px;
}
header.with-no-banner .header-right .header-menu ul li a {
    color: #000;
}

header.with-no-banner .latest-news a{
    color: #000 !important;
}
section.custom-html-block {
    padding: 60px 0px 60px 0px !important;
}

.media-manager-img.team_image img {
    width: 350px !important;
}

.media-manager-img.team_image {
    text-align: center;
}