@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Montserrat';
    color: #000000;
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url('../images/header-shape-2.svg');
    background-size: contain;
       min-height: 104px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.site-header.head-sticky {
    background-image: unset;
}
.site-header.head-sticky {
    position: fixed;
    z-index: 9999;
    opacity: 1;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: background-color .3s linear;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .brand-logo {
    max-width: 165px;
    width: 100%;
}

.site-header .brand-logo a {
    display: block;
}

.hamburger-menu .hamburger-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-image: url("../images/hamburger-new.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}


.main-banner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.main-banner .banner-info h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.main-banner .banner-info h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.main-banner .banner-info{
    margin-bottom: 60px;
}



/* Footer */
.site-footer {
  background-color: #004891;
  padding-top: 50px;
  color: #FFFFFF;
  /* margin-top: 40px; */
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-row .footer-col {
  width: 100%;
  flex: 1;
}

.footer-row .footer-col:not(:first-of-type) {
  padding-left: 40px;
}

.footer-col .footer-logo {
  max-width: 140px;
  width: 100%;
  margin-bottom: 20px;
}

.footer-col.logo-col {
  max-width: 400px;
  flex: 0 0 400px;
}

.footer-col.logo-col p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}

.footer-col .social-share {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.footer-col .social-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  transition: transform 0.6s ease;
}

.footer-col .social-share a:hover {
  transform: translateY(-10px);
}

.footer-menu {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.footer-menu li .footer-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.6s ease;
}

.footer-menu li:not(:last-of-type) {
  margin-bottom: 15px;
}

.contact-info p {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}

.contact-info p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.contact-info a {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.contact-info a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.contact-info a:not(:last-of-type) {
  margin-bottom: 1rem;
}

.footer-row .footer-col .footer-widget h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.copyright-sec {
  margin-top: 40px;
  border-top: 1px solid #FFFFFF;
  padding: 15px 0 15px;
}

.copyright-sec p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  color: #FFFFFF;
}

.footer-menu-sub {
  list-style: none;
  margin-top: 5px;
      padding-inline-start: 17px !important;
}

.footer-menu li>.footer-menu-sub li>a {
  font-size: 14px;
}

.footer-menu li>.footer-menu-sub li:not(:last-of-type) {
  margin-bottom: 5px;
}

.site-map-row {
  display: flex;
  flex-wrap: wrap;
}

.site-map-row .site-map-col {
  width: 100%;
  flex: 1;
}

.site-map-row .site-map-col:not(:first-of-type) {
  padding-left: 40px;
}

.footer-col.contact-col-ftr {
  max-width: 300px;
  flex: 0 0 300px;
}

.site-map-col.col-s-xl {
  max-width: 400px;
  flex: 0 0 400px;
}

.footer-menu li .footer-link:hover {
  color: #ec0c6e;
}

.footer-link.head-text {
  color: #ffffff !important;
  cursor: text;
}


.swiper-slide .centers-img img {
    max-width: 100%;
    transition: all .25s ease-out;
    transform: scale(.80);
    transform-origin: center;
    border-radius: 20px;
}

.swiper-slide-active .centers-img img {
  transform: scale(1);
}

.centers-img .slide-text{
font-family: 'Montserrat';
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #004891;
position: absolute;
top: 50%;
left: 0;
right: 0;
}
.contact-info p{
      margin-bottom: 1rem;
}
.container{
  padding: 0 15px;
}

.centers-img a {
  display: block;
}

.swiper-button-prev, 
.swiper-button-next{
  background-image: none;
  background-color: #004891;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.6s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
background-color: #ec0c6e !important;
}