@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: 'Montserrat';
}
.nav-header{
  background: rgba(245, 245, 245, 1);
  padding: 10px 0px;
}
.logo-img{
  width: 200px;
}
.list-header{
  gap: 40px;
}
.list-header li{
  padding: 30px 0px;
}
.list-header li a{
  color: rgba(50, 50, 50, 1);
  font-size: 18px;
  font-weight: 500;
}
.hero-section{
  background: url('../images/hero-img-banner.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /* background: transparent; */
  width: 100%;
  /* height: 600px; */
  position: relative;
}
.hero-section-contact{
  background: url('../images/contact-hero-banner-img.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /* background: transparent; */
  width: 100%;
  height: 400px;
  position: relative;
}
.h-400{
  height: 400px;
}
.hero-banner-txt{
  position: relative;
  z-index: 1111111;
}
.hero-section::before{
  content: '';
  position: absolute;
  background: linear-gradient(270.25deg, rgba(255, 255, 255, 0) 0.58%, #FFFFFF 44.05%);
  width: 70%;
  height: -webkit-fill-available;
}
.hero-txt{
font-family: "Merriweather", serif;
font-weight: 700;
color: rgba(8, 58, 129, 1);
font-size: 50px;
}
.hero-txt span{
font-size: 25px;
font-weight: 400;
}
.hero-para{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(50, 50, 50, 1);
}
.btn-explore{
  font-family: "Merriweather", serif;
font-weight: 700;
  background: rgba(8, 58, 129, 1);
  border: 2px solid rgba(8, 58, 129, 1);
  padding: 12px;
  color: #fff;
}
.btn-explore:hover{
background: #fff;
  border: 2px solid rgba(8, 58, 129, 1);
  color: rgba(8, 58, 129, 1);
}
.hero-txt-count{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
}
.hero-para-txt{
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: rgba(50, 50, 50, 1);
  font-size: 18px;
}
.gap-count{
  gap: 50px;
}
.border-line{
  background: rgba(209, 209, 209, 1);
  width: 3px;
  height: -webkit-fill-available;
}
.hero-banner-img{
  display: none;
}
.menu-icon{
  display: none;
}
.service-txt-banner{
  margin-top: -340px;
}
.border-wrapper-txt{
  padding: 20px;
  border-radius: 18px;
  box-shadow: 10.25px 11.95px 15.04px 0px rgba(0, 0, 0, 0.23);
}
.txt-health{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
  font-size: 22px;
}
.health-icon{
  color: rgba(8, 58, 129, 1);
}
.para-health{
   font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(50, 50, 50, 1);
}
.border-wrapper-txt{
  height: 300px;
}
.border-wrapper-txt:hover{
  background: rgba(8, 58, 129, 1) !important;
  color: #fff !important;
}
.border-wrapper-txt:hover .health-icon{
  color: #fff !important;
}
.border-wrapper-txt:hover .txt-health{
  color: #fff !important;
}
.border-wrapper-txt:hover .para-health{
  color: #fff !important;
}
.txt-service{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
}
.text-discover{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
}
.txt-heart{
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
}
.para-discover{
   font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(50, 50, 50, 1);
}
.para-heart{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(50, 50, 50, 1);
  font-size: 20px;
}
.heart-txt-mobile{
  display: none;
}
.form-content{
  background: rgba(255, 255, 255, 1);
border: 1px solid rgba(221, 221, 221, 1);
padding: 20px 50px;
border-radius: 22px;

}
.txt-partner{
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(69, 69, 69, 1);
}
.text-label{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}
.input-field{
  height: 55px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
  border-radius: 12px;

}
.input-field:focus{
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(8, 58, 129, 1);
  box-shadow: none;
}
.input-field::placeholder{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
  opacity: 60%;
}
.btn-connect{
  font-family: "Merriweather", serif;
  font-weight: 700;
  background: rgba(8, 58, 129, 1);
  border:2px solid rgba(8, 58, 129, 1);
  color: #fff;
  padding: 15px;
  font-size: 22px;
  border-radius: 12px;
}
.btn-connect:hover{
 background: #fff;
  border:2px solid rgba(8, 58, 129, 1);
  color: rgba(8, 58, 129, 1);
}
.txt-submit{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}
.footer{
  background: rgba(0, 52, 124, 1);
padding: 25px 0px;
}
.w-200{
  width: 200px;
}

.list-footer li a{
  gap: 12px;
}
.social-icon{
  gap: 15px;
}
.footer-txt{
    font-family: "Merriweather", serif;
  font-weight: 700;
}
.list-footer-link{
  line-height: 35px;
}
.list-footer-link li a{
  font-family: "Lato", sans-serif;
  font-weight: 400;
 color: rgba(255, 255, 255, 1); 
}
.horizontal-row{
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
}
.txt-copyright{
font-family: "Poppins", sans-serif;
font-weight: 400;
/* padding-top: -30px; */
  background: rgba(0, 52, 124, 1);
  width: max-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
      z-index: 11111;
    position: relative;
    top: 0px;
    padding: 5px;
}
.txt-help{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(8, 58, 129, 1);
}
.fs-20{
  font-size: 20px;
}
.txt-terms{
   font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}
.txt-date{
   font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(69, 69, 69, 1);
}
.list-job li::marker{
  color: rgba(69, 69, 69, 1);
}
.list-job li a{
   font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}
.btn-read{
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: rgba(8, 58, 129, 1);
  border: 2px solid rgba(8, 58, 129, 1);
  color: #fff;
  padding: 12px 35px;
  border-radius: 8px;
}
.btn-read:hover{
  border: 2px solid rgba(8, 58, 129, 1);
  background: #fff;
  color: rgba(8, 58, 129, 1);
}
.txt-story{
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(69, 69, 69, 1);
}
.txt-story-01{
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(69, 69, 69, 1);
}
.para-story{
  line-height: 40px;
}


/* slider */

.slide-arrow-icon{
  position: absolute;
    right: 0px;
    bottom: 0px;
}
.txt-slide{
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}
.slide-arrow-icon {
    position: absolute;
        right: 60px;
    bottom: 90px;
        display: flex !important;
    align-items: center;
    gap: 20px;
}
.slide-arrow-icon i{
      border: 3px solid rgba(8, 58, 129, 1);
      color: rgba(8, 58, 129, 1);
    padding: 12px;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
}
.slide-arrow-icon i:hover{
  border: 3px solid rgba(8, 58, 129, 1);
      color: #fff;
      background: rgba(8, 58, 129, 1);
}
.slider-wrapper .owl-nav {
  position: absolute;
      width: 100%;
    display: flex;
    justify-content: end;
    transform: translateY(-50%);
    font-size: 40px;
    color: #333;
    pointer-events: none;
    gap: 20px;
    bottom: 50px;
    right: 40px;
}
.slider-wrapper .owl-nav button {
  background: none;
  border: none;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.slider-wrapper .owl-nav button span {
   border: 3px solid rgba(8, 58, 129, 1);
      color: rgba(8, 58, 129, 1);
    padding: 12px 12px;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
 
}
.slider-wrapper .owl-nav button span:hover {
   border: 3px solid rgba(8, 58, 129, 1);
      color: #fff;
      background: rgba(8, 58, 129, 1);
 
}
.slider-wrapper-01 .owl-nav {
      position: absolute;
    width: 85%;
    display: flex
;
    justify-content: space-between;
    transform: translateY(-50%);
    font-size: 40px;
    color: #333;
    pointer-events: none;
    gap: 20px;
    top: 50%;
    left: 100px;
}
.slider-wrapper-01 .owl-nav button {
  background: none;
  border: none;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.slider-wrapper-01 .owl-nav button span {
   border: 3px solid rgba(8, 58, 129, 1);
      color: rgba(8, 58, 129, 1);
    padding: 12px 12px;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
 
}
.slider-wrapper-01 .owl-nav button span:hover {
   border: 3px solid rgba(8, 58, 129, 1);
      color: #fff;
      background: rgba(8, 58, 129, 1);
 
}
/* slider */
.mobile-header{
  display: none;
}
.close-icon{
  display: none;
}
@media screen and (max-width:767px) {
  .hero-banner-img{
    display: block;
  } 
      .hero-txt {
        font-size: 22px !important;
    }
  .slider-wrapper  .owl-nav {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    }
    .slider-wrapper .txt-story{
      margin-top: 20px;
    }
   .slider-wrapper .owl-nav button span {
      padding: 10px 10px;
    }
    .fs-20 {
    font-size: 18px;
}
  .hero-banner-img-desktop{
    display: none;
  }
  .w-200 {
    width: -webkit-fill-available;
    text-align: center;
    margin: auto;
    display: flex;
}
  .flex-reverse-column{
    flex-direction: column-reverse;
  }
  .footer-txt{
    text-align: center;
  }
  .list-footer-link{
    text-align: center;
  }
  .social-icon{
    justify-content: center !important;
  }
  .txt-partner-01{
    text-align: center;
  }
  .fs-30{
    font-size: 30px;
  }
  .hero-para br{
    display: none;
  }
  .hero-txt-count {
    font-size: 24px;
  }
  .hero-para-txt {
    font-size: 12px;
  }
  .service-img{
    display: none;
  }
  .service-txt-banner{
    margin-top: 0px !important;
  }
  .border-wrapper-txt{
    border: 1.13px solid rgba(244, 244, 244, 1);
            height: inherit !important;
            box-shadow: 3px 2px 12px 0px rgba(64, 64, 64, 0.23);
            margin-bottom: 30px;
  }
  .flex-padding{
    padding: 0px !important;
  }
  .flex-img-padding img{
    width: 100%;
    display: flex;
    margin: auto;
            /* padding-left: 15px !important; */
  }
  .text-discover {
    font-size: 24px;
  }
  .para-discover br{
    display: none;
  }
  .para-discover{
    font-size: 14px;
  }
  .healthcare-section{
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .americain-section{
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .btn-read {
    margin-bottom: 0px !important;
  }
  .hero-section-contact .row{
    margin-top: 20px;
  }
  .txt-heart{
    display: none;
  }
  .heart-txt-mobile{
    display: block;
    margin-top: 20px;
  }
  .flex-column-mobile{
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .para-heart br{
   display: none;
  }
  .para-heart{
    font-size: 15px;
    margin-top: 15px;
  }
  .btn-connect{
    font-size: 18px;
  }
  .txt-help{
    margin-top: 20px;
    text-align: center;
  }
  .americain-section{
    padding-top: 0px !important;
  }
  .healthcare-section{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .para-line-break{
    display: none;
  }
  .txt-terms{
        font-size: 22px;
    
  }
  .txt-date {
    font-size: 18px;
  }
  .para-story{
    margin-top: 0px !important;
      line-height: 30px;
  }
  .txt-story{
    font-size: 24px;
  }
  
   .slide-arrow-icon {
    position: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    display: flex;
    justify-content: center !important;
    margin-bottom: 30px;
  }

}
@media screen and (max-width:991px) {
  .nav-header .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .list-mobile-header li a{
  color: rgba(50, 50, 50, 1);
  font-size: 18px;
  font-weight: 500;
}
  .mobile-header{
    display: none;
        background: rgba(245, 245, 245, 1);
    padding: 10px 0px;
  }
     .para-story {
    line-height: 35px;
    font-size: 15px;
}
  .story-padding{
    padding-top: 30px;
  }
  .hero-banner-txt{
    margin-top: 10px !important;
  }
  .txt-partner{
    margin-bottom: 20px;
  }
  .form-content {
    padding: 20px 20px;
  }
  .footer .row{
     margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .txt-copyright{
    width: -webkit-fill-available;
  }
  
.horizontal-row {
  position: inherit !important;
  display: none;
}

  .service-section .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .hero-section{
    background: transparent;
  }
  .hero-section .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hero-section-contact .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .americain-section .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
  }
  .list-header{
    display: none !important;
  }
  
  .hero-section::before{
    display: none;
  }
  
  .gap-count {
    gap: 35px;
    justify-content: center;
}
.logo-img{
  width: 120px;
}
.menu-icon{
  display: block;
  font-size: 30px;
}
.close-icon{
  display: none;
  font-size: 30px;
}
.hero-txt span {
    font-size: 15px;
}
.hero-txt {
    font-size: 30px;
}
.btn-explore{
  margin-top: 0px !important;
}
  .service-txt-banner{
    margin-top: 0px !important;
  }
  .border-wrapper-txt{
    border: 1.13px solid rgba(244, 244, 244, 1);
            height: 300px;
            box-shadow: 3px 2px 12px 0px rgba(64, 64, 64, 0.23);
            margin-bottom: 30px;
  }
  .service-img{
    display: none;
  }
  .content-right{
    margin-left: 0px !important;
  } 
   
}
@media screen and (max-width:1252.9px) {
    .slide-arrow-icon {
    position: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
    margin-top: -145px;
  }
}
@media screen and (max-width:1180px) {
    .service-txt-banner{
    margin-top: 0px !important;
  }
   .slide-arrow-icon {
    margin-top: 0px !important;
  }


  .border-wrapper-txt{
    border: 1.13px solid rgba(244, 244, 244, 1);
            height: 300px;
            box-shadow: 3px 2px 12px 0px rgba(64, 64, 64, 0.23);
            margin-bottom: 30px;
  }
  .service-img{
    display: none;
  } 
  .service-section .row{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width:1440px) {
  .service-txt-banner {
    margin-top: -270px;
}
.para-story br{
  display: none;
}

}