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

/* CSS Document © 2025 Envinto */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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:"DM Sans", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#7b88a8; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll;}
:root {overflow: hidden; overflow-y: scroll; --primary: #0c4674; --secondary:#000000; --global: #ffffff; --parallax-translate: 0px; --slide-w: clamp(260px, 68vw); overflow: hidden; overflow-y: scroll;}
body::-webkit-scrollbar { display: none; }
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "DM Sans", sans-serif;}
p, p span { font-family:"DM Sans", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{width: 94%; max-width: 1320px; margin: 0 auto;}

.common-anchor {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}


/* ----------header-wrapp----------- */
.header-wrapp { padding: 15px 0;  position: relative; background: var(--global);}
.header-wrapp .header-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo { width: 200px;}
.header-wrapp  .header-right { width: auto;  display: flex;  flex-wrap: wrap; align-items: center;}
.header-wrapp  ul { width: auto; display: flex;flex-wrap: wrap; align-items: center; margin: 0 50px 0 0;}
.header-wrapp ul li { font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 15px;}
.header-wrapp ul li a { color: #7b88a8;}
.header-wrapp ul li a:hover { color: #0c4674;}
.header-wrapp .header-btn1 { background: var(--primary); color: var(--global); border: 1px solid var(--primary); display: inline-block; padding: 13px 24px; font-size: 16px; font-weight: 500; border-radius: 5px;}
.header-wrapp .header-btn1:hover { background: #e52325; border-color: #e52325;}

.header-wrapp.sticky {position: fixed;z-index: 9; animation: .7s slide-down;}

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

  100% {
      transform: translateY(0)
  }
}

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


/* ----------banner-wrapp----------- */
.banner-wrapp { display: flex; flex-wrap: wrap;justify-content: right; position: relative; overflow: hidden;}
.banner-wrapp .banner-img { position: relative; width: 46%;}
.banner-wrapp .banner-img .dash-img { position: absolute; width: 40%; top: 37%; left: 0; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.banner-wrapp .row { width: 100%; display: flex; flex-wrap: wrap;  align-items: center; justify-content: space-between; position: relative;}
.banner-wrapp .banner-col1 { width: 52%;}
.banner-wrapp h1 { font-size: 64px; color: var(--global); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.banner-wrapp p { font-size: 18px; font-weight: 600; line-height: 1.56;}
.banner-wrapp .banner-img img { width: 100%;}
.banner-wrapp .banner-img .dash-img img { width: 100%; border-radius: 8px;}
.banner-wrapp .bg-img { position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.banner-wrapp .bg-img img { width: 100%; height: 100%; object-fit: cover;}


/* -----------abouts-wrapp----------- */
.abouts-wrapp { padding: 80px 0; position: relative;}
.abouts-wrapp .abouts-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.abouts-wrapp  .abouts-col1 { width: 48%;}
.abouts-wrapp  .abouts-col2 { width: 47%; position: relative; padding: 50px;}
.abouts-wrapp h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.abouts-wrapp h3 {    font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 0 15px; color: var(--primary);}
.abouts-wrapp p { font-size: 16px; line-height: 1.56;}
.abouts-wrapp .abouts-img { width: 100%; border-radius: 10px; box-shadow: rgba(12, 70, 116, 0.2) 0px 7px 29px 0px;}
.abouts-wrapp .abouts-img img { width: 100%; border-radius: 10px;}
.abouts-wrapp .client-count { background: linear-gradient(0deg, rgb(12 69 115) 0%, rgb(0 107 194) 100%); position: absolute; padding: 12px 20px; border: 1px solid #00befc; text-align: center; border-radius: 10px; bottom: 0; left: 0; box-shadow: rgba(12, 70, 116, 0.2) 0px 7px 29px 0px;}
.abouts-wrapp .client-count h1 { font-size: 30px; font-weight: 900; color: var(--global);}
.abouts-wrapp .client-count p { color: var(--global);}
.abouts-wrapp .exp-count { background: linear-gradient(0deg, rgb(12 69 115) 0%, rgb(0 107 194) 100%); position: absolute; padding: 12px 20px; border: 1px solid #00befc; text-align: center;  border-radius: 10px;  top: 0; right: 0; box-shadow: rgba(12, 70, 116, 0.2) 0px 7px 29px 0px;}
.abouts-wrapp .exp-count h1 { font-size: 30px; font-weight: 900; color: var(--global);}
.abouts-wrapp .exp-count p { color: var(--global);}


/* -----------mission-wrapp----------- */
.mission-wrapp { padding: 80px 0; background: linear-gradient(0deg, rgb(12 69 115) 0%, rgb(0 107 194) 100%);}
.mission-wrapp .mission-row { width: 100%; display: flex; flex-wrap: wrap;}
.mission-wrapp  .mission-col1 { width: 32%; margin: 0 2% 0 0; background: var(--global); padding: 25px; border-radius: 10px;}
.mission-wrapp .mission-col1:nth-child(3n) { margin-right: 0;}
.mission-wrapp .mission-col1 .icon { width: 80px; height: 80px; background: linear-gradient(0deg, rgb(12 69 115) 0%, rgb(0 107 194) 100%); padding: 14px; border-radius: 6px; margin: 0 0 20px; border: 1px solid #00befc;}
.mission-wrapp h3 { font-size: 20px; font-weight: 600; color: var(--primary); margin: 0 0 7px;}
.mission-wrapp  p { font-size: 16px; line-height: 1.56;}
.mission-wrapp ul { width: 100%;}
.mission-wrapp ul li { font-size: 16px; line-height: 1.56; position: relative; padding-left: 10px;}
.mission-wrapp ul li:before { content: "\2022"; position: absolute; left: 0;}


/* -----------service-wrapp----------- */
.service-wrapp { padding: 80px 0;}
.service-wrapp .service-head { width: 65%;}
.service-wrapp h3 { font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 0 15px; color: var(--primary);}
.service-wrapp h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.service-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.service-wrapp .service-row { width: 100%; margin: 50px 0 0; display: flex; flex-wrap: wrap;}
.service-wrapp .service-col1 { width: 32%; margin: 0 2% 20px 0; border: 1px solid #3f537226; padding: 25px 25px 25px; border-radius: 10px; position: relative; isolation: isolate; overflow: hidden; cursor: pointer; transition: color 180ms;   z-index: 1;}
.service-wrapp .service-col1 .service-top { width: 100%; display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 0;}
.service-wrapp .service-col1 h5 { font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 0 15px; color: var(--global); transition: all .4s ease-in-out;}
.service-wrapp  h4 { font-size: 18px; font-weight: 600; margin: 0 0 8px; color: var(--global); transition: all .45s ease-in-out;}
.service-wrapp .service-col1 p{transition: all .4s ease-in-out; color: var(--global); opacity: 0;}
.service-wrapp .service-col1:hover h5, .service-wrapp .service-col1:hover h4, .service-wrapp .service-col1:hover p{color: var(--global);}
.service-col1 .bg-slide {position: absolute;top: 0;left: -100%;    width: 100%;height: 100%;background: linear-gradient(0deg, rgb(12 69 115) 0%, rgb(0 107 194) 100%);z-index: -1;transition: transform .45s cubic-bezier(.3,.95,.35,1);transform: translateX(0);pointer-events: none;}
.service-col1.hover .bg-slide {transform: translateX(100%) !important; }
.service-col1.exit .bg-slide {transform: translateX(200%) !important;}
.service-wrapp .service-col1 .service-img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;}
.service-wrapp .service-col1 .service-img img { width: 100%; height: 100%;object-fit: cover;}
.service-wrapp .service-col1 .service-img:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 50%);}
.service-wrapp .service-col1 .service-btn { font-size: 16px; font-weight: 600; color: var(--global); text-decoration: underline; opacity: 0; transition: all .4s;}
.service-wrapp .service-col1 .service-btn:hover { text-decoration: none;}
.service-wrapp .service-col1 .service-cont {transform: translateY(105px); width: 100%; transition: all .4s;}
.service-wrapp .service-col1:hover .service-cont { transform: translateY(0);}
.service-wrapp .service-col1:hover p{opacity: 1;}
.service-wrapp .service-col1:hover .service-btn { opacity: 1;}


/* -----------services-wrapp----------- */
.services-wrapp { padding: 80px 0; background: #eaeaea;}
.services-wrapp .services-head { width: 65%;}
.services-wrapp h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.services-wrapp p { font-size: 16px; line-height: 1.56;  margin: 0 0 20px;}
.services-wrapp .services-row { width: 100%; display: flex; flex-wrap: wrap; margin: 50px 0 0;}
.services-wrapp .services-col1 { width: 32%; margin: 0 2% 30px 0; padding: 20px; background: var(--global); border-radius: 15px; transition: all .25s ease-in-out; cursor: pointer; position: relative;}
.services-wrapp .services-col1:nth-child(3n) { margin-right: 0;}
.services-wrapp .services-col1 .services-img { width: 100%; margin: 0 0 20px; border-radius: 6px; overflow: hidden; position: relative;}
.services-wrapp .services-col1 .services-img img { width: 100%;  height: 255px; object-fit: cover;}
.services-wrapp h3 { font-size: 20px; font-weight: 600; color: var(--primary); transition: all .25s ease-in-out;}
.services-wrapp .services-col1:hover { background: var(--primary);}
.services-wrapp .services-col1:hover h3 { color: var(--global);}
.services-wrapp .services-col1 .count { position: absolute; top: 3px; right: 10px; font-size: 32px; font-weight: 800; font-style: italic; color: var(--global);}


/* -----------testimoial-wrapp----------- */
.testimoial-wrapp { padding: 80px 0; background: #162a4a;}
.testimoial-wrapp .testimoial-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.testimoial-wrapp .testimoial-col1 { width: 34%;}
.testimoial-wrapp .testimoial-col2 { width: 58%;}
.testimoial-wrapp h3 { font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 0 15px; color: var(--global);}
.testimoial-wrapp h2 { font-size: 50px; color: var(--global); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.testimoial-wrapp h2 span { display: block;}
.testimoial-wrapp p { font-size: 16px; line-height: 1.56;}
.testimoial-wrapp .testi-slider { width: 100%; margin: 0 0 0; padding-right: 25px;}
.testimoial-wrapp .testi-slider .slick-track { display: flex; flex-wrap: wrap;}
.testimoial-wrapp .testi-slider .slick-track .slick-slide { height: inherit;}
.testimoial-wrapp .testi-slider .slick-track .slick-slide > div { width: 94%; margin: 0 auto; height: 100%;}
.testimoial-wrapp .testi-item { background: linear-gradient(0deg,rgba(5, 24, 56, 1) 35%, rgba(21, 41, 73, 1) 100%); padding: 30px 30px; height: 100%; border: 1px solid #00befc; border-radius: 10px;}
.testimoial-wrapp .testi-item .stars { width: 100px; margin: 0 0 14px;}
.testimoial-wrapp .testi-item .stars img { width: 100%;}
.testimoial-wrapp .testi-item p {  font-size: 15px; color: var(--global); margin: 0 0 14px; font-style: italic;}
.testimoial-wrapp .testi-item h4 { font-size: 12px; font-weight: 600; color: var(--global);}
.testimoial-wrapp .testi-slider .slick-dots { width: fit-content; right: 0; top: 50%; transform: translateY(-50%); bottom: inherit;}
.testimoial-wrapp .testi-slider .slick-dots li { display: block;margin: 5px 0;}
.testimoial-wrapp .testi-slider .slick-dots li button:before { background: var(--global);}


.testimoial-wrapp .testi-item .video-thumbnail-box {position: relative; width: 100%; height: 100%;}
.testimoial-wrapp .testi-item .video-thumbnail-box img {width: 100%; height: 100%; object-fit: cover;}
.testimoial-wrapp .testi-item .video-thumbnail-box .play-btn { position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px;}


/* -----------contact-wrapp----------- */
.contact-wrapp {padding: 80px 0;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;position: relative;}
.contact-wrapp .contact-col1 { width: 47%;}
.contact-wrapp .contact-col2 { width: 47%;}
.contact-wrapp h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.contact-wrapp .contact-form { width: 100%; margin: 50px 0 0;}
.contact-wrapp .contact-form .text-fields { width: 100%; display: flex; flex-wrap: wrap;}
.contact-wrapp .contact-form .text-fields .text-field { width: 48%; margin: 0 4% 10px 0;}
.contact-wrapp .contact-form .text-fields .text-field:nth-child(2n) { margin-right: 0;}
.contact-wrapp .contact-form .text-fields .text-field:last-child { margin-right: 0; width: 100%;}
.contact-wrapp .contact-form  input { width: 100%; height: 52px; border: 1px solid var(--primary); padding: 15px; border-radius: 10px; margin: 0 0 10px; color: var(--primary); font-size: 16px;}
.contact-wrapp .contact-form  textarea { width: 100%; height: 125px; border: 1px solid var(--primary); padding: 15px; border-radius: 10px; margin: 0 0 10px; color: var(--primary); font-size: 16px; resize: none;}
.contact-wrapp .contact-form .submit-btn { background: var(--primary); color: var(--global); border: 1px solid var(--primary); display: inline-block; padding: 13px 24px; font-size: 16px; font-weight: 500; border-radius: 5px; width: 100%; font-family: "DM Sans", sans-serif; transition: all .25s ease-in-out; cursor: pointer;}
.contact-wrapp .contact-form .submit-btn:hover { color: var(--primary); background: none;}
.contact-wrapp h3 { font-size: 16px; font-weight: 500; font-family: "Space Grotesk", sans-serif; margin: 0 0 15px;color: var(--primary);}
.contact-wrapp  p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.contact-wrapp .contact-detail { width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 25px; align-items: center;}
.contact-wrapp .contact-detail .icon { width: 60px; height: 60px; background: var(--primary); padding: 15px; border-radius: 10px; margin: 0 10px 0 0;}
.contact-wrapp .contact-detail .contact-conten { width: 100%; flex: 1;}
.contact-wrapp h4 { font-size: 20px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 5px;}
.contact-wrapp .contact-detail .contact-conten p { margin: 0 0 0;  font-weight: 600;}
.contact-wrapp .contact-detail .contact-conten p a { color: #7b88a8;}
.contact-wrapp .contact-detail .contact-conten p a:hover { color: var(--primary);}
.contact-wrapp .contact-row:after { content: ""; position: absolute; width: 0.5px; height: 100%; background: #7b88a8; left: 50%; transform: translateX(-50%);}

.contact-wrapp .contact-form .evf-field-container {padding: 0;}
.contact-wrapp .contact-form .evf-field-container .evf-frontend-row { margin: 0 0 0;  justify-content: space-between; flex-direction: row;}
.contact-wrapp .contact-form .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0 0; flex: none; width: 48%;}
.contact-wrapp .contact-form .evf-field-container .evf-frontend-row:last-child .evf-frontend-grid { width: 100%;}
.contact-wrapp .contact-form .evf-submit-container {padding: 0 0;}
.contact-wrapp .contact-form .evf-submit-container button { background: var(--primary); color: var(--global); border: 1px solid var(--primary); display: inline-block; padding: 13px 24px; font-size: 16px; font-weight: 500; border-radius: 5px; width: 100%; font-family: "DM Sans", sans-serif; transition: all .25s ease-in-out; cursor: pointer;}
.contact-wrapp .contact-form .evf-submit-container button:hover { background: none; color: var(--primary);}



/* -----------footer-wrapp----------- */
.footer-wrapp {padding: 50px 0 20px; background: var(--primary);}
.footer-wrapp .footer-row { width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .logo { width: 200px; margin: 0 0 20px;}
.footer-wrapp .logo img { width: 100%;}
.footer-wrapp .footer-right { width: auto; }
.footer-wrapp .social { display: inline-block; margin: 0 0 0 10px ;}
.footer-wrapp .social a { display: inline-block; color: var(--global); font-family: "Space Grotesk", sans-serif; font-weight: 100; border: 1px dashed var(--global); padding: 5px 15px; border-radius: 20px;  font-size: 14px;}
.footer-wrapp .social a:hover { border-color: #00befc; color: #00befc;}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-wrapp .footer-row1 p { font-size: 14px;}
.footer-wrapp .footer-row1 p a { color: #7b88a8; text-decoration: underline;}
.footer-wrapp .footer-row1 p a:hover { color: #00befc; text-decoration: none;}
.footer-wrapp .footer-social { width: 100%; display: flex; flex-wrap: wrap; margin: 30px 0 0; justify-content: center;}
.footer-wrapp .news-letter { width: 100%; max-width: 473px; margin: 0 auto;}
.footer-wrapp h3 { font-size: 16px; font-weight: 500; color: var(--global);  margin: 0 0 10px;}
.footer-wrapp .news-letter .text-field { width: 100%; display: flex; flex-wrap: wrap;}
.footer-wrapp .news-letter input { width: 100%; height: 52px; border: 1px solid var(--global); padding: 15px; border-radius: 10px; margin: 0 0 0; color: var(--global); font-size: 16px;  background: none; flex: 1 0 0;}
.footer-wrapp .news-letter .subscribe-btn { background: var(--global); color: var(--primary); border: 1px solid var(--global); display: inline-block; padding: 13px 18px; font-size: 16px; font-weight: 500; border-radius: 5px; font-family: "DM Sans", sans-serif; transition: all .25s ease-in-out; cursor: pointer; margin: 0 0 0 10px;}
.footer-wrapp .footer-left { width: 30%;}
.footer-wrapp p { font-size: 16px; line-height: 1.56;}

.footer-wrapp .news-letter .tnp.tnp-subscription { margin:  0 0;}
.footer-wrapp .news-letter .tnp form {display: flex; flex-wrap: wrap;}
.footer-wrapp .news-letter  .tnp form .tnp-field label { display: none;}
.footer-wrapp .news-letter .tnp form .tnp-field input {width: 100%; height: 52px; border: 1px solid var(--global); padding: 15px; border-radius: 10px; margin: 0 0 0; color: var(--global); font-size: 16px; background: none;}
.footer-wrapp .news-letter .tnp form .tnp-field-email { flex: 1;}
.footer-wrapp .news-letter .tnp form .tnp-field-button { margin: 0 0 0 10px;}
.footer-wrapp .news-letter .tnp form .tnp-field-button .tnp-submit {background: var(--global); color: var(--primary); border: 1px solid var(--global); display: inline-block; padding: 13px 18px; font-size: 16px; font-weight: 500; border-radius: 10px; font-family: "DM Sans", sans-serif; transition: all .25s ease-in-out; cursor: pointer;}
.footer-wrapp .news-letter .tnp form .tnp-field-button .tnp-submit:hover { color: var(--global); background: none;}


/* ----------inner-banner----------- */
.inner-banner { height: 390px; overflow: hidden; position: relative;}
.inner-banner .bg-img { position: absolute; right: 0; top: 0; width: calc(100% + 150px); height: calc(100% + 150px); }
.inner-banner img { width: 100%;  height: 100%;  object-fit: cover;}
.inner-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 40%);}
.inner-banner .inner-banner-text { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; text-align: center;}
.inner-banner h1 { font-size: 32px; text-transform: uppercase; font-weight: 600; color: var(--global);}
.inner-banner h2 { font-size: 40px;font-weight: 600; color: var(--global); margin: 0 0 14px;}
.inner-banner p { font-size: 16px; line-height: 1.56; color: var(--global); margin: 0 0 20px;}
.inner-banner .inner-btn { background: var(--primary);  color: var(--global);  border: 1px solid var(--primary); display: inline-block; padding: 13px 24px; font-size: 16px; font-weight: 500; border-radius: 5px;}
.inner-banner .inner-btn:hover { background: #e52325; border-color: #e52325;}



.error-page-section {padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px;color: var(--primary);margin: 0 0 20px;font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;font-weight: 500;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.error-page-section .search-form { width: auto; max-width: 420px; display: flex; flex-wrap: wrap; margin: 0 auto;}
.error-page-section .search-form input {width: 100%;height: 50px;border-width: 1px;border-style: solid;border-color: var(--primary);border-image: initial;border-radius: 10px;padding: 0px 20px;background: no-repeat;margin: 0 10px 0 0;flex: 1 0 0;color: var(--global);font-family: "DM Sans", sans-serif;}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--global);margin: 0 0 0 auto;position: relative;padding: 14px 28px 14px 28px;font-weight: 500;background: var(--primary);border: 1px solid var(--primary);border-radius: 10px;font-family: "DM Sans", sans-serif;transition: all .25s ease-in-out;cursor: pointer;}
.error-page-section .search-form .search-submit .screen-reader-text {font-size: 16px;clip: inherit;clip-path: inherit;position: relative !important;transition: all .25s ease-in-out;font-family: "DM Sans", sans-serif;}
.error-page-section .search-form .search-submit:hover {color: var(--primary);background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text {color: var(--primary);}
.error-page-section .search-form input::placeholder { color: var(--secondary);}


.search-page-section {padding: 60px 0 0;}
.search-page-section h1 {font-size: 32px;margin: 0 0 20px;font-weight: 500;color: var(--secondary);}
.search-page-section h3 {font-size: 28px;margin: 0 0 20px;font-weight: 500;color: var(--secondary);}
.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(--primary);padding: 12px 26px 12px;color: var(--global);font-size: 16px;border: 1px solid var(--primary);border-radius: 6px;font-family: "DM Sans", sans-serif;}
.search-page-section .search-btn1:hover {color: var(--primary);background: none;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}


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



.inner-sec { padding: 80px 0; position: relative;}
.inner-sec .inner-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.inner-sec .inner-col1 { width: 48%;}
.inner-sec .inner-col1 img { width: 100%; border-radius: 10px;}
.inner-sec .inner-col2 { width: 48%;}
.inner-sec h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 22px;}
.inner-sec p { font-size: 16px; line-height: 1.56;}


.core-wrapp {padding: 80px 0 60px; background: #F8FAFC;}
.core-wrapp h2 { font-size: 50px; color: var(--secondary); font-weight: 500; line-height: 1; margin: 0 0 32px;}
.core-wrapp  .core-row {width: 100%; display: flex; flex-wrap: wrap;}
.core-wrapp .core-col1 { width: 32%; margin: 0 2% 20px 0; background: var(--global); padding: 30px; border: 1px solid #E9E9E9; border-radius: 30px; box-shadow: 0px 20px 40px 0px rgba(76.00000000000001, 111, 255, 0.15);}
.core-wrapp .core-col1:nth-child(3n) { margin-right: 0;}
.core-wrapp h3 { font-size: 18px; font-weight: 600; margin: 0 0 12px; color: var(--secondary);}
.core-wrapp  ul { width: 100%;}
.core-wrapp ul li { font-size: 16px; line-height: 1.56; padding-left: 10px; position: relative;}
.core-wrapp ul li:before { content: "\2022"; position: absolute; left: 0;}


.translator { margin: 0 0 0 15px;}
.translator .gt_float_switcher {position: relative; overflow: visible; font-size: 14px; font-weight: 500; font-family: "Space Grotesk", sans-serif;}
.translator .gt_float_switcher .gt_options {position: absolute; top: 100%; transform: translateY(10px); z-index: 1; background: #fff; box-shadow: rgba(0,0,0,0.15) 0 5px 15px; border-radius: 0 0 5px 5px;}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-family: "Space Grotesk", sans-serif;}
.translator .gt_float_switcher img { width: 20px;}
.translator .gt_float_switcher .gt_options.gt-open { transform: translateX(0);}
.translator .gt_float_switcher .gt_options a { display: flex;}
.translator .gt_float_switcher .gt_options a.gt-current { display: none;}




@media screen and (max-width:1200px) {
.header-wrapp ul {  margin: 0 20px 0 0;}
.header-wrapp ul li {margin: 0 10px;font-size: 14px;}
.header-wrapp .header-btn1 {padding: 13px 20px;font-size: 14px;}
.header-wrapp .logo {width: 180px;}

.banner-wrapp h1 { font-size: 50px;}
.banner-wrapp p {  font-size: 16px;}

.abouts-wrapp h2 { font-size: 48px;}
.abouts-wrapp .exp-count h1 { font-size: 28px;}
.abouts-wrapp .client-count h1 { font-size: 28px;}

.mission-wrapp .mission-col1 .icon {width: 60px;height: 60px;padding: 12px;}

.service-wrapp h2 { font-size: 48px;}
.service-wrapp .service-head { width: 80%;}

.services-wrapp h2 {font-size: 48px;}
.services-wrapp .services-head {width: 80%;}
.services-wrapp .services-col1 .services-img img { height: 17.4vw;}
.services-wrapp h3 { font-size: 18px;}

.testimoial-wrapp h2 {font-size: 48px;}

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

.inner-sec h2 { font-size: 48px;}

.core-wrapp h2 { font-size: 48px;}

}

@media screen and (max-width:992px) {
.header-wrapp ul { display: none;}
.header-wrapp .header-btn1 { display: none;}
.header-wrapp .header-row { padding-right: 65px;}

.banner-wrapp h1 { font-size: 38px;}


.abouts-wrapp h2 {font-size: 38px;}
.abouts-wrapp .abouts-col2 { padding: 30px;}

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

.services-wrapp h2 {font-size: 38px;}

.testimoial-wrapp h2 { font-size: 38px;}

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

.footer-wrapp .footer-left { width: 38%;}

.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--global);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(--primary);display: block;padding: 20px 0;}
.overlay ul li {font-size: 32px;font-weight: 500;font-family: "Space Grotesk", sans-serif;text-transform: uppercase;}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 40px;z-index: 99999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--primary);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y: hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.sticky-found .burger-btn { top: 36px;}


.inner-banner h2 { font-size: 38px;}

.inner-sec h2 { font-size: 38px;}

.core-wrapp h2 { font-size: 38px;}

}

@media screen and (max-width:767px) {
.banner-wrapp .banner-img { display: none;}
.banner-wrapp { padding: 70px 0; text-align: center;}
.banner-wrapp .banner-col1 { width: 100%;}

.abouts-wrapp { padding: 50px 0; text-align: center;}
.abouts-wrapp .abouts-col1 { width: 100%; margin: 0 0 28px;}
.abouts-wrapp .abouts-col2 { width: 100%;}

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

.service-wrapp .service-head { width: 100%;}
.service-wrapp .service-col1 { width: 48%; margin: 0 4% 20px 0;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 4%;}
.service-wrapp .service-col1:nth-child(2n) { margin-right: 0;}
.service-wrapp { padding: 50px 0 30px;}

.services-wrapp {padding: 50px 0 30px;}
.services-wrapp .services-head { width: 100%;}
.services-wrapp .services-col1 { width: 48%; margin: 0 4% 30px 0;}
.services-wrapp .services-col1:nth-child(3n) { margin-right: 4%;}
.services-wrapp .services-col1:nth-child(2n) { margin-right: 0;}
.services-wrapp .services-col1 .services-img img { height: 26.3vw;}

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

.contact-wrapp .contact-col1 {width: 100%;}
.contact-wrapp .contact-col2 { width: 100%;margin: 0 0 30px; padding: 0 0 15px; border-bottom: 1px solid;}
.contact-wrapp .contact-row:after {  display: none;}
.contact-wrapp .contact-row {flex-direction: column-reverse;}
.contact-wrapp { padding: 50px 0;}

.footer-wrapp .footer-left { width: 100%; margin: 0 0 20px;}
.footer-wrapp .social a { padding: 5px 10px;  font-size: 12px;}
.footer-wrapp .social { margin: 0 5px 5px;}
.footer-wrapp { text-align: center;}
.footer-wrapp .logo { margin: 0 auto 15px;}
.footer-wrapp .footer-right { width: 100%;}
.footer-wrapp .footer-row1 { flex-direction: column; align-items: center;}

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

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

}

@media screen and (max-width:600px) {}

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

.abouts-wrapp h2 { font-size: 32px;}
.abouts-wrapp .exp-count {padding: 10px 12px;}
.abouts-wrapp .exp-count h1 { font-size: 22px;}
.abouts-wrapp .exp-count p { font-size: 13px;}
.abouts-wrapp .client-count { padding: 10px 12px;}
.abouts-wrapp .client-count h1 {font-size: 22px;}
.abouts-wrapp .client-count p { font-size: 13px;}

.service-wrapp h2 { font-size: 32px;}
.service-wrapp .service-col1 { width: 100%; margin: 0 0 20px !important;}

.services-wrapp h2 {font-size: 32px;}
.services-wrapp .services-col1 { width: 100%; margin: 0 0 30px 0 !important;}
.services-wrapp .services-col1 .services-img img { height: 54.4vw;}

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

.contact-wrapp h2 { font-size: 32px;}
.contact-wrapp h4 { font-size: 18px;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 10px;}

.overlay ul li {font-size: 26px;}
.overlay ul li a { padding: 16px 0;}

.header-wrapp .logo { width: 140px;}
.header-wrapp .header-row {padding-right: 55px;}
.translator .gt_float_switcher .gt-selected .gt-current-lang {padding: 8px;}
.translator .gt_float_switcher .gt_options a { padding: 8px;}

.burger-btn { top: 30px;}

.contact-wrapp .contact-form .evf-field-container .evf-frontend-row .evf-frontend-grid { width: 100%;}
  
.inner-banner h2 { font-size: 30px;}

.inner-sec h2 { font-size: 32px;}

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

.core-wrapp .core-col1 {width: 100%; margin: 0 0 20px !important;}

.testimoial-wrapp .testi-item.video-item {padding: 20px;}

}