body {
    font-family: "poiret-one", sans-serif;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: "poiret-one", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

p{
    font-family: "poiret-one", sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;

}
h1, h2, h3, h4, h5, h6 {
    font-family: "late-serif-variable", sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1.4em;
    color: #000;
}
ul{
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

h3{
    font-size: 25px;
    line-height: 30px;
}

a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #0a1729;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 50px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #fbc508;
	border-color: #fbc508;
}
.btn-dark:hover {
	color: #fff;
	background-color: #fbc508;
	border-color: #fbc508;
}
/******* Header ************/
.header {
    position: absolute;
    top: 0;
    z-index: 1034;
    padding: 10px 20px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
}
.header-box{
    justify-content: space-between;
    align-items: center;
}

.logo a img {
width: 20%;
}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 2s;
    -webkit-transition: 1s;
    background: #000000d6;
  
}
.fixed-header .logo a img{
    width: 20%;
}
.header-range a{
    color: #fff;
    text-transform: uppercase;
    margin-left: 12px;
}

.header-range a img{
    height: 30px;
    margin: 0 0 0 7px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 28px 18px 8px;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: right;
  }
  
  .sidenav a:hover {
    color: #000;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 46px;
    margin-left: 50px;
    color: #000;
  }
  .cus-menu span{
    color: #fff;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .menu {
    display: flex;
    align-items: center;
}
.cus-menu {
    padding: 0 0 0 40px;
}





/******* banner ************/
.banner {
    padding: 0px;
    position: relative;
    z-index: 0;
}
/* .banner::before{
    content: '';
    background: #0000004f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

} */

.cus-banner-text {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 11px;
}
.cus-banner-text p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.banner .carousel-caption {
    text-align: left;
    bottom: 40px;
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: start;
    left: 3%;
    right: 5%;
    z-index: 9;
}

.banner .carousel-caption::after{
    content: '';
    background-image: linear-gradient(to top, rgb(0 0 0 / 75%), #00000000);
    position: absolute;
    bottom: -50px;
    width: 109%;
    height: 240px;
    left: -40px;
    z-index: -1;
}


.banner-text h1{
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;

}
.banner-text p{
    color: #fff;
    font-size: 20px;
    width: 70%;
}


.banner .carousel-item img{
    height: 100vh;
    object-fit: cover;
}
.carousel-indicators{
    z-index: 99;
}
.carousel-indicators [data-bs-target]{
    width: 7px;
    height: 7px;
    border-radius: 30px;
    border: 0px solid #fff;
}

.carousel-control-next {
    right: 0;
    z-index: 9;
}
.carousel-indicators {

    justify-content: right;
    padding: 0;
    margin-right: 6%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    bottom: 20px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 40px !important;
}
.carousel-control-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 86%;
    bottom: 0px;
    top: 92.8%;
    z-index: 999;
}

.carousel-control-next{
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0px;
    top: 92.8%;
    right: 3%;
    z-index: 999;
}


/******* about ************/
.about{
    position: relative;
    z-index: 1;
    padding: 110px 0;
}
.about::after{
    position: absolute;
    content: "";
    background: url(../images/avout.png);
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about-box {

    padding: 0 30px;
 
}
.about::before{
    position: absolute;
    content: "";
    background: url(../images/wood.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%, 100.5% 100%);
}
.about-text{
    display: flex;
    z-index: 9;
    position: relative;

}
.left-text {
    width: 40%;
    text-align: center;
}
.left-text h6{
    position: relative;
    padding: 0 0 0 20px;
}
.left-text h6::before{
    position: absolute;
    content: "";
    background: 0 0;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
    margin-left: -18px;
}


.right-text {
    width: 60%;
}
.right-text h2{
    font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #000;
    line-height: 45px;
}

.wp-about-text {
    clear: both;
    position: relative;
    display: inline-block;
    padding: 0 60px 0 0px;
}
.wp-about-text p:nth-child(2n-1) {
    clear: both;
}
.wp-about-text p {

    width: 50%;
    float: left;
    display: inline-block;
    padding-right: 35px;
}
.about-btn {
    text-align: end;
}
a.cus-btn {
    padding: 0 20px 0 0;
    /* text-transform: uppercase; */
    font-size: 17px;
    position: relative;
    font-weight: 600;
}
a.cus-btn i {
    transform: rotate(-40deg);
    font-size: 18px;
    margin: 0 0 0 9px;
}
a.cus-btn::before{
    content: '';
    transition: 1s;
    -webkit-transition: 1s;
    background: #000;
    height: 1px;
    width: 0%;
    left: 0px;
    position: absolute;
    bottom: -4px;
    
}
a.cus-btn:hover:before{
    width: 70%;

}
.about-counter-item {
    padding: 0 120px 0 70px;
}

.about-counter-item .customer {
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-top: 0px solid #66666657;
    margin: 0px 0 10px 0;
    padding: 20px 0 0 10px;
}
.about-counter-item .customer-box {
    width: 50%;
}
.customer-box h3 {
    letter-spacing: -.03em;
    font-size: 48px;
    font-weight: 600;
    line-height: 30px;

}
.customer-box p {
    color: #0c0407;
    font-size: 20px;
}

.hero-counter-separator {
    border-left: 1px solid #bea163;
    width: 1px;
    height: 90px;
    margin-left: -118px;
}
/******* product ************/

.product{
    background: #bea163a6;
    position: relative;
    padding: 60px 0;
    background-image: url(../images/bg1.jpeg);
    background-size: cover;
    background-position: center;
}

.product-box {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.product-text {
    width: 50%;
}
.product-text h2{
    font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #000;
    line-height: 45px;
}
.product-text p{
    width: 80%;
}

.product-right-text{
    text-align: end;
    width: 50%;

}
.product-right-text p{
    position: relative;
}
.product-right-text p::before{
    position: absolute;
    content: "";
    background: 0 0;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
    margin-left: -18px;
}
.product-right-text a.cus-btn{
    padding: 0;
}


.wp-category {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.category-box {
    position: relative;
}



.category-img {
    position: relative;
    overflow: hidden;
}
.category-img:before{
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 18%);
    -webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
    z-index: 0;
}

.category-img img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.category-img:hover:before{

    background: #644c1a91;
}
.category-text {
    position: absolute;
    padding: 1.5em;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
 flex-direction: column;
}

.sc_services_item_content_inner_top {
    margin-bottom: 20px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

 .sc_services_item_number {
    display: inline-block;
    font-size: 24px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #fff;
    
}

.sc_services_item_content_inner_bottom {
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    width: 100%;
}

.sc_services_item_title {
    font-size: 1.647em;
    line-height: 1.16em;
    font-weight: 400;
    margin: 0 0 10px;
}
.sc_services_item_title a{
    font-size: 18px;
    line-height: 1.16em;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "late-serif-variable", sans-serif;
}
.sc_services_item_subtitle {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
}
.sc_services_item_subtitle a{
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.sc_services_item_subtitle a i{
    transform: rotate(-40deg);
    font-size: 18px;
    margin: 0 0 0 9px;
}
.sc_services_item_subtitle a::before{
    content: '';
    transition: 1s;
    -webkit-transition: 1s;
    background: #fff;
    height: 1px;
    width: 0%;
    left: 0px;
    position: absolute;
    bottom: -4px;
}
.sc_services_item_subtitle a:hover:before{
    width: 70%;
}
.category-text:hover .sc_services_item_content_inner_top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.category-text:hover .sc_services_item_content_inner_bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.category-text:hover .sc_services_item_subtitle {
    opacity: 1;
}
.clients{
    padding: 100px 20px;
    position: relative;
}
.bg-img {
    position: absolute;
    top: 30px;
    opacity: .2;
}
.bg-img1{
    position: absolute;
    bottom: 0;
    opacity: .2;
    right: 0px;
}
.bg-img1 img {
    width: 60%;
}


.client-text{
    text-align: center;
}
.client-text h2{
    font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    line-height: 45px;
    position: relative;
}
.client-text h2:after{
    content: '';
    background: #000;
    height: 2px;
    position: absolute;
    width: 211px;
    bottom: 5px;
    margin-left: -210px;

}

.logo-box {
    padding: 0px 10px;
    text-align: center;
}
.logo-box img {
    height: 100px;
    object-fit: contain;
}
.clients .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.clients .owl-dots {
    display: none;
}

.benefits{
    background: #000;
}
.benefits .product-text h2 {
    color: #fff;
    border-bottom: 2px solid #fff;

}
.benefits .product-text p{
    color: #fff; 

}
.benefits .product-right-text p{
    color: #fff; 
}
.benefits .product-right-text p::before{
    border: 1px solid #fff;
}


.benefits-box {
    display: flex;
}
.csr-sustain {
    width: 25%;
    padding: 30px 20px 0;
}
.csr-sustain h3{
    font-weight: 400 !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 22px;
    margin-bottom: 22px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
}
.csr-sustain p{
    color: #fff;
}
.csr-sustain h3 img{
    height: 35px !important;
    margin: 0 !important;
    width: 65px !important;
    object-fit: contain;
}
.csr-sustain ul {
    display: flex
;
    margin-left: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    padding-top: 10px !important;
}
.csr-sustain ul li{
    list-style: none;
}
.csr-sustain ul li img {
    height: 50px !important;
    margin: 0 !important;
    width: 55px !important;
    object-fit: contain;
}
.environment{
    background: #fff;
    position: relative;
}
.environment .bg-img1 img {
    width: 90%;
}

.environment .product-box {
    align-items: inherit;
    padding: 0 20px;
}

.environment .product-text p {
    width: 98%;
}

.environment .product-text {
    width: 50%;
    padding: 40px 90px 0 0;
}
.certification {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.certification-box {
    width: 25%;
    margin-bottom: 30px;
    text-align: center;

}
.certification-box img{
    height: 103px;
    width: 110px;
    object-fit: contain;
}
.environment .product-right-text {
    width: 50%;
    padding: 0 30px 0 80px;
}

.environment .product-right-text img{
    height: 600px;
    object-fit: cover;
}

.footer{
    background: #000;
    padding: 80px 20px 20px;
}
.footer-box{
    display: flex;
    flex-wrap: wrap;
}
.footer-box img{
    width: 35%;
}
.subscribe-box {
    width: 40%;
    padding: 0 70px 0 0;
}
.subscribe-box h4{
    color: #fff !important;
    padding: 0 0 8px;
    font-size: 22px;

}
.subscribe-box h6 {
    color: #fff;
    font-size: 17px;
    margin: 30px 0 50px;
    font-family: "poiret-one", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;

}
.subscribe-box p{
    color: #fff;
    font-size: 17px;
}

.subscribe-box .form-control {
    display: block;

    color: #fff;
    background-color: #ffffff00;
    border: none;
    border-radius: 0;

    border-bottom: 2px solid #fff;
}
.subscribe-box .btn-primary {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #ffffff;
    border-radius: 100px;
    padding: 9px 40px;
}

.subscribe-box .btn-primary:hover{
    color: #000;
    background-color: #fff;
}
.subscribe-box .form-control::placeholder {
    color: #fff;

  }
  .footer-category {
    width: 23%;
    padding: 0 0 0 10px;
}
  .footer-category h4{
    color: #fff !important;
    padding: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }
.footer-category ul {
    display: inline-block;
}
.footer-category ul li{
    margin-bottom: 13px;
}

.footer-category ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 600;
}
.footer-category ul li a::before{
    content: '';
    background: #fff;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    transition: 2s;
    -webkit-transition: 1s;
}
.footer-category ul li a:hover:before{
    width: 100%;
}
.footer-social{
    width: 15%;
    padding: 0;
}
.footer-social ul li a{
    text-transform: capitalize;
}
hr {
    margin: 2.8rem 0 1.6rem;
    color: inherit;
    background-color: rgb(255 255 255);
    border: 0;
    opacity: 1;
    height: 2px;
}
.copy-text{
    display: flex;
    justify-content: space-between;
}
.left-copy-text p{
    margin-bottom: 0px;
    color: #fff;
}
.right-copy-text p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.right-copy-text p a{
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}
.contact-info{
    width: 20%;
}
.contact-info p{
    margin-bottom: 8px;
    color: #fff;
}
.contact-info p a{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.wp-social{
    margin-top: 20px;
}
.wp-social a{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 13px;
    margin-right: 2px;
    border-radius: 44px;
    display: inline-block;
}
.home-contact{
    padding: 70px 30px;
}

.home-contact-box {
    display: grid
    ;
        grid-template-columns: 1.5fr 1fr;
        gap: 30px;
}
.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #9f7d60;
    border-radius: 15px;
    padding: 20px;
}
.question-box {
    display: flex
;
    align-items: center;
}
.question-img {
    width: 28%;
    margin-left: 40px;
}
.question-img img{

}
.question-text {
    width: 60%;
    padding: 0 0 0 60px;
}
.question-text h3 {
    font-size: 30px;
    margin-bottom: 21px;
    color: #fff;
}
.question-text p {
    font-size: 22px;
    color: #fff;
}
.question-text a{
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}
.question-text a:hover{
    background: #fff;
    color: #000;
}
.wp-call{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #b69878;
    border-radius: 15px;
    padding: 20px 20px 30px 50px;
}
.call-text {
    width: 100%;
}
.call-text h3{
    font-size: 30px;
    color: #fff;

}
.call-text a {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -16px;
    display: block;
    color: #fff;
}
.cus-categoery{
    background: #bea1631c;
    position: relative;
    padding: 80px 0px;
}
.cus-categoery-box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.cus-categoery-text {
    width: 48%;
    margin: 0 20px 30px 0;
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 0 0 0;
    text-align: center;
    transition: 1s;
    -webkit-transition: 1s;
    overflow: hidden;
}
.cus-categoery-img {
    border-radius: 0 0 15px 15px;
    padding: 40px 0 0 0;
    overflow: hidden;
    transition: 1s;
    -webkit-transition: 1s;
}
.cus-categoery-img img{
    border-radius: 0 0 15px 15px;
    transition: 1s;
    -webkit-transition: 1s;
    height: 370px;
    object-fit: cover;
    width: 100%;
}
.cus-categoery-text:hover .cus-categoery-img img{
    transform: scale(1.05);
}

.cus-categoery-text h3{
    font-size: 30px;
}
.categoery-btn{
   background: #0000008a;
    color: #fff;
    padding: 11px 26px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin: 12px 0;
    border: none;
}
.categoery-btn:hover{
    background: #000;
    color: #fff; 
}
.pro{
    padding: 100px 20px;
    background: #bea1631c;
}
.pro-box {
    display: flex
;
    flex-wrap: wrap;
}
.pro-text {
    width: 50%;
    margin: 0px 0 0 0;
}

.pro-video {
    width: 50%;
}
video{
    width: 100%;
    height: 80vh;
}
.pro-bg-text {
    display: flex
;
    align-items: center;
}
.pro-bg-text h3{
    background: #bea163cf;
    display: inline-block;
    padding: 9px 13px 2px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 5px;
}
.pro-bg-text h5{
    color: #bea163;
 background: #000;
    display: inline-block;
    padding: 9px 13px 2px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 5px;
}
.pro-text h2{
    color: #ababab;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 68px;
    margin: 70px 0 11px;
}
.pro-text span{
    font-size: 74px;
display: inline-block;
}
.pro-text p{
    font-size: 22px;
    color: #666;
}
.pro-text a{
    background: #0000008a;
    color: #fff;
    padding: 8px 26px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin: 5px 0;
}
.pro-text a:hover{
    background: #000;
}
.wp-product{
    padding: 70px 50px;
    position: relative;
    z-index: 0;
}
.wp-product::before{
    content: '';
    clip-path: polygon(0 0, 100% 0%, 0 40%);
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: -120px;
    height: 250px;
    left: 0;
    z-index: -1;
}


.wp-product-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-product-text {
    width: 50%;
    padding: 0 50px 0 0;
}
.wp-product-img {
    width: 50%;
}
.wp-product-img{

}
.wp-product-img img{
    height: 650px;
    object-fit: cover;
    border-radius: 15px;
    transition: 1s;
    -webkit-transition: 1s;
}
.wp-product-img img:hover{
    transform: translate(0, -6px) !important;
}



.wp-product-text h2{
    font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #000;
    line-height: 45px;

}
.wp-product-text p {
    font-size: 20px;
    line-height: 32px;
}
.wp-product-text p span{
    font-size: 17px;
    margin: 10px 0 0 0;
    display: inline-block;
}
.cus-product-text{
    padding: 80px 50px;
	    display: none;
}
.detail-product-text p{
    font-size: 20px;
    line-height: 35px;
}
.sub-categories-box {
    display: flex
;
    flex-wrap: wrap;
}
.main-sub-categories-box {
    width: 47%;
    margin: 0px 15px;
}
.sub-categories-img{

}
.sub-categories-img img{
    height: 650px;
    object-fit: cover;
    width: 100%;
}
.sub-categories-text {
    display: flex
;
    justify-content: space-between;
    margin: 23px 6px;
}

.sub-categories-text h6 {
    font-size: 22px;
}
.sub-categories-text span{
    font-size: 25px;
}
.sub-categories {
    background: #bea16369;
}
.slide-category-box .category-img:hover:before {
    background: #644c1a14;
}

.slide-category-box .category-img img {
    height: 480px;
    object-fit: cover;
    width: 100%;
    border-radius: 13px;
}


.slide-category-box .category-img {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.owl-dots {
    display: none;
}
.inner-about-box {
    display: flex
;
    z-index: 9;
    position: relative;
}

.inner-about-text{
    width: 60%;
    padding: 0 0 0 90px;
}
.inner-about-text p{
    width: 100%;
}
.inner-about-img {
    width: 40%;
    margin: 76px 0 0 0;
}
.inner-about-img img{
    height: 530px;
    object-fit: cover;
	width:100%;
}
.cus-about-img {
    padding: 0 0 0 280px;
    margin-top: -40px;
}
.premium {
    display: flex
;
    margin: 90px 0;
    padding: 0 0 0 60px;
}
.premium-text {
    width: 60%;
    padding: 0 90px 0 0;
}

.premium-img {
    width: 40%;
}
.premium-text ul{

}

.premium-text ul li {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
    list-style-type: disc;
}
.premium-img img{
    height: 440px;
    object-fit: cover;
    width: 100%;
}
.about-inner-slide1 .banner-text p {
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.contact{
    padding: 30px 20px;
}
.contact-box {
    display: flex;
    align-items: center;
}

.contact-img {
    width: 45%;
}
.contact-img img{
    height: 700px;
    object-fit: cover;
    width: 100%;
}


.contact-from {
    width: 55%;
    padding: 0 0 0 50px;
}
.contact-from h2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-from h6{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 33px;
}
.contact-from .form-control {
    padding: 1.375rem .75rem;
    font-size: 1.2rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 1px solid #00000070;
    font-family: 'WONDERLAND PRO';
}
.contact-from .form-control::placeholder {
text-transform: uppercase;
  }
.cus-btn i{
    transform: rotate(-40deg);
    font-size: 18px;
    margin: 0 0 0 9px;
}
.contact-detail {
    display: flex
    ;
        border-top: 1px solid #9d9999;
        margin: 80px 0 50px;
}
.call {
    width: 25%;
    text-align: center;
    border-right: 1px solid #9d9999;
    padding: 20px 0 0 0;
}
.call span {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.call p {
    color: #000;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0px;
}

.call p a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}
.address {
    width: 50%;
    text-align: center;
    border-right: 1px solid #9d9999;
    padding: 20px 0 0 0;
}
.email {
    width: 25%;
    text-align: center;
    border-right: 0px solid #9d9999;
}
.map{
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 160px;
}
.sub-categories .slide-category-box {
    margin: 0 10px;
}
.hero-counter-separator:last-child{
	opacity:0;
}
.wp-catalogue-box {
    margin-bottom: 30px;
}
.what {
    position: fixed;
    z-index: 9999;
    right: 6px;
    bottom: 20px;
    background: #4ccc5b;
    color: #fff;
    padding: 10px 0 0 12px;
    height: 55px;
    width: 54px;
    border-radius: 100px;
}
.what a i {
    font-size: 36px;
    color: #fff;
}
.cus-faq{
    position: relative;
    padding: 80px 0px;
	background: #bea1631c;
}
.main-title {
    padding-right: 44px;
    padding-left: 44px;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
}
.main-title .line-right, .main-title .line-left {
    width: 31px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.main-title .line-left {
    right: 0;
}
.main-title .line-left:before {
    content: '';
    background-color: #000;
    position: absolute;
    height: 2px;
}
.main-title .line-left:before, .main-title .line-right:before {
    width: 100%;
    top: 0;
    right: 0;
}
.main-title .line-left:before, .main-title .line-left:after {
    left: 0;
}
.main-title .line-left:before, .main-title .line-left:after {
    left: 0;
}
.main-title .line-left:after, .main-title .line-right:after {
    width: 17px;
    bottom: 0;
}
.main-title .line-right:before, .main-title .line-left:after, .main-title .line-right:after {
    content: '';
    background-color: #000;
    position: absolute;
    height: 2px;
}
.main-title .line-right {
    left: 0;
}
.cus-faq h2{
	    font-size: 38px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    line-height: 45px;
	    font-weight: 600;

}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
color: #000;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}
.accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
   font-size: 1.3rem;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #bea163;
    display: flex
;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}

.accordion-style .card-body:before {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 0 0 0 1.2px;
    border-color: #bea163;
    left: 20px;
    top: 0;
    z-index: 1;
    bottom: 0;
}
.accordion-style .card-body {
    padding-top: 0px;
    padding-left: 3.5rem;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.accordion-style .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.3rem;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex
;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.cus-home-about h2{
	font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 2px solid #000;
    line-height: 45px;
	font-weight:600;
}
.cus-home-about h3{
	font-size: 30px;
margin:30px 0 15px;
    font-weight: 600;
}
.cus-home-about p strong{
	font-weight:700;
}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.banner .carousel-item img {
    height: 60vh;
    object-fit: cover;
}
.carousel-control-prev{
    left: 84%;
}
.left-text {
    width: 30%;
}
.right-text {
    width: 70%;
}
.about {
    padding: 60px 0 110px;
}
.wp-about-text {
    padding: 0 0px 0 0px;
}
.wp-about-text p {
    padding-right: 22px;
}
.about::before{
    clip-path: polygon(40% 100%, 0% 0%, 100% 0%, 100.5% 100%);
}
.about-counter-item {
    padding: 0 30px 0 70px;
}
.pro-text {
    width: 60%;

}
.pro-video {
    width: 40%;
}	
video {
    width: 100%;
    height: auto;
}
.pro-text h2 {

    font-size: 120px;
    margin: 40px 0 11px;
}
.pro-text span {
    font-size: 60px;
}
.product-text p {
    width: 100%;
}
.wp-category{
    grid-template-columns: 1fr 1fr 1fr;
}
.product-text h2 {
    font-size: 34px;
}
.benefits-box {
    display: flex;
    flex-wrap: wrap;
}
.csr-sustain {
    width: 49%;
}
.subscribe-box {
    width: 50%;
    padding: 0 70px 0 0;
}
.footer-category {
    width: 50%;
    padding: 0px 0 0 0px;
}
.footer-social {
    width: 50%;
    padding: 40px 0 0 0;
}
.contact-info {
    width: 50%;
    padding: 40px 0 0 0;
}
.question-text {
    width: 60%;
    padding: 0 0 0 20px;
}
.question-text p {
    font-size: 18px;
    color: #fff;
}
.cus-categoery-text {
    width: 47%;
}
.inner-about-text {
    padding: 0 0 0 40px;
}
.contact-from h2 {
    font-size: 36px;
}



}

@media screen and (max-width: 980px) {
    .carousel-control-prev {
        left: 79%;
        top: 91%;
    }
    .carousel-control-next {

        top: 91%;
    }
    .cus-categoery-img img{
        height: 300px;
    }
    .wp-about-text p{
        width: 100%;
        padding-right: 0px;
    }
    .right-text h2 {
        font-size: 34px;
    }
    .about-counter-item {
        padding: 0 0px 0 40px;
    }
    .about-counter-item .customer-box {
        width: 43%;
    }
    .hero-counter-separator {
        margin-left: -48px;
    }
    .customer-box h3 {
        font-size: 38px;
    }
    .pro-text h2 {
        font-size: 88px;
        margin: 40px 0 11px;
    }
    .pro-text span {
        font-size: 42px;
    }
    .pro-text {
        padding: 0 45px 0 0;
    }
    .wp-category {
        grid-template-columns: 1fr 1fr;
    }
    .product-text {
        width: 100%;
    }
    .environment .product-text {
        padding: 40px 0px 0 0;
    }
    .environment .product-text h2 {
        font-size: 32px;
    }
    .environment .product-right-text {
        padding: 0 0px 0 20px;
    }
    .environment .product-right-text img {
        height: 520px;
        object-fit: cover;
    }
    .question {

        padding: 11px;
    }
    .question-text h3 {
        font-size: 19px;
    }
    .question-text p {
        font-size: 16px;
    }
    .question-text {
        padding: 0 0 0 10px;
    }
    .call-text h3 {
        font-size: 24px;
    }
    .call-text a {
        font-size: 19px;
    }    
    .menu {
        width: 90%;
    }
    .inner-about-box {
        flex-wrap: wrap;
    }
    .inner-about-img {
        width: 100%;
        margin: 16px 0 40px 0;
    }
    .product-text {
        width: 100%;
        padding: 0 0 30px;
    }
    
    .cus-about-img {
        padding: 0;
        margin-top: 0;
    }
    .premium {
        margin: 70px 0;
        padding: 0 0px 0 15px;
    }
    .premium-img {
        width: 45%;
    }
    .premium-text {
        width: 55%;
        padding: 0 0 0px;

    }
  

    .contact-from h2 {
        font-size: 25px;
    }

    .contact-img img {
        height: 520px;
    }
    .contact-from {
        padding: 0 0 0 35px;
    }

    .call {
        width: 20%;
    }

    .address {
        width: 45%;
    }
    .email {
        width: 35%;
    }
    .wp-product {
        padding: 60px 20px;
        position: relative;
        z-index: 0;
    }
    .wp-product-text h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }    


	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .header-range {
        display: none;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-text p {
        font-size: 16px;
        width: 100%;
    }
    .banner .carousel-caption{
        bottom: 48px;
        right: 0%;
    }
    .carousel-indicators {
        margin-right: 14%;
    }
    .carousel-control-next {
        top: 86%;
    }
    .carousel-control-prev {
        top: 86%;
        left: 59%;
    }
    .home-contact-box {
        grid-template-columns: 1fr;
    }
    .cus-categoery-text {
        width: 100%;
        margin: 0 0 20px;
    }
    .cus-categoery-img img {
        height: 230px;
    }
    .cus-categoery-text h3 {
        font-size: 27px;
    }
    .about::before{
     
    }
    .about::after{
        display: none;
    }
    .left-text {
        width: 0%;
    }
    .right-text {
        width: 100%;
    }
    .right-text h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .about-counter-item {
        padding: 0 0px 0 0px;
    }
    .customer-box p {
        font-size: 15px;
        line-height: 21px;
    }
    .about {
        padding: 60px 0 60px;
    }
    .pro {
        padding: 60px 10px;
    }
    .pro-text {
        width: 100%;
        margin: 0px 0 0 0;
        padding: 0px;
    }
    .pro-text h2 {
        font-size: 75px;
        margin: 20px 0 5px;
        line-height: 50px;
    }
    .pro-text span {
        font-size: 37px;
        line-height: 30px;
    }
    .pro-video {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .product-box {
        flex-wrap: wrap;
    }
    .product-text h2 {
        font-size: 34px;
        line-height: 35px;
        margin-bottom: 14px !important;
    }
    .wp-category {
        grid-template-columns: 1fr;
    }
    .benefits     .product-text h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .csr-sustain {
        width: 100%;
    }
    .environment .product-text {
        width: 100%;
    }
 .environment .product-text h2 {
        font-size: 29px;
        line-height: 32px;
    }
    .environment .product-right-text {
        padding: 0;
        width: 100%;
    }

    .environment .product-right-text img {
        height: auto;
    }
    .home-contact {
        padding: 30px 10px;
    }

    .question-text h3 {
        font-size: 19px;
        margin-bottom: 0px;
    }
    .call-text {
        width: 100%;
        margin-bottom: 18px;
    }
    .call-text a {
        font-size: 17px;
    }
    .wp-call {
        padding: 20px 20px 30px 26px;
    }
    .subscribe-box {
        width: 100%;
        padding: 0 20px 0 0;
    }
    .footer-category {
        width: 100%;
        padding: 20px 0 0 0px;
    }
    .footer-category h4{
        padding: 0px;
    }
    .copy-text {
        flex-wrap: wrap;
    }
    .logo a img {
        width: 40%;
    }
    .fixed-header .logo a img {
        width: 40%;
    }
    .menu {
        width: 100%;
        justify-content: flex-end;
    }
    .inner-about-img img {
        height: auto;
        object-fit: cover;
    }

    .premium {
        flex-wrap: wrap;
    }
    .premium-text {
        width: 100%;
    }
    .premium-img {
        width: 100%;
    }

    .premium-img img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
    .premium {
        margin: 50px 0 20px;
    }
    .contact-box{
        flex-wrap: wrap;
    }
    .contact-img {
        width: 100%;
    }
    .contact-img img {
        height: 320px;
        margin-bottom: 20px;
   
    }
    .contact-from {
        padding: 0;
        width: 100%;
    }
    .contact-from h2 {
        font-size: 23px;
    }
    .contact-detail {
        margin: 40px 0 50px;
        flex-wrap: wrap;
    }
    .call {
        width: 100%;
        border-right: 0px solid #9d9999;
        border-bottom: 1px solid #9d9999;
        padding: 20px 0 15px;
    }
    .address{
        width: 100%;
        border-right: 0px solid #9d9999;
        border-bottom: 1px solid #9d9999;
        padding: 20px 0 15px;
    }
    .cus-product-text {
        padding: 50px 10px;
    }
    .wp-product-text {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .wp-product-img {
        width: 100%;
    }
    .wp-product-img img {
        height: auto;
    }
	.cus-faq h2 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    line-height: 35px;
    font-weight: 600;
}
	.accordion-style .btn-link{
		font-size: 16px;
	}
	.cus-home-about h2{
		font-size: 23px;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    line-height: 35px;
    
	}
	.cus-home-about h3 {
    font-size: 21px;
	}
	
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}