@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;515;600;700&display=swap');
body{
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}
:focus {
outline: 0 !important;
}
img{
	max-width:100%;
}
a{
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover{
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
p{
	line-height:25px;
	color:#5d5d5d;
	font-size:16px;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}
h1,h2,h3,h4,h5,h6,h7,h8{
font-family: 'Quicksand', sans-serif;	
margin:0;
padding:0;
}
a:hover{
	text-decoration:none;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
header {
    z-index: 99;
	width:100%;
}
.top_header{
	padding:10px 0;
}
.mobile_div_menu{
	display:none !important;
}
.logo_cls{
	z-index:9;
}
.top_right{
	float:right;
}
.top_right a:hover{
	color:#242425;
}
.top_right li{
	float:left;
	display:inline-block;
	text-align:right;
	    padding-right: 75px;
}
.maps{display:flex;}.wauto{width:auto !important;padding-right:2px;}
.mail_call{
	    align-items: center;
    display: flex;
    place-content: flex-end;
}
.whatsapp {
    position: fixed;
    right: 0.5rem;
    bottom: 3rem;
    z-index: 9;
}
.whatsapp svg {
    font-size: 50px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.15));
}
.yicon, .yicon a {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    text-align: center;
}

.yicon .button.is-play {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0px;
    margin-top: 20px;
}

.button-icon {
    border-radius: 8px;
    width: 75px;
    height: 50px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    transition: all 0.3s ease-out;
}
.sse{
 	background: linear-gradient(90deg, rgba(241, 92, 48, 1) 0%, rgba(241, 92, 48, 1) 43%, rgba(248, 150, 49, 1) 100%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
     padding: 18px 8px;
    bottom:30%;
	color:#fff;
    z-index: 99;
    right: 0px;
    transform: rotate(180deg);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }.sse:hover{background:#1d1132;}
	 .sse a{
    writing-mode: vertical-rl;
    text-orientation: mixed;
	color:#fff;
    z-index: 99;
    right: 0px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
	.sse .call {
    display: none;
}.footer_content.cb li{margin-bottom:5px;}




.top_right a.get_quote:hover{
background: rgb(248,150,49);
color:#fff;
background: linear-gradient(90deg, rgba(248,150,49,1) 0%, rgba(248,150,49,1) 43%, rgba(241,92,48,1) 100%);
}
.top_right .get_quote{
background: rgb(241,92,48);
background: linear-gradient(90deg, rgba(241,92,48,1) 0%, rgba(241,92,48,1) 43%, rgba(248,150,49,1) 100%);
color:#fff;
padding:8px 35px;
border-radius:25px;
text-transform:uppercase;
letter-spacing:2px;
font-size:16px;
}
.socials_links li i{
	width:30px;
	height:30px;
	text-align:center;
	border-radius:25px;
	font-size:15px;
	color:#fff;
	line-height:30px;
}
.socials_links li .fa-facebook{
	background:#2653a5;
}
.socials_links li .fa-twitter{
	background:#1da5d5;
}
.socials_links li .fa-youtube{
	background:#ef3d38;
}
.socials_links li .fa-linkedin{
	background:#127ab7;
}
.top_right p{
	margin:0;
	font-weight:500;
}
.top_right a{
	color:#f25431;
	font-weight:500;
	font-size:18px;
}
.menu_cls_btn{
	text-align:center;
}
#cssmenu > ul li a{
	position:relative;
}
#cssmenu > ul li a:hover:after {
   position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fcb531;
    bottom: -10px;
    left:50%;
	border-radius:25px;
}
#cssmenu > ul > li:last-child:after{
	display:none;
}
#cssmenu > ul > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
  /*   background: #fff; */
    top: 0;
    right: 0;
}
.top_right span{
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}
.menulcs{
	background:#1d1132;
	padding:15px;
	float:none;
	width:100%;
}
#cssmenu{
	float:none;
}
.caption{
	    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(30%, -60%);
    -ms-transform: translate(30%, -60%);
    transform: translate(30%, -60%);
    width: auto;
}
.caption h1{
	font-size:42px;
	color:#1d1132;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:700;
}
.caption p{
	color:#1d1132;
	font-size:17px;
	margin-bottom:70px;
}
.vid{
	width:100%;
	height:315px;
}
.products_btn{
	background:#1d1132;
	color:#fff;
	text-transform:uppercase;
	padding:9px 25px;
	border-radius:25px;
	font-size:16px;
}
.carousel-indicators li{
	width: 10px;
    height: 10px;
	 border-radius: 25px;
	 background:#fff;
}
.carousel-indicators .active {
    background-color: #000;
}
.products_btn:hover{
	background:#f25431;
	color:#fff;
}
header.fixed {
    background: #fff;
    position: fixed;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    top: 0;
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
footer {
    background: #000;
    padding: 60px 0;
    position: relative;
    z-index: 9;
	 float: left;
    width: 100%;
}
. {
    margin-bottom: 50px;
}
.mt_div{
	margin-top:40px;
}
.footer_content h3 {
    color:#fd9042;  /*#f0572f*/
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.footer_content p{
	color:#fff;
}
.footer_content.cb li a{
/* 	text-transform:uppercase; */
}
.footer_content .read_ft{
	color:#fa5638;
}
.copyright_div {
    background: #1d1132;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.copyright a{
	color:#fff;
}
.copyright p {
    color: #fff;
	margin:0;
}
.socials_links li{
	float:left;
	margin-right:10px;
}
.footer_content h4{
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
}
.products_whyus_center img {
    max-width: 50%;
}
.footer_content a{
	color:#fff;
}
.footer_content a:hover{
	color:#fcb531;
}
.footer_content li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
	color:#fff;
}
.footer_content li a:hover {
    color: #fcb531;
}
.about_section {
    padding:15px 0;
    margin: 0 auto;
    display: table;
    width: 80%;
}
.about_div h2{
	font-size:28px;
	color:#344295;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:700;
}
.about_div p{
	color:#535353;
	font-size:16px;
	margin-bottom:20px;
}
.about_div{
	padding-top:30px;
	    padding-left: 45px;
}
.about_div h3{
	color:#f04d24;
	font-size:25px;
	margin-bottom:40px;
	font-weight:400;
	line-height:35px;
}
.about_div .Know_more_btn{
	background: rgb(241,92,48);
    background: linear-gradient(90deg, rgba(241,92,48,1) 0%, rgba(241,92,48,1) 43%, rgba(248,150,49,1) 100%);
    color: #fff;
    text-transform: uppercase;
   padding: 7px 18px;
    border-radius: 25px;
    font-size: 16px;
}
.about_div .Know_more_btn:hover{
	background: rgb(248,150,49);
    background: linear-gradient(90deg, rgba(248,150,49,1) 0%, rgba(248,150,49,1) 43%, rgba(241,92,48,1) 100%);
}.products_category .Know_more_btn{
	background: rgb(241,92,48);
    background: linear-gradient(90deg, rgba(241,92,48,1) 0%, rgba(241,92,48,1) 43%, rgba(248,150,49,1) 100%);
    color: #fff;
    text-transform: uppercase;
   padding: 7px 18px;
    border-radius: 25px;
    font-size: 16px;
}.conbtn{display: flex;justify-content: center;margin-top: 20px;}
.products_category .Know_more_btn:hover{
	background: rgb(248,150,49);
    background: linear-gradient(90deg, rgba(248,150,49,1) 0%, rgba(248,150,49,1) 43%, rgba(241,92,48,1) 100%);
}
.Products{
	background:#fafafa;
	padding:60px 0 10px 0;
}
.products_title h3{
	color:#040b33;
	font-size:30px;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
	font-weight:700;
}
.products_title h3:after{
	position:absolute;
	content:'';
	height:7px;
	background:#f05430;
	width:60%;
	bottom:0;
	left:0;
}
.products_description h4{
	color:#ff3606;
	font-size:25px;
	font-weight:400;
	margin-bottom:5px;
}
.products_description p{
	font-size:16px;
	color:#040b33;
}
.products_category {
    padding: 50px;
}
.products_div h3{
	font-size:20px;
	font-weight:600;
	/* text-transform:uppercase; */
	margin-bottom:0;
	color:#000000;
	position:relative;
letter-spacing:1px;
}
.products_div a{
		-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	font-size:16px;
	color:#000000;
}
.products_div img{
	margin-bottom:25px;
	/*transition: all .3s;
    transform: scale(1);*/
}
.products_div{
	overflow:hidden;
	margin-bottom:0px;
}
/*.products_div:hover img {
    transform: scale(0.8);
}*/

a.pro:hover:after {
    
    background: none!important;
}
.products_div a:hover:after{
	position:absolute;
	content:'';
	height:5px;
	background:#f05430;
	width:65%;
	top:-10px;
	left:0;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.Know_more_btn{
	background: #1d1132;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 22px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
}
.Know_more_btn:hover{
	background: #f25431;
    color: #fff;
}
.products_btt{
	float:right;
}
.why_div{
	padding:15px 0 35px 0;
}
.why_div h3{
	color:#334194;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	display:table;
	text-align:center;
	margin:0 auto 30px auto;
	position:relative;
	padding-bottom:15px;
}
.why_div h3:after{
	position:absolute;
	content:'';
	height:5px;
	background:#f05430;
	width:100%;
	bottom:0px;
	left:0;
}
.why_div p{
	color:#1d1132;
	font-size:16px;
	text-align:center;
}
.whyus_center{
	padding-top:50px;
	margin:0 auto;
	display:table;
	width:75%;
}
.why_solutions_sec {
	text-align:center;
	padding: 0 45px;
}
.why_solutions_sec h4{
	color:#231f20;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:30px;
}
.global_reach{
	background:#fff1e0;
	padding:60px 60px 45px 60px !important;
	width:100%;
	float: left;
    display: block;
}
.brochure_div{
	background:#e6e6e6;
	padding:60px 0 !important;
	width:100%;
	float: left;
    display: block;
}
.global_reach h3,.brochure_div h3{
	color:#334194;
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:20px;
	display:inline-block;
	position:relative;
	letter-spacing:2px;
	font-weight:700;
}
.brochure_div h3
{
color:#4a589e;
padding-left:40px;
}
.global_reach h3:after,.brochure_div h3:after{
	position:absolute;
	content:'';
	height:5px;
	background:#d65436;
	width:60%;
	bottom:0px;
	left:0;
}
.brochure_div h3:after{
	width:80%;
	left:40px;
}
.global_reach li{
	float:left;
	color:#3c120d;
	display:inline-block;
	border-right:2px solid #3c120d;
	padding-right:15px;
	padding-left:15px;
	line-height:15px;
	margin-bottom:10px;
}
.global_reach ul{
	float:left;
	display:block;
	width:100%;
}
.reach_brochure .row {
    margin: 0;
}
.brochure_div{
    display: block;
}
.brochure_div img{
	 max-width: 70%;
}
.global_reach li:first-child{
	padding-left:0;
}
.global_reach li:last-child{
	border-right:0;
}
.clients_testimonails .row.common{
	margin:0;
}
.download_btn{
	background: #1d1132;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 35px;
    border-radius: 25px;
    font-size: 18px;
	margin-left:40px;
	font-weight:700;
}
.download_btn:hover{
	background: #f25431;
    color: #fff;
}
.clients_sections{
	background: #fafafa;
    padding: 30px !important;
    width: 100%;
    float: left;
    display: block;
}
.testimonials{
	background: #fff;
     padding: 60px !important;
    width: 100%;
    float: left;
    display: block;
}
.testimonials h3{
	margin-bottom:40px;
}
.clientele h3,.testimonials h3{
	color:#334194;
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:20px;
	display:table;
	position:relative;
	letter-spacing:2px;
	font-weight:700;
	    text-align: center;
    margin: 0 auto 30px auto;
}
.clientele h3:after,.testimonials h3:before{
	position:absolute;
	content:'';
	height:5px;
	background:#d65436;
	width:100%;
	bottom:0px;
	left:0;
}
.testimonials h3:after {
    position: absolute;
    content: '';
    bottom: -17px;
    left: 63%;
    background: url(../images/.jpg) no-repeat scroll 0;
    width: 35px;
    height: 33px;
}
.clientele_desc p{
	color:#242425;
}
#clients{
	padding-top:0px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #344094;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d65436;
}
.clients_logo {
    margin-bottom: 50px;
}
.testimonials_content p{
	color:#242425;	
}
.testimonials_content{
	position:relative;
}
.testimonials_content span{
	font-weight:700;
	color:#d65436;
	margin-top:30px;
	display:block;
}
.testimonials_content .author{
	color:#d65436;
}
.testimonials_div .owl-dots {
    margin-top: 10px;
    text-align: left;
}
.Know_more_btn.testi{
	margin-top:30px;
	display:inline-block;
}
.enquiry_section.inner{
	background-color: #FF9800;
	/*background:url("../images/.webp") no-repeat scroll 0 0;*/
	background-size:cover;
	padding:40px 0;
	 float: left;
    width: 100%;
}
.enquiry_section p{
	font-size:25px;
	color:#fff;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
	line-height:30px;
}
.enquiry_val{
	    background: #1d1132;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 35px;
    border-radius: 25px;
    font-size: 20px;
	font-weight:600;
	letter-spacing:2px;
}
.enquiry_val:hover {
    background: #f25431;
    color: #fff;
}
.project_btn {
    align-items: center;
    display: flex;
}
.inner_page_content .ct_ht{
	    color: #334194;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin:70px 0 40px 0;
	letter-spacing:4px;
}
.inner_page_content .ct_ht:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 90%;
    bottom: 0;
    left: 0;
}
.contact_left_address{
	color:#ffff;
}
.contact_left_address h3{
	color: #ffff;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin-bottom:40px;
}
.contact_sec h3:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 90%;
    bottom: 0;
    left: 0;
}
.contact_left_address a{
	color:#ffff;
}
.contact_left_address p a,.contact_left_address p span{
	float:left;
}
p.cal{
	display: flex!important;gap: 15px;
}i.fab.fa-facebook-f {
    background: #000092;
}
i.fab.fa-linkedin-in {
    background: #0053ad;
}



p.cal.grd i{padding-right:0px !important;width:30px;}
.banner_inner{
	position:relative;
}
.innerbanner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.innerbanner_content h1{
	font-size:25px;
	color:#1d1132;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:700;
}
.contact_left_address p a:hover{
	color:#fcb531;
}
.contact_left_address i{
	font-size:25px;
	font-weight:700;
	padding-right:25px;
	float:left;
	width:50px;
}
.contact_left_address p {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    float: left;
}
.address_fields h4{
	margin-bottom: 10px;
}
.contact_right{
	background:#fff;
	padding:40px;
	box-shadow:2px 1px 5px 1px #ccc;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.form-group input[type=submit].enquiry_fields:hover{
	background:#f05430;
	color:#fff;
}
.form-group input[type=submit].enquiry_fields {
    display: inline-block;
    width: auto;
    font-weight: 600;
    padding: 10px 25px;
    float: right;
	margin-top:20px;
}
.form-group input[type=submit] {
    background: #1d1132;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact_right input, .contact_right textarea {
    border-radius: 0;
    padding: 12px 10px;
    border: 1px solid #ddd;
}
.contact_right select{
    border-radius: 0 !important;
    padding: 12px 10px !important;
    border: 1px solid #ddd;height: 100% !important;
}.form-control:focus
.contact_right input:focus, .contact_right textarea:focus,.contact_right select:focus,.form-control[readonly]:focus{
    border: 1px solid #f05430;
	box-shadow:none;
}.get-btn {
    background: #1d1132;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 21px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;transition: all 0.3s ease;
}.get-btn:hover{background:var(--orange);border: 2px solid var(--orange);}
.contact_us{
	height:100%;
}.cart-box{
position:fixed;
left:20px;
bottom:20px;
width:260px;
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,0.2);
border-radius:10px;
padding:15px;
z-index:9999;
}.prsvg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;gap: 30px;padding: 10px;
}.prsbox {
    display: flex;
    flex-direction: column;
    gap: 15px;transition: all 03.s ease;
    align-items: center;position: relative;padding: 40px 20px;
}.psvg{transition: all 0.3s ease;}.prsbox:hover .psvg {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.prsbox:hover .psvg{background: var(--orange);}
.psvg{width: 80px;height: 80px;background: #1d1132;border-radius: 50%;display: flex;justify-content: center;align-items: center;}.psvg svg path{fill: #fff;}
.psvg svg{width:47px;height: 60px;}
.tc{width: 100%;text-align: center;}
.cart-box h4{
margin:0 0 10px;
font-size:18px;
}.prsbox::after{content: '';position: absolute;background: #e5e5e5;height: 90%;width: 1px;right: 0px;top: 0;}
.prsbox::before{content: '';position: absolute;background: #e5e5e5;width: 90%;height: 1px;bottom: 0px;left: 0;}
.prsbox:nth-child(4)::after{display: none;}.prsbox:nth-child(8)::after{display: none;}.prsbox:nth-child(5)::before{display: none;}
.prsbox:nth-child(6)::before{display: none;}
.prsbox:nth-child(7)::before{display: none;}
.prsbox:nth-child(8)::before{display: none;}
.cart-items{
max-height:150px;
overflow:auto;
font-size:14px;
}
.mb-10{margin-bottom: 80px;}
.cart-btn{
background:#000;
color:#fff;
border:none;
padding:8px 10px;
width:100%;
margin-top:10px;
cursor:pointer;
}.quote-products{
padding:20px 0;
background:#f7f7f7;
}
.selpro .col-lg-3.col-md-4.col-sm-6:last-child .quote-card {
  margin-bottom: 0px;
}
.quote-card{
background:#fff;
padding:15px;
border-radius:10px;
box-shadow:0 5px 10px rgba(0,0,0,0.1);
text-align:center;
margin-bottom:20px;display:grid;grid-template-columns: 25% 70%;
    justify-content: space-between;
}.selpro .col-lg-3.col-md-4.col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}div#quoteProductList {
    display: flex;
    width: 100%;
}

.quote-card img{
width:100%;
height:100%;
object-fit:contain;
}

.quote-card h4{
font-size:16px;text-align:left;
margin-top:20px;
}
.available_color input{
display:none;
}

.color-swatch{
width:40px;
height:40px;
border-radius:8px;
display:inline-block;
cursor:pointer;
margin-right:10px;
border:2px solid #ddd;
transition:.3s;
}

/* COLORS */
.white{ background:#fff; }
.black{ background:#000; }
.transparent{
background-image: url("../images/transparent.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

/* SELECTED STYLE */
.available_color input:checked + .color-swatch{
border:3px solid #ff6b00;
transform:scale(1.1);
box-shadow:0 0 10px rgba(0,0,0,.2);
}
.quote-card p{
font-size:14px;margin-top:5px;
color:#555;margin-bottom:0px;text-align:left;text-transform:capitalize;
}
.contact_left{
	padding:40px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	 background: #344294;
background: -webkit-linear-gradient(top left, #344294, #1D1233);
background: -moz-linear-gradient(top left, #344294, #1D1233);
background: linear-gradient(to bottom right, #344294, #1D1233);
}
.contact_sec{
	margin-bottom:40px;
}
.careers_div{
	margin-bottom:40px;
}
.careers_div h2{
	color: #040b33;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display:table;
    padding-bottom: 20px;
    font-weight: 700;
	margin:40px auto 70px auto;
}
.careers_div h2:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 100%;
    bottom: 0;
    left: 0;
}
.careers_div input, .careers_div textarea {
    border-radius: 0;
    padding: 10px 25px;
    border: 1px solid #ddd;
    width: 100%;
}
.careers_div input:focus, .careers_div textarea:focus{
    border: 1px solid #f05430;
	box-shadow:none;
}
.about_bg{
	padding:50px 0;
}
.about_section_txt li{
	font-size:16px;
	color:#333333;
	font-weight:600;
	margin-bottom:20px;
	position:relative;
	padding-left:20px;
}
.about_section_txt li:before{
	position:absolute;
	content:'';
	background:#d65436;
	top:50%;
	left:0;
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	margin-top:-4px;
}.rfq-icon{
position:fixed;
left:20px;
bottom:20px;
background:#fff;
width:60px;
height:60px;
border-radius:20px;
box-shadow:0 10px 20px rgba(0,0,0,0.2);
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:9999;
}.rfq-overlay{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
opacity:0;
visibility:hidden;
transition:0.3s;
z-index:9998;
}

.rfq-overlay.show{
opacity:1;
visibility:visible;
}

.rfq-count{
position:absolute;
top:-5px;
right:-5px;
background:var(--orange);
color:#fff;
width:22px;
height:22px;
border-radius:50%;
font-size:12px;
display:flex;
align-items:center;
justify-content:center;
}

.rfq-drawer{
position:fixed;
left:-320px;
bottom:0;
width:300px;
height:100%;
background:#fff;
box-shadow:5px 0 20px rgba(0,0,0,0.2);
transition:0.4s;
z-index:99999;
padding:20px;
}

.rfq-drawer.open{
left:0;
}

.rfq-item{
border-bottom:1px solid #eee;
padding:10px 0;
font-size:14px;gap:30px;
display:flex;
justify-content:space-between;
}

.rfq-remove{
color:red;
cursor:pointer;
}

.rfq-btn{
background:#000;
color:#fff;
border:none;
width:100%;
padding:10px;
margin-top:15px;transition: all 0.3s ease;
}.quote-float{
position:fixed;
left:30px;
bottom:30px;
background:#fff;
width:65px;
height:65px;
border-radius:50%;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:9999;
}

.quote-float img{
width:30px;
}

.quote-float span{
position:absolute;
top:-5px;
right:-5px;
background:var(--orange);
color:#fff;
width:22px;
height:22px;
border-radius:50%;
font-size:12px;
display:flex;
align-items:center;
justify-content:center;
}.quote-overlay{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
display:none;
z-index:-1;
}

.quote-popup{
position:fixed;
left:30px;
bottom:110px;
width:400px;
background:#fff;
border-radius:15px;
box-shadow:0 20px 40px rgba(0,0,0,0.2);
padding:20px;
display:none;
z-index:99999;
}

.quote-item{
display:flex;
align-items:flex-start;gap: 20px;
margin-bottom:15px;
}

.quote-item img{
width:45px;
margin-right:10px;
}

.quote-remove{
margin-left:auto;
color:red;
cursor:pointer;
}
.fly-image{
position:fixed;
z-index:999999;
pointer-events:none;
transition:all .8s cubic-bezier(.25,.8,.25,1);
border-radius:10px;
}
.quote-btn{
width:35%;
background:#000;
color:#fff;
border:none;
padding:9px 21px;
border-radius:25px;
font-weight:600;transition: all 0.3s ease;
}.quote-btn:hover{background: var(--orange);}
.whyus_section{
	background:url("../images/why-us-bg.webp") no-repeat scroll 0 0;
	background-size:cover;
	padding:50px 0;
	float:left;
	width:100%;
}
.whyus_section h3{
	color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin-bottom:40px;
}
.whyus_section h3:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 100%;
    bottom: 0;
    left: 0;
}

.prsbox{
    text-align:center;
    padding:20px;
}
.whyus_section p{
	color:#fff;
}
.whyus_section ul {
    padding: 35px 0;
    display: block;
    width: 100%;
    float: left;
}
.whyus_section li{
	float:left;
	width:14%;
}
.whyus_section li img{
	text-align:center;
	margin-bottom:30px;
}
.whyus_section li h4{
	font-size:17px;
	font-weight:600;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
}
.director {
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}
.director_image img{
	max-width:90%;
}
.director_image_content h4{
	font-size:25px;
	color:#221637;
	font-weight:600;
	margin-bottom:30px;
	text-transform:uppercase;
}
.director_image_content h3{
	font-weight:700;
	margin-bottom:20px;
	color:#334194;
	text-transform:uppercase;
}
.director_image_content p{
	color:#4b4b4b;
	font-weight:700;
	max-width:80%;
}
.director_hd {
    align-items: center;
    display: flex;
}
.quality{
	padding:50px 0 0 0;
	margin:0px ;
	float:left;
	width:100%;
	background:#334194;
}
.quality h3{
	color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin-bottom:40px;
}
.quality h3:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 45%;
    bottom: 0;
    left: 0;
}
.quality p{
	color:#fff;
	margin-bottom:50px;
} 
.quality_text p{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.vission_mission{
	padding:80px 0;
	background-size:cover;
	background:url("../images/.webp") no-repeat scroll 0 0;
	float:left;
	width:100%;
}
.vission_mission h3{
	color: #334194;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin-bottom:60px;
}
.vission_mission h3:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 45%;
    bottom: 0;
    left: 0;
}
.vis_mis h4{
	font-size:20px;
	color:#d65436;
	font-weight:700;
	margin-bottom:30px;
}
.vis_mis p{
	color:#1c1c1c;
	font-size:18px;
	font-weight:700;
}
.recycle {
    padding: 50px 0;
    display: block;
    width: 100%;
    float: left;
}
.usage_text h4{
	font-size:20px;
	color:#d65436;
	font-weight:700;
	margin-bottom:20px;
}
.usage_text p{
	color:#1c1c1c;
	font-size:18px;
	font-weight:700;
	max-width:80%;
}
.usage_div{
	margin-bottom:30px;
}
.inner_page_content .ct_ht.food:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 35%;
    bottom: 0;
    left: 0;
}
.product_details_content{
	background:#f6f6f6;
	padding:60px 0;
}

.about_page_sec.inner {
    padding: 0;
}
.available_color p{
	color:#000000;
	font-weight:700;
	margin-bottom:0;	
}
.available_color label{
	padding-right:10px;
}
.products_desc h3{
	font-size:24px;
	color:#334194;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:20px;
}.available_color{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;width: 95%;}
.products_desc p{
	color:#1d1132;
	 margin-bottom:15px;
}
.products_desc h4{
	font-size:24px;
	color:#000000;
	font-weight:700;
	margin-bottom:30px;
}
.products_desc li span{
	color:#000000;
}
.products_desc h5{
	color:#000000;
	font-size:20px;
	font-weight:400;
	display:block;
	margin-bottom:5px;
	width:100%;
}.f24{font-size: 18px;line-height: 28px;}
.products_desc ul {
    display: block;
    width: 100%;
    float: left;
}.download_popup{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.7);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.download_box{
  background:#fff;
  padding:30px;
  width:400px;
  border-radius:8px;
  position:relative;
}

.download_box h3{
  margin-bottom:20px;
}

.download_box input{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ddd;
}

.download_btn{
  background:#210e30;
  color:#fff;
  padding:9px 21px;font-size: 16px;margin-left: 0px;
  border:none;
  cursor:pointer;
}

.close_download{
  position:absolute;
  right:15px;
  top:10px;
  font-size:28px;
  cursor:pointer;
}
.product_details_content.white{
	background:#fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table .clr_div{
	background:#fcb531;
	text-align:center;
}
.table th, .table td {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	color:#000000;
	/* font-weight:700; */
	font-size:16px;
	padding:5px 20px;
}
table tr{
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
}
.products_desc li{
	color:#334194;
	font-weight:700;
	float:left;
	position:relative;
	padding:0 20px;
	display:inline-block;
	margin-bottom:20px;
}
.products_desc li:first-child{
	padding-left:0;
}
.products_desc li:last-child:after{
	display:none;
}
.products_desc li:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	background:#f05430;
	height:100%;
	width:1px;
}
.products_whyus{
	padding:80px 120px;
	background-size:cover;
	background:url("../images/whyus-bg.webp") no-repeat scroll 0 0;
	float:left;
	width:100%;
}
.about_page_sec {
    padding: 0 100px;
}
.products_whyus p{
	color:#fff;
}
.products_whyus_center h4{
	color:#fff;
}
.products_whyus_center{
	margin-top:50px;
}
.products_whyus_center .why_solutions_sec {
    text-align: center;
    padding: 0;
}
.products_whyus_center {
    width: 75%;
}
.products_whyus_center img{
	max-width:75%;
}
.related_category{
	padding:60px 120px;
	float:left;
	width:100%;
}
.related_category h3{
	color: #334194;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    padding-bottom: 20px;
    font-weight: 700;
	margin-bottom:40px;
}
.related_category h3:after {
    position: absolute;
    content: '';
    height: 7px;
    background: #f05430;
    width: 45%;
    bottom: 0;
    left: 0;
}
.related_category .products_div h3:after{
	display:none;
}
.related_category .products_div h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform:capitalize;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
}.desc-box p span{font-family:'Quicksand', sans-serif;}
.related_category .products_category{
	padding:0;
}
 .owl-prev {
    background: url(../images/icon-01.png) no-repeat scroll 0 0 !important;
}
.owl-next {
    background: url(../images/icon-02.png) no-repeat scroll 0 0 !important;
}
.products_images img{
	max-width:95%;
}.w95{width: 95%;}
.owl-prev {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 27%;
    left: -75px;
}
.owl-next {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 27%;
    right: -75px;
}
.owl-prev span, .owl-next span {
    font-size: 0;
}

/* Applications-start*/
.app-grid {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 45px;
    margin-top: 20px;
}

.app-card {
    overflow: hidden;
    cursor: pointer;
}

.app-img {
    height: auto;
    overflow: hidden; 
}

.app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.app-img img:hover {
    transform: scale(1.1);
}

.app-footer {
    padding: 16px;
}

.app-footer p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #242425;
    margin: 0;
    text-align: center;
}
.app-para{
        text-align: center;
    width: 100%;
}

.remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: red;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  text-align: center;
}
.swiper-pagination-bullet {
        margin: 6px !important;
    }

.remove-btn:hover {
  background: #000;
}

.crmc1{display:none;}
/* Applications-end*/

/* Responsive Styles*/
@media screen and (min-width:1200px) and (max-width:1299px){
	.why_solutions_sec {
    text-align: center;
    padding: 0 20px;
}
.whyus_section li h4 {
    font-size: 15px;
}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#cssmenu > ul > li > a
	{
		font-size:15px;
	}
	.contact_left_address p a, .contact_left_address p span {
    float: left;
    width: 255px;
}
	.whyus_section li h4 {
    font-size: 13px;
}
	.top_right li {
    padding-right: 60px;
}
.why_solutions_sec {
    text-align: center;
    padding: 0 25px;
}
.global_reach li {
    float: left;
    color: #3c120d;
    display: inline-block;
    border-right: 2px solid #3c120d;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.enquiry_val {
    background: #1d1132;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 29px;
}
.clientele h3, .testimonials h3 {
    color: #334194;
    font-size: 24px;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.caption h1 {
    font-size: 25px;
}
.contact_left_address p a, .contact_left_address p span {
    float: left;
    width: 170px;
}
.owl-next,.owl-prev{
		display:none !important;
	}
.quality_text p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.whyus_section li {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}
.related_category {
	padding:20px 0;
}
.products_whyus_center{
	width:100%;
}
.top_right li {
    padding-right: 45px;
}
.why_solutions_sec {
    text-align: center;
    padding: 0 25px;
}
.Products {
    background: #fafafa;
    padding: 60px 0 60px 0;
    display: block;
    width: 100%;
}
#cssmenu > ul > li > a {
    font-size: 13px;
}
.caption p {
    margin-bottom: 30px;
}
.about_div h2 {
    font-size: 25px;
}
.products_title h3 {
    font-size: 24px;
}
.usage_text_image img{
		width:100%;
	}
	.vission_mission{
		padding:20px 0;
	}
	.vis_mis h4{
		margin-bottom:20px;
	}
	.usage_text h4{
		margin-top:20px;
	}
	.about_page_sec{
		padding:0;
	}
	.table{
	width:100%;
}
.products_whyus{
	padding:20px 0;
	background:#000;
}
.available_color {
    font-size: 14px;
}
	.recycle{
		padding:20px 0;
	}
	.vission_mission {
    background: transparent;
}
.products_desc li {
    padding: 0 10px;
}
.inner_page_content .ct_ht{
	font-size:25px;
}
.product_details_content{
	padding:20px 0;
}
.available_color label {
    padding-right: 2px;
}
.available_color{
	padding-left:0;
	margin-bottom:30px;
}
	.owl-next,.owl-prev{
		display:none;
	}
.products_category {
    padding: 25px 0 0 0;
}
.whyus_center {
    width: 100%;
}
.Know_more_btn {
    padding: 9px 24px;
}
.enquiry_section p {
    font-size: 17px;
}
.coyright_text.list{
	text-align:left !important;
}
.enquiry_val {
    padding: 9px 20px;
    font-size: 14px;
}
.global_reach li:first-child {
    padding-left: 15px;
}
.testimonials h3 {
    font-size: 20px;
}
.clientele h3{
	font-size:15px;
}
.global_reach h3, .brochure_div h3 {
    color: #334194;
    font-size: 30px;
}
.about_div h3 {
    font-size: 25px;
    line-height: 30px;
}
.why_solutions_sec h4 {
    font-size: 16px;
}
.about_section {
    padding: 50px 0;
    margin: 0 auto;
    display: table;
    width: 100%;
}
}
.prsvg  .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.prsvg  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
}

.prsvg  .owl-dots .owl-dot.active {
    width: 28px;
    border-radius: 20px;
    background: #000;
}
@media(max-width:991px){
	.prsvg{grid-template-columns: repeat(2,1fr);}.prsbox:nth-child(2)::after{display: none;}
	.prsbox:nth-child(6)::after{display: none;}.prsbox:nth-child(5)::before{display: block;}.prsbox:nth-child(6)::before{display: block;}
	.prsbox::before{display: none;}.prsbox::after{display: none;}

}
@media screen and (min-width:768px) and (max-width:991px){
	.desktop_div_menu{
		display:none !important;
	}
	.top_right li {
    float: left;
    display: block;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
		header.fixed{
		border-bottom:1px solid #ddd;
	}
	.menulcs{
		display:none;
	}
	.mobile_div_menu{
		display:block !important;
	}
	.top_right {
    float: right;
    top: 25px;
    position: relative;
}
.top_header{
	display:none;
}
.top_left {
    float: left;
    width: 50%;
}
header {
    padding: 15px 0;
	    z-index: 99;
    position: relative;
}
}
@media screen and (max-width:767px){
    .grd{
        display: grid!important;
    grid-template-columns: 20% 80%;
    }
    p.cal {
    display: grid !important;
}.wauto{color:transparent;}
	.desktop_div_menu{
		display:none !important;
	}
	.usage_text_image img{
		width:100%;
	}
	.about_section_txt_image_target_link {
		margin-bottom:20px;
	}
	.careers_div h2{
		font-size:20px;
		margin:20px auto;
	}	
	.vission_mission{
		padding:20px 0;
	}
	.vis_mis h4{
		margin-bottom:20px;
	}
	.usage_text h4{
		margin-top:20px;
	}
	.clients_logo img{
		width:100%;
	}
	.contact_right,.contact_left{
		padding:20px;
	}
	.contact_left_address p a, .contact_left_address p span {
    float: left;
    width: 100%;
    text-align: left;
}
.contact_right{
	box-shadow:none;
}
	.about_page_sec{
		padding:0;
	}
	.owl-next,.owl-prev{
		display:none !important;
	}
	.contact_left_address i {
    font-size: 25px;
    font-weight: 700;
    padding-right: 0;
    float: left;
    width: 100%;
    text-align: center;
}
	.products_whyus_center {
    width: 100%;
}
	.products_desc li {
    color: #334194;
    font-weight: 700;
    float: left;
    position: relative;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.related_category{
	padding:20px 0;
}
.table{
	width:100%;
}
.products_whyus{
	padding:20px 0;
	background:#000;
}
.products_desc li:after{
	display:none;
}.productlisting-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}.productlisting-left {
    width: 25%;
}.m992-display {
    display: none;
}
.cbtn {
    border: 1px solid #000;
    padding: 5px 15px;
    color: #000;
    transition: 0.5s;
    border-radius: 4px;
}.secondary-btn {
    background: var(--scolor);
    border: 1px solid var(--scolor);
    color: #000;
}#filterpop > * {
    pointer-events: none;
}	.pl-filter-container {
    background: #f5f5f5;
    padding: 20px 10px 20px 20px;
    border-radius: 8px;
}.pl-filter-wrapper {
    margin-bottom: 30px;
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}.plf-title {
    font: normal normal bold 24px / 32px Segoe UI;
    letter-spacing: 0px;
    color: var(--textcolor);
    margin-bottom: 15px;
}.plf-checkbox-maincontainer {
    max-height: 240px;
    overflow: auto;
}.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}.plf-checkbox-subcontainer {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
}.checkboxwrap {
    position: relative;
    margin-bottom: 5px;
}.checkboxwrap > input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}.checkboxwrap > .customcheckboxlabel {
    position: relative;
    display: flex;
    pointer-events: none;
    border-radius: 4px;
}.customcheckboxlabel .c-checkmark {
    margin: 7px;
    width: 16px;
    height: 16px;
    border: 1px solid #161616;
    position: relative;
}.customcheckboxlabel .c-checklabel {
    font: normal normal normal var(--bigpara) / 30px Segoe UI;
    letter-spacing: 0.5px;
    color: var(--textcolor);
    max-width: calc(100% - 30px);
    transition: 0.5s;
    margin: 0px;
}.mCSB_scrollTools {
    right: 10px;
}.productlisting-right {
    width: 73.5%;
}.productlist-grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -10px;
}.productlist-griditem {
    margin: 0px 10px 20px 10px;
    width: calc(calc(100% / 3) - 20px);
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    transition: 0.5s;
    overflow: hidden;
}.pl-imagebox {
    display: block;
}
.maps{display:flex;}
a, button {
    font-size: var(--primaryfont);
    line-height: 1.5;
    font-weight: normal;
    display: inline-block;
    color: var(--pcolor);
}.pl-imagebox img {
    width: 100%;
}.pl-textbox {
    text-align: center;
    padding: 20px;
}.pl-textbox h4 {
    font: normal normal normal 16px / 24px Segoe UI;
    letter-spacing: 0px;
    color: var(--textcolor);
}.priamry-btn {
    color: #fff;
    background: var(--pcolor);
    border: 1px solid var(--pcolor);
}

	.recycle{
		padding:20px 0;
	}
	.vission_mission {
    background: transparent;
}
.inner_page_content .ct_ht{
	font-size:25px;
}
.product_details_content{
	padding:20px 0;
}
.available_color label {
    padding-right: 2px;
}
.available_color{
	padding-left:0;
	margin-bottom:30px;
}
	.whyus_section li {
    float: left;
    width: 100%;
    text-align: center;
}
.quality{
	padding:20px 0 0 0;
}
.quality_text p{
	margin-bottom:20px;
}
.quality h3{
	font-size:25px;
}
.director{
	padding:20px 0;
}
.director_image_content p{
	max-width:100%;
}
.director_image_content h4{
	margin-bottom:20px;
}
.director_image img {
    max-width: 100%;
	margin-bottom:30px;
}
.whyus_section li h4 {
    margin-bottom:30px;
    text-align: center;
}
	.innerbanner_content h1 {
    font-size: 15px;
}
.inner_page_content .ct_ht{
	margin:20px 0;
}
.about_bg{
	padding:20px 0;
}
	.menulcs{
		display:none;
	}
	.products_div img {
    width: 100%;
}
	.reach_brochure .row {
    margin: 0 -15px;
}
.global_reach h3, .brochure_div h3 {
    color: #334194;
    font-size: 24px;
}
.global_reach {
    padding: 30px 35px!important;
}
.clientele h3, .testimonials h3 {
    color: #334194;
    font-size: 25px;
}
.project_btn {
    align-items: center;
    display: unset;
}
.copyright p {
    text-align: center;
    font-size: 12px;
}
.vission_mission h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.clients_logo {
    margin-bottom: 15px;
}
.enquiry_val {
    padding: 9px 20px;
    font-size: 14px;
    margin: 0px;
    display: table;
}
.enquiry_section p {
    font-size: 20px;
	margin-bottom:20px;
	text-align:left;
}
.testimonials {
    padding: 30px !important;
}
.global_reach li:first-child {
    padding-left: 15px;
}
.brochure_div img {
    max-width: 100%;
}
.clientele h3, .testimonials h3{
	margin-bottom:30px;
	font-size: 24px;
}
.clients_sections {
    padding: 30px !important;
}
.global_reach li {
       display: block;
      padding-right: 0;
    padding-left: 15px;
       width: 100%;
	   border-right:0;
}
	.caption h1 {
    font-size: 15px;
}
.caption p {
    font-size: 12px;
    margin-bottom: 10px;
	line-height: 10px;
}
.products_btn {
    padding: 5px 25px;
    font-size: 12px;
	display:none;
}
.carousel-indicators {
    bottom: -6px;
}
.products_btt {
    float: left;
}
.about_section {
    padding: 0px;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.products_category{
	padding:0;
}
.products_description h4{
	margin-bottom:20px;
	font-size: 22px;
}
.why_div h3{
	margin: 20px 0px;
	font-size: 24px;
}
.why_div p{
	text-align: left;
}
.global_reach ul{
	width: 50%;
}
.why_solutions_sec{
	margin-bottom:30px;
	padding: 0px 60px;
}
.vid {
    width: 100%;
    height: 150px;
}
.about_div h2{
	font-size: 24px;
}
.about_div h3{
	font-size: 22px;
	line-height: 30px;
}
.Products.aos-init.aos-animate{
	margin-top: 20px;
}
.products_title h3{
	font-size: 24px;
	margin-bottom:30px;
}
.why_div {
    padding: 30px 0;
    display: block;
    float: left;
    width: 100%;
}
/*.products_whyus_center .why_solutions_sec {
    text-align: center;
    padding: 0px 70px;
}*/
.Products{
	padding:30px 0;
	width:100%;
	float:left;
	display:block;
}
.about_div {
    padding-left: 0;
}
.caption {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform:translate(18%, -52%);
    -ms-transform:translate(18%, -52%);
    transform:translate(18%, -52%);
    width: auto;
}
.whatsapp {
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    z-index: 9;
}
.whatsapp svg {
    font-size: 50px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.15));
}

	.top_right li {
    float: left;
    display: block;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
	header.fixed{
		border-bottom:1px solid #ddd;
		padding-top: 15px;
        padding-right: 12px;
	}
	.mobile_div_menu{
		display:block !important;
	}
	.top_right {
    float: right;
    top: 8px;
    position: relative;
}
.top_header{
	display:none;
}
.top_left {
    float: left;
    width: 35%;
}
header {
    padding: 15px 0;
	    z-index: 99;
    position: relative;
}
}.hidden{width:0px;height:0px;padding:0px !important;margin:0px;}.mt-8{margin-top:40px;}
@media (min-width: 576px) and (max-width:767px){
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .whatsapp svg {
        font-size: 40px;
    }
}
@media screen and (max-width:576px){
.desktop_div_menu{
		display:none !important;
	}
	.mobile_div_menu{
		display:block;
	}.layout{padding-top:20px !important;}.banner_inner{height:100px;}.banner_inner img{height:100%;}
}
@media screen and (min-width:400px) and (max-width:767px){
	.top_right {
    float: right;
   top: 20px;
    position: relative;
}
}
@media (max-width:480px){
     .sse {
        bottom: 0px;
        transform: none;
        writing-mode: horizontal-tb;
        padding: 10px 15px !important;
        width: 100%;
        text-align: center;
    }
    .copyright_div{
        padding: 0px 0px 40px 0px;
    }
.backButton{display:none !important;}
.contactpage .copyright .ncontainer{margin-bottom: 0px;}
.contactpage .mreverse{flex-direction:column-reverse;}
.t-btop, .tab-link{border:0px;}.t-flx{height:115px;justify-content:center;align-items:center;}
.tab-link{padding:15px 0px;}
.products_whyus_center img {
    max-width: 100%;
}
.sse a {
    width: 100%;
    padding: 8px 5px;
    justify-content: center;
    font-size: 16px !important;
    display: flex !important;
}.sse {
    display: flex;
    padding: 0px !important;
}
.sse a:last-child{background: linear-gradient(90deg, #f14700, #e47d35);}
.sse a:first-child{background: #4a55a5;}.dprocess #clients .item img{margin:0px auto;}.dprocess #clients .item{text-align:center;}
.sse a {
        width: 100%;
        padding: 8px 5px;
        justify-content: center;
        font-size: 16px !important;
        display: flex !important;
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
    }
        .whatsapp svg {
        font-size: 40px;
    }
}
  
    .why-features {
    padding: 20px 0;
}

/* Common item style */
.feature-item {
    text-align: center;
    padding: 15px;
}
.feature-item img{
    max-width:50%;
}
.whyMobileSlider h4 {
    color: #231f20;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom:30px;
}


/* DESKTOP GRID */
@media (min-width: 992px) {
    .whyMobileSlider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        transform: none !important;
    }

    .whyMobileSlider .swiper-slide {
        width: auto !important;
    }

    .swiper-pagination {
        display: none;
    }
    
    .feature-item img{
    max-width:80%!important;
}
}

/* hide button on desktop */
.read-btn {
    display: none;
}

/* MOBILE ONLY */
@media (max-width: 767px) {

    .more-text {
        display: inline-block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        vertical-align: top;
    }
    .mb0{
       margin-bottom:0px!important;
    }

    .desc-box.active .more-text {
        max-height: 600px;   /* increase if content bigger */
        opacity: 1;
    }

    .read-btn {
        display: inline-block;
        margin-top: 6px;
        background: none;
        border: none;
        color: #007bff;
        font-weight: 600;
        cursor: pointer;
        padding: 0;
        padding-bottom:30px;
    }
}@media(max-width:480px){
	.quote-popup{
		width: 300px;left: 10px;
	}.quote-btn{width: 60%;}.quote-float{left: 10px;}.quote-popup h3{font-size: 20px;}.quote-item{gap: 10px;}.available_color{flex-direction: column;align-items: flex-start;gap:10px;}
	.products_images img{max-width: 100%;}.available_color{width: 100%;}.w95{width: 100%;}    .prsvg {
        grid-template-columns: 100%;
    }
}
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
        }

        body {
            background-color: #f5f7f9;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        /* top bar */
        .top-nav {
            background-color: #1e2b3c;
            color: white;
            padding: 0.6rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            font-size: 0.9rem;
        }

        .top-nav-links {
            display: flex;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .top-nav-links a {
            color: #e0e7ef;
            text-decoration: none;
            font-weight: 500;
        }

        .brochure-badge {
            background-color: #c1440e;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* main header */
        .main-header {
            background: white;
            padding: 0.8rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #dde2e8;
        }

        .logo-area {
            font-weight: 700;
            font-size: 1.8rem;
            color: #003b6f;
        }
        .logo-area span {
            color: #e8571a;
            font-size: 1rem;
        }

        .enquiry-cart {
            background-color: #f0f3f7;
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            display: flex;
            align-items: center;
            gap: 12px;
            border: 1px solid #cbd5e1;
        }

        /* layout */
        .layout {
            display: flex;
            flex: 1;
            max-width: 100%;
            margin: 0 auto;
            width: 80%;
            padding: 80px 20px;
            gap: 2rem;
        }

        /* filter sidebar */
        .filter-sidebar {
            flex: 0 0 300px;
            background: white;
            border-radius: 18px;
            padding: 1.5rem 1.2rem;
            box-shadow: 0 6px 18px rgba(0,0,0,0.04);
            height: fit-content;max-height: 600px;overflow-y:scroll;
            border: 1px solid #eef2f6;position: sticky;top:140px;
        }

        .filter-sidebar h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .filter-sidebar h3 i {
            color: #e8571a;
        }

        .filter-block {
            margin-bottom: 2rem;
        }
        .filter-title {
            font-weight: 600;
            margin-bottom: 1rem;
            color: #1e2b3c;
            border-left: 4px solid #e8571a;
            padding-left: 10px;
            font-size: 1rem;
            text-transform: uppercase;
        }

        .size-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px 6px;
        }
        .size-item {
            display: flex;
            align-items: center;
            font-size: 0.9rem;
            color: #334155;
        }
        .size-item input[type="checkbox"] {
            margin-right: 5px;
            accent-color: #e8571a;
            width: 16px;
            height: 16px;
        }

        .shape-list, .industry-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .shape-list label, .industry-list label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }
        .shape-list input, .industry-list input {
            accent-color: #e8571a;
        }

        .more-filters {
            margin-top: 25px;
            border-top: 1px dashed #cbd5e1;
            padding-top: 20px;
        }

        .extra-links {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .extra-links a {
            color: #1e2b3c;
            text-decoration: none;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* product area */
        .product-area {
            flex: 1;
        }.product-img{overflow: hidden;}.product-card:hover img{transform: scale(1.1);}.product-card img{transition: all 0.3s ease;}
@media screen and (min-width: 1001px) {
    .filter-mobile-bar {
        display: none !important;
    }
}
        .filter-mobile-bar {
            background: white;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            margin-bottom: 1.2rem;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #e2e8f0;
        }

        .product-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2.5rem;
            flex-wrap: wrap;
        }
        .product-header h2 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #0b1e2e;
        }

        .active-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            min-height: 2.5rem;
        }
        .tag {
            background: #edf2f9;
            border-radius: 30px;
            padding: 0.2rem 0.9rem;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            gap: 6px;
            color: #1e2b3c;
        }
        .tag i {
            color: #94a3b8;
            cursor: pointer;
        }
        .clear-all {
            background: none;
            border: 1px dashed #a0b8cc;
            color: #2c455d;
            cursor: pointer;
        }
        .clear-all:hover {
            background: #e2eaf3;
        }

        /* product grid */
    .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.5rem;
        }

        .product-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
            transition: all 0.2s;
            border: 1px solid #eaf0f6;
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 25px -10px rgba(0,50,80,0.15);
        }

        .product-img {
            background: #f1f7fd;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-size: 0.9rem;
            flex-direction: column;
            border-bottom: 1px solid #e2eaf2;
        }
        .product-img i {
            font-size: 3.5rem;
            color: #1e3e5c;
            margin-bottom: 8px;
            opacity: 0.6;
        }

        .product-info {
            padding: 1rem 1rem 1.2rem;
        }
        .product-info h4 {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 4px;
            color: #0f2a40;
        }
        .product-info .size-badge {
            background-color: #eef2f6;
            display: inline-block;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            font-size:16px;
            font-weight: 600;
            color: #2c3e50;
            margin: 8px 0 10px;
        }
        .view-details {
            background: none;
            border: 1px solid #1e2b3c;
            padding: 0.4rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #1e2b3c;
            cursor: default;
            width: fit-content;
            display: flex;
            align-items: center;
            gap: 4px;transition: all 0.3s ease;
        }.view-details:hover{background: var(--orange);color: #fff;border: 1px solid var(--orange);}

        .no-products {
            grid-column: 1 / -1;
            text-align: center;
            padding: 3rem;
            background: #f9fcff;
            border-radius: 40px;
            color: #4b6a88;
            font-size: 1.2rem;
            border: 2px dashed #c7d9e9;
        }

        .footnote {
            margin-top: 3rem;
            color: #5e6f82;
            font-size: 0.85rem;
            text-align: center;
            border-top: 1px solid #dde3ea;
            padding-top: 2rem;
        }.filter-mobile-bar button{padding: 9px 21px;border:0px;border-radius: 25px;background: #faa130;} 
        .mobile-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:9998;
    display:none;
}

.mobile-overlay.active{
    display:block;
}

.crbtns {
    display: inline-flex;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
        color: var(--orange) !important;
}
.btnb::before {
    filter: invert();
}
 .crbtns::before {
    content: '';
    position: absolute;
    filter: brightness(0) saturate(100%) invert(51%) sepia(74%) saturate(1887%) hue-rotate(352deg) brightness(104%) contrast(98%);
    background: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjQwIiBoZWlnaHQ9IjM5IiB2aWV3Qm94PSIwIDAgNDAgMzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS44NzUgMjcuNjI1TDI4LjEyNSAxMS4zNzVNMjguMTI1IDExLjM3NUgxMS44NzVNMjguMTI1IDExLjM3NVYyNy42MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 24px;
    height: 24px;
    background-size: 24px;
    right: -35px;
    transition: all 0.3s ease;
}
        @media(max-width:1500px){
            .layout{width:85%;}
        }

        @media(max-width:1400px){
            .layout{width:90%;}
        } @media(max-width:1300px){
            .product-grid{grid-template-columns: repeat(2,1fr);}
        }


        @media screen and (max-width:1000px){
.filter-apply-wrap {
        display: block !important;
    }.filter-mobile-bar{background:transparent;}
    .filter-mobile-bar{
        display:flex;
        margin-bottom:20px;
    }.filter-close{display: block !important;}
.mbflex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
    .filter-sidebar{
    display:block;
    position:fixed;
    top:0;
    left:-100%;
    width:50%;
    height:100vh;
    background:white;
    z-index:9999;
    transition:0.4s;
    padding-top:80px;
        border-radius: 0px;
    overflow-y:auto;          /* ⭐ THIS IS IMPORTANT */
    -webkit-overflow-scrolling: touch;  /* smooth iPhone scroll */
}.filter-close{
    position:absolute;
    top:15px;
    right:15px;
    background:transparent;
    border:0px;
    width:36px;
    height:36px;
    cursor:pointer;
    font-size:16px;
    color:#1e2b3c;
    z-index:10000;
}

.filter-close:hover{
    background:#f1f5f9;
            }

    .filter-sidebar.active{
        left:0;
    }  .filter-mobile-bar{padding: 0px;border:0px;}i.fas.fa-chevron-down{display: none;}

}       
        .filter-close{display: none;}      
        @media screen and (max-width: 600px) {
            .product-grid {
                grid-template-columns: 100%;
            }    .layout {
        width: 100%;
            }.filter-sidebar{width: 100%;padding-top: 40px;}.filter-close{top:5px;}
        }
        @media screen and (min-width: 1001px) {
            .filter-mobile-bar {
                display: none !important;
            }
        }/* PRODUCT CARD ANIMATION */
.product-card{
    opacity:0;
    transform:translateY(30px);
    transition:all 0.5s ease;
}

.product-card.show{
    opacity:1;
    transform:translateY(0);
}

/* stagger effect */
.product-card{
    transition-delay: var(--delay);
}
.filter-apply-wrap {
    position: sticky;
    bottom: -25px;
    background: #fff;
    padding: 12px;
    border-top: 1px solid #eee;
    display: none;
}

.filter-apply-btn {
    width: 100%;
    background: #e8571a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}
.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
/* Show only on mobile */
