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

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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:"Open 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; scroll-behavior: smooth;}
:root { --primary: #ffffff; --secondary:#000000; --global: #2F6B99;}
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: "Montserrat", sans-serif;}
p, p span { font-family:"Open 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(--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: #e3f3ff;}
.header-wrapp .header-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo { width: 105px; transition: all .25s ease-in-out;}
.header-wrapp img { width: 100%;}
.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; font-weight: 500; padding: 10px 0; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 20px; font-family: "Montserrat", sans-serif; position: relative;}
.header-wrapp .header-menu ul li a { color: var(--secondary); }
.header-wrapp .header-menu ul li a:hover { color: var(--global);}
.header-wrapp .header-btn { display: inline-block; padding: 14px 28px; background: var(--global); border: 1px solid var(--global); border-radius: 30px; color: var(--primary); font-size: 14px; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; font-family: "Montserrat", sans-serif;}
.header-wrapp .header-btn:hover {background: none; color: var(--global);}
.header-menu ul li ul.dropdown-menu { display: none;position: absolute;  top: 100%;left: 0;background: #fff;min-width: 215px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); z-index: 99;padding: 10px 0;border-radius: 10px;}
.header-menu ul li ul.dropdown-menu li {  margin: 0 0 0; display: block; padding: 0;}
.header-menu ul li ul.dropdown-menu li a { display: block; padding: 10px 12px;}
.header-wrapp.sticky .logo {  width: 76px;}
.header-wrapp.sticky { position: fixed; z-index: 9; animation: .7s slide-down;}

@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}



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

/* ---------banner-wrapp----------- */
.banner-wrapp {background: #e3f3ff; text-align: center; padding: 10px 0 50px;}
.banner-wrapp .banner-cont { width: 100%; max-width: 710px; margin: 0 auto 0; position: absolute; top: 50%; left: 0; right: 0;  transform: translateY(-50%); z-index: 1;}
.banner-wrapp h1 {font-size: 38px; text-transform: uppercase; font-weight: 600; color: var(--primary); margin: 0 0 20px;}
.banner-wrapp p {font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.banner-wrapp .video-wrapp { width: 100%;}
.banner-wrapp .video-wrapp video { width: 100%; max-height: 700px; object-fit: cover; border-radius: 20px; height: 100%; display: block;}
.banner-wrapp .banner-content { width: 100%;position: relative;}
.banner-wrapp .video-wrapp:after {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgb(0 0 0 / 30%); border-radius: 20px;}
.banner-wrapp h3 { font-size: 14px; text-transform: uppercase; font-weight: 500; color: var(--primary); margin: 0 0 10px; letter-spacing: 1px;}
.banner-wrapp h2 {font-size: 38px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}


/* -----------abouts-wrapp----------- */
.abouts-wrapp {padding: 80px 0;position: relative;}
.abouts-wrapp .abouts-row { width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center;}
.abouts-wrapp .abouts-col1 { width: 45%;}
.abouts-wrapp .abouts-col1 img {width: 100%; border-radius: 10px;}
.abouts-wrapp .abouts-col2 { width: 46%;}
.abouts-wrapp  h3 { font-size: 14px; text-transform: uppercase; font-weight: 500; color: var(--global); margin: 0 0 10px; letter-spacing: 1px;}
.abouts-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 20px;}
.abouts-wrapp  p { font-size: 16px; line-height: 1.56; color: #3b3b3b; margin: 0 0 20px;}
.abouts-wrapp .about-btn { display: inline-block; padding: 14px 28px; background: var(--global);  border: 1px solid var(--global);border-radius: 30px; color: var(--primary); font-size: 14px; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; font-family: "Montserrat", sans-serif;}
.abouts-wrapp .about-btn:hover { background: none; color: var(--global);}
.abouts-wrapp:before { content: ""; position: absolute; width: 50%; height: 100%; background: linear-gradient(340deg,rgba(0, 0, 0, 0.1) 0%, transparent 100%); top: 0;left: 0; z-index: -1;}



/* ---------product-wrapp----------- */
.product-wrapp { padding: 80px 0; text-align: center;}
.product-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}
.product-wrapp .tabs {width: 100%; margin: 0 0 30px;}
.product-wrapp .tabs ul { display: flex; width: fit-content; margin: 0 auto; padding: 10px 15px; background: #eaeaea; border-radius: 30px;overflow-x: hidden; white-space: nowrap; scroll-behavior: smooth; max-width: 100%;}
.product-wrapp .tabs ul li { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; font-family: "Montserrat", sans-serif; flex: 1 1 auto;}
.product-wrapp .tabs ul li a { padding: 6px 10px; display: inline-block; color: var(--secondary);}
.product-wrapp .tabs ul li a.active { background: var(--global); color: var(--primary); border-radius: 30px;}
.product-wrapp .product-col2 { width: 100%;}
.product-wrapp .tab-content { width: 100%;}
.product-wrapp .tab-content .tab-pane { display: none; width: 100%;}
.product-wrapp .tab-content .tab-pane.active { display: block;}
.product-wrapp .tab-content .product-slider { width: 100%;}
.product-wrapp .tab-content .product-slider .slick-track { display: flex;}
.product-wrapp .tab-content .product-slider .slick-track .slick-slide { height: inherit;}
.product-wrapp .tab-content .product-slider .slick-track .slick-slide > div { width: 92%; margin: 0 auto;}
.product-wrapp .tab-content .product-slide { width: 100%; height: 100%;}
.product-wrapp .tab-content .product-box { width: 100%; margin: 0 0 26px;}
.product-wrapp .tab-content .product-box .product-img { width: 100%; margin: 0 0 15px;}
.product-wrapp .tab-content .product-box .product-img img { width: 100%; height: 250px; object-fit: cover;}
.product-wrapp h3 { font-size: 16px; font-weight: 500; color: var(--secondary);}
.product-wrapp .view-btn { display: inline-block; padding: 14px 28px; background: var(--global); border: 1px solid var(--global); border-radius: 30px; color: var(--primary); font-size: 14px; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; font-family: "Montserrat", sans-serif; margin: 30px 0 0;}
.product-wrapp .view-btn:hover { background: none; color: var(--global);}




/* ------------service-wrapp----------- */
.service-wrapp { padding: 80px 0; background: #eaeaea;}
.service-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.service-wrapp .service-col1 { width: 48%;}
.service-wrapp .service-icon { width: 58px; margin: 0 0 20px;}
.service-wrapp  h3 { font-size: 18px; font-weight: 600; color: var(--secondary); margin: 0 0 14px;}
.service-wrapp p { font-size: 16px; line-height: 1.56; color: #3b3b3b; margin: 0 0 20px;}
.service-wrapp ul { width: 100%; margin: 0 0 20px;}
.service-wrapp ul li { font-size: 16px; line-height: 1.56; color: #3b3b3b; position: relative;padding-left: 10px;}
.service-wrapp ul li:before { content: "\2022"; position: absolute; left: 0;}
.service-wrapp h4 { font-size: 16px; font-weight: 600; color: var(--secondary); margin: 0 0 14px;}



/* ------------brands-wrapp----------- */
.brands-wrapp {padding: 70px 0 50px; text-align: center;}
.brands-wrapp h2 {    font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}
.brands-wrapp .brands-row { width: 100%; margin: 0 0 20px;}
.brands-wrapp .brands-row .slick-track { display: flex;}
.brands-wrapp .brands-row .slick-track .slick-slide { height: inherit;}
.brands-wrapp .brands-row .slick-track .slick-slide > div { width: 90%; margin: 0 auto; height: 100%;}
.brands-wrapp .brands-item { width: 100%; height: 100%;}
.brands-wrapp .brands-item img { width: 100%; height: 100%; object-fit: contain; max-height: 80px;}
.full-width {	width: 100% !important;}
.brands-slider1 .slick-list { direction: rtl;}
.brands-slider1 .slick-track { left: 0 !important; right: auto !important;}
.brands-slider1.brands-row {    display: block !important;}


/* -----------quote-wrapp----------- */
.quote-wrapp {padding: 100px 0 80px; text-align: center; position: relative; background: url(../images/quote-img.jpg) no-repeat center center/cover; background-attachment: fixed;}
.quote-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--primary); margin: 0 0 20px;}
.quote-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.quote-wrapp .quote-row { width: 100%; max-width: 780px; margin: 0 auto; position: relative;  z-index: 1;}
.quote-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgb(0 0 0 / 46%);}




.contact-wrapp {padding: 70px 0;}
.contact-wrapp h3 {font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; color: var(--global); margin: 0 0 10px; text-align: center;}
.contact-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px; text-align: center;}
.contact-wrapp .contact-row1 { width: 100%; max-width: 800px; margin: 0 auto 0;}
.contact-wrapp .contact-form { width: 100%;text-align: center;}
.contact-wrapp .contact-form .text-fields {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp .contact-form .text-fields .text-field {width: 48%;}
.contact-wrapp .contact-form  input { width: 100%; height: 54px; margin: 0 0 10px; border: 1px solid var(--global);border-radius: 80px; padding: 12px 20px;  color: var(--global); font-size: 16px;}
.contact-wrapp .contact-form textarea { width: 100%; height: 198px; margin: 0 0 10px;border: 1px solid var(--global); border-radius: 25px; padding: 12px 20px; color: var(--global); font-size: 16px;  resize: none;}
.contact-wrapp .contact-form button { display: inline-block;font-size: 14px; font-weight: 500;font-family: "Montserrat", sans-serif; text-transform: uppercase;letter-spacing: .5px; color: var(--primary); padding: 16px 26px; background: var(--global); border: 1px solid var(--global); transition: all .25s ease-in-out; cursor: pointer; border-radius: 80px; margin: 20px auto 0;}
.contact-wrapp .contact-form button:hover {color: var(--global);background: none;}


.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-field-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row { margin:  0 0 0; justify-content: space-between; flex-direction: row;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid { padding: 0 0 0; width: 48%; flex: inherit;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid textarea { height: 198px;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button {display: inline-block; font-size: 14px; font-weight: 500; font-family: "Montserrat", sans-serif; text-transform: uppercase; letter-spacing: .5px; color: var(--primary); padding: 16px 26px; background: var(--global);  border: 1px solid var(--global); transition: all .25s ease-in-out; cursor: pointer; border-radius: 80px; margin: 20px auto 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover {  color: var(--global); background: none;}



.footer-wrapp {background: #e3f3ff; padding: 50px 0 20px;}
.footer-wrapp .footer-row {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-wrapp .footer-col1 { width: 28%;}
.footer-wrapp .logo { width: 150px; margin: 0 0 20px;}
.footer-wrapp p { font-size: 16px; line-height: 1.56; color: #3b3b3b; margin: 0 0 20px;}
.footer-wrapp h3 { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--secondary); margin: 0 0 10px;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp ul li { font-size: 16px; line-height: 1.56; color: #3b3b3b; margin: 0 0 10px;}
.footer-wrapp ul li a { color: #3b3b3b;}
.footer-wrapp ul li a:hover { color: var(--global);}
.footer-wrapp .footer-col4 { width: 30%;}
.footer-wrapp .footer-col4 ul li { padding-left: 30px; position: relative; margin: 0 0 20px;}
.footer-wrapp .footer-col4 ul li .icon {position: absolute;width: 22px;left: 0;top: 3px;}
.footer-wrapp .social { width: 100%; margin: 30px 0 0;}
.footer-wrapp .social ul { display: flex; flex-wrap: wrap;}
.footer-wrapp .social ul li { padding: 0 0 0; margin: 0 20px 0 0;}
.footer-wrapp .social ul li .social-icon { width: 35px; height: 35px; display: block; background: var(--global); padding: 8px; border-radius: 50%; border: 1px solid var(--global); transition: all .25s ease-in-out;}
.footer-wrapp .social ul li .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 8px; transition: all .25s ease-in-out; border: 1px solid transparent;}
.footer-wrapp .social ul li .social-icon img { width: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .social ul li .social-icon > img { opacity: 0;}
.footer-wrapp .social ul li .social-icon:hover > img { opacity: 1;}
.footer-wrapp .social ul li .social-icon:hover .hover-icon { opacity: 0;}
.footer-wrapp .social ul li .social-icon:hover { background: none;}
.footer-wrapp  .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid var(--global); margin: 20px 0 0; padding: 20px 0 0;}
.footer-wrapp .footer-row1 p { font-size: 14px; margin: 0 0 0;}
.footer-wrapp .footer-row1 p a { color: #3b3b3b; text-decoration: underline;}
.footer-wrapp .footer-row1 p a:hover { color: var(--global); text-decoration: none;}


/* ----------inner-banner----------- */
.inner-banner { height: 300px; overflow: hidden; position: relative;}
.inner-banner .bg-img { position: absolute; right: 0; top: 0; width: calc(100% + 150px); height: calc(100% + 150px); will-change: transform; animation: bgPos 100s linear infinite;}
.inner-banner img { width: 100%;  height: 100%;  object-fit: cover;}
.inner-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}
.inner-banner .inner-banner-text { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; text-align: center;}
.inner-banner h1 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--primary);}



/* ----------about-wrapp------------ */
.about-wrapp {padding: 80px 0;}
.about-wrapp .about-row {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 0 50px;border-bottom: 1px solid #c0c0c0;padding-bottom: 30px;}
.about-wrapp .about-row:last-child { margin: 0 0 0; padding: 0 0 0; border: none;}
.about-wrapp .about-col1 { width: 30%;}
.about-wrapp .about-col2 { width: 65%;}
.about-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}
.about-wrapp  p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.about-wrapp h3 { font-size: 24px; text-transform: uppercase; font-weight: 600; color: var(--secondary);  margin: 0 0 19px;}



/* -----------mission-wrapp----------- */
.mission-wrapp { padding: 80px 0;  background: var(--global);}
.mission-wrapp .mission-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 50px; border-bottom: 1px solid #c0c0c0; padding-bottom: 50px; align-items: center;}
.mission-wrapp  .mission-col1 { width: 40%;}
.mission-wrapp .mission-col2 { width: 56%;}
.mission-wrapp .mission-col1 img { width: 100%; height: 352px; object-fit: cover; border-radius: 10px;}
.mission-wrapp h2 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--primary); margin: 0 0 18px;}
.mission-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.mission-wrapp ul { width: 100%; margin: 0 0 20px;}
.mission-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 24px; background: url(../images/check-mark.png) no-repeat left / 14px; background-position-y: 6px;}
.mission-wrapp .mission-row:last-child { flex-direction: row-reverse; border: none; padding: 0 0 0; margin: 0 0  0;}




/* ----------offering-wrapp----------- */
.offering-wrapp {padding: 80px 0; text-align: center;}
.offering-wrapp h2 {  font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 40px;}
.offering-wrapp .offering-row { width: 100%; display: flex; flex-wrap: wrap;}
.offering-wrapp  .offering-col1 { width: 23.5%; margin: 0 2% 0 0; background: #eaeaea; padding: 25px 25px 5px; position: relative; border-radius: 10px; z-index: 1; overflow: hidden;}
.offering-wrapp .offering-col1:nth-child(4n) { margin-right: 0;}
.offering-wrapp h3 { font-size: 16px;text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 17px;}
.offering-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.offering-wrapp .offering-col1 .numbering { position: absolute; font-size: 100px; font-weight: 800; color: #d9d9d9; bottom: -32px; right: -6px; z-index: -1;}


/* ---------products-wrapp----------- */
.products-wrapp {padding: 80px 0;}
.products-wrapp .products-row { width: 100%;  display: flex;  flex-wrap: wrap; justify-content: space-between;}
.products-wrapp  .products-col1 { width: 24%;}
.products-wrapp .products-nav { width: 100%; padding: 20px; background: #eaeaea; border-radius: 10px; position: sticky; top: 177px;}
.products-wrapp h3 { font-size: 22px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 8px;}
.products-wrapp .products-nav ul { width: 100%;}
.products-wrapp .products-nav ul li { font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; font-family: "Montserrat", sans-serif; border-bottom: 1px solid #969696; padding: 0 0 0; margin: 0 0 0; background: none; line-height: normal;}
.products-wrapp .products-nav ul li a { display: block; padding: 12px 0; color: var(--secondary); background: none;background-position-y: 12px;}
.products-wrapp .products-nav ul li.active a { padding-left: 24px; color: var(--global); background: url(../images/right.png) no-repeat left top / 18px; background-position-y: 12px;}
.products-wrapp .products-nav ul li a:hover { padding-left: 24px; color: var(--global); background: url(../images/right.png) no-repeat left top / 18px; background-position-y: 12px;}
.products-wrapp .products-col2 { width: 72%;}
.products-wrapp .products-row1 { width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 30px; background: #eaeaea; padding: 20px; border-radius: 10px; justify-content: space-between; align-items: center;}
.products-wrapp .products-col3 { width: 48%;}
.products-wrapp .products-col4 { width: 48%;}
.products-wrapp .products-row1:nth-child(2n) { flex-direction: row-reverse;}
.products-wrapp .products-row1:last-child { margin: 0 0 0;}
.products-wrapp .products-col3 img { width: 100%; border-radius: 6px;}
.products-wrapp ul { width: 100%;}
.products-wrapp ul li { font-size: 16px;line-height: 1.56; margin: 0 0 5px; padding-left: 25px; background: url(../images/right.png) no-repeat left top / 18px; background-position-y: 3px;}
.products-wrapp .product-select.mob { display: none;}


/* ---------getin-wrapp----------- */
.getin-wrapp { background: #e3f3ff; padding: 50px 0;}
.getin-wrapp .getin-row {width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between;}
.getin-wrapp .getin-col1 { width: 48%;}
.getin-wrapp h2 {font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--secondary); margin: 0 0 20px;}
.getin-wrapp ul { width: 100%;}
.getin-wrapp ul li {font-size: 16px;line-height: 1.56;color: #3b3b3b;padding-left: 30px;position: relative;margin: 0 0 30px;}
.getin-wrapp ul li a { color: #3b3b3b;}
.getin-wrapp ul li a:hover { color: var(--global);}
.getin-wrapp ul li .icon {position: absolute;width: 22px;left: 0;top: 3px;}
.getin-wrapp .social {width: 100%;margin: 40px 0 0;}
.getin-wrapp .social ul { display: flex; flex-wrap: wrap;}
.getin-wrapp .social ul li { padding: 0 0 0; margin: 0 20px 0 0;}
.getin-wrapp .social ul li .social-icon { width: 35px; height: 35px; display: block; background: var(--global); padding: 8px; border-radius: 50%; border: 1px solid var(--global); transition: all .25s ease-in-out;}
.getin-wrapp .social ul li .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 8px; transition: all .25s ease-in-out; border: 1px solid transparent;}
.getin-wrapp .social ul li .social-icon img { width: 100%; transition: all .25s ease-in-out;}
.getin-wrapp .social ul li .social-icon > img { opacity: 0;}
.getin-wrapp .social ul li .social-icon:hover > img { opacity: 1;}
.getin-wrapp .social ul li .social-icon:hover .hover-icon { opacity: 0;}
.getin-wrapp .social ul li .social-icon:hover { background: none;}
.getin-wrapp .getin-col2 { width: 48%;}
.getin-wrapp .getin-col2 iframe { width: 100%; height: 400px; border-radius: 10px;}


.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;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(--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: "Montserrat", 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: "Montserrat", sans-serif; text-transform: uppercase; }
.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;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: var(--global); padding: 12px 26px 12px; color: var(--primary); font-size: 13px; text-transform: uppercase; border: 1px solid var(--global); border-radius: 50px; font-family: "Montserrat", 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: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(--global);}
.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) {
.banner-wrapp h1 {font-size: 34px;}
.banner-wrapp h2 {font-size: 34px;}
.abouts-wrapp h2 { font-size: 30px;}
.product-wrapp h2 { font-size: 30px;}
.product-wrapp h3 { font-size: 14px;}
.product-wrapp .tab-content .product-box .product-img img { height: 19.3vw;}
.service-wrapp h2 {font-size: 30px;}
.brands-wrapp h2 { font-size: 30px;}
.quote-wrapp h2 { font-size: 30px;}
.contact-wrapp h2 { font-size: 30px;}

.inner-banner h1 { font-size: 30px;}
.about-wrapp h2 { font-size: 30px;}
.about-wrapp h3 { font-size: 22px;}
.mission-wrapp h2 { font-size: 30px;}
.offering-wrapp h2 { font-size: 30px;}

.products-wrapp h3 { font-size: 20px;}
.products-wrapp .products-nav ul li { font-size: 14px;}
.products-wrapp .products-col1 { width: 28%;}
.products-wrapp .products-col2 { width: 70%;}

.getin-wrapp h2{ font-size: 30px;}

}


@media screen and (max-width:992px) {
.banner-wrapp h1 {font-size: 32px;}
.banner-wrapp h2 {font-size: 32px;}
.abouts-wrapp h2 { font-size: 28px;}
.product-wrapp h2 { font-size: 28px;}
.product-wrapp h3 { font-size: 14px;}
.product-wrapp .tab-content .product-box .product-img img { height: 28.8vw;}
.service-wrapp h2 {  font-size: 28px;}
.brands-wrapp h2 { font-size: 28px;}
.quote-wrapp h2 { font-size: 28px;}
.contact-wrapp h2 { font-size: 28px;}
.header-wrapp .header-menu { display: none;}
.header-btns { display: none;}
.header-wrapp .logo { width: 99px;}
.banner-wrapp { padding: 30px 0 50px;}
.banner-wrapp .banner-cont { margin: 0 auto 30px;}
.product-wrapp .tabs ul li a { padding: 6px 8px;}
.product-wrapp .tabs ul { padding: 8px 10px;}
.product-wrapp .tabs ul li { font-size: 11px;}
.footer-wrapp .logo { width: 120px;}
.footer-wrapp p {  font-size: 14px;}
.footer-wrapp .footer-col1 { width: 25%;}
.footer-wrapp ul li {  font-size: 14px;}
.abouts-wrapp .about-btn { font-size: 12px;}
.product-wrapp .view-btn {  font-size: 12px;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button { font-size: 12px;}


.about-wrapp h2 { font-size: 28px;}
.about-wrapp h3 { font-size: 20px;}
.mission-wrapp h2 { font-size: 28px;}
.offering-wrapp h2 { font-size: 28px;}
.offering-wrapp .offering-col1 { padding: 20px 20px 0;}
.offering-wrapp h3 { font-size: 14px;}
.offering-wrapp p { font-size: 14px;}

.products-wrapp h3 { font-size: 18px;}
.products-wrapp .products-nav ul li { font-size: 13px;}
.products-wrapp .products-col1 { width: 29%;}
.products-wrapp .products-col2 { width: 69%;}
.products-wrapp ul li { font-size: 14px; background-size: 16px; padding-left: 20px;}

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

.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: 20px 0;}
.overlay ul li {font-size: 30px;font-weight: 500;font-family: "Montserrat", sans-serif;text-transform: uppercase; border-bottom: 1px solid var(--primary);}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 56px;z-index: 999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--global);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn .active span{background: var(--primary);}
.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); font-size: 26px;}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.dropdown-menu > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul li.dropdown-menu > a:hover {background: url(../images/chevron-down-black.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul ul.sub-menu li a { padding: 10px 0;}
.overlay .overlay-menu {width: 100%; height: 100%; overflow-y: auto;}
.sticky-found .burger-btn { top: 44px;}

}


@media screen and (max-width:767px) {
.banner-wrapp h1 {font-size: 30px;}
.banner-wrapp h2 {font-size: 30px;}

.abouts-wrapp { padding: 50px 0;}
.abouts-wrapp .abouts-col1 { width: 100%;}
.abouts-wrapp .abouts-col2 { margin: 0 0 30px; width: 100%;}
.abouts-wrapp .abouts-row { flex-direction: column-reverse;}
.abouts-wrapp:before { width: 100%;}
.abouts-wrapp h2 { font-size: 26px;}

.product-wrapp { padding: 50px 0;}
.product-wrapp h2 { font-size: 26px;}

.service-wrapp { padding: 50px 0;}
.service-wrapp h2 { font-size: 26px;}
.service-wrapp .service-col1 { width: 100%; margin: 0 0 20px;}
.service-wrapp .service-col1:last-child { margin-bottom: 0;}
.service-wrapp .service-icon { width: 50px;}

.brands-wrapp { padding: 50px 0;}
.brands-wrapp h2 { font-size: 26px;}

.quote-wrapp { padding: 70px 0 50px;}
.quote-wrapp h2 { font-size: 26px;}

.contact-wrapp { padding: 50px 0;}
.contact-wrapp h2 { font-size: 26px;}

.footer-wrapp .footer-col1 { width: 100%; margin: 0 0 20px;}
.footer-wrapp .footer-col4 {  width: 45%;}
.footer-wrapp .footer-row1 {flex-direction: column;align-items: center;text-align: center;}

.inner-banner h1 {font-size: 30px;}
.about-wrapp h2 { font-size: 26px; margin: 0 0 14px;}
.about-wrapp h3 {font-size: 18px;}
.mission-wrapp h2 {font-size: 26px;}
.offering-wrapp h2 { font-size: 26px;}
.offering-wrapp .offering-col1 {width: 48%; padding: 20px 20px 0; margin: 0 4% 20px 0;}
.offering-wrapp h3 { font-size: 14px;}
.offering-wrapp p {  font-size: 14px;}
.about-wrapp { padding: 50px 0 30px;}
.about-wrapp .about-col1 {  width: 100%;}
.about-wrapp .about-col2 { width: 100%;}
.about-wrapp .about-row { padding-bottom: 20px; margin: 0 0 40px;}
.mission-wrapp {padding: 50px 0;}
.mission-wrapp .mission-col1 { width: 100%; margin: 0 0 24px;}
.mission-wrapp .mission-col1 img { height: inherit;  max-height: 63vw;}
.mission-wrapp .mission-col2 { width: 100%;}
.mission-wrapp .mission-row { margin: 0 0 50px; padding-bottom: 20px;}
.offering-wrapp .offering-col1:nth-child(2n) { margin-right: 0;}
.offering-wrapp {  padding: 50px 0 40px;}


.products-wrapp .products-nav {display: none;}
.products-wrapp .products-col1 { width: 100%; margin: 0 0 30px;}
.products-wrapp .products-col2 { width: 100%;}
.products-wrapp .product-select.mob {display: block;}
.products-wrapp .product-select select { width: 100%; height: 50px; border: 1px solid var(--global); border-radius: 80px; padding: 12px 20px; color: var(--global);font-size: 16px; font-family: "Open Sans", sans-serif; max-width: 290px; cursor: pointer; background: url(../images/chevron-down-solid-full.svg) no-repeat center / 16px; background-position-x: 95%; outline: none;}
.products-wrapp {padding: 50px 0;}

.getin-wrapp h2{ font-size: 26px;}

.getin-wrapp .getin-col1 { width: 100%;margin: 0 0 30px;}
.getin-wrapp .getin-col2 { width: 100%;}
.getin-wrapp ul li { font-size: 14px; padding-left: 26px;}
.getin-wrapp ul li .icon { width: 20px; top: 2px;}

}


@media screen and (max-width:600px) {
.banner-wrapp h1 {font-size: 28px;}
.banner-wrapp h2 {font-size: 28px;}
.banner-wrapp .banner-cont { margin: 0 auto 0;}
.abouts-wrapp h2 {  font-size: 24px;}
.product-wrapp h2 { font-size: 24px;}
.product-wrapp .tab-content .product-box .product-img img { height: 57.6vw;}
.brands-wrapp h2 { font-size: 24px;}
.quote-wrapp h2 { font-size: 24px;}
.contact-wrapp h2 { font-size: 24px;}
.footer-wrapp {text-align: center;}
.footer-wrapp .logo { margin: 0 auto 30px;}
.footer-wrapp .footer-row > div { width: 100%; margin: 0 0 10px;}
.footer-wrapp ul li { display: inline-block; margin: 0 5px 10px;}
.footer-wrapp .footer-col4 ul li .icon { top: 6px; position: relative; display: inline-block; margin: 0 5px 0 0;}
.footer-wrapp .footer-col4 ul li { padding: 0  0 0; margin: 0 5px 10px;}
.footer-wrapp .social ul { justify-content: center;}
.footer-wrapp .social ul li { margin: 0 10px 0;}



.inner-banner h1 { font-size: 28px;}
.about-wrapp h2 { font-size: 24px; margin: 0 0 14px;}
.about-wrapp h3 { font-size: 18px;}
.mission-wrapp h2 { font-size: 24px;}
.offering-wrapp h2 { font-size: 24px;}

.getin-wrapp h2{ font-size: 24px;}

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

}


@media screen and (max-width:480px) {
.banner-wrapp .video-wrapp video {height: 300px;}
.banner-wrapp h1 { font-size: 24px;}
.banner-wrapp h2 { font-size: 24px;}
.abouts-wrapp h2 { font-size: 20px;}
.product-wrapp h2 { font-size: 20px; margin: 0 0 20px;}
.service-wrapp h2 { font-size: 20px;}
.brands-wrapp h2 { font-size: 20px;  margin: 0 0 24px;}
.quote-wrapp h2 {  font-size: 20px;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid { width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button { margin: 0 0 0;}


.inner-banner h1 { font-size: 24px;}
.about-wrapp h2 { font-size: 20px;margin: 0 0 14px;}
.about-wrapp h3 { font-size: 16px;}
.mission-wrapp h2 { font-size: 20px;}
.offering-wrapp h2 { font-size: 20px;}
.offering-wrapp .offering-col1 { width: 100%; margin: 0 0 20px 0;}

.products-wrapp .products-col3 { width: 100%; margin: 0 0 24px;}
.products-wrapp .products-col4 { width: 100%;}

.getin-wrapp h2{ font-size: 20px;}

.defualt-page-section h2 { font-size: 20px;}

}