body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

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

p {
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 16px;
  color: #000000;
  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: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.section__title h2,
.section__title h1 {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  margin-bottom: 0;
}

.title__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: #00ADEE;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.l__button {
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: normal;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: center;
}
.l__button--border {
  border-color: #00ADEE;
  color: #00ADEE;
}
.l__button--border:hover {
  background-color: #00ADEE;
  color: #ffffff;
}
.l__button--primary {
  color: #ffffff;
  background-color: #00ADEE;
  border-color: #00ADEE;
}
.l__button--primary:hover {
  background-color: #ffffff;
  color: #00ADEE;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #190E0E;
  border-color: #190E0E;
}
.l__button--btnColor:hover {
  background-color: #ffffff;
  color: #190E0E;
}
.l__button--transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.l__button--transparent:hover {
  background-color: #ffffff;
  color: #00ADEE;
}

.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-stage {
  display: flex;
}
.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;
}

.pagebanner {
  position: relative;
  padding: 130px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.pagebanner::before {
  content: "";
  background: rgba(64, 57, 57, 0.42);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagebanner .section__title {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  z-index: 2;
}
.pagebanner .section__title h1 {
  color: #ffffff;
}
.pagebanner .section__title .breadcrumb {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 0;
}
.pagebanner .section__title .breadcrumb a, .pagebanner .section__title .breadcrumb-item {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.pagebanner .section__title .breadcrumb a::before, .pagebanner .section__title .breadcrumb-item::before {
  color: #ffffff;
}
.pagebanner .section__title .breadcrumb a {
  text-decoration: none;
}
.pagebanner__bg {
  padding: 100px 0;
}
.pagebanner__bg::before {
  background-color: #eaf6ff;
}
.pagebanner__bg .section__title .breadcrumb a,
.pagebanner__bg .section__title .breadcrumb-item,
.pagebanner__bg .section__title .breadcrumb-item::before,
.pagebanner__bg .section__title h1 {
  color: #000000;
}

.breadcrumb {
  align-items: center;
}
.breadcrumb-item {
  font-size: 15px;
  font-weight: 400;
}
.breadcrumb-item a {
  color: #595656 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item.active a {
  color: #000000 !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 #aae8ff;
  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;
}

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

.header {
  background-color: #0e98cc;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 12px;
}
.header__top p {
  margin-bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 500;
}
.header__top .middle span,
.header__top .middle a {
  font-size: 16px;
  font-weight: 500;
  color: #eeeeee;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}
.header__top .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.header__top .right .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.header__top .right .social__icon li a {
  color: #ffffff;
}
.header .navbar__custom {
  background-color: #00ADEE !important;
}
.header .navbar-brand img {
  height: 80px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.header .navbar .nav-link {
  color: #EEEEEE;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.header .navbar .nav-link:focus, .header .navbar .nav-link:hover {
  color: #000000;
}
.header .navbar-nav {
  gap: 35px;
}
.header .navbar-nav .dropdown-menu {
  padding: 0;
  display: block;
  top: 125%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  min-width: 15rem;
}
.header .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.header .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 16px;
  color: #000000;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}
.header .navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: #00ADEE;
}
.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-menu li .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(270deg);
}
.header .navbar-nav .dropdown-menu li .icon i {
  font-size: 14px;
}
.header .navbar-nav .dropdown:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.header .navbar-toggler {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.header .navbar-toggler-icon {
  background-image: none;
  text-align: center;
  line-height: normal;
}

.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: #EAFAFF;
  color: #000000;
  padding-top: 55px;
}
.footer__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 37px;
}
.footer__desc {
  text-align: center;
}
.footer__desc .text {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 30px;
}
.footer__desc img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 18px;
}
.footer__desc form {
  position: relative;
  margin-bottom: 25px;
}
.footer__desc form .form-control {
  border: 1px solid #5caddb;
  background: #e7f7ff;
  padding: 12px 20px;
  padding-right: 145px;
}
.footer__desc form .form-control::placeholder {
  color: #313030;
  font-size: 14px;
  font-weight: 400;
}
.footer__desc form button {
  border: 1px solid #5caddb;
  background: #ffffff;
  padding: 13px 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
}
.footer__desc .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__desc .social__icon img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer__menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.footer__menu ul li a i {
  font-size: 0.875rem;
  margin-right: 16px;
}
.footer__menu ul li a:hover {
  color: #00ADEE;
}
.footer__menu ul li a strong {
  font-weight: 500;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu p.text {
  color: #5c5c5c;
}
.footer__menu .address {
  border-bottom: 1px solid #ACE8FF;
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.footer__menu .address:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.footer__menu .address h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer__menu .address__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.footer__menu .address__card .icon {
  height: 39px;
  width: 39px;
  overflow: hidden;
  min-width: 39px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #CFF2FF;
  display: block;
  text-align: center;
  color: #00ADEE;
}
.footer__menu .address__card a,
.footer__menu .address__card p {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer__menu .address__card a a,
.footer__menu .address__card p a {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}
.footer__blog {
  margin-bottom: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px solid #AAE8FF;
  margin-bottom: 22px;
  padding-bottom: 22px !important;
}
.footer__blog:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0 !important;
}
.footer__blog img {
  border-radius: 10px;
  overflow: hidden;
  height: 86px;
  width: 100px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.footer__blog p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.footer__blog span {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.footer__bottom {
  border-top: 1px solid #00ADEE;
  margin-top: 35px;
  padding-top: 26px;
  padding-bottom: 29px;
}
.footer__bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer__bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom .copyright p {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.footer__bottom .copyright p a {
  color: #6293d6;
  text-decoration: none;
}
.footer__bottom .copyright p img {
  height: 30px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__bottom .copyright .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer__bottom .copyright .social__icon li {
  height: 34px;
  width: 34px;
  overflow: hidden;
  min-width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #CFF2FF;
}
.footer__bottom .copyright .social__icon li a {
  color: #130D0D;
}

.card__info-- {
  background-color: #e5f9ff;
  text-align: center;
  padding: 26px;
}
.card__info-- .icon {
  height: 66px;
  width: 66px;
  overflow: hidden;
  line-height: 66px;
  min-width: 66px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
.card__info-- .icon img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
  display: inline-block;
}
.card__info-- h3 {
  font-size: 16px;
  font-weight: 500;
}

.mobile__bottom {
  border-top: 1px solid #e0e0e0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #e8f6fc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile__bottom--menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
}
.mobile__bottom--menu li {
  list-style: none;
}
.mobile__bottom--menu li a {
  display: block;
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.mobile__bottom--menu li a h6 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 0;
}
.mobile__bottom--menu li.active a {
  color: #00ADEE;
}
.mobile__bottom--menu li.active a svg path {
  fill: #00ADEE;
}

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

.operation__img img,
.goal__img img,
.banner__img img,
.event__card--img img,
.gallery__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.banner__carousel--item {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__carousel--item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__carousel .carousel-control-next,
.banner__carousel .carousel-control-prev {
  height: 50px;
  width: 50px;
  overflow: hidden;
  background-color: #00ADEE;
  border: 1px solid #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 1;
}
.banner__carousel .carousel-control-next:hover,
.banner__carousel .carousel-control-prev:hover {
  background-color: #0e98cc;
}
.banner__carousel .carousel-control-prev {
  right: auto;
  left: 25px;
}
.banner__img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.banner__img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  width: 90%;
  text-align: center;
}

.about .content p {
  color: #777676;
}
.about__img {
  height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.about .mission {
  margin: 42px 0;
}
.about .mission__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.about .mission__card--img {
  height: 85px;
  width: 85px;
  overflow: hidden;
  min-width: 85px;
  background-color: #d0f2ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .mission__card--img img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about .mission__card--content h4 {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.about .mission__card--content p {
  color: #777676;
  margin-bottom: 0;
}
.about .bottom {
  margin-top: 38px;
}
.about .bottom img {
  height: 266px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.about .bottom .content {
  margin-bottom: 50px;
}
.about .bottom .content p {
  position: relative;
  border-left: 3px solid #00ADEE;
  padding-left: 10px;
}

.goal .row {
  position: relative;
}
.goal__img {
  border-radius: 10px;
  border: 1px solid #cef2ff;
  background: #fafafa;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  height: 510px;
  width: 100%;
  overflow: hidden;
}
.goal__content {
  background-color: #00ADEE;
  padding: 70px 35px;
  border-radius: 10px;
}
.goal__content h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.goal__content p {
  color: #ffffff;
}
.goal__absolute {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.testimonial {
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 37px 0 0 0;
}
.testimonial .section__title {
  margin-bottom: 40px;
}
.testimonial__carousel .owl-stage-outer {
  padding-bottom: 100px;
}
.testimonial__card {
  border-radius: 15px;
  background: #eafaff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 36px 30px;
  position: relative;
  height: 100%;
}
.testimonial__card--head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  gap: 20px;
}
.testimonial__card--head img {
  height: 100px;
  width: 100px !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
  min-width: 100px;
}
.testimonial__card--head h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial__card--body p {
  color: #8c8787;
  font-weight: 500;
}
.testimonial__card--foot {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.service .section__title h2 {
  color: #00ADEE;
}
.service .row {
  position: relative;
}
.service .row > .col-lg-3 {
  border-right: 3px solid #00adee;
}
.service .tabs__content {
  height: 100%;
}
.service .tabs .l__button {
  padding: 12px 74px;
}
.service .tabs .nav {
  margin-bottom: 50px;
}
.service .tabs .nav-link {
  background-color: transparent !important;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service .tabs .nav-link::before {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
}
.service .tabs .nav-link.active {
  color: #00ADEE;
}
.service__card {
  border-radius: 15px;
  border: 1px solid #a8e7ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 36px 22px;
  text-align: center;
  transition: all 0.5s ease;
}
.service__card--icon {
  height: 88px;
  width: 88px;
  overflow: hidden;
  min-width: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d0f2ff;
  border-radius: 50%;
  margin: auto;
}
.service__card--icon img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.service__card--content {
  margin-top: 20px;
}
.service__card--content h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content p {
  color: #777676;
  margin-bottom: 15px;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content a {
  color: #00ADEE;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.service__card:hover {
  background-color: #00ADEE;
}
.service__card:hover p,
.service__card:hover a,
.service__card:hover h3 {
  color: #ffffff;
}
.service__carousel {
  height: 100%;
}
.service__carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: -148px;
  width: auto;
}
.service__carousel .owl-nav button {
  background-color: #92e1ff !important;
  color: #117ca5 !important;
}
.service__carousel .owl-stage {
  display: flex;
}
.service aside {
  position: sticky;
  top: 90px;
}
.service aside .form {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.service aside .form h4 {
  font-weight: 500;
}
.service aside .form__group {
  position: relative;
  margin-bottom: 10px;
}
.service aside .form__group input {
  padding-right: 55px;
}
.service aside .form__group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #00ADEE;
  background-color: transparent;
  border: none;
  border-radius: 10px;
}
.service aside .category {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
}
.service aside .category h4 {
  font-weight: 500;
}
.service aside .category ul {
  padding: 0;
  margin: 0;
}
.service aside .category ul li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.service aside .category ul li::before {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
}
.service aside .category ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.service aside .category ul li:hover::before,
.service aside .category ul li:hover a, .service aside .category ul li.active::before,
.service aside .category ul li.active a {
  color: #00ADEE;
}

.gallery__card {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.gallery .row .col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.gallery .row .col:nth-child(1) .gallery__card:first-child {
  height: 188px;
  width: 100%;
  overflow: hidden;
}
.gallery .row .col:nth-child(1) .gallery__card:last-child {
  height: 262px;
}
.gallery .row .col:nth-child(2) .gallery__card:first-child {
  height: 225px;
}
.gallery .row .col:nth-child(2) .gallery__card:last-child {
  height: 225px;
}
.gallery .row .col:nth-child(3) .gallery__card:first-child {
  height: 262px;
}
.gallery .row .col:nth-child(3) .gallery__card:last-child {
  height: 188px;
}
.gallery .row .col:nth-child(4) .gallery__card:first-child {
  height: 225px;
}
.gallery .row .col:nth-child(4) .gallery__card:last-child {
  height: 225px;
}

.publication {
  background-color: #EAFAFF;
}
.publication__card--img {
  border-radius: 15px;
  background: #fcfcfc;
  height: 338px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}
.publication__card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.publication__card h3:hover {
  color: #00ADEE;
}
.publication__card a {
  text-decoration: none;
}
.publication__card:hover img {
  transform: scale(1.07);
}
.publication__carousel button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.publication__carousel button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.event .section__title {
  margin-bottom: 46px;
}
.event__card {
  margin-bottom: 25px;
}
.event__card--img {
  border-radius: 15px 15px 0 0;
  height: 360px;
  width: 100%;
  overflow: hidden;
}
.event__card--content {
  padding: 22px;
  background-color: #ffffff;
}
.event__card--content a {
  text-decoration: none;
}
.event__card--content .tags {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.event__card--content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 34px;
}
.event__card--content .title h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.event__card--content .title h3:hover {
  color: #00ADEE;
}
.event__card--content .title .date {
  display: block;
  height: 83px;
  width: 83px;
  overflow: hidden;
  min-width: 83px;
  border-radius: 50%;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  background-color: #bcedff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.event__card--content .desc {
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 29px;
}
.event__card--content .location {
  border-top: 1px solid #d8f4ff;
  border-bottom: 1px solid #d8f4ff;
  padding: 14px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  color: #a19c9c;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
.event__card--content .location .icon {
  height: 39px;
  width: 39px;
  overflow: hidden;
  min-width: 39px;
  border-radius: 50%;
  background-color: #b1eaff;
  color: #00ADEE;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a19c9c;
}
.event__card--content .location h6 {
  color: #858282;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.event .right .event__card--content {
  padding: 20px;
}
.event .right .event__card--content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event .right .event__card--content .location {
  margin-bottom: 0;
}
.event .right .l__button {
  padding: 10px 74px;
}

.team .head {
  background-color: #00ADEE;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 15px;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.team .head h1 {
  border-radius: 5px;
  background: #fff;
  padding: 9px 30px;
  display: inline-block;
  color: #00ADEE;
  font-size: 16px;
  font-weight: 500;
}
.team__card {
  border-radius: 10px;
  border: 1px solid #d3f2ff;
  background: #f8f8f8;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 20px;
}
.team__card--img {
  height: 160px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.team__card--content {
  margin-top: 13px;
}
.team__card--content h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
.team__card--content h3 {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.team__card--content .meta {
  border-radius: 10px;
  background: #ebfaff;
  padding: 17px;
}
.team__card--content .meta p {
  color: #9b9898;
  margin-bottom: 6px;
}
.team__card--content .meta p strong {
  color: #100b0b;
  font-weight: 400;
}
.team__card--content .meta p a {
  color: #9b9898;
  text-decoration: none;
}

.operation > .row {
  align-items: center;
}
.operation .title {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 27px;
}
.operation p {
  color: #9b9898;
  margin-bottom: 20px;
}
.operation__img {
  height: 433px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.operation .description {
  margin-top: 35px;
  border-radius: 15px;
  border: 1px solid #c8f0ff;
  background: #fff8f8;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 56px 38px;
}

.member__tab {
  gap: 44px;
}
.member__tab .nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 17px;
  color: #ffffff;
}
.member__tab .nav-link.active {
  border-radius: 5px;
  background: #fff;
  color: #00ADEE;
}
.member__about {
  margin-bottom: 20px;
}
.member__about--head {
  background-color: #EAFAFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 22px 9px 44px;
}
.member__about--head .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.member__content li,
.member__content p {
  color: #9b9898;
  font-size: 16px;
  font-weight: 400;
}
.member__feature--img {
  margin-top: 15px;
}
.member__feature--img img {
  height: 418px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 15px;
}
.member__feature--left {
  margin-bottom: 30px;
}
.member__feature--left img {
  height: 130px;
  width: 290px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.member__feature--left .info {
  padding: 0;
  margin: 0;
}
.member__feature--left .info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.member__feature--left .info li .icon {
  display: block;
  height: 25px;
  width: 25px;
  overflow: hidden;
  min-width: 25px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #7fc5f2;
  text-align: center;
  font-size: 12px;
  color: #117cc1;
  position: absolute;
  top: 0;
  left: 0;
}
.member__feature--left .info li strong {
  color: #2b2a2a;
}
.member .feature__content {
  border-radius: 10px;
  border: 1px solid #d8f6ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 30px 26px;
  margin-top: 30px;
}
.member .register__card {
  border-radius: 15px;
  border: 1px solid #ddf6ff;
  background: #fff;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 8px;
}
.member .register__card--img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.member .register__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.member .register__card .content {
  border-radius: 10px;
  background: #ebfaff;
  padding: 22px;
}
.member .register__card .content .title {
  padding: 23px 25px 15px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.member .register__card .content p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.member .register__card .content p strong {
  display: block;
}
.member .register__card .content p span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.member .register__card .content p strong {
  color: #150c0c;
  font-size: 16px;
  font-weight: 400;
}
.member .register__card .content a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding-top: 10px;
  color: #00ADEE;
}
.member .register__card--modal .box p {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  color: #3d3d3d;
}
.member .register__card--modal .box p strong {
  width: 30%;
  font-size: 15px;
  font-weight: 500;
  flex-basis: 1;
}
.member .register__card--modal .box p span {
  font-size: 15px;
  font-weight: 400;
  width: 70%;
}
.member__form .modal-content {
  border-radius: 15px;
  background: #eaf9ff;
  padding: 47px 75px;
  position: relative;
}
.member__form .modal-content .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #00ADEE;
  height: 48px;
  width: 48px;
  overflow: hidden;
  border-radius: 50%;
  opacity: 1;
  color: #ffffff;
}
.member__form .modal-body {
  border-radius: 15px;
  background: #fffbfb;
  padding: 23px 32px 43px 32px;
}
.member__form .modal-body .title {
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.member__form .modal-body .subtitle {
  background-color: #00ADEE;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
}
.member__form .modal-body .form {
  margin-top: 44px;
}

.featured__member--carousel .owl-nav {
  margin-top: 40px !important;
}

.album__card {
  height: 300px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.album__card img {
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.album__card .title {
  background-color: #eaf6ff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  color: #000000;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.album__card:hover .title {
  transform: translate(0);
}
.album__card:hover img {
  transform: scale(1.1);
}

.blog .more {
  color: #00adee;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}
.blog .more i {
  padding-right: 7px;
}
.blog .more:hover {
  text-decoration: underline;
}
.blog__card--img {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.blog__card--img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__card--img span {
  position: absolute;
  top: 17px;
  left: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 2;
}
.blog__card--content {
  margin-top: 10px;
}
.blog__card--content .date {
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}
.blog__card--content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #151b30;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  color: #151b30;
  text-decoration: none;
}
.blog__card--content h3 a:hover {
  color: #00ADEE;
}
.blog__card--content p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 13px;
}
.blog__card:hover img {
  transform: scale(1.05);
}
.blog__detail {
  margin-top: 26px;
}
.blog__detail .img {
  height: 470px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 13px;
  border: 1px solid #efefef;
}
.blog__detail .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 25px;
}
.blog__detail .meta span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta span.name {
  font-weight: 500;
}
.blog__detail .title {
  color: #151b30;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.blog__detail p {
  color: #0e0e0e;
  font-size: 14px;
}
.blog aside {
  position: sticky;
  top: 100px;
}
.blog aside h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .articles article {
  margin-bottom: 35px;
}
.blog .articles article .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .articles article img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 5px;
}
.blog .articles article h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .articles article h4 a {
  color: #090a0f;
  text-decoration: none;
}
.blog .articles article:hover img {
  transform: scale(1.02);
}

.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: #00ADEE;
}
.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_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  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: #00ADEE;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  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;
}

.useful .section__title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.useful .section__title h1 {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.useful .section__title h1::before {
  content: "";
  height: 1px;
  width: 100px;
  overflow: hidden;
  background-color: #00ADEE;
  position: absolute;
  bottom: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.useful__link {
  padding: 0;
  margin: 0;
}
.useful__link li {
  list-style: none;
  background-color: #eafaff;
  padding: 15px;
  position: relative;
}
.useful__link li::before {
  content: "";
  height: 100%;
  width: 8px;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.useful__link li:hover::before {
  visibility: visible;
  opacity: 1;
  background-color: #00ADEE;
}
.useful__link li:nth-child(even) {
  background-color: #b6ebff;
}
.useful__link li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.useful .table__custom {
  overflow-x: auto;
}
.useful .table__custom table {
  width: 100%;
}
.useful .table__custom table th,
.useful .table__custom table td {
  border: 1px solid #000000;
  padding: 10px 15px;
}
.useful .table__custom table th {
  font-size: 16px;
  font-weight: 500;
}
.useful .table__custom table td {
  font-size: 14px;
  font-weight: 500;
}
.useful .table__custom table .link a {
  color: #00ADEE;
  font-size: 28px;
  font-weight: 900;
}

.work__section {
  position: relative;
  margin: 55px 0;
}
.work__section--card {
  position: relative;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  background-color: #d3f3ff;
}
.work__section--card-img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  cursor: n-resize;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.work__section--card-img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 500px;
  transition: 18s all ease;
}
.work__section--card-img img:hover {
  object-position: bottom;
}
.work__section--card a {
  text-decoration: none;
  color: #000000;
  display: block;
}
.work__section--card h3 {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.dashboard {
  background-color: #F5FBFF;
  margin-top: 40px;
}
.dashboard__sidebar {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.dashboard__sidebar ul {
  margin: 0;
  padding: 0;
}
.dashboard__sidebar ul li {
  list-style: none;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
  position: relative;
  text-align: left;
}
.dashboard__sidebar ul li button,
.dashboard__sidebar ul li a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.dashboard__sidebar ul li:hover, .dashboard__sidebar ul li.active {
  background-color: #eaf6ff;
}
.dashboard__sidebar ul li:hover a, .dashboard__sidebar ul li.active a {
  color: #00ADEE;
}
.dashboard__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 25px 30px;
  background-color: #ffffff;
}
.dashboard .profile__main {
  padding-bottom: 50px;
}
.dashboard .profile__main--img {
  position: relative;
}
.dashboard .profile__main--img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.dashboard .profile__main--img .upload__section {
  position: absolute;
  left: 55px;
  bottom: 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #00ADEE;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.dashboard .profile__main--img .upload__section i {
  cursor: pointer;
}
.dashboard .profile__main--content {
  margin-top: 10px;
}
.dashboard .profile__main .form__group {
  margin-bottom: 16px;
}
.dashboard .profile__main .form-control {
  background-color: #ffffff !important;
}
.dashboard .profile__main .custom_table {
  overflow-x: auto;
}
.dashboard .profile__main .custom_table table {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.dashboard .profile__main .custom_table table thead tr {
  background-color: #00adee;
}
.dashboard .profile__main .custom_table table thead tr th {
  color: #ffffff;
}
.dashboard .profile__main .custom_table table tr td,
.dashboard .profile__main .custom_table table tr th {
  padding: 16px 24px;
  font-size: 14px;
}
.dashboard .profile__main .custom_table table tr td[scope=row],
.dashboard .profile__main .custom_table table tr th[scope=row] {
  color: #00ADEE;
  font-weight: 600;
}
.dashboard .profile__main .custom_table table tr td[data-info="status pending"] {
  color: #6364db;
}
.dashboard .profile__main .custom_table table tr td[data-info="status reply"] {
  color: #d93d1e;
}
.dashboard .profile__main .custom_table table tr td[data-info="status done"] {
  color: #08af5c;
}
.dashboard .profile__main .c_password {
  background-color: #eef5ff;
  padding: 22px;
  border-radius: 10px;
  margin-top: 25px;
}
.dashboard .profile__main .c_password .title {
  border-bottom: 1px solid #c9e9ff;
  margin-bottom: 12px;
  padding-bottom: 17px;
}
.dashboard .profile__main .c_password .title h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.dashboard .profile__main .c_password .title span {
  font-size: 11px;
  font-weight: 400;
  color: #656262;
}
.enquiry-msg .modal-body {
  position: relative;
}
.enquiry-msg .modal-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .service .tabs .l__button {
    padding: 10px 24px;
  }
}
@media (max-width: 75rem) {
  .service .tabs .l__button {
    padding: 10px 24px;
  }
}
@media all and (max-width: 1024px) {
  .m__tb {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .m__tb--t {
    margin-top: 3.75rem;
  }
  .m__tb--b {
    margin-bottom: 3.75rem;
  }
  .p__tb {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .p__tb--t {
    padding-top: 3.75rem;
  }
  .p__tb--b {
    padding-bottom: 3.75rem;
  }
  .member__tab {
    gap: 1.375rem;
  }
  .member__feature--left img {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 0.9375rem;
  }
  p {
    text-align: justify;
  }
  .breadcrumb-item.active {
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
  }
  .header__top p {
    font-size: 1rem;
  }
  .header .navbar-nav {
    gap: 0.3125rem;
  }
  .header .navbar-nav .dropdown a {
    position: relative;
  }
  .header .navbar-nav .dropdown .icon {
    position: absolute;
    top: 8px !important;
    right: 0;
    display: block;
    text-align: center;
    z-index: 1;
    transform: rotate(0deg) !important;
  }
  .header .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar .nav-link {
    font-size: 0.875rem;
    color: black;
  }
  .header .navbar .offcanvas-body .d-flex button {
    margin-top: 16px;
  }
  .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__desc {
    margin-bottom: 20px;
  }
  .footer__title {
    margin-bottom: 25px;
  }
  .footer__bottom .copyright {
    flex-direction: column;
    gap: 16px;
  }
  .goal__absolute {
    position: relative;
    top: 0;
    right: 0;
    transform: translateX(0);
  }
  .member__tab {
    gap: 0.75rem;
  }
  .member__feature--img img {
    height: auto;
  }
  .member__feature--left img {
    object-fit: contain;
  }
  .member .feature__content {
    padding: 20px;
  }
  .contact__content {
    padding: 1.5625rem;
  }
  .about__img {
    height: 400px;
    margin-bottom: 20px;
  }
  .about__img img {
    object-fit: contain;
  }
  .about .direction {
    flex-direction: column-reverse;
  }
  .goal__img {
    margin-bottom: 20px;
  }
  .goal__content {
    padding: 20px;
  }
  .operation__img {
    margin-bottom: 20px;
  }
  .operation__img img {
    object-fit: contain;
  }
  .service__card {
    padding: 16px;
  }
  .event__card--content {
    padding: 16px;
  }
  .event__card--content .title {
    gap: 15px;
    margin-bottom: 15px;
  }
  .event__card--content .title .date {
    height: 60px;
    width: 60px;
    overflow: hidden;
    min-width: 60px;
    font-size: 14px;
  }
  .member .register__card--modal .box p {
    flex-direction: column;
    gap: 0;
  }
  .member .register__card--modal .box p span, .member .register__card--modal .box p strong {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .m__tb {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .m__tb--t {
    margin-top: 2.8125rem;
  }
  .m__tb--b {
    margin-bottom: 2.8125rem;
  }
  .p__tb {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .p__tb--t {
    padding-top: 2.8125rem;
  }
  .p__tb--b {
    padding-bottom: 2.8125rem;
  }
  .section__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .l__container {
    padding: 0 8px;
    margin: 0 auto;
  }
  p {
    text-align: justify;
  }
  .m__tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .m__tb--t {
    margin-top: 30px;
  }
  .m__tb--b {
    margin-bottom: 30px;
  }
  .p__tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p__tb--t {
    padding-top: 30px;
  }
  .p__tb--b {
    padding-bottom: 30px;
  }
  p {
    text-align: justify;
    font-size: 15px;
  }
  .breadcrumb-item.active {
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
  }
  .footer__title {
    margin-bottom: 0.75rem;
  }
  .footer__menu {
    margin-bottom: 1rem;
  }
  .footer__menu ul li a {
    font-size: 1rem;
  }
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright .left {
    margin-bottom: 0.75rem;
  }
  .footer__bottom .copyright p {
    text-align: center;
  }
  .footer__desc {
    margin-bottom: 20px;
  }
  .banner__carousel .carousel-control-prev, .banner__carousel .carousel-control-next {
    height: 30px;
    width: 30px;
    overflow: hidden;
  }
  .banner__carousel .carousel-control-prev-icon, .banner__carousel .carousel-control-next-icon {
    height: 1rem;
    width: 1rem;
    overflow: hidden;
  }
  .banner__carousel--item {
    height: 300px;
  }
  .member__about--head {
    padding: 16px;
  }
  .member .feature__content {
    padding: 16px;
  }
  .btn__group {
    text-align: center;
  }
  .operation__img {
    height: auto;
    margin-bottom: 20px;
  }
  .operation .description {
    padding: 10px;
  }
  .blog__detail .img {
    height: auto;
  }
  .contact__content {
    padding: 1.25rem;
  }
  .contact__content .title {
    font-size: 1.5rem;
  }
  .about .bottom img, .about__img {
    height: auto;
  }
  .about .mission__card--img {
    height: 60px;
    width: 60px;
    overflow: hidden;
    line-height: 60px;
    min-width: 60px;
  }
  .about .mission__card--img img {
    height: 30px;
    width: 30px;
    overflow: hidden;
  }
  .event__card--content .title .date {
    height: 65px;
    width: 65px;
    overflow: hidden;
    line-height: 65px;
    min-width: 65px;
    font-size: 14px;
  }
  .goal__img {
    height: auto;
  }
  .goal__content {
    padding: 16px;
  }
  .testimonial__carousel .owl-stagee-outer {
    padding-bottom: 70px;
  }
  .testimonial__card {
    padding: 16px 16px 40px 16px;
  }
  .testimonial__card--head img {
    height: 80px;
    width: 80px !important;
    overflow: hidden;
    min-width: 80px;
  }
  .team__card {
    padding: 16px;
  }
}
@media (max-width: 650px) {
  .tabs {
    margin-bottom: 1.875rem;
  }
  .member__about--head {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
@media (max-width: 550px) {
  .btn__group a {
    margin-bottom: 0.75rem;
  }
}

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