@font-face {
  font-family: "Stem";
  src:
    url("../fonts/Stem-Light.woff2") format("woff2"),
    url("../fonts/Stem-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src:
    url("../fonts/Stem-Medium.woff2") format("woff2"),
    url("../fonts/Stem-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src:
    url("../fonts/Stem-Regular.woff2") format("woff2"),
    url("../fonts/Stem-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stem";
  src:
    url("../fonts/Stem-Bold.woff2") format("woff2"),
    url("../fonts/Stem-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce";
  src: url("../fonts/opensauceone-medium-webfont.woff2") format("woff2"),
  url("../fonts/opensauceone-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce";
  src: url("../fonts/opensauceone-regular-webfont.woff2") format("woff2"),
  url("../fonts/opensauceone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce";
  src: url("../fonts/opensauceone-light-webfont.woff2") format("woff2"),
  url("../fonts/opensauceone-light-webfont.woff") format("woff");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apple Symbols";
  src:
    url("../fonts/Apple-Symbols.woff2") format("woff2"),
    url("../fonts/Apple-Symbols.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ***** Common Css **** */
:root {
  scroll-behavior: initial;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
figure {
  margin: 0;
}
a,
button {
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-decoration: none;
}

body {
  font-family: "Open Sauce";
  font-size: 24px;
  font-weight: 300;
  color: #2f2f2f;
  text-decoration: none;
}
.main-wrpper {
  height: auto;
  width: 100%;
}
.container {
  max-width: 1450px;
}





/* ***** End Common Css **** */

/* =============================== [ Common Styling Start ] =============================== */
.img-cover * { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.img-contain * { height: 100%; width: 100%; object-fit: contain; object-position: center; }
.swiper-liner .swiper-wrapper { transition-timing-function: linear !important; }
.common-title h2 { font-size: 40px; font-family: 'Open Sauce'; color: #8db9d3; font-weight: 300; line-height: 1.3; margin-bottom: 0; }
.img-hover img { transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.img-hover:hover img { transform: scale(1.04); -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); }
/* =============================== [ Common Styling End ] =============================== */


/* **** Header **** */
header { position: fixed; top: 0px; left: 0; right: 0; background: transparent; padding: 10px 0 0 0; border: none; z-index: 120; transition: 0.4s linear; -webkit-transition: 0.4s linear; }
header .container { max-width: 1650px; }
header.nav-new { border: none; background-color: #fff; }
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand { float: none; height: auto; padding: 0; }
.navbar-brand img { max-width: 100%; height: 85px; }
.navbar { background: transparent; position: relative; width: 100%; left: 0; top: 0; border: none; border-radius: 0; margin: 0; padding: 0; z-index: 120; transition: 0.4s linear; -webkit-transition: 0.4s linear; }
.nav-row { display: flex; align-items: center; justify-content: flex-end; width: 100%; }
.header-nav-left { display: flex; flex-flow: column; }
ul.header-top { padding-bottom: 60px; display: flex; align-items: center; justify-content: end; }
ul.header-top li { margin: 0 30px 0 0; width: 30px; transition: 0.4s linear; -webkit-transition: 0.4s linear; }
ul.header-top li img {height: 100%;width: 100%;}
ul.header-top li:last-child {
  margin: 0;
}
ul.header-top li:hover,
ul.header-top li a:hover {
  opacity: 0.7;
}
.navbar-light .navbar-nav { margin: 0 0 0 auto; }
.navbar-light .navbar-nav li { margin-right: 50px; }
.navbar-light .navbar-nav li:last-child { margin-right: 0; }
.navbar-light .navbar-nav .nav-link { padding: 0px 0px 28px 0px; color: #434955; font-family: "Open Sauce"; font-weight: 400; font-size: 19px; text-transform: uppercase; position: relative; transition: 0.4s linear; -webkit-transition: 0.4s linear; }
.navbar-light .navbar-nav .nav-link i { margin: 0 0 0 5px; }
.navbar-light .navbar-nav .nav-link:focus-visible { box-shadow: none; outline: none; }
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover { color: #80B1CE; box-shadow: none; outline: none; }
.navbar-light .navbar-nav .nav-link:after { position: absolute; content: ""; width: 0%; height: 5px; bottom: 10px; padding: 0; border: none; right: 0; background: #80B1CE; transition: 0.4s linear; -webkit-transition: 0.4s linear; }
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after { width: 100%; left: 0; right: auto; }
.navbar-light .navbar-nav li .dropdown-menu { padding: 5px; background: #fff; border: none; border-radius: 0px; display: block; opacity: 0; visibility: hidden; transition: 0.4s linear; -webkit-transition: 0.4s linear; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; }
.navbar-light .navbar-nav li:hover .dropdown-menu { opacity: 1; visibility: visible; }
.navbar-light .navbar-nav li .dropdown-menu li { margin: 0; }
.navbar-light .navbar-nav li .dropdown-menu li a { display: block; padding: 7px 10px; color: #80B1CE; font-size: 18px; text-transform: uppercase; font-weight: 400; }
.navbar-light .navbar-nav li .dropdown-menu li a:after { display: none; }
.navbar-light .navbar-nav li .dropdown-menu li a:hover { color: #1e88c5; }
.btn-nav { color: #fff; font-family: "Open Sauce"; font-weight: 300; font-size: 20px; padding: 8px 25px; line-height: 26px; background: #7aaecc; border-radius: 5px; text-transform: uppercase; margin: 0 0 0 50px; }
.btn-nav:hover { background: #384b74; color: #fff; }
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler { background-color: transparent; border-radius: 0; outline: none; box-shadow: none; border: none; padding: 0; }
.navbar-light .navbar-toggler:focus { box-shadow: none; outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon { background-image: unset; }
.navbar-toggler:active,
.navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon { width: 24px; height: 18px; background-image: none; position: relative; border-bottom: 2px solid #21314b; transition: all 300ms linear; }
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before { width: 24px; position: absolute; height: 2px; background-color: #21314b; top: 0; right: 0; content: ""; z-index: 2; transition: all 300ms linear; }
.navbar-light .navbar-toggler-icon:after { top: 8px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { transform: rotate(45deg); width: 24px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before { transform: translateY(8px) rotate(-45deg); width: 24px; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { border-color: transparent; }
/* **** End toggler **** */

/* **** hero **** */
.hero-wrp { overflow: hidden; margin-top: 130px; padding: 80px 0 40px 0; position: relative; min-height: 580px; display: flex; justify-content: center; align-items: center; } 
.hero-wrp .container { height: 100%; } 
.hero-main { height: 100%; text-align: center; position: relative; z-index: 5; } 
.hero-main h1 { color: #fff; font-size: 40px; font-family: "Open Sauce"; font-weight: 500; }

/* background image */
.hero-bg { position: absolute; inset: 0; z-index: -1; } 
.hero-bg img { height: 100%; width: 100%; object-fit: cover; object-position: top; } 

/* round shape */
.hero-shape { position: absolute; top: -150px;  right: 0%; width: 60%;  z-index: -2; overflow: hidden;}
.hero-shape img {width: 100%;height: 100%;}

/* lines */
.hero-right-line {position: absolute;top: -150px;right: 0;left: auto;bottom: 20%; width: 39%;}
.hero-left-line {position: absolute;bottom: -150px;left: 0;right: auto; height: auto;width: 88%;}
.hero-right-line img {width: 100%;height: 100%;}
.hero-left-line img {width: 100%;height: 100%;}
/* **** hero **** */

/* **** service-wrp **** */
.service-wrp { position: relative; padding: 0px 0 50px 0; } 
.service-title { position: relative; width: 100%; max-width: 1060px; padding: 28px 20px 20px 20px; background: linear-gradient( 90deg, #0000 0%, #ffffff 28.5%, #ffffff 85.71%, #0000 100% ); margin: 0 auto 120px auto; } 
.service-title h2 { width: 100%; max-width: 770px; margin: 0 auto; color: #8db9d3; font-size: 30px; font-family: "Open Sauce"; font-weight: 300; text-align: center; } 

.service-left {width: 100%;height: 100%;padding-right: 40px;} 
.service-left figure,.service-left >* {height: 100%;width: 100%;}
.service-left img {object-fit: cover; height: 100%; width: 100%; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; } .service-right h2 { color: #000; font-family: "Open Sauce"; font-weight: 500; font-size: 32px; } 

.service-right {width: 100%;height: 100%;} 
.service-right {padding-left: 80px;}
.service-right ul { margin-top: 28px; } 
.service-right ul li { color: #868686; position: relative; padding-left: 36px; font-family: "Open Sauce"; font-weight: 500; margin-bottom: 8px; } 
.service-right ul li::after { position: absolute; top: 50%; transform: translateY(-50%); left: 4px; content: ''; border: 2px solid #2585BB; width: 20px; height: 20px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: transparent; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } 
.service-right ul li::before { position: absolute; top: 50%; transform: translateY(-50%); left: 8px; content: ''; border: 2px solid #2585BB; width: 12px; height: 12px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: transparent; } 
.btn-gradient { margin-top: 28px; width: 100%; max-width: 460px; text-align: center; display: inline-block; background: linear-gradient(90deg, #A7C7DA 0%, #4C9ED8 100%); padding: 10px 20px; color: #fff; border-radius: 12px; font-family: "Stem"; font-weight: 300; font-size: 28px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; } 
.btn-gradient:hover { background: linear-gradient(90deg, #4C9ED8 0%, #A7C7DA 100%); }
/* **** service-wrp **** */




/* =============================== [ Partners Section Start ] =============================== */
.partners { overflow-x: clip; padding-block: 50px; }
.partners .swiper { overflow: visible; }
.partners .swiper-slide { height: auto; width: 132px; aspect-ratio: 132 / 140; }
.partners .logo-img { filter: grayscale(1); opacity: .9; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; -webkit-filter: grayscale(1); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }
.partners .logo-img:hover { filter: unset; opacity: 1; -webkit-filter: unset; }
/* =============================== [ Partners Section End ] =============================== */

/* =============================== [ Highlight Section Start ] =============================== */
.highlight { padding-block: 60px 40px; }
.highlight .highlight-block { display: flex; flex-direction: column; gap: 45px; }

.highlight .image-block { max-width: 345px; width: 100%; height: auto; aspect-ratio: 345 / 445; border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; overflow: hidden; }

.highlight .content-block { display: flex; align-items: start; justify-content: space-between; gap: 60px; }
.highlight .text-block { max-width: 980px; width: 100%; }
.highlight .text-block strong { color: #0f0f0f; font-family: 'Open Sauce'; font-size: 30px; font-weight: 300; }
.highlight .text-block p { color: #2f2f2f; font-family: 'Open Sauce'; font-size: 24px; margin-bottom: 30px; }
.highlight .text-block p:last-child { margin-bottom: 0; }
/* =============================== [ Highlight Section End ] =============================== */

div.content-block ul li {
  list-style: disc;
  margin: 0 0 0 1em;
}

  .sz-section {
    --sz-accent:   #1a5ba8;
    --sz-gold:     #d4920a;
    --sz-text:     #1a1a2e;
    --sz-muted:    #4a5568;
    --sz-divider:  #d1d9e6;
    font-family: 'Exo 2', sans-serif;
    color: var(--sz-text);
    max-width: 680px;
  }

  .sz-block-heading {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--sz-accent);
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--sz-accent);
  }

  .sz-detail-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }

  .sz-detail-list li {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--sz-muted);
    border-bottom: 1px solid var(--sz-divider);
  }

  .sz-detail-list li:last-child {
    border-bottom: none;
  }

  .sz-detail-list .sz-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
    width: 1.8rem;
    text-align: center;
  }

  .sz-highlight {
    color: var(--sz-gold);
    font-weight: 900;
    font-size: 1.1rem;
  }

  .sz-divider {
    border: none;
    border-top: 1.5px dashed var(--sz-divider);
    margin: 1.25rem 0;
  }

  .sz-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .6rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--sz-text);
    border-bottom: 1px solid var(--sz-divider);
  }

  .sz-summary-row:last-child {
    border-bottom: none;
  }

  .sz-summary-row .sz-label {
    display: flex;
    align-items: center;
    gap: .5rem;
  }

  .sz-summary-row .sz-icon {
    font-size: 1.25rem;
  }

  .sz-summary-row .sz-value {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: var(--sz-gold);
    font-size: 1.2rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .sz-summary-row.sz-year .sz-value {
    font-size: 1.5rem;
  }

  .sz-badge {
    background: var(--sz-gold);
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
    padding: .15rem .35rem;
    border-radius: .25rem;
    line-height: 1.3;
  }


.references-section {
  background: #ffffff;
}

.references-section h2 {
  font-size: 2.4rem;
  color: #111;
}

.ref-box {
  background: #f8fbfd;
  border: 1px solid #e6eef4;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.ref-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.ref-box ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #222;
  list-style: none !important;
  
}

.ref-box ul li:last-child {
  margin-bottom: 0;
}

.ref-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #80b2ce;
}

@media (max-width: 991px) {
  .references-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .ref-box {
    padding: 22px 18px;
  }

  .ref-box ul li {
    font-size: 0.95rem;
  }
}

/* =============================== [ References Section Start ] =============================== */
.references { padding-block: 40px 50px; overflow-x: clip; }
.references .swiper { overflow: visible; }
.references .references-block { display: flex; flex-direction: column; gap: 30px; }
.references .references-block .swiper-slide { height: auto; }
.references .references-block .image-content { display: flex; overflow: hidden; border-radius: 12px; aspect-ratio: 380 / 290; height: 100%; width: 100%; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; }
/* =============================== [ References Section End ] =============================== */

/* =============================== [ Gallery Start ] =============================== */
.gallery { padding-block: 60px; }
.gallery-block .common-title h2 {font-weight: 300;}
.gallery-block { display: flex; flex-direction: column; gap: 40px; }
.gallery .image-block { display: flex; aspect-ratio: 330 / 250; width: 100%; height: auto; overflow: hidden; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; }
.gallery .row { margin-inline: -20px; row-gap: 40px; }
.gallery .row >* { padding-inline: 20px; }
/* =============================== [ Gallery End ] =============================== */

/* =============================== [ FAQs Start ] =============================== */
.faqs { padding-block: 60px; }
.faqs .faqs-block { display: flex; flex-direction: column; gap: 30px; }

.faq-item { padding: 24px 60px 24px 20px; background-color: #dbf1fb; margin-bottom: 2px; display: flex; flex-direction: column; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; border: 2px solid transparent; }

.faq-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; position:relative; cursor:pointer; }
.faq-title h6 { font-size: 23px; font-weight: 500; color: #56739a; margin-bottom: 0; }
.faq-desc p { font-size: 24px; font-weight: 300; color: #2f2f2f; margin-bottom: 0; padding-block: 20px; }

.faq-title::after{ content:""; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; background-repeat:no-repeat; background-size:contain; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }

.faq-title::after{ background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="%2334749A" d="M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z"/></svg>'); }

.faq-item:has(.show) { border-color: #cacbcd; background-color: #ffffff; margin-bottom: 6px; }

.faq-item:has(.show) .faq-title::after{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

/* Center Shape Parent */
.center-shape-parent { position: relative; overflow-x: clip; }
.center-shape-parent .center-circle-shape { pointer-events: none; user-select: none; width: 1600px; height: auto; aspect-ratio: 1 / 1; position: absolute; top: 120px; left: -580px; z-index: -1; }
/* =============================== [ FAQs End ] =============================== */

/* **** contact **** */
.contact-wrp { position: relative; overflow: hidden; padding: 80px 0 80px 0; } 
.contact-title-box { margin-bottom: 48px; } 
.contact-title-box .common-title h2 { color: #8db9d3; font-weight: 300; margin-bottom: 26px; } 
.contact-title-box p { color: #333333; font-size: 20px; font-family: "Open Sauce"; font-weight: 300; } 
.contact-main form { width: 100%; max-width: 980px; } 
.contact-main form .form-group { margin-bottom: 20px; } 
.contact-main form label { color: #70a8c7; font-size: 20px; font-family: "Open Sauce"; font-weight: 300; } 
.contact-main form .form-control { background-color: #eef3f6; border-radius: 0px; outline: none; height: auto; border-color: #0000; box-shadow: none; font-size: 16px; font-weight: 500; color: rgb(0, 0, 0); resize: none; padding: 12px 15px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; } 
.custom-chack .styled-checkbox { position: absolute; opacity: 0; } 
.custom-chack .styled-checkbox + label { position: relative; cursor: pointer; padding: 0; margin: 0; font-size: 18px; font-weight: 300; color: #70a8c7; line-height: 26px; display: flex; } 
.custom-chack .styled-checkbox + label a { color: #70a8c7; margin: 0 5px; } 
.custom-chack .styled-checkbox + label a:hover { color: #1a5cc0; } 
.custom-chack .styled-checkbox + label:before { content: ""; display: inline-block; vertical-align: text-top; min-width: 20px; width: 20px; height: 20px; border: 1px solid #000; background: #d3dbe8; margin: 3px 10px 0 0; } 
.custom-chack .styled-checkbox:checked + label:after { content: "\f00c"; font-family: "Font Awesome 5 Pro"; position: absolute; left: 0; top: 3px; background: #70a8c7; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 14px; color: #fff; } 
.contact-main form .btn-main { margin-top: 30px; background-color: #609fc3; color: #fff; font-size: 20px; font-family: "stem"; padding: 10px 24px; text-transform: uppercase; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border: none; outline: none; } 
.contact-main form .btn-main:hover { background-color: #384b74; }

.contact-bg { position: absolute; top: -15%; right: -15%; width: 40%;  z-index: -1; }
.contact-bg img {width: 100%;height: 100%;}
/* **** contact **** */

/* **** about **** */
.about-wrp { overflow: hidden; position: relative; padding-top: 120px;} 
.about-main { position: relative; margin: 0 auto; } 
.about-main.colored-bg { background-color: #dff0fa; } 
.about-left {position: relative; z-index: 1; padding: 40px 30px 40px 0; margin-left: auto; width: 100%; max-width: 460px; margin-right: -12px; } 
.about-left .common-title h2 { font-weight: 400; margin-bottom: 80px; } 
.about-main .about-left .common-title { color: #8db9d3; } 
.about-main.colored-bg .about-left .common-title h2 { color: #fff; } 
.about-left img { width: 100%; max-width: 400px; } 
.about-right {position: relative; z-index: 1; padding: 160px 0 40px 30px; margin-right: auto; width: 100%; max-width: 945px; margin-left: -12px; } 
.about-right > * { margin-bottom: 20px; } 
.about-right > *:last-child { margin-bottom: 0px; } .about-right h5 { font-size: 30px; color: #0f0f0f; }
.about-right h1,h2,h3,h4,h5,h6 {font-weight: 300;}

.about-left-line {position: absolute;content: '';top: 0%; left: 0; z-index: -1; width: 30%; height: 30%; }
.about-left-line img {width: 100%;height: 100%;}

.about-right-line {position: absolute;content: '';top: 0%; right: 0; z-index: -1; width: 50%; height: 60%; }
.about-right-line img {width: 100%;height: 100%;}

/* colored backgrounds */

.about-main.colored-bg::after { position: absolute;content: ''; top: 0;bottom: 0;left: 0;right: auto;width: 34%; background-color: #70a8c7; }
.about-main.colored-bg .col-right { background-color: #dff0fa; }

/* **** about **** */

/* **** reach us **** */
.reach-wrp { padding-top: 40px; } 
.reach-top .common-title h2 { margin-bottom: 30px;font-weight: 300; } 
.reach-bottom { background-color: #e9f0f4; padding: 30px 0 30px 0px; } 
.reach-bottom ul { padding-left: 30px; } 
.reach-bottom ul li { color: #696969; font-family: "Stem"; font-size: 24px; font-weight: 400; display: flex; align-items: center; margin-bottom: 40px; } 
.reach-bottom ul li p { margin: 0; min-width: 130px; } 
.reach-bottom ul li a { display: inline-block; color: #696969; font-family: "Stem"; font-size: 24px; font-weight: 400; display: flex; } 
.reach-bottom ul li a:hover { color: #6da5ff; } 
.reach-bottom ul li img { width: 38px; height: 38px; object-fit: contain; } 
.reach-bottom ul li div { display: flex; align-items: center; gap: 72px; } 
.reach-bottom ul:last-child .adress { display: block; } 
.reach-bottom ul li:last-child div { align-items: start; } 
.reach-bottom ul:last-child .adress p { min-width: unset; }

/* **** reach us **** */

/* **** Footer **** */
footer { position: relative; background: linear-gradient(90deg, #384b74 0%, #70a8c7 100%); } 
.footer-top { padding: 100px 0 90px 0; border-top: 1px solid #6c7b95; display: flex; flex-wrap: wrap; margin: 0 -15px; } 
.footer-item { width: 20%; padding: 0 15px; } 
.footer-item figure { max-width: 90%; } 
.footer-item img { width: 100%; } 
.footer-item p { margin: 0 0 10px; font-family: "Stem"; font-size: 18px; font-weight: 300; color: #fff; line-height: 26px; } 
.footer-item p strong { font-weight: 500; } 
.footer-item ul li { margin: 0 0 10px; } 
.footer-item ul li:last-child { margin: 0; } 
.footer-item ul li a { display: table; font-family: "Stem"; font-size: 18px; font-weight: 300; color: #fff; line-height: 26px; } 
.footer-item ul li a:hover { color: #000; }
/* **** End Footer **** */

/* footer */


/* ****** animation css  ****** */
.rotate-shape {
  animation: rotateCircle 100s linear infinite;
  -webkit-animation: rotateCircle 100s linear infinite;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotateline-reverce {
  animation: rotateline-reverce 200s linear infinite;
  -webkit-animation: rotateline-reverce 200s linear infinite;
}

@keyframes rotateline-reverce {
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
}
/* ****** animation css  ****** */