﻿/* fonts import */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&family=Signika+Negative:wght@300;400;600;700&display=swap');
body {
  font-family: 'Signika Negative', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/



.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Signika Negative', sans-serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: none;
  margin: 0; 
}

.heading_container h6{ font-size: 14px; font-weight: 600; color: #bc9665}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Signika Negative', sans-serif;
}

/*header section*/
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.innerpage_header {
  position: relative;
  background: #bc9665;
  padding: 10px 0;
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_menu-btn {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  z-index: 7;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vh;
  height: 100vh;
  background-color: #bc9665;
  -webkit-transform: scale(5);
          transform: scale(5);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 999;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 2.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}



.logo{  background: #fff;
height:140px; display: inline-block; width:auto}

.menu_btn-style button span {
  background-color: #ffffff;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
}

.overlay a:hover {
  color: #6c504d;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 99;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}

a {
    color: #fff!important;
    text-decoration: none;
    background-color: transparent;
}

a,
a:hover,
a:focus {
  text-decoration: none; 
	color:#6c504d;
}

a:hover,
a:focus {
  color: #f1a616!important;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section { 
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  padding: 155px 0 75px 0;
}

.slider_section #customCarousel1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider_section #customCarousel1 .carousel-inner,
.slider_section #customCarousel1 .carousel-item,
.slider_section #customCarousel1 .img_container {
  height: 100%; 
}

.slider_section #customCarousel1 .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider_section .detail-box {
  position: relative;
  width: 100%;
  z-index: 4;
}

.slider_section .detail-box .inner_detail-box {
  
  color: #202020;
  background: #ecdec1;
	display: inline-block;
	padding: 25px;
	position: relative;
  border: 15px solid #fcf9ef;
}

.slider_section .detail-box .inner_detail-box ::before{
	border: 5px solid #ecdec1;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}


.slider_section .detail-box h1 {
  color: #41332c;
	font-size: 35px;
	font-weight: 500;
  text-transform: none;
}

.slider_section .detail-box p {
  margin-top: 10px; font-size: 14px;
	color: #41332c;
	font-weight: 400;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 30px;
  background-color: #6c504d;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #6c504d;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 10px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: transparent;
  color: #eaa33c;
}

.slider_section .img-box img {
  min-width: 100%;
  min-height: 100%;
	background:#666 no-repeat center top fixed!important; background-size:cover;
	
}

.slider_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 50px;
  height: 50px;
  z-index: 5;
  opacity: 1;
  border-radius: 5px;
  font-size: 12px;
  background-color: #6c504d;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .carousel-control-prev {
  left: 45px;
  top: 50%;
}

.slider_section .carousel-control-next {
  right: 45px;
  top: 50%;
}



/*------------------About-----------------------------*/

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bc9665;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #bc9665;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #bc9665;
}



.productArea{display:block; padding:60px 0 30px; text-align:center; background:#ddd url('https://yourdiameterdemo.xyz/aqblinds/wp-content/uploads/2023/10/productBg2.jpg') no-repeat fixed; background-size:cover; background-blend-mode:multiply; color:#6c504d;}
.productArea h2{font-weight:700; margin-bottom:40px;}
.productArea a{display:block; overflow:hidden; padding:20px; background:#6c504d; border:2px #fff solid; border-radius:20px;}
.productArea a img{width:80px; margin-bottom:10px;}
.productArea a h4{font-size:17px; margin-bottom:0; color:#fff!important;}
.productArea [class^="col-"]{margin-bottom:30px;}
.productArea [class^="col-"] a:hover{background:#bc9665;}

/*------------------Gallery-----------------------------*/

.gallery_section {
   background: url(../images/parallax1.jpg) repeat; background-color: #f9f8f7;

}

.gallery_section .heading_container {
  margin-bottom: 30px;
}

.gallery_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.gallery_section .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.gallery_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #ecdfc1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #202020;
  font-size: 24px;
}

.gallery_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 150, 101, 0.85);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.gallery_section .img-box:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery_section .img-box:hover a {
  opacity: 1;
}

.gallery_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.gallery_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #262626;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #262626;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gallery_section .btn-box a:hover {
  background-color: transparent;
  color: #6c504d;
}

/*------------------------Service------------------------------*/

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.service_section .box .img-box {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: -72.5px;
	
}

.service_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ffffff; transition: all .5s ease-in-out;
}

.service_section .box .img-box img:hover {
 
   -webkit-transform: scaleX(-1);  transform: scaleX(-1);
}

.service_section .box .detail-box {
  
  color: #777;
  padding: 97.5px 25px 25px 25px; 
	
background-color: #fff; border: 1px solid #bc9665;
  
  -webkit-box-shadow: 15px 15px 0 1px rgba(189, 154, 100, 0.9);
          box-shadow: 15px 15px 0 1px rgba(189, 154, 100, 0.9);
	
	
}

.service_section .box .detail-box h5 {
  margin-bottom: 0;
  font-weight: 600; color: #484848;
}

.service_section .box .detail-box p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 15px;
}

.service_section .box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #bc9665;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #bc9665;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service_section .box a:hover {
  background-color: transparent;
  color: #6c504d;
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  background-color: #f9f8f7;
}

.blog_section .box .img-box {
  position: relative;
  width: 225px;
  min-width: 225px;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 15px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
  font-family: "octin sports", sans-serif;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  background-color: #bc9665;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #bc9665;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #bc9665;
}

/*--------------------client--------------------------------*/
.client_section{position: relative; display: block; clear: both; width: 100%; padding:100px 0; margin: 100px 0; background: url(../images/parallax.jpg) no-repeat center center fixed; background-color:#666; background-blend-mode: overlay;
  /*background-blend-mode: screen;*/}


.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 45px 0;
  border-radius: 15px;
}

.client_section .box .img-box {
  border-radius: 100%;
  min-width: 175px;
  max-width: 175px;
  overflow: hidden;
  margin: 0 25px;
  margin-bottom: -82.5px;
  position: relative;
  border: 7px solid #ecdec1;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  
  padding: 30px;
  color: #54595F;
	background: #fff;
	-webkit-box-shadow: 15px 15px 0 1px rgba(189, 154, 100, 0.6);
          box-shadow: 15px 15px 0 1px rgba(189, 154, 100, 0.6);
	width: 100%;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #6c504d;
  font-weight: 600;
  font-size: 20px;
}

.client_section .box .detail-box .name span{
  color: #afafaf;
  font-weight: 600;
  font-size: 16px; display: block; margin-bottom: 15px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #41332c;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #202020;
}

.client_section .carousel-control-next {
  left: initial;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container h2{color:#6c504d;}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .form_container {
  background-color: #ecdec1;
  padding: 45px;
  margin-bottom: -90px;
  border: 5px solid #ffffff;
  color: #ffffff;
}

.contact_section .form_container .heading_container {
  margin-bottom: 30px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::placeholder {
  color: #333;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #6c504d;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #6c504d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #6c504d;
}

.contact_section .subscribe-box h3 {
  font-weight: 600;
  text-transform: none; color: #737375;
}

.contact_section .subscribe-box h2 {
  font-weight: 600;
  text-transform: none; font-size:35px; background: #ecdec1; padding: 10px; width: 300px; text-align: center;
}

.contact_section .subscribe-box h2 a{
   color: #0c0c0c!important
}

.contact_section .subscribe-box h2 a:hover{
   color: #6c504d!important
}


.contact_section .subscribe-box p {
  color: #777;
}

.contact_section .subscribe-box img {
  padding-top:10px; border-top: 1px dashed #6c504d; display: block; margin-top: 30px;
}


.contact_section .subscribe-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_section .subscribe-box form input {
  background-color: #ccc;
  height: 50px;
  padding-left: 15px;
  outline: none;
  color: #ffffff;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}

.contact_section .subscribe-box form input::-webkit-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input:-ms-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input::-ms-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input::placeholder {
  color: #555;
}

.contact_section .subscribe-box form button {
  background-color: transparent;
  color: #bc9665;
  text-transform: uppercase;
  outline: none;
  border: none;
  display: inline-block;
  padding: 10px 45px;
  background-color: #bc9665;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #bc9665;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .subscribe-box form button:hover {
  background-color: transparent;
  color: #bc9665;
}

.info_section {
  background: #1a1c27 url('https://yourdiameterdemo.xyz/aqblinds/wp-content/uploads/2023/10/productBg.webp') no-repeat fixed; background-size:cover; background-blend-mode:overlay;
  color: #ffffff;
  padding: 165px 0 75px 0;
}

.info_section.innerpage_info_section {
  padding: 75px 0;
}

.info_section h4 {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover:hover {
  color: #eacb8b;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.info_section .social_box a:hover {
  color: #eacb8b;
  border-color: #eacb8b;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.innerBannerArea{display:block; overflow:hidden; padding:160px 0 30px; background: rgb(59,39,36) url('https://yourdiameterdemo.xyz/aqblinds/wp-content/uploads/2023/10/innerBannerBg.jpg') no-repeat center center; background-size:cover; background-blend-mode:overlay; text-align:center;}
.innerBannerArea h1{color:#ecdec1; font-weight:700; margin-bottom: 20px;}
.innerBannerArea ul{list-style-type: none; margin: 0; padding: 0; color:#ecdec1; text-transform: uppercase; font-size: 14px;}
.innerBannerArea ul li{display:inline-block; margin:0 10px;}
.innerBannerArea ul li a{color:#fff;}


.innerArea{display: block; overflow: hidden; clear: both; padding: 50px 0; background:url("../images/shutter-makers.webp") center center fixed; background-size: cover;}
.innerArea > div{padding: 30px; background: #fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}

.innerArea h2{color: #6c504d; font-weight: 700; margin-bottom: 20px;}
.innerArea > div > h3{color: #6c504d;}
.innerArea a{color:#6c504d!important;}

.rightLogoBox{display:block; text-align:center; padding:15px 10px 10px; border:1px #ddd solid; margin-bottom:15px;}
.rightLogoBox img{max-width:150px;}
.downloadPDF{display:block; padding:10px 15px; border:1px #6c504d solid; background:#ecdec1;}
.downloadPDF ul, .downloadBtn{margin:0; padding:0; list-style-type:none;}
.downloadPDF ul li{ margin:0 0 5px; display:block;}
.downloadPDF ul li i{margin-right:5px;color:#000;}

.productListing > [class^="col-"]{ margin-bottom:30px;}
.productListing > [class^="col-"] [class^="col-"] > div{padding:0 20px; display:block; overflow:hidden;}
.productListing > [class^="col-"] [class^="col-"] > div h4{color:#6c504d; font-size:20px;}
.productListing > [class^="col-"] [class^="col-"] > div a{display:inline-block; padding:6px 20px; background:#6c504d; color:#fff!important; border-radius:5px;}

.fabricproductListing [class^="col-"] > a{ display:block; padding:10px; text-align:center; border:1px #ecdec1 solid;}
.fabricproductListing [class^="col-"] > a img{ margin-bottom:10px;}
.fabricproductListing [class^="col-"] > a h4{color:#6c504d; font-size:20px; margin-bottom:0;}
.fabricproductListing [class^="col-"] > a:hover{background:#ecdec1;}

.downloadBtn{ padding-top:15px;}
.downloadBtn li{display:inline-block; margin 0 5px 0 0;}
.downloadBtn li a{padding:6px 20px; background:#6c504d; color:#fff!important; border-radius:5px;}

.projectGallery{margin:0 5% 40px;}
.projectGallery img{padding:2px!important; display:block; overflow:hidden; cursor:pointer;}

.tabBtn{display: block;
    text-align: left;
    background: none;
    color: #6c504d;
    border-radius: 0;
    border: 1px #ddd solid;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    font-weight: 700;
}
.tabBtn:hover{color:var(--red);}
#productSpecifications .card.card-body{
    border: none;
    border-radius: 0;
    padding: 20px 0 0;
}

#productSpecifications + h5{ display:block; padding:30px 0 0; color: #6c504d; font-weight: 700; font-size:1rem;}
.keyBoxes{display:block; clear:both; padding:10px 0 0; list-style-type:none; margin:0;}
.keyBoxes li{display:inline-block; margin-right:15px; padding: 12px 20px 12px 50px; border:1px #ddd solid; background:#fff; border-radius:5px; position:relative;}
.keyBoxes li:before{ content:url('../images/vertical.png'); display: block; position: absolute; top: 8px; left: 10px;}
.keyBoxes li.key-B:before{content:url('../images/blackout.png');}
.keyBoxes li.key-W:before{content:url('../images/wide.png');}
.keyBoxes li.key-P:before{content:url('../images/PVCfree.png');}
.keyBoxes li.key-E:before{content:url('../images/easy_clean.png');}
.keyBoxes li.key-5:before{content:url('../images/fiveyear.png');}

.testimonialsListing > div{display: block; overflow: hidden; padding: 20px; border: 1px #ecdec1 solid; border-bottom: 3px #6c504d solid; margin-bottom: 30px;}
.testimonialsListing > div:last-child{margin-bottom:0;}
.testimonialsListing > div h6{color: #6c504d; font-weight: 600; font-size: 20px;}
.testimonialsListing > div span{color: #afafaf; font-weight: 600; font-size: 16px; display: block; margin-bottom: 15px;}
.testimonialsListing > div p:last-child{margin-bottom: 0;}

.sub-menu-toggle{ display:none;}

.whyUs{background:#ecdec1; display:block; padding:20px; overflow:hidden; margin-bottom:30px; text-align:center;}
.whyUs h3{display:block; margin-bottom:30px; padding:10px; background:#6c504d;color:#fff; display:block; text-transform:uppercase; font-size:20px; border-radius:30px;}
.whyUs [class^="col-"] > div{display:block; padding:15px;}
.whyUs [class^="col-"] > div img{margin-bottom:10px; border-radius:50%; border:2px #6c504d dotted; padding:15px; max-width:120px;}
.whyUs [class^="col-"] > div h4{font-size:18px; margin-bottom:15px; color:#6c504d;}

.serviceBoxes{position:relative;}
.serviceBoxes .row{background:#ecdec1;}
.serviceBoxes .row:nth-child(even) [class^="col-"]:first-child{right:-50%;}
.serviceBoxes .row:nth-child(even) [class^="col-"]:last-child{left:-50%;}
.serviceBoxes .row [class^="col-"] > div{display:block; padding:30px;}
.serviceBoxes .row [class^="col-"] > div a{ background:#6c504d; display:inline-block; clear:both; color:#fff; padding:8px 20px; border-radius:50px; color:#fff!important;}

.projectGallery [class^="col-"] a{ display:block; overflow:hidden; padding:5px; border:1px #ecdec1 solid; height:220px;}
.projectGallery [class^="col-"] a img{height:100%; width:100%; object-fit:cover;}

.contactBox{text-align:center;display:block;}
.contactBox > ul{list-style-type:none; margin:0 0 30px; padding:0;}
.contactBox > ul li{display:inline-block; width:32%; position:relative; padding:15px; color:#6c504d!important;}
.contactBox > ul li:before{background:#ecdec1; z-index:1; display:block; clear:both; color:#fff; padding:8px 20px; border-radius:50px; content:''; position:absolute; left:0; right:0; top:0; bottom:0;}
.contactBox > ul li > *{position:relative; z-index:2;}
.contactBox > ul li a{color:#6c504d!important; font-weight:600;}
.contactBox > ul li img{margin-right:5px;}
.contactBox > ul li:hover:before{background:#6c504d;}
.contactBox > ul li:hover, .contactBox > ul li:hover a{color:#fff!important;}
.contactBox > ul li:hover img{filter: brightness(0) invert(1);}



@media (max-width: 767px){
.serviceBoxes .row:nth-child(even) [class^="col-"]:first-child{right:0%;}
.serviceBoxes .row:nth-child(even) [class^="col-"]:last-child{left:0%;}
.serviceBoxes .row{margin-bottom:30px;}
.serviceBoxes .row:last-child{margin-bottom:0;}

.projectGallery [class^="col-"] a{height:150px;}
.contactBox > ul li{width:100%; margin-bottom:10px;}
}
