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

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:"IBM Plex Serif", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#222222; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary: #ffffff; --secondary:#222222; --global: #1E4D82;}
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: "Inter", sans-serif;}
p, p span { font-family: "IBM Plex Serif", serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--secondary-color);
}
::-moz-placeholder { 
  color:var(--secondary-color);
}
:-ms-input-placeholder {
  color:var(--secondary-color);
}
:-moz-placeholder {
  color:var(--secondary-color);
}

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

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

strong{font-weight: bold;}

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


/* -------header-wrapp-------- */
.header-wrapp {padding: 15px 0; position: relative; z-index: 999; background: var(--primary); transition: all .25s ease-in-out;}
.header-wrapp .header-row {  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo {  width: 100px;}
.header-wrapp .haeder-right {   width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .haeder-right ul { width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .haeder-right ul li {font-size: 16px; color: var(--secondary); font-weight: 500; margin: 0 0 0 15px;}
.header-wrapp .haeder-right ul li a { color: var(--secondary); display: block;padding: 10px;}
.header-wrapp .haeder-right ul li a:hover { color: var(--global);}
.header-wrapp .header-btn1 { display: inline-block; padding: 12px 28px 14px; background: var(--global); border: 1px solid var(--global); color: var(--primary); margin: 0 0 0 30px;  font-weight: 500;}
.header-wrapp .header-btn1:hover { background: none; color: var(--global);}

.header-wrapp.sticky { position: fixed; background: var(--primary); box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; animation: .7s slide-down; z-index: 999;}

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

  100% {
      transform: translateY(0)
  }
}

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


/* ---------banner-wrapp--------- */
.banner-wrapp {position: relative;}
.banner-wrapp .banner-row { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);} 
.banner-wrapp .banner-col1 { width: 46%;}
.banner-wrapp .banner-col2 { width: 48%;}
/* .banner-wrapp:after { content: ""; position: 1absolute; width: 50%; height: 100%; top: 0; left: 0; background: linear-gradient(0deg, rgba(30,77,130,1) 0%, rgba(22,120,230,1) 100%); z-index: -1;} */
.banner-wrapp h1 {font-size: 50px;color: var(--primary);font-weight: 600;margin: 0 0 20px;}
.banner-wrapp  p {font-size: 16px;line-height: 1.56;color: var(--primary);margin: 0 0 20px;}
.banner-wrapp .banner-btn {display: inline-block;padding: 12px 28px 14px;background: var(--global);border: 1px solid var(--global);color: var(--primary);font-weight: 500;margin: 10px 0 0;}
.banner-wrapp .banner-btn:hover {background: none;color: var(--global);}
.banner-wrapp .bg-slider {width: 100%;}
.banner-wrapp .bg-img { width: 100%; position: relative;}
.banner-wrapp .bg-img:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 40%);}
.banner-wrapp .bg-slider .slick-track { display: flex; flex-wrap: wrap;}
.banner-wrapp .bg-slider .slick-track .slick-slide { height: inherit;}
.banner-wrapp .bg-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.banner-wrapp .bg-img img { width: 100%; height: 100vh; object-fit: cover;}



/* ---------abouts-wrapp--------- */
.abouts-wrapp { text-align: center;}
.abouts-wrapp .abouts-row {padding: 70px 0 300px; width: 100%;}
.abouts-wrapp .abouts-row1 { width: 100%; padding: 300px 0 80px; position: relative; text-align: center; background: var(--global);}
.abouts-wrapp .abouts-img { width: 100%; position: relative; margin: -50% 0 50px;}
.abouts-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global);}
.abouts-wrapp .container { max-width: 1100px;}
.abouts-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.abouts-wrapp .abouts-btn { display: inline-block; padding: 12px 28px 14px; background: var(--primary); border: 1px solid var(--primary); color: var(--global); font-weight: 500;  margin: 10px 0 0;}
.abouts-wrapp .abouts-btn:hover { color: var(--primary); background: none;}
.abouts-wrapp .abouts-col1 { width: 100%; max-width: 800px; margin: 0 auto;}



/* -------service-wrapp------- */
.service-wrapp { padding: 70px 0;}
.service-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); text-align: center; margin: 0 0 30px;}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap;}
.service-wrapp .service-col1 { width: 32%; margin: 0 2% 30px 0; background: var(--primary);  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; position: relative; padding: 0 0 50px;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 0;}
.service-wrapp .service-col1 .service-img { width: 100%;}
.service-wrapp .service-col1 .service-img img { width: 100%;}
.service-wrapp  h3 { font-size: 18px; font-weight: 600; margin: 0 0 15px;}
.service-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 15px;}
.service-wrapp .servce-btn { display: inline-block; padding: 12px 28px 14px; background: var(--global); border: 1px solid var(--global); color: var(--primary); font-weight: 500; margin: 10px 0 0; position: absolute; left: 20px; bottom: 20px;}
.service-wrapp .servce-btn:hover { background: none; color: var(--global);}
.service-wrapp .service-col1 .service-content { width: 100%; padding: 20px;}
.service-wrapp .category-detail { width: 100%; margin: 0 0 45px; text-align: center;}



/* ------services-wrapp------ */
.services-wrapp {padding: 70px 0; background: #eaf3fc;}
.services-wrapp h3 { font-size: 18px; font-weight: 600; margin: 0 0 15px;}
.services-wrapp p { font-size: 16px; line-height: 1.56; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0  0 15px;}
.services-wrapp .services-btn { font-size: 16px; font-weight: 600; color: var(--global); display: inline-block; border-bottom: 1px solid var(--global);}
.services-wrapp .services-btn:hover { color: var(--secondary); border-color: transparent;}
.services-wrapp .services-col1 { width: 100%;}
.services-wrapp .services-col1 .services-img { width: 100%; margin: 20px 0 0;}
.services-wrapp .services-row { width: 100%;}
.services-wrapp .slick-slide > div { width: 94%; margin: 0 auto;}
.services-wrapp .services-row .slick-dots { bottom: -50px;}




/* --------testimonial-wrapp-------- */
.testimonial-wrapp { padding: 70px 0; background: var(--global);}
.testimonial-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--primary); text-align: center; margin: 0 0 50px;}
.testimonial-wrapp .testimonial-col1 { width: 100%; background: var(--primary); padding: 25px;}
.testimonial-wrapp .testimonial-col1 .testimonial-head { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-col1 .avatar-img { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; margin: 0 20px 0 0;}
.testimonial-wrapp .testimonial-col1 .avatar-detail { width: auto;}
.testimonial-wrapp h3 { font-size: 18px; font-weight: 600; margin: 0 0 5px;}
.testimonial-wrapp h6 { font-size: 12px; color: #5c5c5c;}
.testimonial-wrapp .testimonial-col1  .star { width: 100px; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-col1 p { font-size: 16px; font-style: italic;}
.testimonial-wrapp .testi-slider .slick-slide > div { width: 94%; margin: 0 auto;}
.testimonial-wrapp .testi-slider .slick-dots li.slick-active button { border-color: var(--primary);}
.testimonial-wrapp .testi-slider .slick-dots li button:before { background: var(--primary); color: var(--primary);}
.testimonial-wrapp .testi-slider .slick-dots{bottom: -50px;}




/* ----------contact-wrapp---------- */
.contact-wrapp { padding: 70px 0;  text-align: center;}
.contact-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); text-align: center; margin: 0 0 30px;}
.contact-wrapp .contact-row { width: 100%;}
.contact-wrapp .text-fields { width: 100%;  display: flex; flex-wrap: wrap;}
.contact-wrapp .text-fields .text-field { width: 24%; margin: 0 1.33% 16px 0;}
.contact-wrapp .text-fields .text-field:nth-child(4) {  margin-right: 0;}
.contact-wrapp .text-fields .text-field:last-child { width: 100%; margin-right: 0;}
.contact-wrapp input { width: 100%; height: 50px; border: 1px solid var(--global); padding: 10px 12px; text-align: center; color: var(--global);}
.contact-wrapp textarea { width: 100%; width: 100%; height: 90px; border: 1px solid var(--global); padding: 10px 12px; text-align: center; color: var(--global); resize: none;}
.contact-wrapp .submit-btn { display: inline-block; padding: 12px 28px 14px; background: var(--global); border: 1px solid var(--global); color: var(--primary);  font-weight: 500;  margin: 10px 0 0;  font-family: "IBM Plex Serif", serif;  transition: all .25s ease-in-out;  cursor: pointer;}
.contact-wrapp .submit-btn:hover { background: none; color: var(--global);}




/* -------footer-wrapp-------- */
.footer-wrapp {padding: 50px 0 20px; background: var(--secondary);}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-wrapp .footer-col1 {  width: 25%;}
.footer-wrapp .footer-logo { width: 120px; margin: 0 0 20px;}
.footer-wrapp p { font-size: 16px; color: var(--primary); line-height: 1.56;}
.footer-wrapp h3 { font-size: 18px; font-weight: 600; color: var(--primary); margin: 0 0 16px;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp ul li { font-size: 16px; line-height: 1.56; margin: 0 0 5px;}
.footer-wrapp ul li a { color: var(--primary);}
.footer-wrapp ul li a:hover { color: var(--global);}
.footer-wrapp .contact { width: 25%;}
.footer-wrapp .contact ul li { position: relative; padding-left: 35px;}
.footer-wrapp .contact ul li .icon { position: absolute; width: 20px; left: 0; top: 4px;}
.footer-wrapp .contact ul li .icon img { width: 100%; height: 100%;}
.footer-wrapp .social { width: 100%; margin: 30px 0 0;}
.footer-wrapp .social ul {width: 100%; display: flex; flex-wrap: wrap;}
.footer-wrapp .social ul li { padding: 0 0 0; margin: 0 20px 0 0;}
.footer-wrapp .social ul li .social-icon { width: 35px; display: block; height: 35px; position: relative; background: var(--primary); padding: 8px; border-radius: 50%; border: 1px solid var(--primary); transition: all .25s ease-in-out;}
.footer-wrapp .social ul li .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .social ul li .social-icon:hover { background: none;}
.footer-wrapp .social ul li .social-icon:hover img {filter: brightness(10);}
.footer-wrapp .footer-row1 { width: 100%; display: flex;  flex-wrap: wrap; justify-content: space-between; margin: 25px 0 0; padding: 20px 0  0; border-top: 1px solid var(--primary);}
.footer-wrapp .footer-row1 p { font-size: 12px;}
.footer-wrapp p a { color: var(--primary); text-decoration: underline;}
.footer-wrapp p a:hover { color: var(--global);}




/* ---------inner-banner--------- */
.inner-banner { position: relative;}
.inner-banner .bg-img { width: 100%; position: relative;}
.inner-banner .bg-img img { width: 100%; height: 500px; object-fit: cover;}
.inner-banner .inner-content { position: absolute; width: 100%;  top: 50%; transform: translateY(-50%); text-align: center;}
.inner-banner  h1 { font-size: 48px; color: var(--primary); font-weight: 600;}
.inner-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}



/* ---------about-wrapp-------- */
.about-wrapp { padding: 70px 0;}
.about-wrapp .about-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.about-wrapp .about-col1 { width: 48%; position: relative; padding: 0 10% 10% 0;}
.about-wrapp .about-col1 .about-img1 { width: 100%;}
.about-wrapp .about-col1 .about-img2 { width: 70%; position: absolute; bottom: 0; right: 0; border: 5px solid var(--primary);}
.about-wrapp .about-col2 { width: 45%;}
.about-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); margin: 0 0 20px;}
.about-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px; color: var(--secondary);}



/* -----------mission-wrapp---------- */
.mission-wrapp { padding: 70px 0; background: var(--global);}
.mission-wrapp .mission-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-col1 { width: 27%;}
.mission-wrapp .mission-col2 { width: 70%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--primary);}
.mission-wrapp .mission-col3 { width: 48%; background: var(--primary); padding: 30px;}
.mission-wrapp .mission-col3 .mission-icon { width: 60px; margin: 0 0 20px;}
.mission-wrapp h3 { font-size: 18px; font-weight: 600; margin: 0 0 12px; color: var(--global);}
.mission-wrapp p { font-size: 16px;line-height: 1.56;}



/* --------getin-wrapp------- */
.getin-wrapp { padding: 70px 0 0;}
.getin-wrapp .getin-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.getin-wrapp .getin-col1 { width: 36%;}
.getin-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); margin: 0 0 30px;}
.getin-wrapp .getin-col1 ul li {font-size: 16px;line-height: 1.56;margin: 0 0 12px;position: relative;padding-left: 35px;}
.getin-wrapp .getin-col1 ul li a {color: var(--secondary);}
.getin-wrapp .getin-col1 ul li a:hover { color: var(--global);}
.getin-wrapp .getin-col1 ul li .icon { position: absolute; width: 20px; left: 0; top: 4px;}
.getin-wrapp .getin-col1 ul li .icon img { width: 100%; height: 100%;}
.getin-wrapp .social { width: 100%; margin: 30px 0 0;}
.getin-wrapp .social ul {width: 100%; display: flex; flex-wrap: wrap;}
.getin-wrapp .social ul li { padding: 0 0 0; margin: 0 20px 0 0;}
.getin-wrapp .social ul li .social-icon {width: 35px;display: block;height: 35px;position: relative;background: var(--global);padding: 8px;border-radius: 50%;border: 1px solid var(--global);transition: all .25s ease-in-out;}
.getin-wrapp .social ul li .social-icon img {width: 100%;height: 100%; transition: all .25s ease-in-out;filter: brightness(10);}
.getin-wrapp .social ul li .social-icon:hover { background: none;}
.getin-wrapp .social ul li .social-icon:hover img {filter: none;}
.getin-wrapp .getin-col2 { width: 48%;}
.getin-wrapp .getin-col2 iframe { width: 100%; height: 400px;}



/* ---------content-wrapp--------- */
.content-wrapp {padding: 70px 0 50px;}
.content-wrapp .content-row { width: 100%;}
.content-wrapp .content-col1 { width: 100%; max-width: 1000px; margin: 0 auto;}
.content-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); margin: 0 0 30px;}
.content-wrapp .content-img { width: 100%; margin: 0 0 26px;}
.content-wrapp .content-img img { width: 100%; max-height: 500px;  object-fit: cover;}
.content-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.content-wrapp ul { width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--secondary); position: relative; padding-left: 12px;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp  ol { width: 100%; float: none; counter-reset: my-awesome-counter; margin: 0 auto 20px; position: relative;}
.content-wrapp ol li { font-size: 16px; color: var(--secondary); line-height: 1.556; counter-increment: step-counter; padding-left: 10px;  position: relative;}
.content-wrapp ol li:before { content: counter(step-counter) '.'; margin-right: 0; position: absolute; left: -5px;  color: var(--secondary);  top: 0;}
.content-wrapp h3 { font-size: 38px; font-weight: 600; color: var(--global); margin: 0 0 20px;}



/* --------service-wrapp3-------- */
.service-wrapp3 { background: var(--global);}
.service-wrapp3 h2 { color: var(--primary);}
.service-wrapp3 .serv-slider { display: block;}
.service-wrapp3 .serv-slider .slick-slide > div { width: 94%; margin: 0 auto; height: 100%;}
.service-wrapp3 .serv-slider .slick-dots li.slick-active button { border-color: var(--primary);}
.service-wrapp3 .serv-slider .slick-dots li button:before { background: var(--primary);}
.service-wrapp3 .serv-slider .slick-track { display: flex; flex-wrap: wrap;}
.service-wrapp3 .serv-slider .slick-track .slick-slide { height: inherit;}
.service-wrapp3 .serv-slider .slick-track .slick-slide .service-col1 { height: 100%;}



.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 { width: 100%; height: 50px; border-width: 1px; border-style: solid; border-color: var(--global); border-image: initial; border-radius: 0; padding: 0px 20px; background: no-repeat; margin: 0 10px 0 0; flex: 1 0 0; color: var(--global);}
.error-page-section .search-form .search-submit { display: inline-block; font-size: 14px; color: var(--primary); margin: 0 0 0 auto; position: relative; padding: 12px 28px 14px; font-weight: 500; background: var(--global); border: 1px solid var(--global); border-radius: 0; font-family: "IBM Plex Serif", 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;}
.error-page-section .search-form .search-submit:hover { color: var(--global); background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text { color: var(--global);}
.error-page-section .search-form input::placeholder { color: var(--global);}


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



.contact-wrapp .everest-forms {width: 100%;}
.contact-wrapp .everest-forms .evf-container { margin: 0 0 0;}
.contact-wrapp .everest-forms .evf-container .evf-field-container { padding: 0 0 0;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row { margin: 0 0 0;flex-direction: row;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4 { width: 24%; margin: 0 1.33% 0 0; padding: 0;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4:last-child { margin-right: 0;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid input { width: 100%; height: 50px; border: 1px solid var(--global); padding: 10px 12px; text-align: center; color: var(--global); margin: 0 0 8px;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid input::placeholder {color:var(--global);}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 { padding: 0;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid textarea { width: 100%; height: 90px; border: 1px solid var(--global); padding: 10px 12px; text-align: center; color: var(--global); resize: none;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid textarea::placeholder { color: var(--global);}
.contact-wrapp .everest-forms .evf-container .evf-submit-container button { display: inline-block; padding: 12px 28px 14px; background: var(--global); border: 1px solid var(--global); color: var(--primary); font-weight: 500; margin: 10px 0 0; font-family: "IBM Plex Serif", serif; transition: all .25s ease-in-out; border-radius: 0; cursor: pointer;}
.contact-wrapp .everest-forms .evf-container .evf-submit-container button:hover { background: none; color: var(--global);}


/* ---------sister-wrapp--------- */
.sister-wrapp {padding: 70px 0 0; text-align: center;}
.sister-wrapp h2 { font-size: 46px; font-weight: 600; color: var(--global); margin: 0 0 30px;}
.sister-logo { width: 145px; margin: 0 auto 37px;}
.sister-wrapp .sister-col1 { width: 100%;}
.sister-wrapp .sister-col1 ul { width: 100%;}
.sister-wrapp .sister-col1 ul li { display: inline-block;  margin: 0 10px 20px;}
.sister-wrapp .sister-col1 ul li .icon { width: 20px; height: 20px; display: block; margin: 0 auto 9px;}
.sister-wrapp .sister-col1 ul li:first-child {display: block;}
.sister-wrapp .sister-col1 ul li .icon img { width: 100%; height: 100%;}
.sister-wrapp .sister-col1 ul li a { color: var(--secondary);}
.sister-wrapp .sister-col1 ul li a:hover {color: var(--global);}



@media screen and (max-width:1200px) {
.abouts-wrapp .abouts-row { padding-bottom: 26%;}
.abouts-wrapp .abouts-row1 { padding-top: 25%;}
.abouts-wrapp h2 { font-size: 44px;}

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

.testimonial-wrapp h2 {font-size: 44px;}
  

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

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

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

.content-wrapp h2{font-size: 44px;}

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

.content-wrapp h3 {font-size: 36px;}

.sister-wrapp h2{font-size: 44px;}

}


@media screen and (max-width:992px) {
.header-wrapp .haeder-right { display: none;}
.header-wrapp .header-btn1 { display: none;}
.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--primary);background-size: 300% 100%;z-index: 99;padding: 135px 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(--global);display: block;padding: 20px 0;}
.overlay ul li {font-size: 40px;font-weight: 500;}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 45px;z-index: 999;overflow: hidden;cursor: pointer;user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--global);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn .active span {background: var(--global);}
.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%;}
.menu-open .header-wrapp {position: fixed; animation: none; top: 0; left: 0; box-shadow: none;}

.banner-wrapp .banner-col1 {width: 60%;}
.banner-wrapp h1 { font-size: 48px;}
.banner-wrapp .bg-img img { height: 530px;}

.abouts-wrapp .abouts-row { padding: 60px 0 26%;}
.abouts-wrapp .abouts-row1 { padding: 25% 0 60px;}
.abouts-wrapp h2 { font-size: 38px;}
.abouts-wrapp .abouts-img {margin: -50% 0 30px;}


.service-wrapp h2 { font-size: 38px;}
.service-wrapp { padding: 60px 0 50px;}

.testimonial-wrapp h2 {font-size: 38px;}
.testimonial-wrapp { padding: 60px 0 70px;}


.services-wrapp h3 { font-size: 17px;}

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


.footer-wrapp h3 { font-size: 16px;}
.footer-wrapp ul li { font-size: 14px;}
.footer-wrapp p { font-size: 14px;}

.inner-banner .bg-img img { height: 420px;}
.inner-banner h1 { font-size: 46px;}

.about-wrapp { padding: 60px 0;}
.about-wrapp h2{font-size: 38px;}

.mission-wrapp .mission-col1 { width: 100%; margin: 0 0 35px; text-align: center;}
.mission-wrapp .mission-col2 { width: 100%;}
.mission-wrapp { padding: 60px 0;}

.content-wrapp h2{font-size: 38px;}
.content-wrapp{padding: 60px 0 40px;}

.getin-wrapp { padding: 60px 0 0;}
.getin-wrapp h2{font-size: 36px;}
.getin-wrapp .getin-col1 { width: 46%;}

.content-wrapp h3 {font-size: 34px;}

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

}


@media screen and (max-width:767px) {
.container { width: 90%;}

.banner-wrapp .banner-col1 {width: 100%; text-align: center;}
.banner-wrapp .bg-img img { height: 480px;}
.banner-wrapp h1 { font-size: 42px;}


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


.contact-wrapp .text-fields .text-field { margin: 0 4% 16px 0; width: 48%;}
.contact-wrapp .text-fields .text-field:nth-child(2n) { margin-right: 0;}


.footer-wrapp .footer-col1 { width: 100%; margin: 0 0 28px;}
.footer-wrapp .footer-col2 { width: 100%; margin: 0 0 26px;}
.footer-wrapp .footer-col3 { width: 100%; margin: 0 0 26px;}
.footer-wrapp { text-align: center;}
.footer-wrapp .footer-logo { margin: 0 auto 20px;}
.footer-wrapp ul li { display: inline-block; margin: 0 5px 10px;}
.footer-wrapp .contact { width: 100%;}
.footer-wrapp .contact ul li .icon { position: relative; display: inline-block; margin: 0 6px 0 0; top: 6px;}
.footer-wrapp .contact ul li { padding: 0 0 0;}
.footer-wrapp .social ul { justify-content: center;}
.footer-wrapp .social ul li:last-child { margin-right: 0;}
.footer-wrapp .footer-row1 { flex-direction: column; align-items: center;}
.footer-wrapp .footer-row1 p { margin: 0 0 5px;}


.inner-banner .bg-img img {height: 370px;}
.inner-banner h1 {  font-size: 40px;}

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


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

.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4 { margin: 0 4% 0 0;  width: 48%;}
.contact-wrapp .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4:nth-child(2n) { margin-right: 0;}

}


@media screen and (max-width:600px) {
.abouts-wrapp h2 { font-size: 32px;}

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

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

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

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

.mission-wrapp h2 { font-size: 32px;}
.mission-wrapp .mission-col3 { width: 100%; margin: 0 0 20px;}

.overlay ul li { font-size: 30px;}

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

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

.content-wrapp h3 {font-size: 30px;}

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

}

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

.abouts-wrapp h2 { font-size: 28px;  margin: 0 0 20px;}

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

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

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

.contact-wrapp .text-fields .text-field { width: 100%; margin: 0 0 16px;}


.inner-banner .bg-img img { height: 340px;}
.inner-banner h1 { font-size: 36px;}

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

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

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

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

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

.content-wrapp h3 {font-size: 24px;}

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

}