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

/* CSS Document © 2026 Envinto */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&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:"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: auto; }
:root { --primary: #ffffff; --secondary:#1C1C18; --global: #63BB46; }
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: "Space Grotesk", 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(--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;}


/* ----------header-wrapp---------- */
.header-wrapp { padding: 10px 0; position: absolute; left: 0; top: 0; z-index: 9; border-bottom: 1px solid #7E7E7E;}
.header-wrapp .header-row {  width: 100%;  display: flex;  flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo { width: 120px;}
.header-wrapp .logo 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; text-transform: uppercase; letter-spacing: 1.2px;  font-weight: 500; margin: 0 10px;}
.header-wrapp .header-menu ul li a { color: var(--primary); padding: 2px 0; position: relative;}
.header-wrapp .header-menu ul li a:hover { color: var(--global);}
.header-wrapp .header-menu ul li a:after { content: "";  position: absolute;  width: 100%;  height: 1px; left: 0; bottom: 0; background: var(--global); opacity: 0; transition: all .25s ease-in-out;}
.header-wrapp .header-menu ul li.active a:after {  opacity: 1;}
.header-wrapp .header-menu ul li.active a { color: var(--global);}.header-wrapp .header-menu ul li a:hover:after {  opacity: 1;}
.header-wrapp .header-btn { display: inline-block; padding: 12px 18px; background: var(--global); color: var(--primary);  font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global);  border-radius: 8px;}
.header-wrapp .header-btn:hover { color: var(--global);  background: none;}

.header-wrapp.sticky {position: fixed;z-index: 9; animation: .7s slide-down; background: var(--primary);}
.header-wrapp.sticky .logo { width: 100px;}
.header-wrapp.sticky .header-menu ul li a { color: var(--secondary);}
.header-wrapp.sticky .header-menu ul li a:hover { color: var(--global);}
.header-wrapp.sticky .header-menu ul li.current-menu-item a { color: var(--global);}
.header-wrapp.sticky .header-menu ul li.current-menu-item a:after { opacity: 1;}


@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 { width: 100%; height: 100%; position: relative;}
.banner-wrapp .bg img { width: 100%; height: 100%; object-fit: cover;}
.banner-wrapp .bg:after {  content: "";  position: absolute;  width: 100%;  height: 100%;  top: 0; left: 0;  background: rgb(0 0 0 / 60%);}
.banner-wrapp .banner-content { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.banner-wrapp .banner-row { width: 100%;  display: flex;  flex-wrap: wrap; align-items: center;  justify-content: space-between;}
.banner-wrapp .banner-col1 { width: 52%;}
.banner-wrapp  h3 { color: var(--global);  font-size: 12px; text-transform: uppercase;  padding-left: 49px; position: relative; margin: 0 0 10px;}
.banner-wrapp h3:before {  content: ""; position: absolute; width: 40px;  height: 1px;  background: var(--global); left: 0;  top: 50%;  transform: translateY(-50%);}
.banner-wrapp h1 { font-size: 60px; font-weight: 700; color: var(--primary); text-transform: uppercase; margin: 0 0 10px;}
.banner-wrapp h1 span {  display: block;}
.banner-wrapp  h6 { font-size: 18px; color: var(--primary);  letter-spacing: 2.4px;  margin: 0 0 20px;}
.banner-wrapp p { font-size: 16px;  color: var(--primary);  line-height: 1.56;  margin: 0 0 30px;}
.banner-wrapp .banner-btns { width: 100%;  display: flex; flex-wrap: wrap;}
.banner-wrapp .banner-btn { display: inline-block;  padding: 12px 18px;  background: var(--global);  color: var(--primary); font-size: 14px; letter-spacing: .5px;  border: 1px solid var(--global); border-radius: 8px; margin: 0 20px 0 0;}
.banner-wrapp .banner-btn1 {  display: inline-block;  padding: 12px 18px;  background: none;  color: var(--primary); font-size: 14px; letter-spacing: .5px;  border: 1px solid var(--primary);  border-radius: 8px;}
.banner-wrapp .banner-btn:hover {  color: var(--global);  background: none;}
.banner-wrapp .banner-btn1:hover {  background: var(--primary);  color: var(--global);}
.banner-wrapp .banner-col2 {  width: 46%;  display: flex; flex-wrap: wrap;  justify-content: space-between;}
.banner-wrapp .banner-col2 .banner-box {  width: 48%;  background: rgb(0 0 0 / 50%);  margin: 0 0 20px;  padding: 20px;  border-left: 2px solid #E5E5E5;}
.banner-wrapp .banner-col2 .banner-box h4 {  font-size: 36px;  color: var(--primary);  font-weight: 500;  letter-spacing: -.4px;}
.banner-wrapp .banner-col2 .banner-box p {  margin: 0 0 0;  font-size: 14px;  letter-spacing: 1.5px; font-weight: 600;}
.banner-wrapp p span { display: block;}


/* -----------abouts-wrapp---------- */
.abouts-wrapp { padding: 80px 0;}
.abouts-wrapp .abouts-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.abouts-wrapp .abouts-col1 { width: 46%;}
.abouts-wrapp .abouts-col1 img { width: 100%; height: 370px;  object-fit: cover;}
.abouts-wrapp .abouts-col1  .abouts-imgs {width: 100%;  display: flex;  flex-wrap: wrap; justify-content: space-between; margin: 15px 0 0;}
.abouts-wrapp .abouts-col1 .abouts-imgs .abouts-img1 {  width: 49%;}
.abouts-wrapp .abouts-col1 .abouts-imgs .abouts-img1 img { height: 230px;}
.abouts-wrapp .abouts-col2 { width: 50%;}
.abouts-wrapp h3 { font-size: 12px; color: var(--global); font-weight: 700; margin: 0 0 10px;}
.abouts-wrapp  h2 { font-size: 38px; font-weight: 500;  color: var(--secondary);  margin: 0 0 20px;}
.abouts-wrapp h2 span { color: var(--global); display: block;}
.abouts-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.abouts-wrapp ul { width: 100%; padding-top: 20px; border-top: 1px solid var(--global); display: flex; flex-wrap: wrap; margin: 0 0 10px;}
.abouts-wrapp ul li { width: 32.66%; margin: 0 1% 20px 0; font-size: 16px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;  padding-left: 28px; position: relative;}
.abouts-wrapp ul li:nth-child(3n) { margin-right: 0;}
.abouts-wrapp ul li .about-number { color: var(--global); font-weight: 700; position: absolute; left: 0;}
.abouts-wrapp .about-btn { display: flex; align-items: center; font-size: 18px; font-weight: 700; color: var(--global);  letter-spacing: 1.2px; width: fit-content;}
.abouts-wrapp .about-btn .icon { width: 11px; margin: 0 0 0 10px; position: relative;}
.abouts-wrapp .about-btn .icon img {  width: 100%; transition: all .25s ease-in-out;}
.abouts-wrapp .about-btn .icon .hover-icon { position: absolute; width: 100%; height: 100%;  top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.abouts-wrapp .about-btn:hover .icon .hover-icon { opacity: 1;}
.abouts-wrapp .about-btn:hover .icon > img {  opacity: 0;}
.abouts-wrapp .about-btn:hover { color: var(--secondary);}



/* ---------service-wrapp--------- */
.service-wrapp {position: relative;}
.service-wrapp .service-row { width: 100%;display: flex; flex-wrap: wrap; background: #09313B; justify-content: space-between; position: sticky; top: 0;  margin: 0 0 20px;}
.service-wrapp .service-row:last-child{margin: 0 0 0;}
.service-wrapp .service-col1 { width: 50%;}
.service-wrapp .service-col1 img { width: 100%; object-fit: cover;  height: 80vh;}
.service-wrapp  .service-col2 { width: 47%; display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 80px 0;}
.service-wrapp .service-col2 .service-right { width: 94%; max-width: 633px;}
.service-wrapp .service-number {  font-size: 70px; color: #9C9C9C4D; position: absolute; right: 5%; top: 20px;}
.service-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px;}
.service-wrapp h2 { font-size: 28px;  color: var(--primary); font-weight: 500; margin: 0 0 10px;}
.service-wrapp  ul {  width: 100%; margin: 0 0 20px;}
.service-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary); border-bottom: 1px solid #63BB461A;  padding-bottom: 10px; margin: 0 0 10px; padding-left: 20px; position: relative;}
.service-wrapp ul li:before { content: ""; position: absolute; width: 6px; height: 6px; background: var(--global); left: 0; top: 9.2px;}
.service-wrapp .service-btn { display: flex; align-items: center; font-size: 18px; font-weight: 600; color: var(--global); letter-spacing: 1.2px; width: fit-content; border-bottom: 1px solid #63BB464D;}
.service-wrapp .service-btn .icon { width: 11px; margin: 0 0 0 10px; position: relative;}
.service-wrapp .service-btn .icon img { width: 100%; transition: all .25s ease-in-out;}
.service-wrapp .service-btn .icon .hover-icon {  position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.service-wrapp .service-btn:hover {  color: var(--primary);}
.service-wrapp .service-btn:hover .hover-icon { opacity: 1;}
.service-wrapp .service-btn:hover .icon >img { opacity: 0;}




/* -----------industry-wrapp----------- */
.industry-wrapp { padding: 80px 0;}
.industry-wrapp .industry-head { width: 100%; max-width: 708px; margin: 0 0 30px;}
.industry-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px;}
.industry-wrapp h2 { font-size: 38px;font-weight: 500; color: var(--secondary); margin: 0 0 14px;}
.industry-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary);}
.industry-wrapp .industry-row { width: 100%; display: flex; flex-wrap: wrap;}
.industry-wrapp  .industry-col1 { width: 24%; margin: 0 1.33% 0 0; overflow: hidden; position: relative; cursor: pointer; min-height: 240px;}
.industry-wrapp .industry-col1:nth-child(4) { margin-right: 0;}
.industry-wrapp .industry-col1 img { width: 100%; height: 100%; object-fit: cover; transition: all .25s ease-in-out;}
.industry-wrapp .industry-col1 .industry-cont { position: absolute; width: 100%; left: 0;  bottom: 0; padding: 20px; z-index: 1;}
.industry-wrapp .industry-col1 .industry-cont .industry-icon { width: 35px; border: 1px solid #63BB46; padding: 5px; border-radius: 8px; margin: 0 0 10px;}
.industry-wrapp .industry-col1 .industry-cont h4 {  font-size: 18px; color: var(--primary);  font-family: "Manrope", sans-serif; text-transform: uppercase; font-weight: 500; margin: 0 0 8px;}
.industry-wrapp .learn-btn { display: flex; align-items: center; font-size: 14px; font-weight: 600; color: var(--global); letter-spacing: 1.2px;width: fit-content; border-bottom: 1px solid #63BB464D;text-transform: uppercase;}
.industry-wrapp .learn-btn .icon { width: 11px; margin: 0 0 0 5px; position: relative;}
.industry-wrapp .industry-col1 .industry-cont p { font-size: 12px;  color: var(--primary); margin: 0 0 15px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;}
.industry-wrapp .learn-btn .icon img { transition: all .25s ease-in-out; transform: none !important;}
.industry-wrapp .learn-btn .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.industry-wrapp .learn-btn:hover { color: var(--primary);}
.industry-wrapp .learn-btn:hover .hover-icon { opacity: 1;}
.industry-wrapp .learn-btn:hover .icon > img { opacity: 0;}
.industry-wrapp .industry-col1:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(0deg, #121414 0%, rgba(18, 20, 20, 0.2) 71.63%, rgba(18, 20, 20, 0) 100%);}
.industry-wrapp .industry-col1:hover img { transform: scale(1.08);}
.industry-wrapp .industry-col1:hover .industry-cont .industry-icon { background: var(--global);}
.industry-wrapp .industry-col1:hover .industry-cont .industry-icon img { filter: brightness(100); transform: none;}



/* -----------whychoose-wrapp------------- */
.whychoose-wrapp { background: #09313B; padding: 80px 0;}
.whychoose-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase;}
.whychoose-wrapp h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 30px;}
.whychoose-wrapp h2 span { display: block;}
.whychoose-wrapp .whychoose-row { width: 100%; display: flex; flex-wrap: wrap;}
.whychoose-wrapp .whychoose-col1 { width: 19%; margin: 0 1.25% 0 0; background: #0B3641; border: 1px solid #0B3641; padding: 35px 20px; cursor: pointer; transition: all .25s ease-in-out;}
.whychoose-wrapp .whychoose-col1:last-child { margin-right: 0;}
.whychoose-wrapp  .number { font-size: 14px; color: #536178; margin: 0 0 20px; display: block;}
.whychoose-wrapp .whychoose-icon { width: 24px; margin: 0 0 20px;}
.whychoose-wrapp .whychoose-icon img { width: 100%;}
.whychoose-wrapp h4 { font-size: 18px;  color: var(--primary);  margin: 0 0 10px;}
.whychoose-wrapp p { font-size: 14px;color: #94A3B8; line-height: 1.56;}
.whychoose-wrapp .whychoose-col1:hover { border-top: 2px solid #63BB46;}



/* -----------presence-wrapp----------- */
.presence-wrapp .presence-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.presence-wrapp  .presence-col1 { width: 48%;  padding:50px 0; display: flex; flex-wrap: wrap; align-items: center;}
.presence-wrapp .presence-left { width: 94%; max-width: 633px;margin: 0 0 0 auto;}
.presence-wrapp .presence-col2 { width: 50%;}
.presence-wrapp .presence-col2 img { width: 100%; height: 100%; object-fit: cover;}
.presence-wrapp h3 {  font-size: 12px;  color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase;}
.presence-wrapp h2 { font-size: 38px; font-weight: 500; color: var(--secondary); margin: 0 0 14px;}
.presence-wrapp h2 span { display: block;}
.presence-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.presence-wrapp .presence-col { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #B4B4B4; padding: 20px 0 0; row-gap: 20px;}
.presence-wrapp .presence-col3 { width: 48%;}
.presence-wrapp h5 {  font-size: 20px;  font-weight: 500; color: var(--global);  margin: 0 0 10px;}
.presence-wrapp h4 { font-size: 18px; font-weight: 500;  color: var(--secondary); margin: 0 0 10px;}
.presence-wrapp .presence-col p { margin: 0 0 0;}



/* ------------certi-wrapp----------- */
.certi-wrapp {padding: 80px 0; background: #09313B;}
.certi-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase;}
.certi-wrapp h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 10px;}
.certi-wrapp p {  font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.certi-wrapp .certi-row { width: 100%; display: flex; flex-wrap: wrap;}
.certi-wrapp .certi-col1 { width: 24%; margin: 0 1.33%  0 0;}
.certi-wrapp .certi-col1:last-child { margin-right: 0;}
.certi-wrapp .certi-col1 .certi-box {  width: 100%; border: 1px solid #FFFFFF33; text-align: center; padding: 25px 20px; border-radius: 8px; margin: 0 0 30px;}
.certi-wrapp .certi-col1 .certi-box .certi-img { width: 60px; margin:  0 auto 20px;}
.certi-wrapp .certi-col1 .certi-box .certi-img img { width: 100%;}
.certi-wrapp h4 { font-size: 18px; text-transform: uppercase; font-family: "Manrope", sans-serif; color: var(--primary);}
.certi-wrapp h6 { font-size: 16px; color: var(--global); margin: 0 0 10px;}
.certi-wrapp h5 { font-size: 18px; text-transform: uppercase; font-family: "Manrope", sans-serif; color: var(--primary); font-weight: 700; margin: 0 0 10px;}
.certi-wrapp .certi-col1 p { margin: 0 0 0; color: #FFFFFFB2;}



/* -----------contact-wrapp--------- */
.contact-wrapp {padding: 80px 0;}
.contact-wrapp .contact-row { width: 100%; display: flex;  flex-wrap: wrap; justify-content: space-between; align-items: center;}
.contact-wrapp  .contact-col1 { width: 54%;}
.contact-wrapp .contact-col2 { width: 42%;}
.contact-wrapp  h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase;}
.contact-wrapp h2 { font-size: 38px;  font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 14px;}
.contact-wrapp h2 span { color: var(--global); display: block;}
.contact-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary);  margin: 0 0 20px;}
.contact-wrapp .contact-details { width: 100%; padding-left: 20px; border-left: 1px solid #63BB46; margin: 30px 0 0;}
.contact-wrapp .contact-details .contact-item { width: 100%; display: flex;  flex-wrap: wrap;  margin: 26px 0 0;}
.contact-wrapp .contact-details .contact-item .contact-icon { width: 48px; margin: 0 15px 0 0;}
.contact-wrapp .contact-details .contact-item  .contact-info { width: 100%; flex: 1;}
.contact-wrapp h6 {  font-size: 14px; color: #000000B2; margin: 0 0 2px; font-family: "Manrope", sans-serif;}
.contact-wrapp h4 { font-size: 18px; font-weight: 500; color: #000000; font-family: "Manrope", sans-serif;}
.contact-wrapp h4 a { color: var(--secondary);}
.contact-wrapp h4 a:hover {  color: var(--global);}
.contact-wrapp .contact-form { background: #EEEEEE; padding: 30px; border-radius: 12px;}
.contact-wrapp .contact-form .text-fields { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp .contact-form .text-field { width: 100%; margin: 0 0 10px;}
.contact-wrapp .contact-form label { font-size: 12px; color: #000000; display: block;  letter-spacing: 1px; margin: 0 0 10px;font-weight: 400;}
.contact-wrapp .contact-form input { width: 100%; background: var(--primary); border: 1px solid #FFFFFF1A; height: 52px; padding: 15px; border-radius: 4px; margin: 0 0 10px; font-size: 16px;}
.contact-wrapp .contact-form input::placeholder { color: #000000B2;}
.contact-wrapp .contact-form .text-field:first-child { width: 48%;}
.contact-wrapp .contact-form .text-field:nth-child(2) { width: 48%;}
.contact-wrapp .contact-form  select {  width: 100%; border: 1px solid #FFFFFF1A !important; height: 52px; padding: 15px; border-radius: 4px; margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 16px; cursor: pointer; appearance: unset !important; background:var(--primary)  url(../images/chevron-down.svg) no-repeat center / 18px; background-position-x: 97%; outline: none;}
.contact-wrapp .contact-form textarea { width: 100%;  background: var(--primary); border: 1px solid #FFFFFF1A; height: 120px; padding: 15px;border-radius: 4px; margin: 0 0 10px; font-size: 16px; resize: none;}
.contact-wrapp .contact-form .submit-btn { display: inline-block; padding: 15px 18px; background: var(--global); color: var(--primary); font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; font-family: "Manrope", sans-serif; text-transform: uppercase;  width: 100%; transition: all .25s ease-in-out; cursor: pointer;}
.contact-wrapp .contact-form .submit-btn:hover { background: none; color: var(--global);}




/* ----------footer-wrapp---------- */
.footer-wrapp {background: #09313B; padding: 50px 0 20px;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-wrapp .footer-col1 { width: 20%;}
.footer-wrapp .logo { width: 150px; margin: 0 0 20px;}
.footer-wrapp .logo img { width: 100%;}
.footer-wrapp  .adreass { width: 100%;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp  li { font-size: 14px; line-height: 1.56; color: #E2E2E2;}
.footer-wrapp .adreass li span { display: block;}
.footer-wrapp li a { color: #E2E2E2;}
.footer-wrapp li a:hover { color: var(--global);}
.footer-wrapp .links { width: 15%;}
.footer-wrapp h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--primary); font-weight: 700; font-family: "Manrope", sans-serif; margin: 0 0 18px;}
.footer-wrapp .links li { margin: 0 0 10px;}
.footer-wrapp .social-links ul {display: flex; flex-wrap: wrap;}
.footer-wrapp .social-links ul li { margin: 0 0 0 14px;}
.footer-wrapp .social-links ul li a {background: #FFFFFF1A;width: 40px;height: 40px;border-radius: 50%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 10px;}
.footer-wrapp .social-links ul li a:hover { background: var(--global);}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #FFFFFF;}
.footer-wrapp .footer-row1 p {font-size: 14px;color: #FFFFFF;letter-spacing: 1.5px;}
.footer-wrapp .footer-row1 p span { font-weight: 600;}
.footer-wrapp .footer-row1 p a { color: var(--primary); text-decoration: underline; font-weight: 600;}
.footer-wrapp .footer-row1 p a:hover { color: var(--global);}



/* ---------inner-banner---------- */
.inner-banner {text-align: center;}
.inner-banner .banner-col1 { width: 100%; max-width: 990px; margin: 0 auto;}
.inner-banner .banner-btns { justify-content: center;}



/* ----------about-wrapp---------- */
.about-wrapp {padding: 80px 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%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.about-wrapp .about-imgs { width: 49%;}
.about-wrapp .about-imgs > div { width: 100%;}
.about-wrapp .about-imgs .about-img1 { margin: 0 0 11px;}
.about-wrapp .about-imgs:nth-child(2) { margin: 40px 0 0;}
.about-wrapp .about-col2 { width: 48%;}
.about-wrapp h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 20px;}
.about-wrapp h2 span { display: block;}
.about-wrapp p { font-size: 16px; line-height: 1.56;  color: var(--secondary); margin: 0 0 20px;}
.about-wrapp ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.about-wrapp ul li {  width: 49%; margin: 0 0 10px; display: flex; flex-wrap: wrap; border: 1px solid #C2C7CB; padding: 11px; border-radius: 8px; align-items: center; font-weight: 600;}
.about-wrapp ul li .about-icon {margin: 0 10px 0 0;}



/* ---------mission-wrapp----------- */
.mission-wrapp {background: #0E2B35;padding: 80px 0;}
.mission-wrapp .mission-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-col { width: 48%; border: 1px solid #FFFFFF33; backdrop-filter: blur(20px); padding: 35px; border-radius: 16px;}
.mission-wrapp .mission-col .icon { width: 35px; margin: 0 0 16px;}
.mission-wrapp h3 {  font-size: 20px; color: var(--primary); font-weight: 600; margin: 0 0 10px;}
.mission-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary);}



/* ----------capabality-wrapp----------- */
.capabality-wrapp { padding: 80px 0;}
.capabality-wrapp h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 20px; text-align: center;}
.capabality-wrapp .capabality-row { width: 100%; display: flex; flex-wrap: wrap;}
.capabality-wrapp .capabality-col { width: 24%; border: 1px solid #C2C7CB; margin: 0 1.33% 0 0; padding: 20px; border-radius: 16px;}
.capabality-wrapp .capabality-col:last-child { margin-right: 0;}
.capabality-wrapp .capabality-col .icon { width: 25px; margin: 0 0 15px;}
.capabality-wrapp h3 { font-size: 20px; color: #1A1C1C; font-weight: 600; margin: 0 0 10px;}
.capabality-wrapp  p { font-size: 16px; color: #42484A; line-height: 1.56;}



/* -----------industry-wrapp1------------ */
.industry-wrapp1 {padding: 80px 0; background: #0E2B35;}
.industry-wrapp1 h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 30px; text-align: center;}
.industry-wrapp1 .industry-row { width: 100%; display: flex; flex-wrap: wrap;}
.industry-wrapp1 .industry-col { width: 24%; position: relative; margin: 0 1.33% 0 0; border-radius: 16px; overflow: hidden;}
.industry-wrapp1 img { width: 100%; height: 100%; object-fit: cover;}
.industry-wrapp1 .industry-col:last-child {  margin-right: 0;}
.industry-wrapp1 .industry-col .industry-cont { position: absolute; width: 100%; left: 0; bottom: 25px; padding: 0 25px; z-index: 1;}
.industry-wrapp1 h3 { font-size: 18px; color: var(--global); font-family: "Manrope", sans-serif; font-weight: 600; margin: 0 0 7px;}
.industry-wrapp1  p { font-size: 14px; color: var(--primary); line-height: 1.56;}
.industry-wrapp1 .industry-col:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0;  left: 0; background: linear-gradient(0deg, #00161D 0%, rgba(0, 22, 29, 0.2) 50%, rgba(0, 22, 29, 0) 100%);}



/* ----------asset-wrapp------------ */
.asset-wrapp {padding: 80px 0 50px;}
.asset-wrapp .asset-head { width: 100%; max-width: 745px; margin: 0 0 30px;}
.asset-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px; text-transform: uppercase;}
.asset-wrapp h2 { font-size: 38px;font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 7px;}
.asset-wrapp h2 span { display: block;}
.asset-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.asset-wrapp .asset-row { width: 100%; display: flex; flex-wrap: wrap;}
.asset-wrapp .asset-col { width: 49%;  background: #F3F3F4; border-radius: 16px; overflow: hidden; margin: 0 2% 30px 0;}
.asset-wrapp .asset-col .asset-img { width: 100%;}
.asset-wrapp .asset-col:nth-child(2n) { margin-right: 0;}
.asset-wrapp .asset-col .asset-img img { width: 100%; height: 235px; object-fit: cover;}
.asset-wrapp .asset-col .asset-cont { width: 100%; padding: 20px;}
.asset-wrapp h4 { font-size: 20px; color: var(--secondary); font-weight: 700; font-family: "Manrope", sans-serif;  margin: 0 0 10px;}
.asset-wrapp .asset-col .asset-cont p { margin: 0 0 0;}



/* -----------certi-wrapp1----------- */
.certi-wrapp1 {background: #F9F9F9; padding: 80px 0; text-align: center;}
.certi-wrapp1 h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 7px;}
.certi-wrapp1 p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.certi-wrapp1 .certi-row { width: 100%; display: flex; flex-wrap: wrap; margin: 40px 0 0;}
.certi-wrapp1 .certi-col { width: 24%; background: var(--primary);  padding: 35px 20px; border: 1px solid #E2E2E2; margin: 0 1.33% 0 0; border-radius: 12px;}
.certi-wrapp1 .certi-col:last-child { margin-right: 0;}
.certi-wrapp1 .certi-col .certi-icon { width: 35px; margin: 0 auto 15px;}
.certi-wrapp1  h3 { font-size: 20px; color: var(--secondary); font-weight: 700; font-family: "Manrope", sans-serif; margin: 0 0 10px;}
.certi-wrapp1 .certi-col p { font-size: 14px; margin: 0 0 0;}
.banner-wrapp h1 .highlight { color: var(--global);}



/* ----------solution-wrapp---------- */
.solution-wrapp {padding: 80px 0; background: #0E2B35;}
.solution-wrapp .solution-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.solution-wrapp .solution-col1 { width: 48%; position: relative; border-radius: 12px; overflow: hidden;}
.solution-wrapp .solution-col1:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(0deg, rgba(0, 22, 29, 0.8) 0%, rgba(0, 22, 29, 0) 100%);}
.solution-wrapp .solution-col1 img { width: 100%; object-fit: cover;}
.solution-wrapp  .solution-col2 { width: 48%;}
.solution-wrapp  h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 10px;}
.solution-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.solution-wrapp .solution-items { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.solution-wrapp .solution-item { width: 49%; margin: 0 0 20px; border: 1px solid #FFFFFF1A; backdrop-filter: blur(20px); padding: 20px; border-radius: 12px;}
.solution-wrapp .solution-item .solution-icon { width: 22px; margin: 0 0 16px;}
.solution-wrapp .solution-item .solution-icon img { width: 100%;}
.solution-wrapp .solution-item h3 { font-size: 18px; color: var(--primary); font-weight: 600; margin: 0 0 7px;}
.solution-wrapp .solution-item p { margin: 0 0 0; font-size: 14px;}




/* -----------solution-wrapp1------------- */
.solution-wrapp1 {padding: 80px 0; background: #F9F9F9;}
.solution-wrapp1 .solution-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: self-start;}
.solution-wrapp1 .solution-col1 { width: 48%;}
.solution-wrapp1 h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 7px;}
.solution-wrapp1 p { font-size: 14px; line-height: 1.56; color: #42484A; margin: 0 0 20px; max-width: 68%;}
.solution-wrapp1 .solution-item { width: 100%; background: var(--primary); padding: 15px; display: flex; flex-wrap: wrap; border-left: 4px solid #63BB46; border-radius: 12px; margin: 20px 0 0;}
.solution-wrapp1 .solution-item .solution-icon { width: 36px; margin: 0 14px 0 0;}
.solution-wrapp1 .solution-item .solution-icon img { width: 100%;}
.solution-wrapp1 .solution-item .solution-detail { width: 100%; flex: 1;}
.solution-wrapp1 h3 { font-size: 16px; color: var(--secondary); font-weight: 700; font-family: "Manrope", sans-serif; margin: 0 0 5px;}
.solution-wrapp1 .solution-item p { max-width: inherit; font-size: 14px; margin: 0 0 0;}
.solution-wrapp1 .solution-col2 { width: 50%;  position: relative; border-radius: 12px;}
.solution-wrapp1 .solution-col2 img { width: 100%;  border-radius: 12px;box-shadow: 0px 25px 50px -12px #00000040;}
.solution-wrapp1 .solution-col2 .quote { position: absolute; background: #00161D; top: 30px; left: -85px; padding: 15px 20px; border-left: 8px solid #63BB46; width: 207px;}
.solution-wrapp1 .solution-col2 .quote p { color: var(--primary); font-size: 12px; margin: 0 0 7px;max-width: inherit;}
.solution-wrapp1 .solution-col2 .quote h3 { color: #63BB46; font-size: 10px; text-transform: uppercase; font-weight: 600; margin: 0 0 0;}



/* ------------equi-wrapp------------ */
.equi-wrapp { padding: 80px 0;}
.equi-wrapp .equi-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.equi-wrapp .eui-col1 {width: 48%; border-radius: 12px; overflow: hidden; position: relative;}
.equi-wrapp .eui-col1 img { width: 100%; height: 100%;}
.equi-wrapp .eui-col1:after {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #00161D66;}
.equi-wrapp .equi-col2 { width: 49%;  display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 20px;}
.equi-wrapp .equi-col2 .equi-col { width: 48%; border: 1px solid #C2C7CB; border-radius: 12px; padding: 20px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between;}
.equi-wrapp .equi-col2 .equi-col .equi-icon { width: 30px;  position: relative; margin: 0 0 30px;}
.equi-wrapp .equi-col2 .equi-col .equi-icon img { width: 100%; transition: all .25s ease-in-out;}
.equi-wrapp .equi-col2 .equi-col .equi-icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;}
.equi-wrapp .equi-col2 .equi-col:hover .equi-icon .hover-icon { opacity: 1;}
.equi-wrapp .equi-col2 .equi-col:hover .equi-icon > img { opacity: 0;}
.equi-wrapp .equi-col2 .equi-col:hover { background: var(--global) !important;}
.equi-wrapp .equi-col2 .equi-col:first-child {  background: #09313B;}
.equi-wrapp .equi-col2 .equi-col:last-child { background: #09313B;}
.equi-wrapp .equi-cont { width: 100%;}
.equi-wrapp h3 { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; margin: 0 0 10px; color: #00161D; transition: all .25s ease-in-out;}
.equi-wrapp  p { font-size: 12px; line-height: 1.56;color: #42484A; transition: all .25s ease-in-out;}
.equi-wrapp .equi-col2 .equi-col:first-child h3 { color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:first-child p { color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:last-child h3 { color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:last-child p {  color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:hover h3 { color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:hover p { color: var(--primary);}
.equi-wrapp .equi-col2 .equi-col:first-child:hover h3 { color: #09313B;}
.equi-wrapp .equi-col2 .equi-col:first-child:hover p { color: #09313B;}
.equi-wrapp .equi-col2 .equi-col:last-child:hover h3 {color: #09313B;}
.equi-wrapp .equi-col2 .equi-col:last-child:hover p {color: #09313B;}



/* ----------rent-wrapp----------- */
.rent-wrapp {padding: 80px 0; background: #00161D; position: relative;overflow: hidden;}
.rent-wrapp .rent-head { width: 100%; max-width: 600px;}
.rent-wrapp  h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; margin: 0 0 10px;  text-transform: uppercase;}
.rent-wrapp h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 10px;}
.rent-wrapp  p { font-size: 14px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.rent-wrapp .rent-row { width: 100%;   display: flex; flex-wrap: wrap;}
.rent-wrapp  .rent-col1 { width: 24%;margin: 0 1.33% 0 0; position: relative; background: #0E2B35B2; border: 1px solid #FFFFFF1A; border-radius: 12px; overflow: hidden;}
.rent-wrapp .rent-col1:last-child { margin-right: 0;}
.rent-wrapp .rent-col1 .rent-img { width: 100%;}
.rent-wrapp .rent-col1 .rent-img img { width: 100%; height: 125px; object-fit: cover;}
.rent-wrapp .rent-col1 .rent-cont { width: 100%; padding: 20px;}
.rent-wrapp .rent-col1 h4 { font-size: 14px; font-weight: 600; font-family: "Manrope", sans-serif; color: var(--primary);margin: 0 0 10px;}
.rent-wrapp .rent-col1 p { color: #E2E2E2;}
.rent-wrapp .rent-col1 .view-btn { display: flex; align-items: center; font-size: 14px; font-weight: 600; color: var(--global); letter-spacing: 1.2px; width: fit-content; text-transform: uppercase;}
.rent-wrapp .rent-col1 .view-btn .icon { width: 11px; margin: 0 0 0 5px;position: relative;}
.rent-wrapp .rent-col1 .view-btn .icon img { transition: all .25s ease-in-out; width: 100%;}
.rent-wrapp .rent-col1 .view-btn .icon .hover-icon { position: absolute;  width: 100%;  height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.rent-wrapp .rent-col1 .view-btn:hover .icon .hover-icon { opacity: 1;}
.rent-wrapp .rent-col1 .view-btn:hover .icon > img { opacity: 0;}
.rent-wrapp .rent-col1 .view-btn:hover { color: var(--primary);}
.rent-wrapp .element {position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 28%;}
.rent-wrapp .element img { width: 100%;}




/* ------------indus-wrapp------------ */
.indus-wrapp { padding: 80px 0;}
.indus-wrapp .indus-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.indus-wrapp .indus-col1 { width: 39%;}
.indus-wrapp .indus-col2 { width: 58%; border-radius: 12px; overflow: hidden; box-shadow: 0px 25px 50px -12px #00000040; position: relative;}
.indus-wrapp .indus-col2 img { width: 100%; height: 100%; object-fit: cover;}
.indus-wrapp .indus-col2:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #00161D33;}
.indus-wrapp h3 { font-size: 12px; color: var(--global); font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 10px;}
.indus-wrapp  h2 { font-size: 38px; font-weight: 500; color: var(--secondary); text-transform: uppercase; margin: 0 0 20px; position: relative; padding: 0 0 15px;}
.indus-wrapp h2:after { content: ""; position: absolute; width: 50px; height: 4px; background: var(--global);  left: 0; bottom: 0;}
.indus-wrapp  p { color: #42484A; font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.indus-wrapp ul { width: 100%;}
.indus-wrapp ul li { color: #42484A; font-size: 16px; line-height: 1.56; margin: 0 0 5px; padding-left: 20px; background: url(../images/check.svg) no-repeat left / 14px; background-position-y: 5px;}




.indus-wrapp1 {padding: 80px 0;background: #0E2B35;}
.indus-wrapp1 .indus-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.indus-wrapp1 .indus-col1 { width: 58%; border-radius: 12px; overflow: hidden; box-shadow: 0px 25px 50px -12px #00000040; position: relative;}
.indus-wrapp1 .indus-col1:after { content: ""; position: absolute; width: 100%; height: 100%;top: 0; left: 0;background: #00161D4D;}
.indus-wrapp1 .indus-col1 img { width: 100%; height: 100%; object-fit: cover;}
.indus-wrapp1 .indus-col2 { width: 37%;}
.indus-wrapp1  h3 { font-size: 12px; color: var(--global);font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 10px;}
.indus-wrapp1 h2 { font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 20px; position: relative; padding: 0 0 15px;}
.indus-wrapp1 h2:after { content: "";position: absolute; width: 50px; height: 4px;background: var(--global); left: 0; bottom: 0;}
.indus-wrapp1 p { color: #E2E2E2; font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.indus-wrapp1 .indus-quote { width: 100%;padding: 20px; border: 1px solid #FFFFFF33; backdrop-filter: blur(20px); border-radius: 12px;}
.indus-wrapp1 .indus-quote p { font-size: 14px; font-style: italic; margin: 0 0;}
.indus-wrapp1 .indus-quote .tags { width: 100%; display: flex; flex-wrap: wrap; border-top: 1px solid #FFFFFF33; padding: 15px 0 0; margin: 15px 0 0;}
.indus-wrapp1 .indus-quote .tags .tag {color: #63BB46;  font-size: 10px; font-weight: 600; background: #63BB4633; padding: 5px 8px; margin: 0 10px 0 0; border-radius: 4px;}




/* ---------indus-wrapp2------------ */
.indus-wrapp2 { padding: 80px 0;}
.indus-wrapp2 .indus-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.indus-wrapp2 .indus-col1 { width: 39%;}
.indus-wrapp2 .indus-col2 { width: 58%; border-radius: 12px; overflow: hidden; box-shadow: 0px 25px 50px -12px #00000040; position: relative;}
.indus-wrapp2 .indus-col2 img { width: 100%; height: 100%; object-fit: cover;}
.indus-wrapp2 .indus-col2:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #00161D33;}
.indus-wrapp2 h3 { font-size: 12px; color: var(--global); font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 10px;}
.indus-wrapp2  h2 { font-size: 38px; font-weight: 500; color: var(--secondary); text-transform: uppercase; margin: 0 0 20px; position: relative; padding: 0 0 15px;}
.indus-wrapp2 h2:after { content: ""; position: absolute; width: 50px; height: 4px; background: var(--global);  left: 0; bottom: 0;}
.indus-wrapp2  p { color: #42484A; font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.indus-wrapp2 .indus-features {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.indus-wrapp2 .indus-feature { width: 49%; background: #F3F3F4; padding: 20px; border-left: 4px solid #63BB46; border-radius: 12px;}
.indus-wrapp2 h4 { font-size: 16px; font-weight: 700; font-family: "Manrope", sans-serif; color: #00161D; margin: 0 0 5px;}
.indus-wrapp2 .indus-feature p { font-size: 12px; margin: 0 0 0;}



/* -----------indus-wrapp3----------- */
.indus-wrapp3 { padding: 80px 0; background: #F9F9F9;}
.indus-wrapp3 .indus-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.indus-wrapp3 .indus-col2 { width: 37%;}
.indus-wrapp3 .indus-col1 { width: 58%; border-radius: 12px; overflow: hidden; box-shadow: 0px 25px 50px -12px #00000040; position: relative;}
.indus-wrapp3 .indus-col1 img { width: 100%; height: 100%; object-fit: cover;}
.indus-wrapp3 .indus-col1:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #00161D33;}
.indus-wrapp3 h3 { font-size: 12px; color: var(--global); font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 10px;}
.indus-wrapp3  h2 { font-size: 38px; font-weight: 500; color: var(--secondary); text-transform: uppercase; margin: 0 0 20px; position: relative; padding: 0 0 15px;}
.indus-wrapp3 h2:after { content: ""; position: absolute; width: 50px; height: 4px; background: var(--global);  left: 0; bottom: 0;}
.indus-wrapp3  p { color: #42484A; font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.indus-wrapp3 .indus-features {width: 100%;}
.indus-wrapp3 .indus-features .indus-feature { width: 100%;  display: flex; flex-wrap: wrap;margin: 0 0 20px;}
.indus-wrapp3 .indus-features .indus-feature .indus-icon { width: 43px; margin: 0 20px 0 0;}
.indus-wrapp3 .indus-features .indus-feature  .indus-info { width: 100%;flex: 1;}
.indus-wrapp3 .indus-features .indus-feature h4 { font-size: 16px; font-weight: 600; font-family: "Manrope", sans-serif; color: #00161D; margin: 0 0 2px;}
.indus-wrapp3 .indus-features .indus-feature  p { font-size: 12px; margin: 0 0 0;}




/* ----------discuss-wrapp------------ */
.discuss-wrapp {padding: 80px 0; background: #0E2B35; text-align: center;}
.discuss-wrapp .discuss-row {  width: 100%;max-width: 640px; margin: 0 auto;}
.discuss-wrapp  h2 {font-size: 38px; font-weight: 500; color: var(--primary); text-transform: uppercase; margin: 0 0 15px;}
.discuss-wrapp p { font-size: 16px;line-height: 1.56; color: var(--primary); margin: 0 0 30px;}
.discuss-wrapp .discuss-btns { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.discuss-wrapp .discuss-btn1 { display: inline-block;padding: 12px 18px; background: var(--global);color: var(--primary);font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; margin: 0 20px 0 0;}
.discuss-wrapp .discuss-btn1:hover { color: var(--global); background: none;}
.discuss-wrapp .discuss-btn2 { display: inline-block; padding: 12px 18px; background: none; color: var(--primary); font-size: 14px; letter-spacing: .5px; border: 1px solid var(--primary);border-radius: 8px;}
.discuss-wrapp .discuss-btn2:hover { color: var(--global); background: var(--primary);}



/* ----------commit-wrapp------------ */
.commit-wrapp {padding: 80px 0;}
.commit-wrapp .commit-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.commit-wrapp .commit-col1 { width: 45%;}
.commit-wrapp .commit-col2 { width: 48%;border-radius: 12px; position: relative;}
.commit-wrapp h3 { font-size: 12px; color: #63BB46; letter-spacing: 2.4px; font-weight: 600; text-transform: uppercase; margin: 0 0 10px;}
.commit-wrapp h2 { font-size: 38px; font-weight: 500; color: var(--secondary); text-transform: uppercase;  margin: 0 0 14px;}
.commit-wrapp h2 span { display: block;}
.commit-wrapp p { font-size: 16px; line-height: 1.56; color: #42484A; margin: 0 0 20px;}
.commit-wrapp .commit-items {  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #C2C7CB; padding: 20px 0 0;}
.commit-wrapp  .commit-item { width: 48%;}
.commit-wrapp .commit-item h1 { font-size: 30px; font-weight: 500; color: var(--secondary); text-transform: uppercase; margin: 0 0 0;}
.commit-wrapp .commit-item p { font-size: 14px; letter-spacing: .7px; margin: 0 0 0;}
.commit-wrapp .commit-col2 img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px;}
.commit-wrapp .commit-col2 .qhse-tag { position: absolute; bottom: 40px; background: #0E2B35CC; width: 200px; padding: 20px; border-radius: 12px; right: -27px;}
.commit-wrapp .commit-col2 .qhse-tag .icon { width: 22px; margin: 0 0 15px;}
.commit-wrapp .commit-col2 .qhse-tag h3 { font-size: 18px; color: var(--primary); text-transform: none; letter-spacing: normal;}
.commit-wrapp .commit-col2 .qhse-tag p { color: #E2E2E2; font-size: 12px; margin: 0 0 0;}




/* ------------qhse-wrapp----------------- */
.qhse-wrapp {padding: 80px 0;position: relative; background: #09313B;}
.qhse-wrapp .qhse-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.qhse-wrapp  .qhse-col1 { width: 55%; border-radius: 12px; overflow: hidden;}
.qhse-wrapp .qhse-col1 img {  width: 100%; height: 100%; object-fit: cover;}
.qhse-wrapp .qhse-col2 { width: 41%; padding-right: 10%;}
.qhse-wrapp h2 {  font-size: 38px; font-weight: 500; color: var(--primary);    text-transform: uppercase; margin: 0 0 10px;}
.qhse-wrapp p {font-size: 16px; line-height: 1.56;  color: var(--primary); margin: 0 0 20px;}
.qhse-wrapp  ul { width: 100%;}
.qhse-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary);margin: 0 0 8px; padding-left: 20px; background: url(../images/check-circle.svg) no-repeat left / 14px; background-position-y: 6px;}
.qhse-wrapp .number { position: absolute; font-size: 130px; font-weight: 800; color: #72787B; right: 2%; top: 0; opacity: 0.1;}




/* -----------qhse-wrapp1------------ */
.qhse-wrapp1 {padding: 80px 0;position: relative;}
.qhse-wrapp1 .qhse-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.qhse-wrapp1 .qhse-col2 { width: 55%; border-radius: 12px; overflow: hidden;}
.qhse-wrapp1 .qhse-col2 img {  width: 100%; height: 100%; object-fit: cover;}
.qhse-wrapp1 .qhse-col1 { width: 41%; padding-left: 10%;}
.qhse-wrapp1 h2 {  font-size: 38px; font-weight: 500; color: var(--secondary);    text-transform: uppercase; margin: 0 0 10px;}
.qhse-wrapp1 p {font-size: 16px; line-height: 1.56;  color: var(--secondary); margin: 0 0 20px;}
.qhse-wrapp1 .number { position: absolute; font-size: 130px; font-weight: 800; color: #72787B; left: 3%; top: 32px; opacity: 0.1;}
.qhse-wrapp1 .qhse-quote { background: #F3F3F4; border-left: 4px solid #6DBE45; padding: 20px;}
.qhse-wrapp1 .qhse-quote p { font-size: 14px; font-style: italic;  margin: 0 0 0;}




/* ------------qhse-wrapp2----------------- */
.qhse-wrapp2 {padding: 80px 0;position: relative; background: #09313B;}
.qhse-wrapp2 .qhse-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.qhse-wrapp2  .qhse-col1 { width: 55%; border-radius: 12px; overflow: hidden;}
.qhse-wrapp2 .qhse-col1 img {  width: 100%; height: 100%; object-fit: cover;}
.qhse-wrapp2 .qhse-col2 { width: 41%; padding-right: 10%;}
.qhse-wrapp2 h2 {  font-size: 38px; font-weight: 500; color: var(--primary);    text-transform: uppercase; margin: 0 0 10px;}
.qhse-wrapp2 p {font-size: 16px; line-height: 1.56;  color: var(--primary); margin: 0 0 20px;}
.qhse-wrapp2 .number { position: absolute; font-size: 130px; font-weight: 800; color: #72787B; right: 2%; top: 0; opacity: 0.1;}
.qhse-wrapp2 .qhse-features {width: 100%; display: flex; flex-wrap: wrap;justify-content: space-between;}
.qhse-wrapp2 .qhse-features .qhse-feature {  width: 49%; background: #0E2B35CC; padding: 15px 11px; border: 1px solid #FFFFFF33; border-radius: 8px;}
.qhse-wrapp2 .qhse-features .qhse-feature h3 { font-size: 18px; color: var(--global); font-weight: 600;}
.qhse-wrapp2 .qhse-features .qhse-feature  p { font-size: 12px; margin: 0 0 0;}




/* -----------qhse-wrapp1------------ */
.qhse-wrapp3 {padding: 80px 0 60px;position: relative;}
.qhse-wrapp3 .qhse-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.qhse-wrapp3 .qhse-col2 { width: 55%; border-radius: 12px; overflow: hidden;}
.qhse-wrapp3 .qhse-col2 img {  width: 100%; height: 100%; object-fit: cover;}
.qhse-wrapp3 .qhse-col1 { width: 41%; padding-left: 10%;}
.qhse-wrapp3 h2 {  font-size: 38px; font-weight: 500; color: var(--secondary);    text-transform: uppercase; margin: 0 0 10px;}
.qhse-wrapp3 p {font-size: 16px; line-height: 1.56;  color: var(--secondary); margin: 0 0 20px;}
.qhse-wrapp3 .number { position: absolute; font-size: 130px; font-weight: 800; color: #72787B; left: 3%; top: 32px; opacity: 0.1;}
.qhse-wrapp3 .qhse-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 40px 0 0;}
.qhse-wrapp3  .qhse-col3 { width: 49%; border: 1px solid #63BB46; display: flex; flex-wrap: wrap; padding: 30px; margin: 0 0 20px; border-radius: 16px;}
.qhse-wrapp3 .qhse-col3 .qhse-icon { width: 60px; margin: 0 20px 0 0;}
.qhse-wrapp3 .qhse-col3 .qhse-icon img { width: 100%;}
.qhse-wrapp3 .qhse-col3  .qhse-detail { width: 100%; flex: 1 0 0;}
.qhse-wrapp3 .qhse-col3  h3 { font-size: 20px; font-weight: 600; margin: 0 0 10px;}
.qhse-wrapp3 .qhse-col3 p { margin: 0 0 0;}



/* -------------getin-wrapp----------- */
.getin-wrapp { padding: 80px 0 0; background: #F9F9F9;}
.getin-wrapp .getin-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.getin-wrapp .getin-col1 { width: 48%;}
.getin-wrapp h2 { font-size: 38px; font-weight: 500; text-transform: uppercase; color: var(--secondary); margin: 0 0 14px;}
.getin-wrapp h2 span {display: block;}
.getin-wrapp  p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.getin-wrapp .getin-items { width: 100%; display: flex; flex-wrap: wrap; padding: 15px; background: var(--primary); border: 1px solid #E2E2E2; border-radius: 12px; margin: 0 0 20px;}
.getin-wrapp .getin-items .getin-icon { width: 45px;  margin: 0 20px 0 0;}
.getin-wrapp .getin-items .getin-detail { width: 100%; flex: 1  0 0;}
.getin-wrapp .getin-items p { font-size: 14px; margin: 0 0 0;}
.getin-wrapp .getin-items p span { display: block;}
.getin-wrapp .getin-items p a { color: #42484A;}
.getin-wrapp .getin-items p a:hover {  color: #09313b;}
.getin-wrapp  h3 { font-size: 18px; font-weight: 600; margin: 0 0 3px;}
.getin-wrapp .getin-col2 { width: 48%;}
.getin-wrapp .getin-form { width: 100%; padding: 30px 15px; border: 1px solid #FFFFFF33; background: #0E2B35; border-radius: 12px;}
.getin-wrapp .getin-form .text-fields { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.getin-wrapp .getin-form .text-fields .text-field { width: 48%; margin: 0 0 10px;}
.getin-wrapp .getin-form .text-fields:last-child { width: 100%;}
.getin-wrapp .getin-form .text-fields .text-field:last-child { width: 100%;}
.getin-wrapp .getin-form .text-fields .text-field:nth-last-child(2) { width: 100%;}
.getin-wrapp .getin-form label { display: block; font-size: 12px; color: #FFFFFFB2; text-transform: uppercase; letter-spacing: 0.7px; margin: 0 0 5px; font-weight: 400;}
.getin-wrapp .getin-form input { width: 100%;  height: 52px; background: #00161D; border: 1px solid #FFFFFF33; border-radius: 6px; color: #E2E2E2; font-size: 14px;padding: 12px 15px; margin: 0 0 10px;}
.getin-wrapp .getin-form  select { width: 100%; height: 52px; background: #00161D; border: 1px solid #FFFFFF33; border-radius: 6px; color: #E2E2E2; font-size: 14px; padding: 12px 15px; font-family: "Manrope", sans-serif; margin: 0 0 10px;}
.getin-wrapp .getin-form textarea { width: 100%; height: 154px; background: #00161D; border: 1px solid #FFFFFF33; border-radius: 6px; color: #E2E2E2; font-size: 14px; padding: 12px 15px; margin: 0 0 10px; resize: none;}
.getin-wrapp .getin-form .submit-btn {  width: 100%; display: inline-block;  padding: 17px 18px; background: var(--global); color: var(--primary); font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; font-family: "Manrope", sans-serif; cursor: pointer;transition: all .25s ease-in-out;}
.getin-wrapp .getin-form .submit-btn:hover { background: none; color: var(--global);}
.getin-wrapp .map { width: 100%; margin: 80px 0 0;}
.getin-wrapp .map iframe { width: 100%; height: 450px; display: block;}



/* ----------contact-wrapp2------------ */
.contact-wrapp2 { padding: 80px 0; text-align: center;}
.contact-wrapp2 .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp2 .contact-col1 {  width: 48%; background: #09313B; padding: 30px 10%; border-radius: 16px;}
.contact-wrapp2 .contact-col1 .icon { width: 60px; margin: 0 auto 20px;}
.contact-wrapp2  h3 { font-size: 20px; color: var(--primary); font-family: "Manrope", sans-serif; font-weight: 600;margin: 0 0 11px;}
.contact-wrapp2 p { font-size: 16px; color: #E2E2E2; line-height: 1.56;  margin: 0 0 20px;}
.contact-wrapp2 .contact-col1 .contact-btn { display: inline-block; padding: 12px 18px; background: none; color: var(--global); font-size: 14px;  letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; text-transform: uppercase;}
.contact-wrapp2 .contact-col1 .contact-btn:hover { background: var(--global); color: var(--primary);}



.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-grid { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-grid.evf-grid-2 { max-width: 48%;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button { display: inline-block; padding: 15px 18px; background: var(--global); color: var(--primary); font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; font-family: "Manrope", sans-serif; text-transform: uppercase; width: 100%; transition: all .25s ease-in-out; cursor: pointer;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button:hover { background: none; color: var(--global);}


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

.search-page-section {padding: 60px 0 0;}
.search-page-section h1 { font-size: 32px; margin: 0 0 20px;}
.search-page-section h3 { font-size: 28px; margin: 0 0 20px;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}
.search-page-section .search-btn1:hover { color: var(--global); background: none;}

.defualt-page-section {padding: 60px 0 40px;}
.defualt-page-section h2 { font-size: 28px !important; margin: 0 0 20px;}
.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(--secondary);}
.defualt-page-section p a:hover { color: #000000;}

.getin-wrapp .getin-form .everest-forms { width: 100%;}
.getin-wrapp .getin-form .everest-forms .evf-container { margin: 0 0 0;}
.getin-wrapp .getin-form .everest-forms .evf-container .evf-frontend-row { flex-direction: row;}
.getin-wrapp .getin-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 { max-width: 50%;}
.getin-wrapp .getin-form .everest-forms .evf-container .evf-submit-container button { display: inline-block; padding: 15px 18px;  background: var(--global); color: var(--primary); font-size: 14px; letter-spacing: .5px; border: 1px solid var(--global); border-radius: 8px; font-family: "Manrope", sans-serif; text-transform: uppercase; width: 100%; transition: all .25s ease-in-out; cursor: pointer;}
.getin-wrapp .getin-form .everest-forms .evf-container .evf-submit-container button:hover { background: none; color: var(--global);}
.getin-wrapp .getin-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid {padding: 0 15px;}


@media screen and (max-width:1399px) {
.banner-wrapp h1 {font-size: 50px;}
.banner-wrapp .banner-content {top: 55%;}

.abouts-wrapp .abouts-col1 img {height: 28.8vw;}
.abouts-wrapp .abouts-col1 .abouts-imgs .abouts-img1 img {  height: 17.9vw;}

}


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

.abouts-wrapp h2 { font-size: 32px;}
.abouts-wrapp ul li {  font-size: 14px;}

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

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

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

.certi-wrapp h2 {font-size: 32px;}
.certi-wrapp h4 { font-size: 12px;}
.certi-wrapp .certi-col1 .certi-box { padding: 25px 15px;}
.certi-wrapp h5 { font-size: 15px;}

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

.footer-wrapp .footer-col1 { width: 24%;}

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

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

.industry-wrapp1 h2 { font-size: 32px;}

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

.certi-wrapp1 h2 { font-size: 32px;}

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

.solution-wrapp1 h2 { font-size: 32px;}

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

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

.indus-wrapp1 h2 { font-size: 32px;}

.indus-wrapp3 h2 {font-size: 32px;}

.indus-wrapp2 h2 { font-size: 32px;}

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

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

.qhse-wrapp h2 { font-size: 32px;}
.qhse-wrapp .qhse-col2 { padding-right: 5%;}

.qhse-wrapp1 h2 { font-size: 32px;}
.qhse-wrapp1 .qhse-col1 { padding-left: 5%;}
.qhse-wrapp1 .number { top: 0;}

.qhse-wrapp2 h2 { font-size: 32px;}
.qhse-wrapp2 .qhse-col2 { padding-right: 5%;}

.qhse-wrapp3 h2 { font-size: 32px;}
.qhse-wrapp3 .qhse-col1 { padding-left: 5%;}
.qhse-wrapp3 .number { top: 0;}

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

}

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

.banner-wrapp h6 {font-size: 16px;}
.banner-wrapp p {font-size: 14px;}
.banner-wrapp h1 {font-size: 38px;}
.banner-wrapp .banner-btn {font-size: 12px;}
.banner-wrapp .banner-btn1 {font-size: 12px;}
.banner-wrapp .banner-col2 .banner-box h4 {font-size: 32px;}
.banner-wrapp .banner-col2 .banner-box p { font-size: 11px;}
.banner-wrapp .banner-col2 .banner-box { padding: 10px;}

.abouts-wrapp h2 {font-size: 28px;}
.abouts-wrapp p { font-size: 14px;}
.abouts-wrapp ul li { font-size: 12px;}
.abouts-wrapp .about-btn { font-size: 16px;}

.service-wrapp h2 { font-size: 26px;}
.service-wrapp .service-btn { font-size: 16px;}
.service-wrapp ul li { font-size: 14px;}

.industry-wrapp h2 { font-size: 28px;}
.industry-wrapp .industry-col1 .industry-cont h4 { font-size: 16px;}
.industry-wrapp .industry-col1 .industry-cont {  padding: 20px 15px;}
.industry-wrapp p { font-size: 14px;}

.whychoose-wrapp h2 { font-size: 28px;}
.whychoose-wrapp .whychoose-col1 {width: 32%; margin: 0 2% 20px 0;}
.whychoose-wrapp .whychoose-col1:nth-child(3n) { margin-right: 0;}

.presence-wrapp h2 { font-size: 28px;}
.presence-wrapp p { font-size: 14px;}
.presence-wrapp h4 { font-size: 15px;}

.certi-wrapp h2 {font-size: 28px;}
.certi-wrapp h4 { font-size: 12px;}
.certi-wrapp p { font-size: 14px;}
.certi-wrapp .certi-col1 .certi-box .certi-img { width: 40px;}


.contact-wrapp h2 {font-size: 28px;}
.contact-wrapp p {font-size: 14px;}
.contact-wrapp h4 { font-size: 16px;}
.contact-wrapp .contact-col1 { width: 52%;}
.contact-wrapp .contact-col2 { width: 47%;}
.contact-wrapp .contact-form input { font-size: 14px;}
.contact-wrapp .contact-form select { font-size: 14px;}
.contact-wrapp .contact-form textarea { font-size: 14px;}

.footer-wrapp .footer-col1 { width: 24%;}
.footer-wrapp .social-links ul li a { width: 35px;height: 35px; padding: 9px;}
.footer-wrapp .social-links ul li { margin-left: 8px;}
.footer-wrapp li { font-size: 12px;}
.footer-wrapp .footer-row1 p {font-size: 12px;}

.about-wrapp h2 {font-size: 28px;}
.about-wrapp h2 span { display: inline;}
.about-wrapp p { font-size: 14px;}
.about-wrapp ul li {font-size: 12px;}
.about-wrapp ul li .about-icon { width: 15px; margin: 0 5px 0 0;}

.mission-wrapp p { font-size: 14px;}

.capabality-wrapp h2 { font-size: 28px;}
.capabality-wrapp h3 {font-size: 18px;}
.capabality-wrapp p { font-size: 14px;}

.industry-wrapp1 h2 { font-size: 28px;}
.industry-wrapp1 .industry-col .industry-cont { padding: 0 15px;}
.industry-wrapp1 h3 {  font-size: 16px;}
.industry-wrapp1 p { font-size: 12px;}

.asset-wrapp h2 { font-size: 28px;}
.asset-wrapp p { font-size: 14px;}
.asset-wrapp .asset-col .asset-img img { height: 180px;}
.asset-wrapp h4 {font-size: 18px;}

.certi-wrapp1 h2 { font-size: 28px;}
.certi-wrapp1 p { font-size: 14px;}
.certi-wrapp1 .certi-col {  padding: 25px 15px;}
.certi-wrapp1 .certi-col .certi-icon { width: 30px;}
.certi-wrapp1 h3 { font-size: 18px;}
.certi-wrapp1 .certi-col p { font-size: 12px;}

.solution-wrapp h2 {font-size: 28px;}
.solution-wrapp p { font-size: 14px;}
.solution-wrapp .solution-item { padding: 15px;}
.solution-wrapp .solution-item h3 {font-size: 16px;}
.solution-wrapp .solution-item p { font-size: 12px;}

.solution-wrapp1 h2 { font-size: 28px;}

.equi-wrapp .eui-col1 {width: 45%;}
.equi-wrapp .equi-col2 {width: 52%;}
.equi-wrapp h3 { font-size: 14px;}

.rent-wrapp h2 { font-size: 28px;}
.rent-wrapp .rent-col1 .rent-cont {padding: 15px;}
.rent-wrapp .rent-col1 .view-btn { font-size: 12px;}
.rent-wrapp .rent-col1 .view-btn .icon { width: 9px;}

.indus-wrapp h2 { font-size: 28px;}
.indus-wrapp p { font-size: 14px;}
.indus-wrapp ul li { font-size: 14px; background-position-y: 3px;}

.indus-wrapp1 h2 {font-size: 28px;}
.indus-wrapp1 p {font-size: 14px;}

.indus-wrapp2 h2 {font-size: 28px;}
.indus-wrapp2 p {font-size: 14px;}
.indus-wrapp2 .indus-feature {width: 100%;}
.indus-wrapp2 .indus-features { row-gap: 20px;}

.indus-wrapp3 h2 {font-size: 28px;}
.indus-wrapp3 p {font-size: 14px;}

.discuss-wrapp h2 { font-size: 28px;}
.discuss-wrapp p { font-size: 14px;}
.discuss-wrapp .discuss-btn1 { font-size: 12px;}
.discuss-wrapp .discuss-btn2 { font-size: 12px;}

.commit-wrapp h2 {font-size: 28px;}
.commit-wrapp p { font-size: 14px;}
.commit-wrapp .commit-item h1 { font-size: 24px;}
.commit-wrapp .commit-col2 .qhse-tag { right: 0;}
.commit-wrapp .commit-col2 { width: 52%; padding-right: 3%;}

.qhse-wrapp h2 {font-size: 28px;}
.qhse-wrapp p { font-size: 14px;}
.qhse-wrapp ul li { font-size: 14px;}

.qhse-wrapp1 h2 { font-size: 28px;}
.qhse-wrapp1 p { font-size: 14px;}

.qhse-wrapp2 h2 {font-size: 28px;}
.qhse-wrapp2 p { font-size: 14px;}
.qhse-wrapp2 ul li { font-size: 14px;}
.qhse-wrapp2 .qhse-features .qhse-feature h3 { font-size: 16px;}
.qhse-wrapp2 .qhse-features .qhse-feature p { font-size: 10px;}

.qhse-wrapp3 h2 { font-size: 28px;}
.qhse-wrapp3 p { font-size: 14px;}
.qhse-wrapp3 .qhse-col3 { padding: 20px;}
.qhse-wrapp3 .qhse-col3 .qhse-icon { width: 40px;}
.qhse-wrapp3 .qhse-col3 h3 { font-size: 16px;}

.getin-wrapp h2 {font-size: 28px;}
.getin-wrapp p { font-size: 14px;}
.getin-wrapp .getin-items .getin-icon { width: 40px; margin: 0 10px 0 0;}
.getin-wrapp h3 { font-size: 16px;}

.contact-wrapp2 h3 { font-size: 18px;}
.contact-wrapp2 p {font-size: 14px;}
.contact-wrapp2 .contact-col1 {padding: 30px;}


.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--primary);background-size: 300% 100%;z-index: 9999;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(--secondary);display: block;padding: 14px 0;position: relative;}
.overlay ul li {font-size: 30px;font-weight: 500;font-family: "Manrope", sans-serif;text-transform: uppercase;}
.overlay ul li a:hover {color: var(--global) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 46px;z-index: 99999;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 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: 29px;}

.overlay ul li a:after { content: ""; position: absolute; width: 30px; height: 2px; background: var(--global); left: 0; bottom: 0; transition: all .25s ease-in-out;}
.overlay ul li a:hover:after { width: 100%;}

}


@media screen and (max-width:767px) {
.banner-wrapp .banner-col1 {width: 100%;margin: 0 0 20px;}
.banner-wrapp .bg {position: absolute;top: 0;left: 0;}
.banner-wrapp .banner-content {position: relative;top: 0;transform: none;}
.banner-wrapp {height: inherit; padding: 122px 0 30px;min-height: 300px;}
.banner-wrapp h1 { font-size: 28px;}
.banner-wrapp h1 span { display: inline-block;}
.banner-wrapp .banner-col2 {width: 100%;}

.abouts-wrapp .abouts-col1 {width: 100%; margin: 0 0 30px;}
.abouts-wrapp .abouts-col2 {width: 100%;}
.abouts-wrapp { padding: 60px 0;}
.abouts-wrapp .abouts-col1 img { height: 61vw;}
.abouts-wrapp .abouts-col1 .abouts-imgs .abouts-img1 img { height: 33vw;}

.service-wrapp h2 { font-size: 24px;}
.service-wrapp .service-col1 { width: 100%;}
.service-wrapp .service-col2 { width: 100%; justify-content: center; padding: 60px 0;}
.service-wrapp .service-col1 img { height: 47vw;}

.industry-wrapp .industry-col1 { width: 48%; margin: 0 4% 20px 0;}
.industry-wrapp .industry-col1:nth-child(2n) {  margin-right: 0;}
.industry-wrapp { padding: 60px 0 40px;}

.whychoose-wrapp {padding: 60px 0 40px;}
.whychoose-wrapp h4 {font-size: 16px;}
.whychoose-wrapp .whychoose-col1 {padding: 30px 15px;}

.presence-wrapp .presence-col1 { width: 100%;}
.presence-wrapp .presence-left { margin: 0 auto;}
.presence-wrapp .presence-col2 { width: 100%;}

.certi-wrapp {padding: 60px 0 30px;}
.certi-wrapp .certi-col1 { width: 48%;  margin: 0 4% 30px 0;}
.certi-wrapp .certi-col1:nth-child(2n) { margin-right: 0;}
.certi-wrapp .certi-col1 .certi-box { margin: 0 0 20px;}

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


.footer-wrapp .footer-col1 { width: 100%; margin: 0 0 15px;}
.footer-wrapp .logo { width: 120px; margin: 0 auto 10px;}
.footer-wrapp {text-align: center;}
.footer-wrapp li { display: inline-block; margin: 0 5px 5px;}
.footer-wrapp .adreass li span {display: inline-block;}
.footer-wrapp .adreass li:first-child { display: block;}
.footer-wrapp .links { width: 100%; margin: 0 0 15px;}
.footer-wrapp h3 { margin: 0 0 4px;}
.footer-wrapp .footer-col5 { width: 100%;}
.footer-wrapp .social-links ul { justify-content: center;}
.footer-wrapp .social-links ul li {  margin: 0 5px;}
.footer-wrapp .footer-row1 { flex-direction: column;}
.footer-wrapp .footer-row1 p { letter-spacing: 1px; margin: 0 0 5px;}

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

.mission-wrapp .mission-col {padding: 25px;}
.mission-wrapp {padding: 60px 0;}
.mission-wrapp .mission-col .icon {  width: 30px;}

.capabality-wrapp { padding: 60px 0 40px;}
.capabality-wrapp .capabality-col { width: 48%; margin: 0 4% 20px 0;}
.capabality-wrapp .capabality-col:nth-child(2) { margin-right: 0;}

.industry-wrapp1 { padding: 60px 0 40px;}
.industry-wrapp1 .industry-col { width: 48%;  margin: 0 4% 20px 0;}
.industry-wrapp1 .industry-col:nth-child(2n) { margin-right: 0;}

.asset-wrapp {padding: 60px 0 30px;}

.certi-wrapp1 { padding: 60px 0 40px;}
.certi-wrapp1 .certi-col { width: 48%;  margin: 0 4% 20px 0;}
.certi-wrapp1 .certi-col:nth-child(2n) { margin-right: 0;}

.solution-wrapp .solution-col1 {width: 100%; margin: 0 0 30px;}
.solution-wrapp .solution-col2 { width: 100%;}
.solution-wrapp {padding: 60px 0 40px;}

.solution-wrapp1 {padding: 60px 0;}
.solution-wrapp1 .solution-col1 { width: 100%; margin: 0 0 30px;}
.solution-wrapp1 .solution-col2 { width: 100%; padding-left: 10%;}
.solution-wrapp1 .solution-col2 .quote { left: 0;}
.solution-wrapp1 p { max-width: inherit;}

.equi-wrapp { padding: 60px 0;}
.equi-wrapp .eui-col1 { width: 100%; margin: 0 0 20px;}
.equi-wrapp .equi-col2 { width: 100%;}
.equi-wrapp .equi-col2 .equi-col { padding: 15px;}

.rent-wrapp { padding: 60px 0 40px;}
.rent-wrapp .rent-col1 { width: 48%;margin: 0 4% 20px 0;}
.rent-wrapp .rent-col1:nth-child(2n) {  margin-right: 0;}
.rent-wrapp .element { width: 84%;}

.indus-wrapp { padding: 60px 0;}
.indus-wrapp .indus-col1 { width: 100%; margin: 0 0 20px;}
.indus-wrapp .indus-col2 { width: 100%;}

.indus-wrapp1 { padding: 60px 0;}
.indus-wrapp1 .indus-col1 {width: 100%; margin: 0 0 30px;}
.indus-wrapp1 .indus-col2 { width: 100%;}

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

.indus-wrapp3 .indus-col1 { width: 100%;  margin: 0 0 30px;}
.indus-wrapp3 .indus-col2 { width: 100%;}
.indus-wrapp3 { padding: 60px 0;}

.discuss-wrapp {padding: 60px 0;}

.commit-wrapp .commit-col1 {width: 100%;margin: 0 0 25px;}
.commit-wrapp .commit-col2 { width: 100%; padding-right: 5%;}
.commit-wrapp { padding: 60px 0;}

.qhse-wrapp { padding: 95px 0 50px;}
.qhse-wrapp .qhse-col1 {  width: 100%;  margin: 0 0 30px;}
.qhse-wrapp .qhse-col2 { width: 100%; padding: 0;}
.qhse-wrapp .number { top: -22px;font-size: 120px;}

.qhse-wrapp1 { padding: 85px 0 60px;}
.qhse-wrapp1 .qhse-col1 { width: 100%; margin: 0 0 23px;}
.qhse-wrapp1 .qhse-col2 { width: 100%;}
.qhse-wrapp1 .number { top: -22px; font-size: 120px;}

.qhse-wrapp2 { padding: 95px 0 50px;}
.qhse-wrapp2 .qhse-col1 {  width: 100%;  margin: 0 0 30px;}
.qhse-wrapp2 .qhse-col2 { width: 100%; padding: 0;}
.qhse-wrapp2 .number { top: -22px;font-size: 120px;}

.qhse-wrapp3 { padding: 85px 0 40px;}
.qhse-wrapp3 .qhse-col1 { width: 100%; margin: 0 0 23px;}
.qhse-wrapp3 .qhse-col2 { width: 100%;}
.qhse-wrapp3 .number { top: -22px; font-size: 120px;}
.qhse-wrapp3 .qhse-row1 { margin: 30px 0 0;}

.getin-wrapp {padding: 60px 0 0;}
.getin-wrapp .getin-col1 {width: 100%;}
.getin-wrapp .getin-col2 { width: 100%;}
.getin-wrapp .map { margin: 60px 0 0;}
.getin-wrapp .map iframe { height: 300px;}

.contact-wrapp2 { padding: 60px 0 40px;}
.contact-wrapp2 .contact-col1 {width: 100%; margin: 0 0 20px;}

}


@media screen and (max-width:480px) {
.header-wrapp .logo {width: 100px;}

.banner-wrapp .banner-btn {margin: 0 10px 0 0;padding: 12px 14px;}
.banner-wrapp .banner-btn1 {padding: 12px 14px;}
.banner-wrapp h1 {font-size: 26px;}
.banner-wrapp .banner-col2 .banner-box h4 { font-size: 22px;}
.banner-wrapp .banner-col2 .banner-box p {font-size: 10px;}
.banner-wrapp h6 { font-size: 14px;}

.abouts-wrapp ul li {width: 48%; margin: 0 4% 20px 0;}
.abouts-wrapp ul li:nth-child(3n) { margin-right: 4%;}
.abouts-wrapp ul li:nth-child(2n) { margin-right: 0;}
.abouts-wrapp h2 { font-size: 23px;}

.service-wrapp h2 {font-size: 22px;}

.industry-wrapp .industry-col1 .industry-cont h4 { font-size: 14px;}
.industry-wrapp h2 { font-size: 23px;}

.whychoose-wrapp .whychoose-col1 {width: 48%;margin: 0 4% 20px 0;}

.whychoose-wrapp .whychoose-col1:nth-child(3n) { margin-right: 4%;}
.whychoose-wrapp .whychoose-col1:nth-child(2n) { margin-right: 0;}
.whychoose-wrapp p { font-size: 12px;}
.whychoose-wrapp h4 { font-size: 14px;}
.whychoose-wrapp h2 { font-size: 23px;}

.presence-wrapp h2 {font-size: 23px;}
.presence-wrapp h4 { font-size: 13px;}
.presence-wrapp .presence-col p { font-size: 12px;}

.certi-wrapp h2 { font-size: 23px;}

.contact-wrapp h2 { font-size: 23px;}
.contact-wrapp h6 { font-size: 12px;}
.contact-wrapp h4 { font-size: 14px;}
.contact-wrapp .contact-details .contact-item .contact-icon { width: 36px;}
.contact-wrapp .contact-form { padding: 20px;}
.contact-wrapp .contact-form .text-field:first-child { width: 100%;}
.contact-wrapp .contact-form .text-field:nth-child(2) { width: 100%;}

.about-wrapp h2 {font-size: 23px;}
.about-wrapp ul li { padding: 8px;}

.mission-wrapp .mission-col {width: 100%;margin: 0 0 20px;}
.mission-wrapp { padding: 60px 0 40px;}
.mission-wrapp h3 { font-size: 18px;}


.capabality-wrapp h2 { font-size: 23px;}
.capabality-wrapp .capabality-col { width: 100%;  margin: 0 0 20px;}

.industry-wrapp1 h2 {font-size: 23px;}
.industry-wrapp1 .industry-col .industry-cont { bottom: 20px;}
.industry-wrapp1 .industry-col { height: 190px;}
.industry-wrapp1 .industry-col:after { background: linear-gradient(0deg, #00161D 0%, rgba(0, 22, 29, 0.2) 130%, rgba(0, 22, 29, 0) 100%);}

.asset-wrapp {padding: 60px 0 40px;}
.asset-wrapp .asset-col {width: 100%; margin: 0 0 20px;}
.asset-wrapp h2 { font-size: 23px;}

.certi-wrapp1 .certi-col { width: 100%; margin: 0 0 20px 0;}
.certi-wrapp1 h2 { font-size: 23px;}

.solution-wrapp .solution-item h3 { font-size: 14px;}
.solution-wrapp h2 {font-size: 23px;}

.solution-wrapp1 h2 { font-size: 23px;}
.solution-wrapp1 h3 { font-size: 14px;}
.solution-wrapp1 .solution-item p { font-size: 12px;}
.solution-wrapp1 .solution-col2 .quote { padding: 10px 15px;}

.rent-wrapp .rent-col1 {width: 100%; margin: 0 0 20px;}
.rent-wrapp h2 {font-size: 23px;}
.rent-wrapp .element {  top: inherit; transform: none;  bottom: 0;}

.indus-wrapp h2 { font-size: 23px;}

.indus-wrapp1 h2 { font-size: 23px;}

.indus-wrapp2 h2 { font-size: 23px;}

.indus-wrapp3 h2 { font-size: 23px;}

.discuss-wrapp h2 {font-size: 23px;}
.discuss-wrapp .discuss-btn1 { margin: 0 10px 0 0;}

.commit-wrapp h2 {font-size: 23px;}
.commit-wrapp .commit-item h1 { font-size: 22px;}
.commit-wrapp .commit-item p { font-size: 12px;}
.commit-wrapp .commit-col2 .qhse-tag h3 {  font-size: 16px;}
.commit-wrapp .commit-col2 .qhse-tag .icon {  width: 17px;}
.commit-wrapp .commit-col2 .qhse-tag { padding: 15px; width: 165px;}

.qhse-wrapp .number { font-size: 100px;}
.qhse-wrapp { padding: 75px 0 50px;}
.qhse-wrapp h2 { font-size: 23px;}

.qhse-wrapp1 {padding: 70px 0 60px;}
.qhse-wrapp1 .number { font-size: 100px;}
.qhse-wrapp1 h2 {font-size: 23px;}

.qhse-wrapp2 .number { font-size: 100px;}
.qhse-wrapp2 { padding: 75px 0 50px;}
.qhse-wrapp2 h2 { font-size: 23px;}

.qhse-wrapp3 {padding: 70px 0 40px;}
.qhse-wrapp3 .number { font-size: 100px;}
.qhse-wrapp3 h2 {font-size: 23px;}
.qhse-wrapp3 .qhse-col3 { width: 100%; padding: 15px;}
.qhse-wrapp3 .qhse-col3 .qhse-icon { width: 35px;  margin: 0 10px 0 0;}
.qhse-wrapp3 .qhse-col3 h3 { margin: 0 0 5px;}
.qhse-wrapp3 .qhse-col3 p { font-size: 12px;}

.getin-wrapp h2 {font-size: 23px;}
.getin-wrapp h3 {font-size: 14px;}
.getin-wrapp .getin-items p {font-size: 12px;}
.getin-wrapp .getin-form { padding: 20px 10px;}
.getin-wrapp .getin-form .text-fields .text-field { width: 100%;}

.contact-wrapp2 .contact-col1 .icon { width: 45px;}

.burger-btn { top: 38px;}

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

.defualt-page-section h2 { font-size: 23px !important;}

.getin-wrapp .getin-form .everest-forms .evf-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {max-width: 100%;}

}