@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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:"Outfit", 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: #1A728B;}
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: "Outfit", sans-serif;}
p, p span { font-family: "Outfit", 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: 10px 0;  position: absolute; top: 0; left: 0; z-index: 9; transition: all 0.3s ease-in-out;}
.header-wrapp .header-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.header-wrapp .logo { width: 128px; transition: all .25s ease-in-out;}
.header-wrapp .header-right {  width: auto;}
.header-wrapp .header-right ul {  width: 100%;}
.header-wrapp .header-right ul li {display: inline-block;font-size: 18px;color: var(--secondary);font-weight: 500;margin: 0 0 0 15px;}
.header-wrapp .header-right ul li a { color: var(--secondary); padding: 10px; display: block;}
.header-wrapp .header-right ul li a:hover { color: var(--global);}

.header-wrapp.sticky {position: fixed;background: var(--primary);z-index: 9; animation: .7s slide-down;}
.header-wrapp.sticky .logo { width: 110px;}


@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

.overlay{display: none;}
.burger-btn{display: none;}



/* --------banner-wrapp--------- */
.banner-wrapp { height: 100vh; position: relative;}
.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: url(../images/mask-img.png) no-repeat center / 100%; opacity: 70%; background-position-y: bottom;}
.banner-wrapp .banner-content { width: 100%; position: absolute; top: 50%; left: 0;  transform: translateY(-50%); text-align: right;}
.banner-wrapp h1 {  font-size: 50px; color: var(--secondary);  margin: 0 0 20px;  font-weight: 300;}
.banner-wrapp h1 span { display: block; font-weight: 500; color: var(--global);}
.banner-wrapp p { font-size: 18px; line-height: 1.56; margin: 0 0 20px;}
.banner-wrapp .banner-btn { width: fit-content; font-size: 16px;display: flex; flex-wrap: wrap; align-items: center; padding: 12px 22px 14px 28px;background: var(--global);border: 1px solid var(--global);border-radius: 50px;color: var(--primary); margin: 0 0 0 auto;}
.banner-wrapp .banner-btn:hover { -webkit-transform: scale(1.015); transform: scale(1.015); -webkit-filter: brightness(110%); filter: brightness(110%);}
.banner-wrapp .banner-btn .arrow { width: 30px; margin: 0 0 0 12px; transition: all .25s ease-in-out;}
.banner-wrapp .banner-btn:hover .arrow { -webkit-transform: scale(1.15); transform: scale(1.15);}
.banner-wrapp .social {width: 100%; position: absolute; left: 0; bottom: 30px;}
.banner-wrapp .social ul { width: auto;}
.banner-wrapp .social ul li { display: inline-block; margin: 0 10px 0 0;}
.banner-wrapp .social ul li .icon { display: block; width: 30px; height: 30px; background: var(--global); padding: 7px; border: 1px solid var(--global); border-radius: 50%; transition: all .25s ease-in-out;}
.banner-wrapp .social ul li .icon img { width: 100%; height: 100%; filter: brightness(10); transition: all .25s ease-in-out;}
.banner-wrapp .social ul li .icon:hover { background: none;}
.banner-wrapp .social ul li .icon:hover img { filter: none;}


/* --------about-wrapp------- */
.about-wrapp { padding: 70px 0;}
.about-wrapp .about-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.about-wrapp .about-col1 {width: 48%;}
.about-wrapp .about-col1 .about-col2 { width: 94%; max-width: 630px; float: right;}
.about-wrapp .about-col3 { width: 48%;}
.about-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--global); position: relative; padding: 0 0 3px; margin: 0 0 10px;}
.about-wrapp h3:after { content: ""; width: 40px; height: 2px; background: var(--global); display: inline-block; position: absolute; bottom: 0; left: 0;}
.about-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 20px;}
.about-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.about-wrapp .about-col3 img { width: 100%; height: 100%; object-fit: cover;}
.about-wrapp h2 span { font-weight: 500;}



/* --------service-wrapp-------- */
.service-wrapp { padding: 70px 0 20px; text-align: center; background: #f6f6f6;}
.service-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 20px;}
.service-wrapp h2 span { font-weight: 500;}
.service-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap; margin: 60px 0 0;}
.service-wrapp .service-col1 { width: 30%;  margin: 0 5% 40px 0; text-align: left;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 0;}
.service-wrapp .service-icon { width: 60px;margin: 0 0 20px;}
.service-wrapp h3 { font-size: 20px; font-weight: 500; color: var(--global); margin: 0 0 9px;}
.service-wrapp .service-icon img { width: 100%; filter: invert(1);}


/* ----------group-wrapp---------- */
.group-wrapp { padding: 0 0 70px; text-align: center;}
.group-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 20px;}
.group-wrapp h2 span { font-weight: 500;}
.group-wrapp .group-row { width: 100%; display: flex; flex-wrap: wrap;  max-width: 700px; margin: 40px auto 0; justify-content: center;}
.group-wrapp .group-col1 { width: 30%; margin: 0 5% 0 0;}
.group-wrapp .group-col1:last-child { margin-right: 0;}
.group-wrapp .group-col1 img {width: 100%;height: 100%; object-fit: contain; max-height: 100px;}


/* -----------product-wrapp--------- */
.product-wrapp { padding: 70px 0; text-align: center;}
.product-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 20px;}
.product-wrapp h2 span { font-weight: 500;}
.product-wrapp .product-row { width: 100%; display: flex; flex-wrap: wrap; max-width: 850px; margin: 40px auto 0;}
.product-wrapp .product-col1 { width: 31.3%; margin: 0 3% 0 0; padding: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 10px;}
.product-wrapp .product-col1:last-child { margin-right: 0;}
.product-wrapp .product-col1 img { width: 100%; height: 100%; object-fit: contain;}



/* ------------mission-wrapp---------- */
.mission-wrapp { padding: 70px 0; background: url(../images/mission-bg.jpg) no-repeat center / cover; background-attachment: fixed;
  @supports (-webkit-touch-callout: none) {
    background-attachment: inherit !important;
}
}
.mission-wrapp .mission-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-col1 { width: 30%;}
.mission-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--primary); margin: 0 0 20px;}
.mission-wrapp h2 span { font-weight: 500;}
.mission-wrapp  .mission-col2 { width: 65%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-box { width: 48%; background: var(--primary); padding: 40px 40px 20px;}
.mission-wrapp h3 { font-size: 20px; color: var(--global); font-weight: 500; margin: 0 0 20px;}
.mission-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}



/* -----------testimonial-wrapp---------- */
.testimonial-wrapp {padding: 70px 0;}
.testimonial-wrapp h2 { font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 20px; text-align: center;}
.testimonial-wrapp h2 span { font-weight: 500;}
.testimonial-wrapp .testimonial-row { width: 100%; margin: 20px 0 0;}
.testimonial-wrapp .slick-track {display: flex;flex-wrap: wrap;padding: 25px 0;}
.testimonial-wrapp .slick-track .slick-slide { height: inherit;}
.testimonial-wrapp .slick-track .slick-slide > div { width: 94%; height: 100%; margin: 0 auto;}
.testimonial-wrapp .testimonial-col1 { width: 100%; height: 100%; padding: 24px; margin: 0 0; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.testimonial-wrapp .testimonial-col1 .quote { width: 35px; height: 35px; background: #f6f6f6; padding: 8px; border-radius: 50%; margin: 0 0 15px;}
.testimonial-wrapp .testimonial-col1 .quote img { width: 100%; height: 100%;}
.testimonial-wrapp .testimonial-col1 p { font-size: 16px; line-height: 1.56; margin: 0 0 20px; font-style: italic;}
.testimonial-wrapp .testimonial-col1 .star { margin: 0 0 20px; width: 100px;}
.testimonial-wrapp .testimonial-col1  h3 { font-size: 16px; font-weight: 500; line-height: 1.56;}
.testimonial-wrapp .testimonial-col1 h3 span { font-weight: 300; display: block;}



/* ---------partners-wrapp--------- */
.clients-wrapp {padding: 40px 0 80px; text-align: center;}
.clients-wrapp h2 {font-size: 36px; font-weight: 300; color: var(--secondary); margin: 0 0 40px; text-align: center;}
.clients-wrapp h2 span {font-weight: 500;}
.clients-wrapp .clients-row { width: 100%;}
.clients-wrapp .slick-slide { padding: 0 15px;}
.clients-wrapp .clients-col1 img { width: 100%; max-height: 56px; object-fit: contain;}
.clients-wrapp .slick-dots { bottom: -60px;}
.clients-wrapp .clients-slider .slick-track {display: flex; flex-wrap: wrap; align-items: center;}



/* ----------contact-wrapp-------- */
.contact-wrapp { padding: 70px 0; position: relative;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.contact-wrapp .contact-col1 { width: 50%;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp h2 { font-size: 36px; color: var(--secondary); margin: 0 0 40px;}
.contact-wrapp input { width: 100%; height: 54px; margin: 0 0 20px; border: 1px solid var(--global); border-radius: 8px; padding: 12px 15px;}
.contact-wrapp textarea { width: 100%; height: 130px; margin: 0 0 20px; border: 1px solid var(--global); border-radius: 8px; padding: 12px 15px; resize: none;}
.contact-wrapp .submit-btn { display: inline-block; padding: 12px 28px; background: var(--global); border: 1px solid var(--global); color: var(--primary); font-family: "Outfit", sans-serif;  border-radius: 50px; font-size: 16px; transition: all .25s ease-in-out;  cursor: pointer;}
.contact-wrapp .submit-btn:hover { background: none; color: var(--global);}
.contact-wrapp p {font-size: 16px;line-height: 1.56;color: var(--primary);margin: 0 0 20px;}
.contact-wrapp .contact-add { width: 100%;}
.contact-wrapp .contact-add li { display: block; font-size: 16px; line-height: 1.56; margin: 0 0 15px; padding-left: 30px; position: relative;}
.contact-wrapp .contact-add li a {color: var(--primary);}
.contact-wrapp .contact-add li a:hover {color: var(--global);}
.contact-wrapp .contact-add li .icon { display: inline-block; width: 20px; height: 20px; position: absolute; left: 0; top: 3px;}
.contact-wrapp .social-icons { width: 100%;  margin: 30px 0 0;}
.contact-wrapp .social-icons ul { width: 100%;}
.contact-wrapp .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.contact-wrapp .social-icons ul li .icon {display: inline-block;width: 40px;height: 40px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid var(--global);transition: all .25s ease-in-out;z-index: 55;background: var(--global);}
.contact-wrapp .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon img {width: 100%;height: 100%;transition: all .25s ease-in-out;filter: brightness(10);}
.contact-wrapp .contact-col2 { width: 40%;}
.contact-wrapp .social-icons ul li:hover .icon { background: none;}
.contact-wrapp .social-icons ul li:hover .icon img { filter: none;}
.contact-wrapp h3 { font-size: 36px; color: var(--global); letter-spacing: 1.3px; margin: 0 0 10px;}
.contact-wrapp:after { content: "";  position: absolute; width: 46%; height: 80%; background: var(--secondary); left: 0; top: 50%; transform: translateY(-50%);  z-index: -1;}



/* ------footer-wrapp-------- */
.footer-wrapp {padding: 60px 0 20px; background: var(--secondary);}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .logo { width: 140px; padding: 0 0; margin: 0 0 0; position: relative; z-index: 1;}
.footer-wrapp .footer-menu { width: auto;}
.footer-wrapp .footer-menu ul { width: 100%;}
.footer-wrapp .footer-menu ul li {display: inline-block;font-size: 18px; font-weight: 500; margin: 0 0 0 30px; }
.footer-wrapp .footer-menu ul li a { color: var(--primary); padding: 10px; display: inline-block;}
.footer-wrapp .footer-menu ul li a:hover { color: var(--global);}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid #fff;}
.footer-wrapp p { font-size: 12px; line-height: 1.56; color: var(--primary);}
.footer-wrapp p a { color: var(--global);}
.footer-wrapp p a:hover { color: var(--primary);}
.footer-wrapp .social-icons {width: auto;}
.footer-wrapp .social-icons ul { width: auto;}
.footer-wrapp .social-icons ul li { display: inline-block; margin: 0 0 0 15px;}
.footer-wrapp .social-icons ul li .icon { display: block; width: 30px; height: 30px; background: var(--global); padding: 7px; border: 1px solid var(--global); border-radius: 50%; transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; filter: brightness(10); transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon:hover { background: none;}
.footer-wrapp .social-icons ul li .icon:hover img { filter: none;}


.whatsapp-icon { width: 50px; height: 50px;  background: #11bb19;  color: #fff !important;  position: fixed; right: 30px; bottom: 52px; z-index: 1050; border-radius: 50%; text-align: center; font-size: 24px; line-height: 50px; -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1); box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5); display: flex; justify-content: center; align-items: center;}
.whatsapp-icon img { width: 21px;}
@keyframes puls {

to {

  box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);

}

}




@media screen and (max-width:1200px) {
.banner-wrapp .bg-img:after { background-size: cover;}
.banner-wrapp h1 { font-size: 46px;}

.about-wrapp h2 {font-size: 32px;}
.group-wrapp h2 { font-size: 32px;}

.service-wrapp h2 {font-size: 32px;}

.product-wrapp h2 { font-size: 32px;}

.mission-wrapp h2 {font-size: 32px;}

.testimonial-wrapp h2 {font-size: 32px;}

.clients-wrapp h2 {font-size: 32px;}

.contact-wrapp h2 { font-size: 32px; margin: 0 0 20px;}
.contact-wrapp h3 { font-size: 32px;}

}


@media screen and (max-width:992px) {
.header-wrapp .header-right { display: none;}
.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: 40px;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: 36px;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:hover span{background-position: 50% 0;}
.burger-btn .active span {background: var(--primary);}
.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%;}
  

.header-wrapp.sticky {position: absolute; background: none;}
.header-wrapp.sticky .logo {width: 128px;}
.header-wrapp { position: absolute; transform: none !important;}
.banner-wrapp .social { display: none;}
.overlay .social {width: 100%;margin: 30px 0 0;}
.overlay .social ul { width: auto;}
.overlay .social ul li {display: inline-block;margin: 0 15px 0 0;}
.overlay .social ul li .icon {display: block;width: 35px;height: 35px;background: var(--primary);padding: 7px;border: 1px solid var(--primary);border-radius: 50%;transition: all .25s ease-in-out;}
.overlay .social ul li .icon img {width: 100%;height: 100%;transition: all .25s ease-in-out;}
.overlay .social ul li .icon:hover { background: none;}
.overlay .social ul li .icon:hover img {filter: brightness(10);}


.banner-wrapp { height: 520px;}
.banner-wrapp .bg-img:after { background: var(--primary);}
.banner-wrapp .banner-content { text-align: center; padding: 50px 0 0;}
.banner-wrapp h1 { font-size: 40px;}
.banner-wrapp .banner-btn { margin: 0 auto;}
.banner-wrapp .banner-btn .arrow { width: 20px;}


.about-wrapp h2 { font-size: 30px;}

.group-wrapp h2 {font-size: 30px;}

.service-wrapp h2 {font-size: 30px;}

.product-wrapp h2 { font-size: 30px;}

.mission-wrapp h2 { font-size: 30px; margin: 0 0 30px;}
.mission-wrapp .mission-box {padding: 30px 30px 10px;}
.mission-wrapp h3 { margin: 0 0 10px;}

.testimonial-wrapp h2 {font-size: 30px;}

.clients-wrapp h2 {font-size: 30px;}

.contact-wrapp h2 { font-size: 30px; }
.contact-wrapp h3 { font-size: 30px;}

.footer-wrapp .logo { width: 110px;}
.footer-wrapp .footer-menu ul li { margin: 0 0 0 12px;}

}

@media screen and (max-width:767px) {
.about-wrapp .about-col1 { width: 100%; margin: 0 0 20px;}
.about-wrapp .about-col1 .about-col2 { width: 100%;}
.about-wrapp .about-row { max-width: 90%; margin: 0 auto;}
.about-wrapp .about-col3 { width: 100%;}

.service-wrapp .service-col1 {width: 48%; margin: 0 4% 40px 0;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 4%;}
.service-wrapp .service-col1:nth-child(2n) { margin-right: 0;}

.container{max-width: 90%;}

.product-wrapp .product-col1 {padding: 15px;}

.footer-wrapp .footer-menu ul li { margin: 0 5px;}
.footer-wrapp .logo { margin: 0 auto 20px;}
.footer-wrapp .footer-menu { width: 100%; text-align: center; margin: 0 0 20px;}
.footer-wrapp .social-icons { margin: 0 auto;}
  
.mission-wrapp .mission-col1 { width: 100%;}
.mission-wrapp .mission-col2 { width: 100%;}
}

@media screen and (max-width:600px) {
.banner-wrapp h1 { font-size: 38px;}

.contact-wrapp .contact-col1 { width: 100%;}
.contact-wrapp .contact-col2 { width: 100%; margin: 0 0 80px;}
.contact-wrapp .contact-row { flex-direction: column-reverse;}
.contact-wrapp:after {width: 100%;top: 0;transform: none;height: 44%;}

.footer-wrapp .footer-row1 {flex-direction: column; align-items: center; text-align: center;}
.footer-wrapp p { margin: 0 0 5px;}

}

@media screen and (max-width:480px) {
.banner-wrapp h1 { font-size: 30px;}
.header-wrapp .logo { width: 95px;}

.overlay ul li { font-size: 38px;}

.about-wrapp h2 { font-size: 28px; }

.group-wrapp h2 { font-size: 28px;}

.service-wrapp h2 {font-size: 28px;}
.service-wrapp .service-col1 { width: 100%; margin: 0 0 40px !important; text-align: center;}
.service-wrapp .service-icon { margin: 0 auto 20px;}

.product-wrapp h2 { font-size: 28px;}
.product-wrapp .product-col1 { padding: 9px;}


.mission-wrapp h2 { font-size: 28px;}
.mission-wrapp .mission-box { width: 100%; margin: 0 0 20px;}

.testimonial-wrapp h2 {font-size: 28px;}

.clients-wrapp h2 {font-size: 28px;}
  
.contact-wrapp h2 { font-size: 28px; }
.contact-wrapp h3 { font-size: 28px;}

.footer-wrapp .footer-menu ul li { font-size: 16px;}
.footer-wrapp .footer-menu ul li a { padding: 6px;}

}