@font-face {
  font-family: "univers";
  src: url("/static/site-asset/font/univers-normal.woff") format("woff"), url("/static/site-asset/font/univers-bold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "univers";
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  transition: all 0.5s ease;
  color: #495057;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  font-size: 16px;
  letter-spacing: 0.009em;
  transition: all 0.5s ease;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 16px;
  font-family: "univers";
  transition: all 0.5s ease;
}

.m__tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m__tb--t {
  margin-top: 50px;
}
.m__tb--b {
  margin-bottom: 50px;
}

.p__tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p__tb--t {
  padding-top: 50px;
}
.p__tb--b {
  padding-bottom: 50px;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  margin-bottom: 25px;
}
.section__title h5 {
  color: #575757;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.section__title h2,
.section__title h1 {
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #0472B4;
  margin-bottom: 0;
}

.title__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
.title__flex a,
.title__flex h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.title__flex a:hover {
  color: #E861A4;
}

.l__button {
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  line-height: normal;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: center;
  min-width: 50px;
}
.l__button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.l__button--border {
  border-color: #E861A4;
  color: #E861A4;
}
.l__button--border:hover {
  border-color: #0472B4;
  background-color: #0472B4;
  color: #ffffff;
}
.l__button--primary {
  color: #ffffff;
  background-color: #E861A4;
  border-color: #E861A4;
}
.l__button--primary:hover {
  border-color: #0472B4;
  background-color: #0472B4;
  color: #ffffff;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #0472B4;
  border-color: #0472B4;
}
.l__button--btnColor:hover {
  background-color: #ffffff;
  color: #0472B4;
}
.l__button--transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.l__button--transparent:hover {
  background-color: #ffffff;
  color: #E861A4;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #92e1ff !important;
  color: #117ca5 !important;
}
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dots span {
  height: 15px !important;
  width: 15px !important;
  overflow: hidden;
}
.owl-dots .active span {
  background-color: #E861A4 !important;
}
.owl-stage {
  display: flex;
}

.breadcrumb {
  align-items: center;
}
.breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb-item a {
  color: #595656 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item a h1 {
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb-item.active {
  max-width: 55%;
}
.breadcrumb-item.active a {
  color: #0472B4 !important;
}

.form__group {
  margin-bottom: 25px;
}
.form-label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-label sup {
  color: #e72828;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #0472B4;
  background: #f7fdff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.form-control[type=file] {
  padding-left: 10px;
}
.form textarea {
  height: 100px;
}
.form .l__button {
  padding: 10px 70px;
}

.pagination .page-link {
  border-color: #E861A4;
  color: #0472B4;
}
.pagination .page-link:hover {
  background-color: #E861A4;
  color: #ffffff;
}

.career__modal .modal-content {
  border-radius: 15px;
  background: #ffffff;
}
.career__modal .modal-header {
  justify-content: center;
  position: relative;
  padding: 30px 36px 26px 36px;
  border: none;
}
.career__modal .modal-header h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.career__modal .modal-header .btn-close {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  overflow: hidden;
  background-color: #E861A4;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
}
.career__modal .modal-body {
  padding: 0 36px 54px 36px;
}
.career__modal .modal-body .form {
  border-radius: 15px;
  border: 1px solid #0472B4;
  background: #fff;
  padding: 40px 32px;
}

.page__top {
  border-bottom: 1px solid #ddd;
}

.header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
}
.header__top {
  background-color: #E861A4;
  padding: 5px 0;
}
.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header__top p {
  margin-bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 500;
}
.header__top .left {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.header__top .left li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.header__top .left li span {
  background-color: #ff92c8;
  height: 32px;
  width: 32px;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}
.header__top .left li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.header__top .left li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.header__top .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.header__top .right p {
  font-size: 14px;
  font-weight: 500;
}
.header__top .right .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.header__top .right .social__icon li a {
  color: #ffffff;
  background-color: #ff92c8;
  height: 32px;
  width: 32px;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.header .navbar__custom {
  background-color: #ffffff !important;
}
.header .navbar-brand img {
  height: 45px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.header .navbar .nav-link {
  color: #080808;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  overflow: hidden;
}
.header .navbar .nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
  text-transform: capitalize;
}
.header .navbar .nav-link span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 500;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  text-transform: capitalize;
  color: #0472B4;
}
.header .navbar .nav-link-item.active .nav-link, .header .navbar .nav-link:focus, .header .navbar .nav-link:hover {
  color: #0472B4;
}
.header .navbar .nav-item.active .nav-link {
  color: #0472B4;
}
.header .navbar .nav-item:hover .nav-link span {
  transform: translateY(-100%);
}
.header .navbar-nav {
  gap: 35px;
}
.header .navbar-nav .dropdown-menu {
  padding: 0;
  display: block;
  top: 32px;
  left: 0;
  width: 175px;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  transform: rotateX(-90deg);
  transition: transform 0.6s ease;
}
.header .navbar-nav .dropdown-menu li {
  position: relative;
}
.header .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 10px 16px;
  color: #000000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.header .navbar-nav .dropdown-menu li .dropdown-item.active, .header .navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: #000000;
  background-color: #ffe9f4 !important;
}
.header .navbar-nav .dropdown-menu li .sub_menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ddd;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .navbar-nav .dropdown-menu li:hover .sub_menu {
  visibility: visible;
  opacity: 1;
}
.header .navbar-nav .dropdown:hover .dropdown-menu {
  transform: rotateX(0deg);
  transform-origin: top left;
}
.header .navbar-toggler {
  color: #E861A4;
  border: 2px solid #E861A4;
}
.header .navbar-toggler:hover {
  color: #ffffff;
}
.header .navbar-toggler-icon {
  background-image: none;
  text-align: center;
  line-height: normal;
  height: auto;
  width: auto;
}
.header .navbar-toggler-icon i {
  font-size: 25px;
}
.header .appointment {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.header .appointment button .i {
  font-size: 25px;
}
.header .appointment .dropdown-toggle::after {
  display: none;
}
.header .appointment .dropdown-toggle img {
  height: 36px;
  width: 36px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.header .appointment .dropdown-menu a {
  align-content: center;
}
.header .appointment .dropdown-menu img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  display: inline-block;
}

.offcanvas-header {
  border-bottom: 1px solid #ededed;
}
.offcanvas-header img {
  height: 70px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.footer {
  background-color: #ffffff;
  color: #000000;
  padding-top: 55px;
  position: relative;
}
.footer__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.footer__title::before {
  content: "";
  height: 2px;
  width: 44px;
  overflow: hidden;
  background-color: #E861A4;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.footer__title::after {
  content: "";
  height: 2px;
  width: 6px;
  overflow: hidden;
  background-color: #E861A4;
  position: absolute;
  bottom: -8px;
  left: 50px;
}
.footer__desc .text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.footer__menu iframe {
  width: 100% !important;
  height: 300px;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.footer__menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer__menu ul li a i {
  font-size: 0.875rem;
  margin-right: 16px;
}
.footer__menu ul li a:hover {
  color: #E861A4;
}
.footer__menu ul li a strong {
  font-weight: 500;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul.menu li {
  padding-left: 16px;
}
.footer__menu ul.menu li::before {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 5px;
  left: 0;
  color: #E861A4;
  font-size: 14px;
}
.footer__menu p.text {
  color: #5c5c5c;
  text-align: justify;
  padding-right: 50px;
}
.footer__menu .hours {
  padding: 0;
  margin: 0;
}
.footer__menu .hours li {
  list-style: none;
  border-bottom: 1px solid #E861A4;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footer__menu .hours li span {
  min-width: 75px;
  display: inline-block;
  margin-right: 27px;
}
.footer__menu .hours li strong {
  font-weight: 500;
}
.footer__menu .hours li:last-child {
  margin-bottom: 36px;
}
.footer__menu .address__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.footer__menu .address__card i {
  color: #E861A4;
  position: relative;
  top: 3px;
}
.footer__menu .address__card p {
  color: #E861A4;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer__menu ul.infos {
  padding: 0;
  margin: 0;
}
.footer__menu ul.infos li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #E861A4;
}
.footer__menu ul.infos li a {
  font-size: 16px;
  font-weight: 500;
  color: #E861A4;
}
.footer__menu ul.infos li a:hover {
  color: #0472B4;
}
.footer__menu .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.footer__menu .social__icon li {
  margin-bottom: 0;
}
.footer__menu .social__icon li a {
  color: #ffffff;
  background-color: #ff92c8;
  height: 32px;
  width: 32px;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.footer__menu .social__icon li a i {
  margin-right: 0;
}
.footer__bottom {
  background-color: rgba(232, 97, 164, 0.26);
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 79px;
  padding: 0;
  margin: 0;
}
.footer__bottom .left li {
  list-style: none;
}
.footer__bottom .left li a {
  color: #e5e4e4;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.footer__bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.footer__bottom .copyright p {
  margin-bottom: 0;
  display: inline-block;
}
.footer__bottom .copyright p a {
  color: #6293d6;
  text-decoration: none;
}
.footer .whatsapp {
  position: fixed;
  bottom: 3.75rem;
  right: 3%;
  z-index: 1;
  background-color: #25d366;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 50%;
}
.footer .whatsapp i {
  color: #ffffff;
  font-size: 2rem;
}

.career__detail aside ul,
.career__card--foot,
.numbered__list,
.about__content .content ul,
.about__static--content .cards .rating {
  padding: 0;
  margin: 0;
}

.why__img img,
.gallery__card--img img,
.blog__card--img img,
.video__card--img img,
.story__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.blog__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.banner {
  background-color: rgb(253, 249, 252);
}
.banner__banner {
  height: calc(100vh - 7.0625rem);
}
@media (max-width: 1150px) {
  .banner__banner {
    height: calc(100vh - 6.5625rem);
  }
}
@media (max-width: 991px) {
  .banner__banner {
    height: auto;
  }
}
.banner__box {
  height: calc(100% - 9.25rem);
}
@media (max-width: 1370px) {
  .banner__box {
    height: calc(100% - 6.0625rem);
  }
}
@media (max-width: 991px) {
  .banner__box {
    height: auto;
  }
}
.banner .container {
  height: 100%;
}
.banner__card--img {
  height: 100%;
  width: 90%;
  overflow: hidden;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 1400px) {
  .banner__card--img {
    width: 98%;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .banner__card--img {
    height: 37.5rem;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .banner__card--img {
    height: auto;
  }
}
.banner__card--img::before {
  content: "";
  height: 90%;
  width: 450px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25rem;
  background: linear-gradient(0deg, rgba(232, 97, 164, 0) 0%, rgba(232, 97, 164, 0.5) 60%, rgba(232, 97, 164, 0.8) 100%);
}
@media (max-width: 767px) {
  .banner__card--img::before {
    width: 100%;
  }
}
.banner__card--img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
  align-content: center;
}
@media (max-width: 991px) {
  .banner__card--img img {
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .banner__card--content {
    margin-bottom: 2rem;
  }
}
.banner__card--content h5 {
  color: #E861A4;
  font-size: 1.25rem;
  font-weight: 500;
}
.banner__card--content h2 {
  font-size: 2.8125rem;
  font-weight: 600;
  color: #0472B4;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .banner__card--content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1370px) {
  .banner__card--content h2 {
    font-size: 2.125rem;
  }
}
.banner .stat {
  width: 100%;
  background: linear-gradient(90deg, #e861a4 0%, rgba(232, 97, 164, 0.7) 60%, rgba(232, 97, 164, 0.5) 100%);
  border-radius: 0 6.25rem 0 0;
  position: relative;
}
.banner .stat::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #E861A4;
  position: absolute;
  top: 0;
  right: 100%;
}
.banner .stat__card {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  padding-block: 2rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 1370px) {
  .banner .stat__card {
    padding-block: 1rem;
  }
}
.banner .stat__card :where(h5, p) {
  color: #ffffff;
}
.banner .stat__card span {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(232, 97, 164, 0.26);
  display: block;
  border: 1px solid #E861A4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.banner .stat__card img {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.banner .stat__card p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 1370px) {
  .banner .stat__card p {
    font-size: 0.875rem;
  }
}
.banner .stat__card h5 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 1370px) {
  .banner .stat__card h5 {
    font-size: 2rem;
  }
}
.banner .stat__card--highlight {
  background-color: #E861A4;
  border-radius: 0.625rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  top: -2rem;
  z-index: 1;
}
@media (max-width: 1370px) {
  .banner .stat__card--highlight {
    top: -1rem;
  }
}
.banner .stat__content h3 {
  color: #0472B4;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .banner .stat__content h3 {
    font-size: 1.125rem;
  }
}
.banner .stat__content p {
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
}
.banner__slider {
  height: 100%;
  padding-top: 40px;
}
@media (max-width: 1370px) {
  .banner__slider {
    padding-top: 2rem;
  }
}
.banner__slider .row > div,
.banner__slider .row,
.banner__slider .banner__card,
.banner__slider .item,
.banner__slider .owl-stage,
.banner__slider .owl-stage-outer {
  height: 100%;
}
@media (max-width: 991px) {
  .banner__slider .row > div,
  .banner__slider .row,
  .banner__slider .banner__card,
  .banner__slider .item,
  .banner__slider .owl-stage,
  .banner__slider .owl-stage-outer {
    height: auto;
  }
}
.banner__slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner__slider .owl-dots span {
  height: 15px !important;
  width: 15px !important;
  overflow: hidden;
}
.banner__slider .owl-dots .active span {
  background-color: #E861A4 !important;
}
.banner__page {
  position: relative;
}
.banner__page::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(232, 97, 164, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__page img {
  height: 410px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__page--head {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.banner__page--head li {
  list-style: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.banner__page--head li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
}
.banner__page--head li h1,
.banner__page--head li a {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}

.about__img {
  height: 665px;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__static {
  position: relative;
}
.about__static--img img {
  height: auto;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__static--img img.frist {
  height: 475px;
}
.about__static--img img.second {
  height: 327px;
}
.about__static--img img.third {
  height: 223px;
}
.about__static--content .cards {
  border-radius: 15px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.about__static--content .cards .rating {
  background-color: #eaeaea;
  border-radius: 11px;
  padding: 10px 87px 10px 20px;
}
.about__static--content .cards .rating li {
  list-style: none;
  display: inline-block;
  color: #e4b714;
}
.about__static--content .cards__bl {
  position: absolute;
  bottom: -80px;
  left: 0;
  padding: 48px 26px;
}
.about__static--content .cards__sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 18px 26px;
  position: absolute;
  top: -50px;
  left: -200px;
}
.about__static--content .cards__sub .text strong {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
}
.about__static--content .cards__sub .text span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #6f6d6d;
}
.about__static--content .cards__test {
  top: auto;
  left: -95px;
  bottom: 185px;
}
.about__content .content {
  margin-bottom: 40px;
}
.about__content .content p {
  color: #5a5858;
}
.about__content .content ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 23px;
}
.about__content .content ul li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  height: 21px;
  width: 21px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0472B4;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  min-width: 21px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.message__content p {
  text-align: justify;
}
.message__content .designation,
.message__content .name {
  color: #0472B4;
  font-size: 16px;
  font-weight: 500;
}
.message__content img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  max-height: 450px;
  margin-bottom: 20px;
}
.message__img {
  height: 550px;
  width: 100%;
  overflow: hidden;
}
.message__img.sticky_img {
  position: sticky;
  top: 90px;
}
.message__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.story {
  background-color: #ffffff;
}
.story__card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.story__card .row {
  align-items: center;
}
.story__card--img {
  height: 570px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.story__card--img::before {
  clip-path: polygon(0 62%, 0% 100%, 36% 100%);
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 500px;
  width: 500px;
  overflow: hidden;
}
.story__card--content .section__title h2 {
  font-size: 26px;
}
.story__card--content .content {
  margin-bottom: 45px;
}
.story__card--content .content h6,
.story__card--content .content p {
  color: #5a5858;
}
.story__card--content .content .short_desc {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story__card--content .btn__group {
  margin-bottom: 38px;
}
.story__card--content .more {
  text-align: right;
  position: relative;
  overflow: hidden;
}
.story__card--content .more::before {
  content: "";
  height: 2px;
  width: 100%;
  overflow: hidden;
  background-color: #4ca9e1;
  display: block;
  position: absolute;
  top: 50%;
  left: -120px;
}
.story__card--content .more .l__button {
  padding: 6px 22px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.story__card--content .note {
  color: #5a5858;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story__card .video__card--img::before {
  display: none;
}
.story__list--card {
  margin-bottom: 50px;
}
.story__list--card:nth-child(even) .row {
  flex-direction: row-reverse;
}
.story__list--card:nth-child(even) .row .story__card--img::before {
  transform: rotate(270deg);
  left: auto;
  right: 0;
}
.story__section .story__card {
  box-shadow: none;
  padding: 0;
}
.story__section .row {
  align-items: center;
}

.info {
  background-image: url(../images/info.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 50px 0;
  overflow: hidden;
}
.info::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.85;
  background: rgba(232, 97, 164, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.info__card {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  padding-left: 25px;
}
.info__card span {
  display: block;
  height: 87px;
  width: 87px;
  overflow: hidden;
  line-height: 87px;
  min-width: 87px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  align-content: center;
}
.info__card span img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.info__card h5 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}
.info__card p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.service .section__title {
  margin-bottom: 36px;
}
.service__card {
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 55px 50px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service__card-- {
  transition: all 0.5s ease;
}
.service__card a {
  text-decoration: none;
}
.service__card--icon {
  border-radius: 6px;
  background: #e861a4;
  height: 79px;
  width: 86px;
  overflow: hidden;
  line-height: 79px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.service__card--content h3 {
  color: #353333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card .overlay {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.service__card .overlay__icon {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.service__card .overlay__icon img {
  height: 525px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.service__card .overlay__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  background: rgba(232, 97, 164, 0.7);
  padding: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__card .overlay__content h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card .overlay__content a {
  border-radius: 10px;
  background-color: #ffffff;
  display: block;
  padding: 10px 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.service__card .overlay__content a:hover {
  background-color: #0472B4;
  color: #ffffff;
}
.service__card:hover .service__card-- {
  transform: translateY(-200%);
}
.service__card:hover .overlay {
  transform: translateY(0);
}
.service__list {
  position: sticky;
  top: 100px;
}
.service__list--card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.service__list--card .icon {
  background-color: #E861A4;
  height: 70px;
  width: 70px;
  overflow: hidden;
  min-width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.service__list--card .icon img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.service__list--card .title a {
  text-decoration: none;
}
.service__list--card .title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0472B4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__list--card .title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tabs .nav-pills {
  border-bottom: 1px solid #E861A4;
  gap: 8px;
}
.tabs .nav-link {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #E861A4;
  border-bottom: none;
  color: #E861A4;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 23px;
}
.tabs .nav-link.active {
  background-color: #E861A4;
}
.tabs .tab-content {
  border: 1px solid #dfdfdf;
  background: #fbfbfb;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.tabs .tab-content .left {
  position: sticky;
  top: 90px;
}
.tabs .tab-content .left img {
  height: 630px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.tabs .tab-content .right {
  padding: 20px 30px 20px 0;
}
.tabs .tab-content .right .title {
  color: #09466b;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 26px;
}
.tabs .tab-content .right p {
  color: #5a5858;
  font-weight: 500;
}
.tabs .tab-content .right .box {
  margin-bottom: 30px;
}
.tabs .tab-content .right .box h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  color: #505152;
  font-size: 18px;
  font-weight: 500;
}
.tabs .tab-content .right .box h6 .icon {
  height: 44px;
  width: 44px;
  overflow: hidden;
  line-height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background-color: #E861A4;
  display: block;
  text-align: center;
}
.tabs .tab-content .certificate__carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100% !important;
}
.tabs .tab-content .certificate__card {
  cursor: pointer;
  padding: 20px;
}

.video__card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.video__card--img {
  height: 555px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.video__card--img .play {
  height: 122px;
  width: 122px;
  overflow: hidden;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
  background-color: #e71414;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  z-index: 1;
  cursor: pointer;
}
.video__card--img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(232, 97, 164, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video__card--img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: #E861A4;
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  display: block;
  z-index: 1;
  font-size: 2.25rem;
}
.video__card--content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}
.video__card--content-- {
  position: relative;
}
.video__card--content--::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: -32px;
}
.video__card--content-- h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video__card--content-- p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video__card--content .right {
  overflow: hidden;
  position: relative;
}
.video__card--content .l__button {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 6px 22px;
  border-radius: 5px;
}
.video__card--content .line {
  position: absolute;
  bottom: 15px;
  right: 150px;
  height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.video__list .video__card--img {
  height: 330px;
}
.video__list .video__card--img .play {
  height: 90px;
  width: 90px;
  overflow: hidden;
  line-height: 90px;
  min-width: 90px;
  cursor: pointer;
}
.video__list .video__card--content-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
}
.video__list .video__card--content-text h3 {
  color: #E861A4;
  font-size: 18px;
  font-weight: 500;
}
.video__list .video__card--content-text a {
  text-decoration: none;
  color: #E861A4;
  font-size: 14px;
  font-weight: 500;
}
.video__modal .modal-header {
  background-color: #E861A4;
}
.video__modal .modal-body {
  padding: 0;
}
.video__modal .modal-body iframe {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.testimonial {
  background-color: rgba(232, 97, 164, 0.26);
}
.testimonial__card {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 36px 28px;
}
.testimonial__card--img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 18px;
  position: relative;
}
.testimonial__card--img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.testimonial__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.testimonial__card--img .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration: none;
}
.testimonial__card--img .icon i {
  color: #ffffff;
  font-size: 32px;
}
.testimonial__card--content {
  margin-bottom: 22px;
}
.testimonial__card--content p {
  color: #5a5858;
}
.testimonial__card--profile {
  border-top: 1px solid #E861A4;
  padding-top: 16px;
  position: relative;
}
.testimonial__card--profile img {
  height: 52px;
  width: 52px !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 0;
  background-color: #ffffff;
  padding: 10px;
}
.testimonial__card--profile h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.testimonial__card--profile span {
  color: #7c7f81;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}
.testimonial__carousel .owl-dots {
  bottom: -45px;
}

.blog {
  border-radius: 15px;
  background: rgba(244, 251, 255, 0.8);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.blog__card {
  position: relative;
  height: 100%;
}
.blog__card--img {
  height: 180px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.blog__card--content .meta {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog__card--content h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  color: #000000;
  text-decoration: none;
}
.blog__card--content p {
  color: #5a5858;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content .more {
  color: #147ab7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.blog__card--content .more:hover {
  color: #E861A4;
}
.blog__card:hover img {
  transform: scale(1.04);
}
.blog__card:hover a {
  color: #0472B4;
}
.blog__list {
  background-color: #ffffff;
  box-shadow: none;
}
.blog__detail--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog__detail--content table tbody th,
.blog__detail--content table tbody td,
.blog__detail--content table thead th,
.blog__detail--content table thead td {
  border: 1px solid #000;
  padding: 8px;
}
.blog__detail--content .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blog__detail--content .meta small {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  margin-right: 32px;
}
.blog__detail--content .meta span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 500;
}
.blog__detail--content .meta h6 {
  color: #151b30;
  font-size: 16px;
  font-weight: 500;
}
.blog__detail--content h1 {
  color: #0472B4;
  font-weight: 500;
  margin-bottom: 25px;
}
.blog__detail aside {
  margin-left: 65px;
}

.gallery__card {
  text-align: center;
  transition: all 0.5s ease;
}
.gallery__card a {
  text-decoration: none;
  cursor: pointer;
}
.gallery__card--img {
  height: 325px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 6px;
}
.gallery__card .title {
  color: #E861A4;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.gallery__card:hover img {
  transform: scale(1.05) skewX(5deg);
}
.gallery__card:hover .title {
  color: #0472B4;
}

.contact {
  border-radius: 15px;
  border: 1px solid #96e2e5;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 11px 0;
  margin-bottom: 11px;
}
.contact__content {
  padding: 104px 53px 94px 0;
}
.contact__content .title {
  color: #151b30;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #0472B4;
}
.contact__content p {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 37px;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 19px;
  margin-bottom: 24px;
}
.contact__content ul .info_card .icon {
  height: 58px;
  width: 58px;
  overflow: hidden;
  border-radius: 50%;
  min-width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #E861A4;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 31px;
}
.contact__content form .form-floating {
  margin-bottom: 34px;
}
.contact__content form .form-floating .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
}
.contact__content form .form-floating label {
  font-size: 14px;
  font-weight: 400;
  color: #1e1818;
}
.contact__content form .form-floating label span {
  color: #eb5757;
}
.contact__content form .form-floating textarea {
  height: 166px;
}
.contact__content form .l__button--primary {
  padding: 9px 36px;
  border-radius: 5px;
}

.map iframe {
  height: 398px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 15px;
}

.why {
  background-color: #f6f7f5;
}
.why__img {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 90px;
}
.why .numbered__list {
  margin-top: 40px;
}
.why .numbered__list li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.why .numbered__list li .list {
  height: 60px;
  width: 60px;
  overflow: hidden;
  line-height: 60px;
  min-width: 60px;
  color: #0472B4;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  transition: all 0.5s ease;
}
.why .numbered__list li h5 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.why .numbered__list li h5 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.why .numbered__list li:hover .list {
  background-color: #0472B4;
  color: #ffffff;
}
.why .sticky {
  position: sticky;
  top: 90px;
}

.certificate__card {
  padding: 28px;
  border-radius: 4px;
  background: #f6f7f5;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.certificate__card img {
  height: 300px;
  width: 100% !important;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.certificate__carousel .owl-dots {
  bottom: -50px;
}

.mission .bg:first-child {
  background-color: #0472B4;
}
.mission .bg:last-child {
  background-color: #E861A4;
}
.mission__card {
  padding: 30px;
}
.mission__card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.mission__card p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.career .title {
  color: #151b30;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.career__card {
  border-radius: 10px;
  border: 1px solid #cbf3ff;
  background: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 27px 20px 27px 13px;
  height: 100%;
  transition: all 0.5s ease;
}
.career__card a {
  text-decoration: none;
}
.career__card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.career__card--head h3 {
  color: #151b30;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.career__card--head h3:hover {
  color: #E861A4;
}
.career__card--head .l__button {
  min-width: 165px;
}
.career__card--body {
  margin-bottom: 27px;
}
.career__card--body p {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__card:hover {
  border-color: #E861A4;
}
.career__card--foot li {
  list-style: none;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
.career__card--foot li:last-child {
  margin: 0;
  padding: 0;
}
.career__card--foot li:last-child::before {
  display: none;
}
.career__card--foot li::before {
  content: "";
  height: 100%;
  width: 1px;
  overflow: hidden;
  background-color: #e1e1e1;
  position: absolute;
  top: 0;
  right: 0;
}
.career__detail--head {
  padding: 60px 30px 25px 30px;
  background-color: rgba(232, 97, 164, 0.0705882353);
  border-radius: 0px 0px 15px 15px;
}
.career__detail--head .left h2 {
  color: #117cc1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__detail--head .right {
  min-width: 160px;
}
.career__detail--body {
  margin-top: 46px;
}
.career__detail--body .content {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  overflow: hidden;
  margin-bottom: 22px;
}
.career__detail--body .content > div {
  padding: 20px 25px;
}
.career__detail--body .content .title {
  background-color: rgba(232, 97, 164, 0.0705882353);
  padding: 20px 25px;
  margin-bottom: 0;
  color: #117cc1;
  font-size: 18px;
  font-weight: 500;
}
.career__detail--body .content li {
  list-style: none;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.career__detail--body .content li:last-child {
  margin-bottom: 0;
}
.career__detail--body .content li::before {
  content: "";
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #117cc1;
  position: absolute;
  top: 6px;
  left: -18px;
}
.career__detail--body aside {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  padding: 20px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.career__detail--body aside h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #117cc1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b1dffd;
}
.career__detail--body aside .icon {
  display: block;
  color: #117cc1;
  height: 38px;
  width: 38px;
  overflow: hidden;
  line-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid #117cc1;
  text-align: center;
  font-size: 18px;
}
.career__detail--body aside li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.career__detail--body aside li .icon {
  height: 25px;
  width: 25px;
  overflow: hidden;
  line-height: 25px;
  min-width: 25px;
  font-size: 12px;
}
.career__detail--body aside li .icon i {
  font-size: 12px;
}
.career__detail--body aside li a,
.career__detail--body aside li strong {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a2a;
  text-decoration: none;
}
.career__detail--body aside li small {
  font-size: 16px;
  font-weight: 500;
  color: #777575;
}
.career__detail--body aside iframe {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  height: 390px;
  width: 100%;
  overflow: hidden;
}

.faq {
  background-color: #f5f5f5;
}
.faq__accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq__accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}
.faq__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion__title {
  padding: 20px 60px 17px 20px;
  background-color: #f2f2f2;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
}
.faq__accordion .accordion__title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq__accordion .accordion__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
}
.faq__accordion .accordion__content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 14px 20px 27px 20px;
  border-radius: 0px 0px 5px 5px;
  background: #f2f2f2;
  margin-top: 5px;
}
.faq__accordion .accordion__content.show {
  display: block;
}
.faq__accordion .accordion__content p {
  line-height: 1.8;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.specialist .icon {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 24px;
}
.specialist .icon li {
  list-style: none;
}
.specialist .icon li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 5px;
  background-color: #E861A4;
  text-decoration: none;
}
.specialist .icon li a:hover {
  background-color: #0472B4;
}
.specialist .icon li a i {
  color: #ffffff;
  font-size: 22px;
}
.specialist .icon li h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.specialist__card {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.specialist__card--img {
  height: 360px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.specialist__card--img img {
  aspect-ratio: 1/1.204;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.4s ease;
}
.specialist__card--content h3 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.specialist__card--content span {
  display: block;
  color: #666666;
}
.specialist__modal .modal-body {
  position: relative;
  background-color: #f0f0f0;
}
.specialist__modal .modal-body .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 25px;
  width: 25px;
  overflow: hidden;
  background: #0472B4 !important;
  opacity: 1;
  color: #ffffff;
}
.specialist__detail {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.specialist__detail .image {
  height: 350px;
  width: 300px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.specialist__detail .content {
  flex: 1;
  height: 100%;
}
.specialist__detail .content h3 {
  color: #0472B4;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
}
.specialist__detail .content h3 span {
  color: #E861A4;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
.specialist__detail .content .box {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  flex-direction: column;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-block: 16px;
}
.specialist__detail .content .box li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  width: 100%;
}
.specialist__detail .content .box li span {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  width: 100%;
}
.specialist__detail .content .box li span strong {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  width: 20%;
  display: block;
}
.specialist__detail .content .icon {
  justify-content: start;
}
.specialist__detail .content .icon li a {
  height: 30px;
  width: 30px;
  overflow: hidden;
}
.specialist__detail .content .icon li a i {
  font-size: 18px;
}

.modal-load .modal-body button {
  height: 1.875rem;
  width: 1.875rem;
  background-color: #E861A4;
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  opacity: 1;
}
.modal-load .modal-body img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

@media (min-width: 0px) and (max-width: 1400px) {
  .banner__item img {
    height: 100%;
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .section__title h2,
  .section__title h1 {
    font-size: 36px;
  }
  .header .navbar-nav {
    gap: 25px;
  }
  .footer__menu p.text {
    padding-right: 30px;
  }
  .about__img {
    height: auto;
  }
  .about__static--img img {
    width: 100%;
  }
  .story__card--content .content .short_desc {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog__detail aside {
    margin-left: 0;
  }
  .specialist__detail .content .box li span strong {
    width: 44%;
  }
}
@media (max-width: 1150px) {
  .info__card {
    padding-left: 0;
  }
  .header .navbar-nav {
    gap: 20px;
  }
  .header .navbar-brand img {
    height: 35px;
  }
  .header .navbar .nav-link {
    font-size: 15px;
  }
  .appointment .l__button {
    padding: 12px;
  }
}
@media all and (max-width: 1024px) {
  .m__tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m__tb--t {
    margin-top: 60px;
  }
  .m__tb--b {
    margin-bottom: 60px;
  }
  .p__tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p__tb--t {
    padding-top: 60px;
  }
  .p__tb--b {
    padding-bottom: 60px;
  }
  .section__title h2,
  .section__title h1 {
    font-size: 34px;
  }
  .story__card .row {
    align-items: center;
  }
  .blog__detail aside {
    margin-left: 0;
  }
  .info__card {
    display: block;
    text-align: center;
  }
  .info__card span {
    height: 60px;
    width: 60px;
    overflow: hidden;
    line-height: 60px;
    min-width: 60px;
    margin: auto;
    margin-bottom: 20px;
  }
  .info__card p {
    text-align: center;
  }
  .header .navbar-nav {
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .l__container {
    margin: 0 auto;
    padding: 0 5px;
  }
  .p {
    text-align: justify;
  }
  .header__top p {
    font-size: 16px;
  }
  .header__top .l__container {
    flex-direction: column;
    justify-content: center;
  }
  .header .navbar .nav-link {
    color: #000000;
  }
  .header .navbar-nav {
    gap: 15px;
  }
  .header .navbar-nav .dropdown a {
    position: relative;
  }
  .header .navbar-nav .dropdown .icon {
    position: absolute;
    top: 0px;
    right: 0;
    height: 22px;
    line-height: 22px;
    width: 22px;
    display: block;
    background-color: #E861A4;
    color: #ffffff;
    text-align: center;
    z-index: 1;
  }
  .header .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar .nav-link {
    font-size: 0.875rem;
  }
  .header .navbar .offcanvas-body .d-flex button {
    margin-top: 1rem;
  }
  .header__top {
    flex-direction: column;
  }
  .header .navbar-nav .dropdown .icon.panel + .dropdown-menu {
    display: block;
    transform: translateX(0);
    border: none;
    width: auto;
    box-shadow: none;
  }
  .header .navbar-nav .dropdown-menu li {
    text-align: left;
  }
  .header .navbar-nav .dropdown-menu li .sub_menu {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .header .navbar-nav .dropdown-menu li .icon.panel + .sub_menu {
    display: block;
  }
  .header .dropdown-toggle::after {
    display: none;
  }
  .appointment .l__button {
    padding: 0;
    height: 50px;
    width: 50px;
  }
  .footer__menu {
    margin-bottom: 16px;
  }
  .footer__menu p.text {
    padding-right: 0;
  }
  .footer__menu .hours li span {
    display: block;
  }
  .banner__item--content {
    padding-block: 40px;
  }
  .banner__item--img {
    height: 400px;
  }
  .banner__item--img img {
    object-fit: cover;
  }
  .banner__item--img--content h2 {
    font-size: 36px;
  }
  .banner__item--img--content p {
    color: #000000;
  }
  .banner .stat {
    margin-left: 0;
  }
  .story__card--content .content .short_desc {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .tabs,
  .service,
  .story,
  .about {
    padding-top: 50px;
  }
  .blog,
  .testimonial {
    margin-top: 50px;
  }
  .about__static--content .cards__bl {
    bottom: 0;
  }
  .about__content {
    margin-top: 40px;
  }
  .about__img img {
    object-fit: contain;
  }
  .info {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
  .story__card .row {
    flex-direction: column-reverse;
  }
  .story__card--content .btn__group {
    margin-bottom: 0;
  }
  .story__card--content .btn__group a {
    margin-bottom: 16px;
  }
  .story__card--content .content {
    margin-bottom: 20px;
  }
  .story__card--img {
    margin-bottom: 20px;
  }
  .story__card--img::before {
    bottom: -3px;
    left: -3px;
  }
  .story__list--card:nth-child(even) .row,
  .story__list--card .row {
    flex-direction: column-reverse;
  }
  .tabs .nav {
    margin-bottom: 30px;
    border-bottom: none;
  }
  .tabs .nav-link {
    border-bottom: 1px solid #E861A4;
  }
  .tabs .tab-content .right {
    padding: 25px;
  }
  .blog__detail--img img {
    object-fit: contain;
  }
  .blog__detail .blog {
    padding: 0;
  }
  .contact__content {
    padding: 25px;
  }
  .why .row {
    align-items: flex-start;
  }
  .mission__card p {
    -webkit-box-orient: inherit;
  }
  .career__detail--head {
    padding: 20px;
  }
  .career__detail--head .left h2 {
    margin-bottom: 20px;
  }
  .career__card--body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .specialist__card--img {
    height: 500px;
  }
  .specialist__card--img img {
    aspect-ratio: 1/1.096;
  }
  .specialist__detail {
    flex-direction: column;
  }
  .specialist__detail img {
    margin: auto;
  }
  .specialist__detail .box {
    flex-direction: column;
  }
  .specialist__detail .box li {
    width: 100% !important;
  }
}
@media (max-width: 850px) {
  .m__tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .m__tb--t {
    margin-top: 45px;
  }
  .m__tb--b {
    margin-bottom: 45px;
  }
  .p__tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .p__tb--t {
    padding-top: 45px;
  }
  .p__tb--b {
    padding-bottom: 45px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .footer__bottom .copyright {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .m__tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m__tb--t {
    margin-top: 20px;
  }
  .m__tb--b {
    margin-bottom: 20px;
  }
  .p__tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p__tb--t {
    padding-top: 20px;
  }
  .p__tb--b {
    padding-bottom: 20px;
  }
  p {
    text-align: justify;
  }
  .section__title h1,
  .section__title h2 {
    font-size: 26px;
  }
  .header__top {
    flex-direction: column;
  }
  .header .navbar-nav .dropdown .icon.panel + .dropdown-menu {
    display: block;
  }
  .header .navbar-nav .dropdown-menu li .sub_menu {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .header .navbar-nav .dropdown-menu li .icon.panel + .sub_menu {
    display: block;
  }
  .header .dropdown-toggle::after {
    display: none;
  }
  .footer__menu {
    margin-bottom: 16px;
  }
  .footer__menu ul.infos {
    display: block;
  }
  .footer__menu ul li a {
    font-size: 16px;
  }
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright .left {
    margin-bottom: 12px;
  }
  .footer__bottom .copyright p {
    text-align: center;
  }
  .banner__item .row {
    left: 0;
  }
  .banner__item--content h2 {
    font-size: 28px;
  }
  .banner__item--content p {
    color: #000000;
  }
  .banner__item--content .btn__group {
    margin-top: 20px;
  }
  .banner__item--img {
    height: 300px;
  }
  .banner__item img.image {
    height: 500px;
    width: auto !important;
    overflow: hidden;
    margin-left: auto;
  }
  .about {
    padding-top: 25px;
  }
  .about__img {
    height: auto;
    margin-bottom: 25px;
  }
  .about__content {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .story {
    padding-top: 0;
  }
  .story__card--img {
    height: auto;
  }
  .story__card--img::before {
    height: 300px;
    width: 300px;
    overflow: hidden;
  }
  .story__card--content {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .story__card--content .btn__group a {
    margin-bottom: 16px;
  }
  .info {
    margin-top: 50px;
    padding: 30px;
  }
  .info .row .col-md-4:nth-child(2) {
    margin: 30px 0;
  }
  .service__card {
    padding: 20px;
  }
  .service__card .overlay__content {
    padding: 20px;
  }
  .service__card .overlay__content h3 {
    font-size: 24px;
  }
  .video__card--img .play {
    height: 80px;
    width: 80px;
    overflow: hidden;
    line-height: 80px;
    font-size: 30px;
  }
  .video__card--content-- p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .video__card--content--::before {
    left: -20px;
  }
  .video__card--content .right {
    position: static;
  }
  .video__card--content .l__button {
    bottom: -40px;
  }
  .video__card--content .line {
    display: none;
  }
  .certificate,
  .testimonial {
    padding-bottom: 50px !important;
  }
  .contact__content {
    padding: 20px;
  }
  .contact__content .title {
    font-size: 24px;
  }
  .certificate__card {
    padding: 20px;
  }
  .career__card--foot li {
    padding: 0;
    margin: 0;
    margin-right: 5px;
  }
  .career__card--foot li::before {
    display: none;
  }
  .career__detail--body .content .title,
  .career__detail--body .content > div,
  .career__detail--body aside {
    padding: 15px;
  }
  .career__modal .modal-body,
  .product__enquiry .modal-body {
    padding: 0 20px 20px 20px;
  }
  .career__modal .modal-body .form,
  .product__enquiry .modal-body .form {
    padding: 20px 10px;
  }
  .tabs .tab-content .left img {
    height: 400px;
  }
  .tabs .tab-content .left img img {
    object-fit: contain;
  }
  .career__modal .modal-header .btn-close {
    right: 10px;
  }
  .blog__detail--img {
    height: auto;
  }
  .tabs .tab-content .right {
    padding: 25px 15px;
  }
  .mission__card {
    padding: 15px 10px;
  }
  .video__card--img {
    height: 350px;
  }
  .info__card {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    text-align: left;
  }
  .info__card span {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .about__static--img img {
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .about__static--img img {
    margin-bottom: 60px;
    height: auto !important;
  }
  .about__static--content .cards__bl {
    bottom: 0;
  }
  .about__static--content .cards__sub {
    left: 0;
  }
  .banner__item img.image {
    height: 300px;
    width: auto !important;
    overflow: hidden;
    margin-left: auto;
  }
  .banner .stat__card {
    margin-bottom: 12px;
  }
  .banner .stat__card span {
    height: 35px;
    width: 35px;
    overflow: hidden;
  }
  .banner .stat__card img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
  }
  .banner .stat__card h5 {
    font-size: 14px;
  }
  .banner .stat__card p {
    font-size: 10px;
  }
}
@media (max-width: 436px) {
  .m__tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m__tb--t {
    margin-top: 35px;
  }
  .m__tb--b {
    margin-bottom: 35px;
  }
  .p__tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p__tb--t {
    padding-top: 35px;
  }
  .p__tb--b {
    padding-bottom: 35px;
  }
  .header__top .left {
    flex-direction: column;
  }
  .header .navbar-brand img {
    height: 30px;
  }
}
@media (max-width: 350px) {
  .m__tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m__tb--t {
    margin-top: 35px;
  }
  .m__tb--b {
    margin-bottom: 35px;
  }
  .p__tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p__tb--t {
    padding-top: 35px;
  }
  .p__tb--b {
    padding-bottom: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
