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

/* CSS Document © 2025 Envinto */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


::-moz-selection{ background:#7b7d7f; color:var(--primary); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary); 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:"Plus Jakarta Sans", 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;}
:root {overflow: hidden; overflow-y: scroll; --primary: #315347; --secondary:#000000; --global: #ffffff;  overflow: hidden; overflow-y: scroll;}
body::-webkit-scrollbar { display: none; }
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: "Plus Jakarta Sans", sans-serif;}
p, p span { font-family:"Plus Jakarta Sans", 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(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-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;}


/* ----------top-header---------- */
.top-header { width: 100%; height: 30px; background: var(--primary);}

/* ---------header-wrapp--------- */
.header-wrapp { padding: 5px 0;}
.header-wrapp .header-row {width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.header-wrapp .logo { width: 110px;}
.header-wrapp .header-menu { width: auto;}
.header-wrapp .header-menu ul { width: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .header-menu ul li { font-size: 14px; padding: 0 15px; display: inline-block; font-weight: 600;}
.header-wrapp .header-menu ul li a { display: inline-block; color: var(--secondary);}
.header-wrapp .header-menu ul li a:hover{color: var(--primary);}
.header-wrapp .header-btn { display: flex; font-size: 14px; font-weight: 700; align-items: center; background: #FDDF79; padding: 17px 27px 17px 27px;   border-radius: 30px; color: var(--secondary);}
.header-wrapp .header-btn .arrow { position: relative; width: 18px; height: 18px; margin: 0 0 0 6px;}
.header-wrapp .header-btn .arrow img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.header-wrapp .header-btn .arrow .hover-icon { width: 100%; height: 100%;  position: absolute; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.header-wrapp .header-btn:hover .arrow .hover-icon { opacity: 1;}
.header-wrapp .header-btn:hover .arrow > img { opacity: 0;}
.header-wrapp .header-btn:hover { background: var(--primary); color: var(--global);}

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


/* ----------banner-wrapp---------- */
.banner-wrapp { height: 100vh; position: relative; text-align: center;}
.banner-wrapp .bg-img { width: 100%;  height: 100%; position: relative;}
.banner-wrapp .bg-img img { width: 100%; height: 100%; object-fit: cover;}
.banner-wrapp .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 50%);}
.banner-wrapp .banner-content { width: 100%; position: absolute; top: 50%;  left: 0; transform: translateY(-50%);}
.banner-wrapp h4 { font-size: 28px; color: var(--global); font-weight: 600; position: relative;  padding: 0 38px; width: fit-content; margin: 0 auto;}
.banner-wrapp h4:before {content: "";position: absolute;width: 30px;height: 3px;background: #FDDF79;left: 0;top: 50%;transform: translateY(-50%);}
.banner-wrapp h4:after {content: ""; position: absolute;width: 30px;height: 3px;background: #FDDF79;right: 0;top: 50%;transform: translateY(-50%);}


/* --------about-wrapp--------- */
.about-wrapp { padding: 70px 0;}
.about-wrapp .about-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.about-wrapp .about-col1 { width: 48%;}
.about-wrapp .about-col1 img { width: 100%; max-height: 450px; object-fit: cover;border-radius: 10px;}
.about-wrapp .about-col2 { width: 48%;}
.about-wrapp h3 { font-size: 16px; color: var(--primary); margin: 0 0 10px;}
.about-wrapp h2 { font-size: 46px; color: #333333; font-weight: 700; margin: 0 0 20px;}
.about-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary);}


/* --------product-wrapp--------- */
.product-wrapp { padding: 0 0 50px; text-align: center;}
.product-wrapp h2 { font-size: 46px; color: #333333; font-weight: 700; margin: 0 0 50px;}
.product-wrapp .product-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.product-wrapp .product-col1 { width: 32%; margin: 0 2% 20px 0; position: relative;}
.product-wrapp .product-col1:nth-child(3n) { margin-right: 0;}
.product-wrapp .product-col1 .product-img { width: 100%; height: 100%;}
.product-wrapp .product-col1 .product-img img { width: 100%;  height: 370px; object-fit: cover;border-radius: 10px;}
.product-wrapp .product-col1 .product-detail { position: absolute; bottom: 20px; left: 50%; background: var(--global); width: 90%; transform: translateX(-50%); padding: 18px; border-radius: 8px;}
.product-wrapp h3 {font-size: 20px; color: #333333; font-weight: 700;}

/* --------product-wrapp2--------- */
.product-wrapp2 {padding: 70px 0 46px; background: #F9F9F9; text-align: center;}
.product-wrapp2 .product-head { width: 100%; max-width: 710px; margin: 0 auto 50px;}
.product-wrapp2 p { font-size: 16px; line-height: 1.56; color: var(--secondary);}
.product-wrapp2 .product-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.product-wrapp2 .product-col1 { width: 23.5%; margin: 0 2% 24px 0;}
.product-wrapp2 .product-col1:nth-child(4n) { margin-right: 0;}
.product-wrapp2 .product-col1 .product-img { width: 100%;}
.product-wrapp2 .product-col1 .product-img img { width: 100%; height: 189px; object-fit: cover; margin: 0 0 10px; border-radius: 10px;}
.product-wrapp2 h3 { font-size: 18px; color: #333333; font-weight: 700;}


/* --------value-wrapp--------- */
.value-wrapp {padding: 70px 0;}
.value-wrapp h2 { font-size: 46px; color: #333333; font-weight: 700; margin: 0 0 33px; text-align: center;}
.value-wrapp .value-col { width: 100%; display: flex !important; flex-wrap: wrap;justify-content: space-between; align-items: center; padding: 0 20px;}
.value-wrapp .value-col1 { width: 44%;}
.value-wrapp .value-col2 { width: 48%; border: 3px solid #b8b8b8;}
.value-wrapp h3 { font-size: 20px; color: #333333; font-weight: 700; margin: 0 0 20px;}
.value-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}


/* --------contact-wrapp--------- */
.contact-wrapp { padding: 0 0; background: var(--primary);}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap;}
.contact-wrapp .contact-col1 { width: 50%;}
.contact-wrapp .contact-col2 { width: 50%;}
.contact-wrapp  .contact-col3 { width: 94%;  margin: 0 0 0 auto; max-width: 633px; padding-block: 70px; padding-right: 8%;}
.contact-wrapp h3 { font-size: 16px; color: #FDDF79; margin: 0 0 10px;}
.contact-wrapp h2 { font-size: 46px; color: var(--global); font-weight: 700; margin: 0 0 31px;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp .contact-form .text-field { width: 48%; margin: 0 0 10px;}
.contact-wrapp .contact-form input { width: 100%; height: 54px; background: var(--global); border: 1px solid var(--global); border-radius: 30px; margin: 0 0 10px; padding: 15px 20px; font-size: 14px; color: var(--secondary);}
.contact-wrapp .contact-form .submit-btn {display: flex;font-size: 14px;font-weight: 700;align-items: center;background: #FDDF79;padding: 17px 27px 17px 27px;border-radius: 30px;color: var(--secondary);border: 1px solid #FDDF79;width: 100%;justify-content: center;transition: all .25s ease-in-out;font-family: "Plus Jakarta Sans", sans-serif;}
.contact-wrapp .contact-form .submit-btn .arrow { position: relative; width: 18px; height: 18px; margin: 0 0 0 6px;}
.contact-wrapp .contact-form .submit-btn .arrow img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .submit-btn .arrow .hover-icon { width: 100%; height: 100%;  position: absolute; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .submit-btn:hover .arrow .hover-icon { opacity: 1;}
.contact-wrapp .contact-form .submit-btn:hover .arrow > img { opacity: 0;}
.contact-wrapp .contact-form .submit-btn:hover { background: var(--primary); color: var(--global);}
.contact-wrapp .contact-form input::placeholder { color: #7b7b7b;}
.contact-wrapp .contact-col2 iframe { width: 100%; height: 100%;}


.contact-wrapp .contact-form .everest-forms { width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-container { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row { margin: 0 0 0;  justify-content: space-between; flex-direction: row;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0 0;  width: 48%;   flex: none;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid textarea {  width: 100%;    height: 54px;  background: var(--global);   border: 1px solid var(--global); border-radius: 30px;  margin: 0 0 10px;   padding: 15px 20px;  font-size: 14px;  color: var(--secondary);  resize: none;}
.contact-wrapp .contact-form .everest-forms  .evf-submit-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button { display: flex; font-size: 14px; font-weight: 700;  align-items: center; background: #FDDF79;  padding: 17px 27px 17px 27px;  border-radius: 30px;  color: var(--secondary); border: 1px solid #FDDF79;  width: 100%; justify-content: center; transition: all .25s ease-in-out;  font-family: "Plus Jakarta Sans", sans-serif; position: relative;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover {color: var(--global);background: none;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:after{content: ""; width: 18px; height: 18px; display: inline-block; background: url(../images/Arrow-right.svg) no-repeat center / 100%; margin: 0 0 0 6px; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover:after{ background: url(../images/Arrow-right-white.svg) no-repeat center / 100%; }


/* --------footer-wrapp--------- */
.footer-wrapp { background: #10241D;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap;  justify-content: space-between;}
.footer-wrapp .logo { width: 28%; background: #ffffff; padding: 5% 4.2%; margin-right: 10%;display: flex; align-items: center; justify-content: center;}
.footer-wrapp .footer-col1 {  width: auto; padding: 50px 0;}
.footer-wrapp h3 { font-size: 18px; color: var(--global); font-weight: 600; margin: 0 0 20px;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp ul li { font-size: 14px; color: #B8C9C3; margin: 0 0 12px; font-weight: 500; padding-left: 25px; line-height: 1.56;}
.footer-wrapp .footer-col1 ul li{background: url(../images/chevron-right-solid-full.svg) no-repeat center / 14px; background-position-x: 0;}
.footer-wrapp ul li a { color: #B8C9C3;}
.footer-wrapp ul li a:hover { color: #fddf79;}
.footer-wrapp .footer-col2 { width: 28%; padding: 50px 0;}
.footer-wrapp .footer-col2 ul li { position: relative; padding-left: 30px; margin: 0 0 20px;}
.footer-wrapp .footer-col2 ul li .icon { width: 20px; position: absolute; left: 0;}
.footer-wrapp .footer-bottom { padding: 25px 0;background: #0D1E18;text-align: center;}
.footer-wrapp .footer-bottom p { color: #b8c9c3; font-size: 12px;}
.footer-wrapp .footer-bottom p a { color: #FDDF79;}
.footer-wrapp .footer-bottom p a:hover { color: #b8c9c3;}


.inner-banner { height: 300px; overflow: hidden; position: relative; text-align: center;}
section.inner-banner .bg-img { width: 100%; height: 100%; position: relative;}
section.inner-banner .bg-img img { width: 100%; height: 100%; object-fit: cover;}
section.inner-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 40%);}
.inner-banner .inner-banner-text { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.inner-banner h1 { text-transform: uppercase;font-size: 32px;font-weight: 600; color: var(--global);}

.error-page-section {padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px; color: var(--primary); margin: 0 0 20px; font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;font-weight: 500;}
.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(--primary); border-image: initial; border-radius: 80px; padding: 0px 20px; background: no-repeat; margin: 0 10px 0 0; flex: 1 0 0; color: var(--primary);}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--secondary);margin: 0 0 0 auto;position: relative;padding: 14px 28px 14px 28px;font-weight: 700;background: #FDDF79;border: 1px solid #FDDF79;border-radius: 50px;font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;}
.error-page-section .search-form .search-submit:hover {color: var(--global);background: var(--primary);border-color: var(--primary);}
.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;font-weight: 500;}
.search-page-section h3 { font-size: 28px; margin: 0 0 20px;font-weight: 500;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 { display: inline-block; background: #FDDF79; padding: 12px 26px 12px; color: var(--secondary); font-size: 13px; font-weight: 700;  border: 1px solid #FDDF79; border-radius: 50px; font-family:"Plus Jakarta Sans", sans-serif;}
.search-page-section .search-btn1:hover { color: var(--global); background: var(--primary); border-color: var(--primary);}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}


.defualt-page-section {padding:80px 0 80px;}
.defualt-page-section h2 { font-size: 28px; margin: 0 0 20px;font-weight: 500;}
.defualt-page-section p {font-size: 16px; line-height: 1.56; margin: 0 0 20px; word-break: break-all;} 
.defualt-page-section p a {color: var(--primary);}
.defualt-page-section p a:hover { color: var(--secondary);}
.defualt-page-section ul { width: 100%; margin: 0 0 20px;}
.defualt-page-section ul li {  font-size: 16px; line-height: 1.56; position: relative; padding-left: 10px;}
.defualt-page-section ul li:before { content: "\2022"; position: absolute; left: 0;}
.defualt-page-section ol { width: 100%; counter-reset: item; margin: 0 0 20px;}
.defualt-page-section ol li { font-size: 16px; line-height: 1.7; font-weight: 400; padding-left: 20px; position: relative; counter-increment: item;}
.defualt-page-section ol li:before {    content: counter(item) "."; position: absolute; left: 0; top: 0;}
.defualt-page-section a { color: var(--global); text-decoration: underline; display: inline-block;}
.defualt-page-section a:hover { color: var(--secondary);  text-decoration: none;}




@media screen and (max-width:1199px) {
.header-wrapp .header-btn { padding: 16px 22px 16px 22px;}

.about-wrapp h2 { font-size: 42px;}

.product-wrapp h2 { font-size: 42px;}
.product-wrapp .product-col1 .product-img img { height: 27vw;}
.product-wrapp h3 {font-size: 18px;}

.product-wrapp2 .product-col1 .product-img img { height: 15vw;}

.value-wrapp h2{font-size: 42px;}

.contact-wrapp h2 {  font-size: 42px;}

}

@media screen and (max-width:992px) {
.header-wrapp .header-btn {padding: 16px 18px 16px 18px;}
.banner-wrapp .bg-img img { height: 450px;}

.banner-wrapp { height: inherit;}
.banner-wrapp .bg-img img { height: 450px;}

.about-wrapp h2 { font-size: 32px;}

.product-wrapp h2 { font-size: 32px; margin: 0 0 26px;}
.product-wrapp h3 { font-size: 16px;}
.product-wrapp .product-col1 .product-detail {padding: 8px;}

.product-wrapp2 h3 { font-size: 16px;}

.value-wrapp h2{font-size: 32px;}

.contact-wrapp h2 {  font-size: 32px;}

.footer-wrapp .footer-col2 { width: 40%;}



}


@media screen and (max-width:767px) {
.header-wrapp .header-menu {display: none;}
.header-wrapp .header-btn { display: none;}

.banner-wrapp .bg-img img { height: 400px;}
.banner-wrapp h4 { font-size: 26px;}

.about-wrapp .about-col1 { width: 100%; margin: 0 0 30px;}
.about-wrapp .about-col2 {width: 100%;}
.about-wrapp { padding: 50px 0;}

.product-wrapp .product-col1 {width: 48%; margin: 0 4% 20px 0;}
.product-wrapp .product-col1:nth-child(3n) { margin-right: 4%;}
.product-wrapp .product-col1:nth-child(2n) { margin-right: 0;}
.product-wrapp .product-col1 .product-img img { height: 32vw;}
.product-wrapp {  padding: 0 0 30px;}

.product-wrapp2 { padding: 50px 0 35px;}
.product-wrapp2 .product-col1 .product-img img {height: 20vw;}
.product-wrapp2 .product-col1 { width: 32%;}
.product-wrapp2 .product-col1:nth-child(4n) { margin-right: 2%;}
.product-wrapp2 .product-col1:nth-child(3n) { margin-right: 0;}

.value-wrapp {padding: 50px 0;}
.value-wrapp .value-col1 { width: 100%;}
.value-wrapp .value-col2 { margin: 0 0 20px; width: 100%;}
.value-wrapp .value-col { flex-direction: column-reverse;}
.slick-dots {  bottom: -10px;}


.contact-wrapp .contact-col1 { width: 100%;}
.contact-wrapp .contact-col2 { width: 100%;}
.contact-wrapp .contact-col2 iframe { height: 300px;}
.contact-wrapp .contact-col3 { padding: 50px 0;  margin: 0 auto;}

.footer-wrapp { text-align: center;}
.footer-wrapp .logo {    width: 100%; margin: 0 auto; max-width: 200px;  height: inherit;}
.footer-wrapp .footer-col1 { width: 100%;  padding: 0 00; margin: 30px 0 0;}
.footer-wrapp .footer-col2 { width: 100%;  padding: 30px 0;}
.footer-wrapp .footer-col1 ul li { background: none;  display: inline-block; padding: 0 0 0; margin: 0 10px 10px;}
.footer-wrapp .footer-col2 ul li {  display: inline-block;  margin: 0 10px 10px;  padding: 0 0;}
.footer-wrapp .footer-col2 ul li .icon {  position: relative; display: inline-block;  margin: 0 10px -6px 0;}


.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--global);background-size: 300% 100%;z-index: 99;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: 16px 0;}
.overlay ul li {font-size: 38px;font-weight: 500;}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 65px;z-index: 999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--primary);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;}

.defualt-page-section h2 { font-size: 24px;}
.defualt-page-section { padding: 50px 0;}

}

@media screen and (max-width:600px) {
.about-wrapp .about-col1 img {height: 80vw;}
.about-wrapp h2 {font-size: 28px;}

.product-wrapp h2 { font-size: 28px;}

.value-wrapp h2{font-size: 28px;}

.contact-wrapp h2 {  font-size: 28px;}

}

@media screen and (max-width:480px) {
.product-wrapp .product-col1 {width: 100%; margin: 0 0 20px !important;}
.product-wrapp .product-col1 .product-img img {height: 64vw;}

.product-wrapp2 .product-col1 {width: 48%; margin: 0 4% 20px 0 !important;}
.product-wrapp2 .product-col1:nth-child(2n) { margin-right: 0 !important;}
.product-wrapp2 .product-col1 .product-img img { height: 30vw;}
.product-wrapp2 h3 { font-size: 14px;}

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

}