@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureRegular.eot');
    src: url('../fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('../fonts/BrittanySignatureRegular.woff') format('woff'),
        url('../fonts/BrittanySignatureRegular.ttf') format('truetype'),
        url('../fonts/BrittanySignatureRegular.svg#BrittanySignatureRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:"Manrope", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary: #ffffff; --secondary:#000000; --global: #006442;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Manrope", sans-serif;}
p, p span { font-family:"Manrope", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--secondary-color);
}
::-moz-placeholder { 
  color:var(--secondary-color);
}
:-ms-input-placeholder {
  color:var(--secondary-color);
}
:-moz-placeholder {
  color:var(--secondary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{width: 94%; max-width: 1320px; margin: 0 auto;}


/* -----------header-wrapp---------- */
.header-wrapp {padding: 15px 0; background: transparent;position: relative;z-index: 99999;}
.header-wrapp .header-row { width: 100%;   display: flex;   flex-wrap: wrap;  justify-content: space-between;  align-items: center; }
.header-wrapp .logo {  width: 250px;}
.header-wrapp .header-right { width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .header-right ul {width: auto;display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .header-right ul li {display: inline-block; font-size: 16px; color: var(--primary); font-weight: 600; margin: 0 0 0 15px;}
.header-wrapp .header-right ul li a { color: var(--primary); padding: 10px; display: block;}
.header-wrapp .header-right ul li a:hover { color: #35a107;}
.header-wrapp .header-btn {display: inline-block; background: #35a107; padding: 12px 28px; color: var(--primary); border: 1px solid var(--primary); font-size: 16px; font-weight: 600; border-radius: 4px; margin-left: 30px;}
.header-wrapp .header-btn:hover { background: none; color: var(--primary);}
/* .header-wrapp.inner-header .header-right ul li a {color: var(--primary);}
.header-wrapp.inner-header .header-right ul li a:hover {color: #35a107;}
.header-wrapp.inner-header .header-btn {border-color: #35a107;}
.header-wrapp.inner-header .header-btn:hover {color: #35a107;} */
.inner-header {background: linear-gradient(90deg, #006443, #000 127%);}

.overlay { display: none;}
.burger-btn { display: none;}


.header-wrapp .header-right ul li .sub-menu.dropdown-menu { display: none; position: absolute; width: 200px; background: var(--primary); top: 100%; left: 0;  opacity: 0; visibility: hidden;  transition: all .25s ease-in-out; padding: 10px 0;}
.header-wrapp .header-right ul li .sub-menu.dropdown-menu li { display: block; margin: 0 0 0;}
.header-wrapp .header-right ul li.dropdown { position: relative; background: url(../images/chevron-down-solid-full.svg) no-repeat center / 20px; background-position-x: 100%; padding-right: 12px;}
.header-wrapp .header-right ul li .sub-menu.dropdown-menu li a { color: #000; padding: 6px 15px;}
.header-wrapp .header-right ul li .sub-menu.dropdown-menu li a:hover { color: #35a107;}
.header-wrapp .header-right ul li:hover .sub-menu.dropdown-menu { display: block; opacity: 1; visibility: visible;}




/* ----------category-top---------- */
.category-top {width: 100%;float: left;background: #35a107;padding: 15px 0;text-align: center;position: relative;z-index: 9999;}
.category-top .category-row {width: 100%;}
.category-top ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.category-top ul li { width: 13.66%; padding: 0 10px; position: relative; font-size: 14px; display: flex; align-items: center; justify-content: center; font-weight: 600;}
.category-top ul li:after { content: "";position: absolute; width: 1px; height: 100%; background: var(--global); right: 0; top: 0;}
.category-top ul li a { display: block; color: var(--primary);}
.category-top ul li a:hover { color: var(--secondary);}
.category-top ul li:last-child:after { display: none;}
.category-top ul li span { display: block;}


/* ---------banner-wrapp---------- */
.banner-wrapp { position: relative;text-align: center;margin-top: -190px;}
.banner-wrapp .bg-video { width: 100%; position: relative; padding-bottom: 62.25%;}
.banner-wrapp .bg-video:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 40%);}
.banner-wrapp .bg-video video { position: absolute;width: 100%; height: 100%; top: 0; left: 0;object-fit: cover;}
.banner-wrapp .banner-content { width: 100%; position: absolute; top: 60%; transform: translateY(-60%); left: 0;}
.banner-wrapp .banner-row { width: 100%;}
.banner-wrapp h1 { font-size: 56px; font-weight: 900;  color: var(--primary);  margin: 0 0 20px; text-transform: capitalize;}
.banner-wrapp h1 span{display: block;color:#35a107;}
.banner-wrapp h3 { font-size: 20px; color: var(--primary); margin: 0 0 20px; font-weight: 600;}
.banner-wrapp p {font-size: 16px;color: var(--primary);line-height: 1.56;}



/* -----------category-wrapp---------- */
.category-wrapp {padding: 70px 0 60px; background:linear-gradient(90deg, #000, #006443 127%); position: relative; z-index: 1;text-align: center;}
.category-wrapp h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108; text-align: center; margin: 0 0 40px;}
.category-wrapp h2 span {color: var(--primary);}
.category-wrapp .category-row { width: 100%; display: flex; flex-wrap: wrap;justify-content: center;}
.category-wrapp .category-col1 { width: 23.5%; margin: 0 2% 20px 0; padding: 20px; background: var(--primary); box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius: 20px; text-align: left;}
.category-wrapp .category-col1:nth-child(4n) { margin-right: 0;}
.category-wrapp .category-col1:last-child { margin-right: 0;}
.category-wrapp .category-col1 .category-img {width: 100%; margin: 0 0 20px; overflow: hidden;}
.category-wrapp .category-col1 .category-img img { width: 100%; transition: all .25s ease-in-out;border-radius: 10px;}
.category-wrapp h3 {font-size: 20px;font-weight: 700; margin: 0 0 20px;}
.category-wrapp .category-col1 .more-btn {display: inline-block;background:#35a107; padding: 12px 20px; color: var(--primary); border: 1px solid #35a107; font-size: 16px;  font-weight: 600;  border-radius: 4px;}
.category-wrapp .category-col1 .more-btn:hover { color: #35a107; background: none;}
.category-wrapp .shape { position: absolute; width: 12%; top: 0; left: 0; opacity: 0.3; z-index: -1; }
.category-wrapp .category-col1:hover .category-img img {transform: scale(1.08);}
.category-wrapp .product-btn {display: inline-block; background: #35a107; padding: 12px 20px; color: var(--primary); border: 1px solid #35a107; font-size: 16px; font-weight: 600; border-radius: 4px; margin: 15px auto 0;}
.category-wrapp .product-btn:hover { background: none; color: #35a107;}


/* ---------service-wrapp---------- */
.service-wrapp {padding: 70px 0; background: #0b1707; position: relative;}
.service-wrapp h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108; text-align: center; margin: 0 0 40px;}
.service-wrapp h2 span { color: var(--primary);}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap;}
.service-wrapp .service-col1 { width: 32%; margin: 0 2% 20px 0; text-align: left; padding: 30px 30px 10px;background: url(../images/step-bg.png) no-repeat top right / cover; border-radius: 8px; overflow: hidden; position: relative; transition: all .25s ease-in-out;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 0;}
.service-wrapp h3 { font-size: 20px; font-weight: 700; margin: 0 0 10px; color: var(--primary);}
.service-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;color: var(--primary);}
.service-wrapp .service-col1 .service-number { width: auto; position: absolute; top: 10px; right: 10px; color: var(--primary); font-size: 16px;}
.service-wrapp .service-col1 .service-number:before { content: ""; position: absolute; width: 30px; height: 1px; background: var(--primary); right: 140%; top: 50%; transform: translateY(-50%);}
.service-wrapp span.shape { position: absolute; width: 10%; top: 0; right: -22px;  transform: rotate(50deg);}
.service-wrapp span.shape img { width: 100%;}
.service-wrapp .service-col1:hover {transform: translateY(-10px);}


/* ----------services-wrapp---------- */
.services-wrapp {padding: 70px 0; position: relative;background: url("../images/secondry-banner.jpg");background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment:fixed; z-index: 1;}
.services-wrapp::after{position: absolute;top: 0;left: 0;content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, 0.595);z-index: -1;}
.services-wrapp h2 {font-size: 44px; font-weight: 800; text-transform: capitalize; color: var(--primary); text-align: center; margin: 0 0 40px;}
.services-wrapp h2 span { color:var(--primary);}
.services-wrapp .services-row { width: 100%; display: flex; flex-wrap: wrap;}
.services-wrapp .services-col1 { width: 31%; margin: 0 3.5% 30px 0;}
.services-wrapp .services-col1:nth-child(3n) { margin-right: 0;}
.services-wrapp h3 { font-size: 20px; font-weight: 700; margin: 0 0 10px;color: var(--primary);}
.services-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary);}
.services-wrapp .shape { position: absolute; width: 10%; bottom: 15px; left: -30px; opacity: .3; transform: rotate(45deg);}



/* -------------industries-wrapp---------- */
.industries-wrapp {padding: 70px 0 50px; text-align: center; background: #0b1707;}
.industries-wrapp h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108; text-align: center; margin: 0 0 40px;}
.industries-wrapp h2 span {color: var(--primary);}
.industries-wrapp .industries-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.industries-wrapp .industries-col1 { width: 22.75%; margin: 0 3% 30px 0;}
.industries-wrapp .industries-col1:nth-child(4n) { margin-right: 0;}
.industries-wrapp h3 { font-size: 18px; font-weight: 700; color: var(--primary);}
.industries-wrapp .industries-col1 .industries-img { width: 100%; margin: 0 0 20px; overflow: hidden; position: relative;}
.industries-wrapp .industries-col1 .industries-img img {width: 100%; transition: all .25s ease-in-out;}
.industries-wrapp .industries-col1:hover .industries-img img{transform: scale(1.08);}
.industries-wrapp .industries-col1 .industries-img:after {content: ""; width: 0;height: 0; border-bottom: 1px solid #37a108; border-left: 1px solid #37a108;  filter: alpha(opacity=0);  transition: all 0.25s ease-out 0s;   -o-transition: all 0.25s ease-out 0s;   -ms-transition: all 0.25s ease-out 0s;   -moz-transition: all 0.25s ease-out 0s;   -webkit-transition: all 0.25s ease-out 0s;    opacity: 0;   margin: 0 0 0;   position: absolute;   bottom: 10%;   left: 8%;   z-index: 9;}
.industries-wrapp .industries-col1:hover .industries-img:after { width: 26%; height: 26%; opacity: 1; filter: alpha(opacity=100);}



/* ---------testimoninal-wrapp---------- */
.testimoninal-wrapp {padding: 70px 0; background: #D3E4D4; display: none;}
.testimoninal-wrapp .testimoninal-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.testimoninal-wrapp .testimoninal-col1 { width: 43%;}
.testimoninal-wrapp .testimoninal-col2 { width: 48%;}
.testimoninal-wrapp h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108; margin: 0 0 20px;}
.testimoninal-wrapp h2 span { color: var(--secondary); display: block;}
.testimoninal-wrapp p {font-size: 16px; line-height: 1.56; color: var(--secondary);}
.testimoninal-wrapp .testimoninal-col2 .testimoninal-col3 { width: 100%; background: var(--primary); padding: 30px;}
.testimoninal-wrapp .testimoninal-col2 .testimoninal-col3 .star { width: 100px; margin: 0 0 18px;}
.testimoninal-wrapp .testimoninal-col2 .testimoninal-col3 .testimoninal-head { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 20px;}
.testimoninal-wrapp .testimoninal-col2 .testimoninal-col3 .testimoninal-head .testimoninal-img { width: 60px; height: 60px;  margin: 0 20px 0 0;}
.testimoninal-wrapp .testimoninal-col2 .testimoninal-col3 .testimoninal-head .testimoninal-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.testimoninal-wrapp h3 { font-size: 18px; font-weight: 700; margin: 0 0 4px;}
.testimoninal-wrapp  h6 { font-size: 12px;}
.testimoninal-wrapp .testi-slider { margin: 0 0 0;}



/* ----------footer-wrapp---------- */
.footer-wrapp { background: var(--secondary); padding: 50px 0 0;}
.footer-wrapp .logo { width: 220px;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-wrapp h3 { font-size: 17px; font-weight: 600; color: var(--primary); margin: 0 0 15px;}
.footer-wrapp ul li { font-size: 14px; line-height: 2;}
.footer-wrapp ul li a { color: var(--primary);}
.footer-wrapp ul li a:hover { color: var(--global);}
.footer-wrapp .footer-col4 { width: 20%;}
.footer-wrapp .footer-col4 li { position: relative; padding-left: 25px;}
.footer-wrapp .footer-col4 li .icon { position: absolute; width: 17px; left: 0; top: 6px;}
.footer-wrapp .social-icon { width: 100%; margin: 20px 0 0;}
.footer-wrapp .social-icon ul { display: flex; align-items: center;}
.footer-wrapp .social-icon ul li .icon { position: relative; display: block; width: 30px; background: var(--primary);  height: 30px; padding: 5px; border-radius: 50%; border: 1px solid var(--primary); transition: all .25s ease-in-out; top: 0;}
.footer-wrapp .social-icon ul li { padding: 0; margin: 0 11px 0 0;}
.footer-wrapp .social-icon ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .social-icon ul li .icon:hover { background: none;}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px 0; margin: 20px 0 0; border-top: 1px solid var(--primary);}
.footer-wrapp .footer-row1 p {  font-size: 14px; color: var(--primary);}
.footer-wrapp .footer-row1 p a { color: var(--global);}
.footer-wrapp .footer-row1 p a:hover { color: var(--primary);}
.footer-wrapp .social-icon ul li .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 5px; transition: all .25s ease-in-out; opacity: 0;}
.footer-wrapp .social-icon ul li .icon:hover .hover-icon { opacity: 1;}
.footer-wrapp .social-icon ul li .icon:hover > img {opacity: 0;}


/* -------------inner-banner---------- */
.inner-banner {position: relative; text-align: center;}
.inner-banner .bg-img { width: 100%;}
.inner-banner .bg-img img { width: 100%; height: 100%;}
.inner-banner .inner-content { position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.inner-banner h1 {font-size: 48px;font-weight: 900;color: var(--primary); margin: 0 0 20px; text-transform: capitalize;}



/* -----------abouts-wrapp-------- */
.abouts-wrapp {padding: 70px 0; background: linear-gradient(90deg, #000, #006443 127%);}
.abouts-wrapp .abouts-row {  width: 100%; display: flex; flex-wrap: wrap;justify-content: space-between; align-items: center;}
.abouts-wrapp .abouts-col1 {  width: 46%; position: relative;padding: 0 10% 15% 0;}
.abouts-wrapp .abouts-col2 {   width: 50%;}
.abouts-wrapp h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108;margin: 0 0 20px;}
.abouts-wrapp h2 span {color: var(--primary);}
.abouts-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.abouts-wrapp .abouts-col1 .about-img1 { width: 65%; position: absolute; right: 0; bottom: 0;}



/* ------------mission-wrapp---------- */
.mission-wrapp { padding: 70px 0; background: #0b1707;}
.mission-wrapp .mission-row { width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-col1 { width: 48%; padding: 30px 30px 10px; background: url(../images/step-bg.png) no-repeat top right / cover; border-radius: 8px; overflow: hidden;  position: relative; }
.mission-wrapp .mission-col1 .mission-img { width: 60px; margin: 0 0 20px;}
.mission-wrapp  h3 { font-size: 20px; font-weight: 700;margin: 0 0 10px;color: var(--primary);}
.mission-wrapp p {font-size: 14px; line-height: 1.56; margin: 0 0 20px; color: var(--primary);}
.mission-wrapp  ul { width: 100%; margin: 0 0 20px;}
.mission-wrapp ul li {font-size: 14px; line-height: 1.56; padding-left: 10px; position: relative; color: var(--primary);}
.mission-wrapp ul li:before {content: "\2022"; position: absolute; left: 0; top: 0;}


/* ------------contact-wrapp---------- */
.contact-wrapp {padding: 70px 0; background: linear-gradient(90deg, #000, #006443 127%);}
.contact-wrapp .contact-row { width: 100%; background: var(--global); position: relative; display: flex; flex-wrap: wrap; border-radius: 50px; padding: 30px 30px 25px;}
.contact-wrapp .leaf {position: absolute; width: 50px; height: 50px; right: 0; top: -38px;}
.contact-wrapp .contact-col1 {width: 33.33%; padding: 0 10px; text-align: center;}
.contact-wrapp .contact-col1 .icon { width: 25px; height: 25px; display: inline-block; margin: 0 auto 10px;}
.contact-wrapp .contact-col1 .icon img {width: 100%; height: 100%;}
.contact-wrapp .contact-col1 p { color: var(--primary); font-size: 16px; margin: 0 0 5px; line-height: 1.56;}
.contact-wrapp .contact-col1 p a {color: var(--primary);}
.contact-wrapp .contact-col1 p a:hover { color: var(--secondary);}

 
.contact-wrapp .contact-row1 { width: 100%; margin: 50px 0 0;}
.contact-wrapp .contact-form { width: 100%; max-width: 900px; margin: 0 auto;}
.contact-wrapp .contact-form .text-fields { width: 100%; display: flex; flex-wrap: wrap;}
.contact-wrapp .contact-form input { width: 32%; margin: 0 2% 20px 0; height: 52px; border: 1px solid var(--global); border-radius: 50px; padding: 12px 15px;}
.contact-wrapp .contact-form input:nth-child(3) {margin-right: 0;}
.contact-wrapp .contact-form textarea {width: 100%; height: 120px; border: 1px solid var(--global); border-radius: 20px; padding: 12px 15px;  margin: 0 0 20px;  resize: none;}
.contact-wrapp .contact-form .submit-btn { background: var(--global); border: 1px solid var(--global);  padding: 12px 28px; color: var(--primary); border-radius: 50px;  margin: 0 auto;  display: block;  transition: all .25s ease-in-out;  cursor: pointer;}
.contact-wrapp .contact-form .submit-btn:hover { background: none; color: var(--global);}
.contact-wrapp .social-icons { width: 100%; margin: 50px 0;}
.contact-wrapp .social-icons ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.contact-wrapp .social-icons ul li {display: inline-block; margin: 0 12px 0 0;}
.contact-wrapp .social-icons ul li .icon { width: 35px; display: inline-block; height: 35px; background: var(--primary); padding: 8px; border: 1px solid var(--global); border-radius: 50%; transition: all .25s ease-in-out; position: relative;}
.contact-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li:last-child { margin-right: 0;}
.contact-wrapp .social-icons ul li .icon:hover {background: var(--global);}
.contact-wrapp .social-icons ul li .icon:hover > img {opacity: 0;}
.contact-wrapp .social-icons ul li .icon .hover-icon {position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 8px; transition: all .25s ease-in-out; opacity: 0;}
.contact-wrapp .social-icons ul li .icon:hover .hover-icon { opacity: 1;}



/* -----------whychoose-wrapp---------- */
.whychoose-wrapp {padding: 70px 0; background: linear-gradient(90deg, #006443, #000 127%);}
.whychoose-wrapp .whychoose-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.whychoose-wrapp .whychoose-col1 {width: 48%;}
.whychoose-wrapp .whychoose-col2 {width: 48%;}
.whychoose-wrapp  h2 {font-size: 44px; font-weight: 800; text-transform: capitalize; color: #37a108; margin: 0 0 20px;}
.whychoose-wrapp h2 span {display: block; color: var(--primary);}
.whychoose-wrapp ul { width: 100%;}
.whychoose-wrapp ul li {font-size: 16px; line-height: 1.56; padding-left: 12px; position: relative; color: var(--primary);}
.whychoose-wrapp ul li:before {content: "\2022";position: absolute; left: 0; top: 0;}



/* -----------products-wrapp---------- */
.products-wrapp {padding: 70px 0; background: linear-gradient(90deg, #000, #006443 127%);}
.products-wrapp .products-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.products-wrapp .products-row1 { width: 70%; display: flex; flex-wrap: wrap;}
.products-wrapp .products-col1 { width: 32%; margin: 0 2% 20px 0; padding: 20px; background: var(--primary);  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 20px;}
.products-wrapp .products-col1:nth-child(3n) { margin-right: 0;}
.products-wrapp .products-col1 .products-img { width: 100%; margin: 0 0 20px;}
.products-wrapp .products-col1 .products-img img { width: 100%;}
.products-wrapp .products-col1 h3 { font-size: 20px; font-weight: 700;font-size: 20px;font-weight: 700;margin: 0 0 20px;}
.products-wrapp .more-btn { display: inline-block; background: var(--global);display: inline-block;background: var(--global);padding: 12px 20px; color: var(--primary); border: 1px solid var(--global);  font-size: 16px;  font-weight: 600;  border-radius: 4px;}
.products-wrapp .more-btn:hover {background: none; color: var(--global);}
.products-wrapp .products-row2 {width: 27%;}
.products-wrapp .side-bar {width: 100%;background: var(--global);padding: 25px; position: sticky; top: 0;}
.products-wrapp .side-bar h3 {font-size: 20px;font-weight: 700; color: var(--primary); margin: 0 0 15px;}
.products-wrapp .side-bar ul { width: 100%;}
.products-wrapp .side-bar ul li {display: block; font-size: 16px; line-height: 1.56; margin: 0 0 10px;}
.products-wrapp .side-bar ul li a {color: var(--primary); display: block;}
.products-wrapp .side-bar ul li a:hover {color: var(--secondary);}



/* ------------howwork-wrapp---------- */
.howwork-wrapp {padding: 70px 0 50px;background: #0b1707; text-align: center; }
.howwork-wrapp .howwork-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.howwork-wrapp .howwork-col1 { width: 32%; margin: 0 2% 36px 0;}
.howwork-wrapp .howwork-col1 .howwork-icon { width: 70px; margin: 0 auto 20px;}
.howwork-wrapp .howwork-col1:nth-child(3n) {margin-right: 0;}
.howwork-wrapp h2 {font-size: 44px;font-weight: 800; text-transform: capitalize; color: #37a108; text-align: center; margin: 0 0 40px;}
.howwork-wrapp h2 span {color: var(--primary);}
.howwork-wrapp  h3 { font-size: 18px; font-weight: 600; margin: 0 0 13px; color: var(--primary);}
.howwork-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary);}



/* --------------content-wrapp---------- */
.content-wrapp {padding: 70px 0; background: linear-gradient(90deg, #000, #006443 127%);}
.content-wrapp .content-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 {width: 43%;position: sticky;top: 50px;}
.content-wrapp .content-col1 .product-img {width: 100%;padding: 10px; border: 1px solid var(--global); margin: 0 0 10px;}
.content-wrapp .content-col1 .product-img-row { width: 100%; display: flex; flex-wrap: wrap;}
.content-wrapp .content-col1 .product-img-row .product-img1 { width: 19%; padding: 5px; border: 1px solid var(--global); margin: 0 1.25% 0 0;}
.content-wrapp .content-col1 .product-img-row .product-img1:last-child { margin-right: 0;}
.content-wrapp .content-col2 { width: 53%; position: relative;}
.content-wrapp h2 { color: #37a108; font-size: 40px; font-weight: 700; text-transform: capitalize; margin: 0 0 15px;}
.content-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px; color: var(--primary);}
.content-wrapp ul { width: 100%; margin: 0 0 20px;}
.content-wrapp ul li {font-size: 16px; line-height: 1.56; padding-left: 12px; position: relative; color: var(--primary);}
.content-wrapp ul li:before { content: "\2022";position: absolute; left: 0; top: 0;}
.content-wrapp .content-col2 .shape { width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .1;}
.content-wrapp .content-col2 .shape img {width: 100%;}

.content-wrapp .inner-btn1 {display: inline-block; background: #35a107; padding: 12px 20px; color: var(--primary); border: 1px solid #35a107; font-size: 16px; font-weight: 600; border-radius: 4px; width: 100%; text-align: center; margin: 10px 0 0;}
.content-wrapp .inner-btn1:hover { background: none; color: #35a107;}


/* ----------excellence-wrapp---------- */
.excellence-wrapp {padding: 70px 0; text-align: center; background: linear-gradient(90deg, #000, #006443 127%); position: relative; z-index: 1; } 
/* .excellence-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; background: #ffffff; top: 0; left: 0; z-index: -1; opacity: .6;} */
.excellence-wrapp h2 {font-size: 44px; font-weight: 800;text-transform: capitalize; color: #37a108; margin: 0 0 50px;}
.excellence-wrapp h2 span {color: var(--primary);}  
.excellence-wrapp .excellence-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.excellence-wrapp .excellence-col1 { width: 16.66%;  padding: 0 10px;  position: relative;  border-right: 1px solid var(--secondary);}
.excellence-wrapp h1 { font-size: 44px; font-weight: 800;font-size: 32px;text-transform: capitalize;color:#35a107;margin: 0 0 12px;}
.excellence-wrapp p { font-size: 16px; text-transform: uppercase;font-weight: 700; color: var(--primary);}
.excellence-wrapp .excellence-col1:last-child {border-right: none;}

.excellence-wrapp2 {background: #0b1707;}


.tag-wrapp {padding: 50px 0; text-align: center; background: url(../images/tag-img.jpg) no-repeat center / cover;}
.tag-wrapp .scolling-text { width: 100%;overflow: hidden; white-space: nowrap;}
.tag-wrapp h1 { width: fit-content; font-size: 60px; color: var(--primary); overflow: hidden; display: inline-block; white-space: nowrap; text-transform: capitalize; font-family: 'Brittany Signature'; height: 124px;}


.category-top-mobile{position: relative;z-index: 5555;background-color:#35a107;left: 0;top: 60px;}
.category-slide a{color: #ffffff;}
.content-wrapp p{line-height: 1.8;}
.content-wrapp ul li{margin-bottom: 12px;}


.services-wrapp2 { padding: 70px 0; background: linear-gradient(90deg, #000, #006443 127%);}
.services-wrapp2 .services-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.services-wrapp2 .services-col1 { width: 46%; position: relative;}
.services-wrapp2  .services-col2 { width: 50%;}
.services-wrapp2 h2 { font-size: 44px; font-weight: 800; text-transform: capitalize; color: var(--primary); margin: 0 0 20px;}
.services-wrapp2 h3 { font-size: 20px; font-weight: 800; text-transform: capitalize; color: #37a108;  margin: 0 0 20px;}
.services-wrapp2 p {font-size: 16px; line-height: 1.56;  margin: 0 0 20px; color: var(--primary);}


.contact-wrapp .contact-form .everest-forms { width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-field-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0 0; display: flex; flex-wrap: wrap;  justify-content: space-between;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field { width: 32%;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field input { width: 100%; margin: 0 0 10px;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field input::placeholder { color: #000;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field:last-child { width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field textarea { margin: 0 0 10px;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field textarea::placeholder { color: #000;}
.contact-wrapp .contact-form .everest-forms .evf-container { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container { text-align: center;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button { background: var(--global); border: 1px solid var(--global);  padding: 12px 28px; color: var(--primary);  border-radius: 50px; margin: 10px auto 0; display: block;  transition: all .25s ease-in-out; cursor: pointer;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button:hover { background: none; color: var(--global);}



.error-page-section {padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px; color: var(--global); margin: 0 0 20px; font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.error-page-section .search-form { width: auto; max-width: 420px; display: flex; flex-wrap: wrap; margin: 0 auto;}
.error-page-section .search-form input { width: 100%; height: 50px; border-width: 1px; border-style: solid; border-color: var(--global); border-image: initial; border-radius: 80px; padding: 0px 20px; background: no-repeat; margin: 0 10px 0 0; flex: 1 0 0; color: var(--global);}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--primary);margin: 0 0 0 auto;position: relative;padding: 14px 28px 14px 28px;font-weight: 500;background: var(--global);border: 1px solid var(--global);border-radius: 50px;font-family: "Manrope", sans-serif;transition: all .25s ease-in-out;cursor: pointer;}
.error-page-section .search-form .search-submit .screen-reader-text {font-size: 16px;clip: inherit;clip-path: inherit;position: relative !important;transition: all .25s ease-in-out;font-family: "Manrope", sans-serif;}
.error-page-section .search-form .search-submit:hover {color: var(--global); background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text { color: var(--global);}
.error-page-section .search-form input::placeholder { color: var(--secondary);}


.search-page-section {padding: 60px 0 0;}
.search-page-section h1 { font-size: 32px; margin: 0 0 20px;}
.search-page-section h3 { font-size: 28px; margin: 0 0 20px;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 {display: inline-block;background: var(--global);padding: 12px 26px 12px;color: var(--primary);font-size: 16px;border: 1px solid var(--global);border-radius: 50px;font-family: "Manrope", sans-serif;}
.search-page-section .search-btn1:hover { color: var(--global); background: none;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}


.defualt-page-section {padding: 70px 0;}
.defualt-page-section h2 {font-size: 28px;margin: 0 0 20px;color: var(--secondary);}
.defualt-page-section p {font-size: 16px;line-height: 1.56;margin: 0 0 20px;word-break: break-all;color: var(--secondary);} 
.defualt-page-section p a {color: var(--secondary);}
.defualt-page-section p a:hover { color: #000000;}
.defualt-page-section .defualt-page-col1 { padding: 0; background: none;}

.blog-inner .defualt-page-row { width: 100%; max-width: 900px; margin: 0 auto;}
.defualt-page-section h3 { font-size: 26px; font-weight: 700; margin: 0 0 20px; color: var(--secondary);}
.defualt-page-section .content-img { width: 100%; margin: 0 0 20px;}
.defualt-page-section h4 { font-size: 24px; font-weight: 700; margin: 0 0 20px; color: var(--secondary);}
.defualt-page-section ul li { color: #000;}
.defualt-page-section .blog-btn { display: inline-block; background: #35a107; padding: 12px 20px; color: var(--primary); border: 1px solid #35a107; font-size: 16px; font-weight: 600; border-radius: 4px; margin: 15px auto 0;}
.defualt-page-section .blog-btn:hover { color: #35a107; background: none;}
.defualt-page-section .content-img img { width: 100%; max-height: 450px; object-fit: cover;}


.blog-wrapp .category-col1 .category-img img { height: 170px;}
.blog-wrapp .category-col1 .category-img { position: relative;}
.blog-wrapp .category-col1 .category-img .blog-card-date { background: #fff; position: absolute; z-index: 1; top: 6px; right: 6px; padding: 5px 10px; border-radius: 5px;}



.blog-slider-wrapp {padding: 50px 0;background: linear-gradient(135deg, #0b1707 0%, #1a2f1a 50%, #0b1707 100%);position: relative;overflow: hidden;}
.blog-slider-wrapp .container {position: relative;z-index: 2;}
.blog-slider-wrapp h2 {font-size: 44px;font-weight: 800;text-transform: capitalize;color: #37a108;text-align: center;margin: 0 0 20px;position: relative;}
.blog-slider-wrapp h2 span{color: #fff;}
.blog-slider-wrapp .blod-slider-cards {width: 100%;}
.blog-slider-wrapp .blog-row2 {width: 100%;margin: 0 auto;}
.blog-slider-wrapp .blog-slider {display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;
margin: 0 auto;}
.blog-slider-wrapp .blog-card {background: var(--primary);border-radius: 20px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);position: relative;border: 1px solid rgba(55, 161, 8, 0.1);}
.blog-slider-wrapp .blog-card .blogin-btn {display: block;width: 100%;height: 100%;color: inherit;text-decoration: none;}
.blog-slider-wrapp .blog-card .blog-imag {width: 100%;height: 220px;overflow: hidden;position: relative;}
.blog-slider .slick-slide {margin: 0 10px; }
.blog-slider .slick-list {margin: 0 -10px; }
.blog-slider-wrapp .blog-card .blog-imag img {width: 100%;height: 100%;object-fit: cover;}
.blog-slider-wrapp .blog-card .blog-cont { padding: 25px 25px 30px; background: var(--primary); position: relative;}
.blog-slider-wrapp .blog-card .blog-cont h3 {font-size: 20px;font-weight: 700;color: var(--secondary);margin: 0 0 15px;line-height: 1.4;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.blog-slider-wrapp .blog-card .blog-cont p {font-size: 14px;color: #666;font-weight: 500;margin: 0;}



@media(max-width:1200px){
  .category-top ul li{font-size: 14px;}
  .banner-wrapp h1 {font-size: 46px;}
}



@media(max-width:1024px){
  .category-wrapp h3{font-size: 15px;margin: 0 0 15px;}
  .service-wrapp p{font-size: 14px;line-height: 1.8;}
  .services-wrapp p{font-size: 14px;line-height: 1.8;}
  .category-wrapp .category-col1{padding: 12px;}
  .excellence-wrapp p{font-size: 14px;}
  .category-wrapp .category-col1{padding: 25px 12px;}
  .category-top ul{justify-content: center;}
  .banner-wrapp{margin-top: -200px;}
  .services-wrapp2 h2 {font-size: 40px;}
  .services-wrapp2 h3 { font-size: 18px;}
}



@media(max-width:992px){
  .banner-wrapp h1{font-size: 40px;}
  .category-top ul li span{display: inline-block;}
  .category-slider .slick-track{align-items: center;display: flex;}
  .category-top{padding: 10px 0px;}
  .banner-wrapp{margin-top: -170px;}
  .header-right{display: none !important;}
  .category-wrapp .category-col1{width: 32%;}
  .category-wrapp .category-col1:nth-child(4n){margin:0 2% 20px 0;}
  .category-wrapp .category-col1:nth-child(3n){margin-right: 0;}
  .excellence-wrapp h1{font-size: 30px;}
  .footer-wrapp .logo{width: 100%;display: flex;align-items: center;justify-content: center;margin-bottom: 50px;}
  .footer-wrapp .logo a{display: block;}
  .footer-wrapp .logo a img{width: 300px;text-align: center;}
  .services-wrapp2 h2 {font-size: 36px;}
.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(90deg, #000, #006443 127%);background-size: 300% 100%;z-index: 99999;padding: 110px 5% 50px;transform:translateX(100%);opacity: 0;visibility: hidden;transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
.overlay ul {width: 100%;}
.overlay ul { width: 100%;}
.overlay ul li a {color: var(--primary);display: block;padding: 18px 0;}
.overlay ul li {font-size: 32px;font-weight: 500;font-family: "Manrope", sans-serif;text-transform: uppercase;}
.overlay ul li a:hover {color: #35a107 !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 42px;z-index: 999999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: #35a107;background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y: hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.sticky-found .burger-btn { top: 36px;}
}



@media(max-width:768px){
  .header-wrapp .logo{width: 200px;}
  .banner-wrapp .bg-video{padding-bottom: 80%;}
  .banner-wrapp .banner-content{top: 65%;transform: translateY(-65%);}
  .service-wrapp .service-col1{width: 48%;margin-bottom: 30px;}
  .services-wrapp .services-col1{width: 48%;}
  .services-wrapp .services-col1:nth-child(3n){margin: 0 3.5% 30px 0;}
  .services-wrapp .services-col1:nth-child(2n){margin-right: 0;}
  .services-wrapp h3{margin-bottom: 20px;}
  .industries-wrapp .industries-col1{width: 31%;}
  .industries-wrapp .industries-col1:nth-child(4n){margin: 0 3% 30px 0;}
  .industries-wrapp .industries-col1:nth-child(3n){margin-right: 0;}
  .excellence-wrapp .excellence-col1{width: 33%;margin-bottom: 50px;}
  .excellence-wrapp .excellence-col1:nth-child(3n){border-right: none;}
  .excellence-wrapp h2 span{display: block;}
  .footer-col1{width: 48%;margin-bottom: 40px;}
  .footer-col2{width: 48%;}
  .footer-col3{width: 48%;}
  .footer-wrapp .footer-col4{width: 48%;}
  .banner-wrapp h1{font-size: 35px;}
  .abouts-wrapp .abouts-col1{width: 100%;}
  .abouts-wrapp .abouts-col2{width: 100%;}
  .mission-wrapp .mission-col1{width: 100%;margin-bottom: 40px;}
  .whychoose-wrapp .whychoose-col1{width: 100%;}
  .whychoose-wrapp .whychoose-col2{width: 100%;margin-bottom: 40px;}
  .whychoose-wrapp .whychoose-row{flex-direction: column-reverse;}
  .contact-wrapp .contact-col1 p a{font-size: 14px;}
  .products-wrapp .products-col1{width: 48%;}
  .products-wrapp .products-col1:nth-child(3n){margin: 0 2% 20px 0;}
  .products-wrapp .products-col1:nth-child(2n){margin-right: 0;}
  .products-wrapp .products-row1{width: 65%;}
  .products-wrapp .products-row2{width: 33%;}
  .products-wrapp .products-col1 h3{font-size: 18px;}
  .howwork-wrapp .howwork-col1{width: 48%;}
   .howwork-wrapp .howwork-col1:nth-child(2n){margin-right: 0;}
  .howwork-wrapp .howwork-col1:nth-child(3n){margin: 0 2% 36px 0;}
  .content-wrapp .content-col1{width: 100%;position: relative;top: 0;}
  .content-wrapp .content-col2{width: 100%;margin-top: 40px;}
  .content-wrapp .content-col1 .product-img img{height: 400px;object-fit:cover;width: 100%;}

  .services-wrapp2 .services-col1 { width: 100%; margin: 0 0 30px;}
  .services-wrapp2 .services-col2 { width: 100%;}
  .services-wrapp2 { padding: 70px 0 60px;}
}



@media(max-width:600px){
  .banner-wrapp h1{font-size: 30px;}
  .inner-banner h1{font-size: 30px;}
  .banner-wrapp .bg-video{padding-bottom: 100%;}
  .category-wrapp .category-col1{width: 48%;}
  .category-wrapp .category-col1:nth-child(3n){margin: 0 2% 20px 0;}
  .category-wrapp .category-col1:nth-child(2n){margin-right: 0;}
  .category-wrapp h2{font-size: 30px;}
  .service-wrapp h2{font-size: 30px;}
  .services-wrapp h2{font-size: 30px;}
  .industries-wrapp h2{font-size: 30px;}
  .excellence-wrapp h2{font-size: 30px;}
  .whychoose-wrapp h2{font-size: 30px;}
  .abouts-wrapp h2{font-size: 30px;}
  .blog-slider-wrapp h2{font-size: 30px;}
  .header-wrapp{background-color: #000;}
  .banner-wrapp{margin-top: 0;position: relative;}
  .banner-wrapp h3{font-size: 16px;}
  .banner-wrapp p{font-size: 14px;}
  .mission-wrapp p{line-height: 1.8;}
  .whychoose-wrapp ul li{font-size: 14px;line-height: 1.8;margin-bottom: 10px;}
  .abouts-wrapp p{font-size: 14px;line-height: 1.8;}
  .category-wrapp{padding: 40px 0px;}
  .service-wrapp .service-col1{width: 100%;margin-right: 0;}
  .services-wrapp .services-col1{width: 100%;margin-right: 0;}
  .industries-wrapp .industries-col1{width: 45%;}
  .industries-wrapp .industries-col1:nth-child(3n){margin: 0 3% 30px 0;}
  .category-wrapp .category-col1 .category-img img{height: 250px;object-fit: cover;object-position: center center;}
  .banner-wrapp .banner-content{top: 50%;transform: translateY(-50%);}
  .footer-wrapp .footer-row1{justify-content: center;}
  .excellence-wrapp .excellence-col1{width: 48%;border-right:none;}
  .footer-wrapp .logo a img{width: 200px;}
  .tag-wrapp h1{font-size: 40px;}
  .inner-banner .bg-img img{min-height: 300px;object-fit: cover;}
  .contact-wrapp .contact-col1 p a{font-size: 12px;}
  .contact-wrapp .contact-row{padding: 20px;}
   .products-wrapp .products-row1{width: 100%;}
  .products-wrapp .products-row2{width: 100%;margin-bottom: 40px;}
  .products-wrapp .products-row{flex-direction: column-reverse;}
  .content-wrapp .content-col1 .product-img img{height: 300px;} 
  .content-wrapp h2{font-size: 30px;}
  .content-wrapp p{font-size: 14px;}

  .services-wrapp2 h2{font-size: 30px;}

}
@media(max-width:500px){
  .contact-wrapp .contact-col1{width: 100%;margin-bottom: 30px;}
  .contact-wrapp .contact-col1 p a{font-size: 14px;font-weight: 600;}
  .contact-wrapp .contact-form input{width: 100%;}
  .footer-wrapp ul li a{font-size: 13px;}
  .howwork-wrapp .howwork-col1{width: 100%;}
  .products-wrapp .products-col1{width: 100%;margin-right: 0;}
  .products-wrapp .products-col1 .products-img img{height: 300px;object-fit: cover;}

  .overlay ul li { font-size: 28px;}

  .contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field { width: 100%;}
  
}

@media(max-width:480px){

  .category-wrapp .category-col1{width: 100%; margin: 0 0 20px !important;}

}