@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: 9999;}
.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%);}


/* ----------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;}
.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;}
.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;}
.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;}
.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);}


/* ---------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% 0 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%;}



/* ----------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;}

