/* COLORS */
/* --border-color: #e6f2ff; */
/* --hover-color: #fc7c56; */
/* COLORS END */

* {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Overpass', sans-serif;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

._container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

/* REUSABLE COMPONENTS */
.section__heading {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  padding: 15px;
}
.section__title_darkgreen {
  color: #1b211e !important;
}
.section__subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
/* REUSABLE COMPONENTS END */

/* LOCATION */
.location__container {
  padding: 25px;
}
.location__iframe {
  border: none;
  width: 100%;
  overflow: auto;
}
iframe {
  border: none;
}
.mapouter {
  width: 100%;
  position: relative;
  text-align: right;
  height: 450px;
}
.gmap_canvas {
  width: 100%;
  overflow: hidden;
  background: none !important;
  height: 450px;
}
.gmap_canvas iframe {
  width: 100% !important;
}
.location__list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  border-bottom: 1px solid #e6f2ff;
  flex-wrap: wrap;
}
.location__item {
  cursor: pointer;
  color: #32325c;
  background-image: linear-gradient(#ff6f93, #ff6f93);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  background-position: 0 calc(100% - 0px);
  padding-bottom: 15px;
  margin: 0px 20px;
}
.location__item:hover {
  color: #ff6f93;
  /*color: #2e937a;*/
  background-size: 100% 2px;
}
.location__item_active {
  color: #ff6f93;
  /*color: #2e937a;*/
  background-size: 100% 2px;
}
.location__link {
  font-weight: 700;
  font-size: 18px;
  color: inherit;
}
.location__map {
  margin: 40px 0px 0px 0px;
}
.location__map iframe {
  border-radius: 8px;
}
.location__info-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.location__info-item_address {
  width: 250px;
}
.location__info-item:not(:first-child) {
  margin-left: 15px;
}
.location__info-title {
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0px 10px;
}
.location__info-text {
  font-weight: 300;
  font-size: 18px;
  color: #546182;
}
.location__info-link {
  text-decoration: none;
  transition: .3s;
  color: inherit;
}
.location__info-link:hover {
  /*color: #117cbf;*/
  color: #ff6f93;
  /*color: #2e937a;*/
}
.location__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 250px;
}
.location__button {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #ff2e62;
  /*background-color: #117cbf;*/
  /*background-color: #fc7c56;*/
  border-radius: 5px;
  padding: 18px 30px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.location__button:hover {
  /*background-color: #ff2e62;*/
  background-color: #ff6f93;
  /*background-color: #2e937a;*/
  /*background-color: #2399e7;*/
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .location__info-list {
    flex-wrap: wrap;
  }
  .location__info-item {
    flex-basis: 50%;
    margin: 0;
  }
  .location__info-item_address {
    padding-right: 15px;
  }
  .location__info-item:not(:first-child) {
    margin: 0;
  }
  .location__cta {
    justify-content: flex-start;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .location__info-item {
    flex-basis: 100%;
  }
  .location__button {
    margin-top: 25px;
  }
}
/* LOCATION END */

/* FOOTER */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .location__info-item {
    flex-basis: 100%;
  }
  .location__button {
    margin-top: 25px;
  }
}
/* LOCATION END */
.footer {
  margin: 25px 0px;
}
.footer__rights {
  width: 285px;
}
.footer__socials {
  width: 285px;
  display: flex;
  justify-content: flex-end;
}
.footer__container {}
.footer__list {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  border-bottom: 1px solid #e6f2ff;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.footer__item {}
.footer__link {
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #546182;
  padding: 10px 10px;
}
.footer__link:hover {
  color: #ff6f93;
  /*color: #2e937a;*/
}
.footer__logo-container {
  cursor: pointer;
}
.footer__logo-image {
  object-fit: cover;
  width: 65%;
  height: 90%;
}
.footer__list-bottom {
  margin-top: 25px  ;
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__socials {
  display: flex;
}
.footer__item-link {
  height: 32px;
  width: 32px;
  display: block;
}
.footer__item-link:not(:first-child) {
  margin-left: 15px;
}
.footer__icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer__item-bottom {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
  .footer__rights {
    order: 3
  }
  .footer__logo-container {
    order: 1;
  }
  .footer__socials {
    order: 2;
    margin: 20px 0px;
  }
}
/* FOOTER END */

/* SERVICES */
.services {
  background-color: #ffeaf1;
  /*background-color: #c8e8e0;*/
  padding-bottom: 60px;
}
.section__mini-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 29px;
  padding: 60px 0px 27px;
  text-align: center;
  color: #ff2e62;
}
.section__title {
  line-height: 53px;
  font-weight: 600;
  font-size: 48px;
  text-transform: capitalize;
  text-align: center;
  color: #ff2e62;
}
.services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  margin: 0 auto;
  width: 1060px;
  gap: 30px;
  padding-top: 30px;
}
.services__item {
  padding: 20px 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  max-width: 325px;
}
@media (max-width: 1110px) {
  .services__list {
    grid-template-columns: 1fr 1fr;
    width: 680px !important;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
    width: unset !important;
    max-width: 450px !important;
  }
  .services__item {
    max-width: 450px !important;
    padding: 20px;
  }
  .services__image {
    width: 100%;
  }
}
.services__image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.services__title {
  font-size: 24px;
  line-height: 29px;
  margin: 25px 0px 20px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  color: #ff2e62;
  /*color: #2e937a;*/
}
.services__description {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  /*color: #ff2e62;*/
}

/*.services__list {*/
/*  display: flex;*/
/*  list-style: none;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.services__item {*/
/*  flex-basis: 33.33%;*/
/*  margin-top: 15px;*/
/*  padding: 15px 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/
/*.service__icon-container {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.service__icon {*/
/*  object-fit: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.services__title {*/
/*  padding-bottom: 10px;*/
/*  font-weight: 700;*/
/*  font-size: 22px;*/
/*}*/
/*.services__description {*/
/*  max-width: 450px;*/
/*  font-size: 18px;*/
/*  letter-spacing: -0.3px;*/
/*}*/
/*!* X-Small devices (portrait phones, less than 576px) *!*/
/*@media (max-width: 575.98px) {}*/
/*!* X-Small devices (portrait phones, less than 576px) *!*/
/*@media (max-width: 575.98px) {}*/
/*!* Small devices (landscape phones, less than 768px) *!*/
/*@media (max-width: 767.98px) {*/
/*  .services__item {*/
/*    flex-basis: 100%;*/
/*  }*/
/*  .services__description {*/
/*    max-width: 650px;*/
/*  }*/
/*}*/
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}
/* SERVICES END */

/* FEATURED */
.featured {
  /*background-color: #F9FCFF;*/
  /*background-color: #E6F2FF;*/
  padding: 50px 0px;
}
.featured__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
  max-width: 1000px;
}
.featured__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background-color: #c8e8e0;
  border-radius: 20px;
  margin-top: 25px;
}
.featured__item {
  margin: 10px;
}
.featured__image-container {
  width: 100%;
  height: 250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.featured__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.featured__footer {
  width: 100%;
  background-color: #ff2e62;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.featured__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 1001px) {
  .featured__list {
    max-width: 650px;
  }
}
@media (max-width: 1116.98px) {
  /*.featured__list {*/
  /*  justify-content: space-evenly*/
  /*}*/
}
/* FEATURED END */

/* HERO */
.hero {}
.hero__container {
  display: flex;
}
.hero__left {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
}
.hero__right {
  flex-basis: 55%;
}
.hero__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #32325c;
}
.hero__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #546182;
  padding-top: 15px;
}
.hero__button {
  display: block;
  width: 225px;
  margin-top: 25px;
  background-color: #ff2e62;
}
.hero__button:hover {
  background-color: #ff6f93;
  /*background-color: #2e937a;*/
}
.hero__image-container {
  width: 500px;
  height: 400px;
}
.hero__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .hero__container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero__left {
    flex-basis: 80%;
  }
  .hero__right {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .hero__image-container {
    width: 80%;
  }
}
/* HERO END */

/* ABOUT */
.about {
  margin: 0px 0px 0px 0px;
}
.about__container {
  display: flex;
  border-radius: 7px;
  background-color: #FFFFFF;
  position: relative;
  top: -50px;
  padding-top: 40px;
}
.about__left {
  width: 600px;
  min-height: 450px;
  max-height: 100%;
  padding-left: 25px;
}
.about__right {
  width: 800px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__icon {
  width: 24px;
  height: 24px;
}
.about__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 10px 11px 20px -7px rgba(0,0,0,0.56);
  -moz-box-shadow: 10px 11px 20px -7px rgba(0,0,0,0.56);
  box-shadow: 10px 11px 20px -2px rgba(0,0,0,0.56);
}
.about__small-title {
  color: #ff2e62;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-weight: 800;
  font-size: 18px;
}
.about__title {
  color: #32325c;
  font-size: 38px;
  font-weight: 700;
  padding: 10px 0px 20px 0px;
}
.about__subtitle {
  font-weight: 600;
  font-size: 22px;
  color: #546182;
}
.about__description {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  max-width: 500px;
}
.about__list {
  margin-top: 40px;
}
.about-list__item {
  display: flex;
  align-items: center;
}
.about-list__item:not(:first-child) {
  margin-top: 10px;
}
.about__text {
  padding-left: 5px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .about__left {
    display: none;
  }
}
/* ABOUT END */

/* ACHIEVEMENTS */
.achievements {
  /*background-color: #117cbf;*/
  /*background-color: #6384FF;*/
  background-color: #ff2e62;
  margin-top: 50px;
}
.achievements__container {
  padding: 10px 15px 60px 15px;
}
.achievements__list {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.achievements__item {
  display: flex;
}
.achievements__icon {
  width: 74px;
  height: 81px;
}
.achievements__left {}
.achievements__right {
  padding-left: 15px;
}
.achievements__title {
  font-weight: 900;
  font-size: 48px;
  color: #FFFFFF;
}
.achievements__text {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .achievements__container {
    justify-content: space-around;
  }
  .achievements__right {
    padding: 0;
  }
  .achievements__title {
    /*font-size: 20px;*/
  }
  .achievements__text {
    /*font-size: 14px;*/
  }
}
@media (max-width: 768.98px) {
  .achievements__item {
    display: flex;
    flex-direction: column;
  }
  .achievements__title {
    font-size: 36px;
  }
  .achievements__text {
    font-size: 16px;
  }
}
@media (max-width: 554.98px) {
  .achievements__item {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .achievements__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .achievements__title {
    font-size: 28px;
  }
  .achievements__text {
    font-size: 14px;
    padding-left: 15px;
  }
}
/* ACHIEVEMENTS END */

/* HEADER */
.header__container {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  border-bottom: 1px solid #e6f2ff;
  margin-bottom: 50px;
}
.header__logo {
  height: 40px;
  width: 256px;
}
.menu {
  display: flex;
  list-style: none;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__container {
    justify-content: center;
  }
  .menu {
    display: none;
  }
}
.menu__item {
  cursor: pointer;
  color: #546182;
  background-image: linear-gradient(#ff6f93, #ff6f93);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  background-position: 0 calc(100% - 0px);
  padding-bottom: 15px;
  margin: 0px 20px;
}
.menu__item_button {
  background-image: none;
}
.menu__item:hover {
  color: #ff6f93;
  /*color: #2e937a;*/
  background-size: 100% 2px;
}
.menu__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
}
.menu__button {
  margin: 0px 20px;
  text-decoration: none;
  display: flex;
  height: 50px;
  width: 135px;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #ff2e62;
  border-radius: 5px;
  font-weight: 600;
}
.menu__button:hover {
  background-color: #ff6f93;
  /*background-color: #2e937a;*/
}
/* HEADER END */

/* CONTACTS */
.contact {
}
.contact__container {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.contact__left {
  width: 550px;
  height: 550px;
}
.contact__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__right {
  width: 600px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.contact__form {

}
.contact__usp {
  font-size: 32px;
  padding-bottom: 15px;
  color: #3d4049;
}
.contact__row {
  display: flex;
}
.contact__row_padding {
  padding-top: 20px;
}
.input-group {
  width: 250px;
}
.input-group_padding {
  padding-left: 50px;
  width: 300px;
}
.input-group_fuild {
  width: 100%;
}
.form__required {
  color: red;
  font-weight: 700;
}
.contact__label {
  text-transform: uppercase;
  color: #546182;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.contact__input {
  border: none;
  border-bottom: 2px solid lightgray;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 5px 0px;
  color: #000000;
  font-weight: 600;
}
.contact__input:focus {
  border-bottom: 2px solid #245046;
  color: #245046;
}
.contact__input_wrong {
  border-bottom: 2px solid red;
  color: red;
}
.contact__input_wrong:focus {
  border-bottom: 2px solid red;
  color: red;
}
.contact__textarea {
  border: none;
  border-bottom: 2px solid lightgray;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 5px 0px;
  color: #000000;
  font-weight: 600;
  width: 550px;
}
.contact__textarea:focus {
  border-bottom: 2px solid #245046;
  color: #245046;
}
.contact__button {
  cursor: pointer;
  border: none;
  display: flex;
  height: 50px;
  width: 150px;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #ff2e62;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.contact__button:hover {
  background-color: #ff6f93;
  /*background-color: #2e937a;*/
}
@media (max-width: 991.98px) {
  .contact__container {
    flex-direction: column;
    align-items: center;
  }
  .contact__left {
    width: 100%;
  }
  .contact__right {
    /*width: 100%;*/
  }
}
@media (max-width: 575.98px) {
  .contact__container {
    padding: 0px 7px;
  }
  .input-group, .input-group_padding {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .contact__usp {
    text-align: center;
  }
  .contact__row {
    flex-wrap: wrap;
    padding: 0;
  }
  .contact__textarea {
    width: 100%;
  }
  .contact__right {
    width: 100%;
    padding: 0;
  }
  .contact__button {
    width: 300px;
    margin: 0 auto;
  }
}
/* CONTACTS END */

/* MODAL */
.modal {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal__content {
  width: 500px;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}
.align-right {
  display: flex;
  justify-content: flex-end;
}
.modal__text {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  padding: 25px 0px;
}
.modal__close {
  cursor: pointer;
}
.modal__button {
  height: 40px;
  font-size: 18px;
  width: 125px;
  border-radius: 5px;
  border: 1px solid #145343;
  background-color: #145343;
  cursor: pointer;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
.modal__button:hover {
  background-color: #ff6f93;
  /*background-color: #2e937a;*/
}
/* MODAL END */
