@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --primary: #001E61;
  --primary-light: #1CA8F2;
  --white: #ffffff;
  --text-dark: #191919;
  --text-light-dark: #474545;
  --text-light: #7B7B7B;
  --text-gray-light: #D6DDE9;
  --bg-yellow: #DBA321;
  --bg-green: #09AC03;
  --bg-gray: #99AAD1;
  --light-gray: #E9EEF7;
  --font-primary: "Poppins", sans-serif;
}

.text-primary-one {
  color: var(--primary);
}

.text-primary-light {
  color: var(--primary-light);
}

.text-dark {
  color: var(--text-dark) !important;
}

.text-light-dark {
  color: var(--text-light-dark);
}

.text-light {
  color: var(--text-light);
}

.text-white {
  color: var(--white);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-primary-light {
  background-color: var(--primary-light);
}

.bg-yellow {
  background-color: var(--bg-yellow);
}

.bg-green {
  background-color: var(--bg-green);
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-white {
  background-color: var(--white);
}

.border-primary {
  border-color: var(--primary);
}

.border-primary-light {
  border-color: var(--primary-light);
}

.border-gray {
  border-color: var(--bg-gray);
}

body {
  font-family: var(--font-primary);
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 400;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

.fs-22 {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .fs-22 {
    font-size: 1.125rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .fs-28 {
    font-size: 1.375rem;
  }
}

.fs-32 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}

.fs-36 {
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .fs-36 {
    font-size: 1.5rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .fs-40 {
    font-size: 1.75rem;
  }
}

.fs-48 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .fs-48 {
    font-size: 2rem;
  }
}

.fs-52 {
  font-size: 52px;
}
@media (max-width: 767px) {
  .fs-52 {
    font-size: 2rem;
  }
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.btn {
  padding: 12.5px 20px;
  padding-left: 24px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: #17376d;
  --bs-btn-active-bg: #17376d;
  --bs-btn-active-border-color: #17376d;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
  background-color: var(--white);
  border-radius: 10px;
}
.btn-outline-primary img {
  transition: all 0.3s ease;
}
.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
  position: relative;
  left: 6px;
}

.btn-white {
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50px;
  font-weight: 400;
}
.btn-white:hover {
  background-color: rgb(236, 236, 236);
  color: var(--primary);
}

.py-100 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .py-100 {
    padding: 30px 0;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.home-banner-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-banner-section .slider img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 575px) {
  .home-banner-section .slider img {
    max-height: 300px;
  }
}
.home-banner-section .slider .slick-slide.slick-cloned {
  pointer-events: none !important;
}
.home-banner-section .slider .slick-slide {
  position: relative;
  z-index: 10;
}
.home-banner-section .slider .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 20, 27, 0) 35.74%, #0E141B 100%);
  z-index: 0;
}
.home-banner-section .slider .slick-dots {
  bottom: 48px;
  z-index: 99;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.home-banner-section .slider .slick-dots li {
  margin: 0 0;
  height: auto;
}
.home-banner-section .slider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  width: 19px;
  height: 6px;
  background: var(--white);
  border-radius: 30px;
  opacity: 0.5;
}
.home-banner-section .slider .slick-dots li button::before {
  color: var(--white);
  font-size: 8px;
  opacity: 0.56;
  display: none;
}
.home-banner-section .slider .slick-dots li.slick-active button {
  opacity: 1;
}
.home-banner-section .slider .slick-dots li.slick-active button::before {
  font-size: 12px;
  color: var(--white);
  opacity: 1;
}
.home-banner-section .slider .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1000;
  pointer-events: auto;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}
.home-banner-section .slider .slide-content h1 {
  font-weight: 600;
  font-size: 110px;
  color: var(--white);
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .home-banner-section .slider .slide-content h1 {
    font-size: 36px;
  }
}
.home-banner-section .slider .slick-next {
  width: 100px;
  height: 100px;
  background-color: var(--white);
}
.home-banner-section .slider .slick-next::before {
  content: url("./../images/right-arrow.svg");
  opacity: 1;
}
.home-banner-section .slider .slick-next:hover {
  background-color: rgb(202, 219, 255);
}
.home-banner-section .slider .slick-next:hover:before {
  opacity: 0.75;
}
.home-banner-section .slider .slick-next.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: calc(100% - 50px);
}
.home-banner-section .slider .slick-prev {
  width: 100px;
  height: 100px;
  background-color: var(--white);
}
.home-banner-section .slider .slick-prev::before {
  content: url("./../images/left-arrow.svg");
  opacity: 1;
}
.home-banner-section .slider .slick-prev:hover {
  background-color: rgb(202, 219, 255);
}
.home-banner-section .slider .slick-prev:hover:before {
  opacity: 0.75;
}
.home-banner-section .slider .slick-prev.slick-arrow {
  position: absolute;
  right: 100px;
  left: auto;
  bottom: 0;
  top: calc(100% - 50px);
  z-index: 1;
}

header {
  background: transparent;
}
@media (min-width: 1200px) {
  header.is-sticky .navbar-expand-xl {
    position: fixed;
    left: auto;
    margin: auto;
    max-width: 1140px;
    box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.1215686275);
  }
}
@media (min-width: 1400px) {
  header.is-sticky .navbar-expand-xl {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  header .container .navbar-expand-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header .container .navbar-expand-xl {
    max-width: 1320px;
  }
}
header .navbar-expand-xl {
  position: absolute;
  left: auto;
  top: 0;
  z-index: 9;
  background: var(--white);
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 1199px) {
  header .navbar-expand-xl {
    position: relative;
    margin-top: 0;
  }
  header .navbar-expand-xl .navbar-nav {
    margin-top: 1rem;
  }
  header .navbar-expand-xl .navbar-toggler {
    box-shadow: none !important;
  }
}
header .navbar-expand-xl .dropdown-toggle::after {
  border-top: 0;
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  background-image: url("../images/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 13px;
  right: -2px;
  background-size: cover;
  width: 8px;
  height: 7px;
  opacity: 1;
}
@media (min-width: 1200px) {
  header #menu-header-menu > li.menu-item.menu-item-has-children {
    position: relative;
  }
  header #menu-header-menu > li.menu-item.menu-item-has-children > .dropdown-arrow + ul.dropdown-menu::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -5px;
    right: 4px;
    z-index: 0;
    background-color: var(--white);
    transform: rotate(45deg);
  }
  header #menu-header-menu > li.menu-item > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  header #menu-header-menu > li.menu-item > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
header #menu-header-menu .menu-item.dropdown {
  position: relative;
}
header #menu-header-menu .menu-item.dropdown::after {
  content: "";
  background-image: url("../images/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 20px;
  right: -2px;
  background-size: cover;
  width: 9px;
  height: 7px;
  opacity: 1;
}
@media (max-width: 1199px) {
  header #menu-header-menu .menu-item.dropdown::after {
    top: 12px;
  }
}
header .navbar-nav {
  gap: 24px;
}
@media (max-width: 991px) {
  header .navbar-nav {
    gap: 10px;
  }
}
header .navbar-nav .nav-item.dropdown .nav-link {
  margin-right: 12px;
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #474545;
  padding: 16px 0;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .nav-link {
    padding: 8px 0;
  }
}
header .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
  position: relative;
}
header .navbar-nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
header .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  box-shadow: 0px 1px 16px 10px rgba(0, 0, 0, 0.07);
  border: 0;
  border-radius: 0;
  padding: 20px;
}
header .navbar-nav .nav-item .dropdown-menu .menu-item-has-children::after {
  display: none;
}
header .navbar-nav .nav-item .dropdown-menu .menu-item-has-children .dropdown-menu.sub-menu {
  position: static;
  display: flex;
  box-shadow: none;
  padding: 16px;
  padding-left: 0;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 0;
}
header .navbar-nav .nav-item .dropdown-menu .menu-item-has-children .dropdown-menu.sub-menu .dropdown-item {
  position: relative;
  padding-left: 10px;
  background-image: url("../images/icons/border-1.svg");
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 0;
}
header .navbar-nav .nav-item .dropdown-menu .menu-item-has-children .dropdown-menu.sub-menu .dropdown-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    top: 45px;
    right: 0;
  }
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
  }
}
header .navbar-nav .nav-item .dropdown-menu li:first-child .dropdown-item {
  padding-top: 0;
}
header .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 0;
  border-bottom: 0;
}
header .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--light-gray);
}
header .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}
header .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary);
  background-color: transparent;
}
header .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}

.slider-wrapper.our-services-section {
  background-image: url("../images/bottom-shape.png");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: bottom right;
  /* Bottom Cards Grid */
}
.slider-wrapper.our-services-section .services-right-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 100%;
  background-color: var(--light-gray);
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .slider-wrapper.our-services-section .services-right-bg::after {
    width: 100%;
  }
}
.slider-wrapper.our-services-section .service-tag,
.slider-wrapper.our-services-section h2,
.slider-wrapper.our-services-section p,
.slider-wrapper.our-services-section .cards-row {
  position: relative;
  z-index: 9;
}
.slider-wrapper.our-services-section .whole-section-slide {
  border-radius: 20px;
  padding: 40px 0;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  outline: none;
}
@media (max-width: 1199px) {
  .slider-wrapper.our-services-section .whole-section-slide {
    padding: 30px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .slider-wrapper.our-services-section .whole-section-slide {
    padding: 16px 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper.our-services-section .whole-section-slide .col-lg-4 {
    width: 36.333333%;
  }
  .slider-wrapper.our-services-section .whole-section-slide .col-lg-8 {
    width: 63.3%;
  }
}
.slider-wrapper.our-services-section .whole-section-slide .bg-number {
  position: absolute;
  top: 11px;
  left: 35%;
  font-size: 12rem;
  font-weight: 800;
  color: var(--text-gray-light);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
.slider-wrapper.our-services-section .main-img-box img {
  width: 100%;
  border-radius: 15px;
}
.slider-wrapper.our-services-section .nav-controls {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .slider-wrapper.our-services-section .nav-controls {
    position: absolute;
    bottom: 4px;
    left: 23%;
  }
}
.slider-wrapper.our-services-section .nav-controls .nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.slider-wrapper.our-services-section .nav-controls .nav-btn.prev {
  background: #cbd5e1;
  color: var(--white);
}
.slider-wrapper.our-services-section .nav-controls .nav-btn.next {
  background: var(--primary);
  color: var(--white);
  transform: rotate(180deg);
}
.slider-wrapper.our-services-section .service-tag {
  background: var(--white);
  border: 1px solid var(--white);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 24px;
}
.slider-wrapper.our-services-section .read-more-btn {
  border: 1px solid #333333;
  border-radius: 30px;
  padding: 10px 25px;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  margin-bottom: 24px;
}
.slider-wrapper.our-services-section .cards-row {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.slider-wrapper.our-services-section .cards-row .mini-card {
  background: var(--white);
  padding: 20px;
  border-radius: 12px;
  min-width: 250px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-wrapper.our-services-section .cards-row .mini-card p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .slider-wrapper.our-services-section .cards-row .mini-card {
    min-height: 250px;
    max-height: 250px;
    display: flex;
    gap: 10px;
    flex-direction: row;
  }
  .slider-wrapper.our-services-section .cards-row .mini-card .circle-arrow {
    min-width: 40px;
  }
}
.slider-wrapper.our-services-section .cards-row .mini-card.dark {
  background: var(--primary);
  color: #ffffff;
}
.slider-wrapper.our-services-section .cards-row .mini-card .circle-arrow {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  color: #333333;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.our-leaders {
  padding: 100px 0;
  background-image: url("../images/bg-bottoms.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 767px) {
  .our-leaders {
    padding: 30px 0;
  }
}
.our-leaders .card {
  background-color: #E3E3E3;
  border: 0;
  border-radius: 10px;
}
.our-leaders .leader-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  border-bottom: 12px solid var(--primary-light);
  transition: transform 1s ease;
  margin-bottom: 0;
  padding-top: 20px;
}
.our-leaders .leader-card::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.2%, rgba(0, 0, 0, 0.7) 95.36%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.our-leaders .leader-card .leader-box {
  transition: 0.3s all;
}
.our-leaders .leader-card .leader-box .leader-name {
  transition: 0.3s all;
}
.our-leaders .leader-card .leader-box .leader-name a {
  cursor: pointer;
}
.our-leaders .leader-card .leader-box .leader-name p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-size: 0;
  transition: 0.5s all;
  margin-bottom: 0;
  text-transform: uppercase;
}
.our-leaders .leader-card img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .our-leaders .leader-card img {
    height: auto;
  }
}
.our-leaders .leader-card:hover .leader-name {
  background: var(--primary-light);
}
.our-leaders .leader-card:hover .leader-name p {
  font-size: 14px;
}
.our-leaders .leader-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  padding-bottom: 10px;
  left: 0;
  color: var(--white);
  font-weight: 500;
  font-size: 22px;
}
.our-leaders .badge-leaders {
  background-color: var(--white);
  color: var(--primary);
  padding: 9px 16px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 24px;
}
.our-leaders .btn-read-more {
  border: 1px solid #2b3a4a;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 500;
  color: #2b3a4a;
  transition: all 0.3s ease;
}
.our-leaders .btn-read-more:hover {
  background-color: #2b3a4a;
  color: #ffffff;
}
.our-leaders .main-heading {
  font-weight: 800;
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.our-leaders .description {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.who-we-are .badge-who {
  background: var(--light-gray);
  border: 1px solid var(--white);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 24px;
  color: var(--primary);
}

.mb-36 {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .mb-36 {
    margin-bottom: 1rem;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 1rem;
  }
}

.leader-card.box-img img {
  width: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.z-9 {
  z-index: 9;
}

.our-values {
  /* Slick spacing fix */
  /* Responsive */
}
.our-values .values-slider-wrapper {
  position: relative;
}
.our-values .values-slider-wrapper .values-slider {
  width: 100%;
}
.our-values .values-slider-wrapper .value-item {
  text-align: center;
}
.our-values .values-slider-wrapper .value-item img {
  margin: 0 auto 16px;
  display: block;
  max-height: 118px;
}
.our-values .values-slider-wrapper .value-item h6 {
  margin: 0;
}
.our-values .values-slider-wrapper .custom-prev,
.our-values .values-slider-wrapper .custom-next {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.our-values .values-slider-wrapper .custom-prev img,
.our-values .values-slider-wrapper .custom-next img {
  width: 10px;
}
.our-values .values-slider-wrapper .custom-prev {
  background: var(--primary);
  color: var(--white);
  position: absolute;
  left: 0;
  top: 64px;
}
.our-values .values-slider-wrapper .custom-next {
  background: var(--primary);
  color: var(--primary);
  position: absolute;
  right: 0;
  top: 64px;
}
.our-values .values-slider-wrapper .custom-next img {
  transform: rotate(180deg);
}
.our-values .values-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .our-values .values-slider-wrapper .custom-prev,
  .our-values .values-slider-wrapper .custom-next {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .our-values .values-slider-wrapper .custom-prev img,
  .our-values .values-slider-wrapper .custom-next img {
    width: 8px;
  }
}
@media (max-width: 576px) {
  .our-values .values-slider-wrapper {
    flex-direction: column;
  }
  .our-values .values-slider-wrapper .custom-prev,
  .our-values .values-slider-wrapper .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .our-values .values-slider-wrapper .custom-prev {
    left: -10px;
  }
  .our-values .values-slider-wrapper .custom-next {
    right: -10px;
  }
}

.mt-60 {
  margin-top: 60px;
}

.arcade-section {
  padding: 80px 0;
  background-image: url("../images/s-ban-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.arcade-section .school-slider {
  background-color: var(--white);
  margin-bottom: 0 !important;
  min-height: 456px;
  max-height: 456px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 991px) {
  .arcade-section .school-slider {
    min-height: inherit;
    max-height: inherit;
  }
}
.arcade-section .school-slider .content-side {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 452px;
}
.arcade-section .school-slider .slick-prev,
.arcade-section .school-slider .slick-next {
  bottom: 20px;
  top: auto;
  z-index: 10;
  width: 34px;
  height: 34px;
}
.arcade-section .school-slider .slick-prev::before,
.arcade-section .school-slider .slick-next::before {
  opacity: 0;
}
.arcade-section .school-slider .slick-prev {
  right: 65px;
  left: auto;
  background-color: var(--primary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  bottom: 0;
}
.arcade-section .school-slider .slick-prev::before {
  background-image: url("../images/icons/l-arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  width: 10px;
  display: block;
  opacity: 1;
  font-size: 0;
  height: 13px;
  position: relative;
  left: 12px;
}
.arcade-section .school-slider .slick-next {
  right: 20px;
  background-color: var(--primary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  bottom: 0;
}
.arcade-section .school-slider .slick-next::before {
  background-image: url("../images/icons/l-arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  width: 10px;
  display: block;
  opacity: 1;
  font-size: 0;
  height: 13px;
  position: relative;
  left: 12px;
  transform: rotate(180deg);
}

.footer-section {
  background-color: var(--primary);
  color: var(--white);
  padding: 24px 0 0 0;
  font-family: "Poppins", sans-serif;
  border-top: solid 5px var(--primary-light);
}
@media (min-width: 768px) and (max-width: 1399px) {
  .footer-section .row .cus-col3 {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .footer-section .row .cus-col4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.footer-section .profile-top-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-section .profile-top-border {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.footer-section .profile-top-border .profile-title {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .profile-top-border .profile-title i {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
}
.footer-section .profile-top-border .profile-title i:hover {
  color: #00aaff;
}
.footer-section .profile-top-border .profile-desc {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
}
.footer-section .profile-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 14px;
}
.footer-section .footer-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .footer-section .pl-lg-70 {
    padding-left: 70px;
  }
}
.footer-section .logo-box h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.footer-section .logo-box small {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-section .logo-box .division-line {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 8px;
  padding-top: 4px;
  font-size: 10px;
  letter-spacing: 2px;
}
.footer-section .cert-container {
  display: flex;
  gap: 15px;
}
.footer-section .cert-container .cert-item {
  text-align: center;
}
.footer-section .cert-container .cert-item img {
  width: 50px;
  background: var(--primary);
  padding: 5px;
  border-radius: 3px;
}
.footer-section .cert-container .cert-item span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
}
.footer-section .footer-links li {
  margin-bottom: 8px;
}
.footer-section .footer-links li a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.footer-section .footer-links li a:hover {
  opacity: 0.8;
}
.footer-section .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s ease;
}
.footer-section .contact-item a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .contact-item a:hover {
  opacity: 0.8;
}
.footer-section .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer-section .social-icons a {
  width: 38px;
  height: 38px;
  background: var(--white);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.5s ease;
}
.footer-section .social-icons a:hover {
  background: var(--text-dark);
  color: var(--white);
}
.footer-section .social-icons a:hover img {
  filter: brightness(0) invert(1);
}

.b-logo img {
  max-width: 47px;
}

.cert-text {
  font-size: 10px;
  color: var(--white);
  font-weight: 400;
}

.copyright-bar {
  background-color: var(--primary);
  color: var(--white);
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gap-36 {
  gap: 36px;
}
@media (max-width: 767px) {
  .gap-36 {
    gap: 1rem;
  }
}

.foot-logo-box {
  position: relative;
  margin-top: -72px;
}
@media (max-width: 767px) {
  .foot-logo-box > img {
    max-width: 80px;
  }
}

.projects-modals .modal-dialog {
  max-width: 1000px;
}
.projects-modals .outline-0 {
  outline: none;
  box-shadow: none !important;
}
.projects-modals .opacity-1 {
  opacity: 1;
}
.projects-modals .carousel-inner .carousel-item {
  position: relative;
}
.projects-modals .carousel-inner .carousel-item::after {
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5418) 0%, rgba(102, 102, 102, 0) 100%);
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 10px 10px;
}
.projects-modals .carousel-inner .carousel-item > img {
  min-height: 430px;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  .projects-modals .carousel-inner .carousel-item > img {
    min-height: 220px;
    max-height: 220px;
  }
}
.projects-modals .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.projects-modals .carousel-indicators [data-bs-target] {
  height: auto;
  padding: 0;
  width: 19px;
  height: 6px;
  background: var(--white);
  border-radius: 30px;
  opacity: 0.5;
  padding: 0 0;
  border-top: 0;
  border-bottom: 0;
}
.projects-modals .carousel-indicators [data-bs-target].active {
  opacity: 1;
}

.expert-modal {
  border-radius: 12px;
  padding: 0;
}
.expert-modal .expert-image {
  background: #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: -167px;
  left: 50px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .expert-modal .expert-image {
    position: relative;
    left: 0;
    top: 0;
  }
}
.expert-modal .expert-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.expert-modal .expert-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--primary-light);
}
.expert-modal .expert-content {
  border-radius: 16px;
  position: relative;
  z-index: 9;
  min-height: 296px;
  margin-bottom: 0;
}
.expert-modal .expert-content::before {
  content: "";
  background-color: var(--light-gray);
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50px;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expert-modal .expert-content::before {
    max-width: 94%;
  }
}
@media (max-width: 767px) {
  .expert-modal .expert-content::before {
    display: none;
  }
}
.expert-modal .expert-content h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 4px;
}
.expert-modal .expert-content .designation {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 0;
  text-transform: uppercase;
}
.expert-modal .expert-content .expert-text {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}
.expert-modal .expert-content .read-more {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
}
.expert-modal .expert-content .read-more:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .expert-modal .expert-content {
    padding: 25px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .expert-modal .expert-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .expert-text.mt-36 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .expert-content-inner {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .expert-content-inner {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .pl-lg-40 {
    padding-left: 40px;
  }
}

#expertModal .modal-dialog {
  max-width: 800px;
}

.mt-36 {
  margin-top: 36px;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-nav-controls {
  position: absolute;
  left: 200px;
  bottom: 100px;
  z-index: 999;
}

.opacity-0 {
  opacity: 0;
}

.box-x-one {
  min-height: 144px;
  max-height: 144px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.overlay-bottom {
  height: 389px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(14, 20, 27, 0) 24.75%, #0E141B 111.95%);
}
@media (max-width: 767px) {
  .overlay-bottom {
    height: 300px;
  }
}
.overlay-bottom.ab-bg {
  background-image: url("../images/in-ban.png");
}

.industry-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
}
.industry-section .card-on-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .industry-section .card-on-img img {
    height: 380px;
  }
}
.industry-section.left-cards .info-card {
  left: 0;
  right: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
}
.industry-section .info-card {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  padding: 24px 34px;
  max-width: 500px;
  border-top-left-radius: 40px;
  box-shadow: none;
  border: 0;
}
@media (min-width: 1200px) {
  .industry-section .info-card {
    max-width: 594px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .industry-section .info-card {
    padding: 20px 20px;
  }
}
.industry-section .info-card h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .industry-section .info-card h2 {
    font-size: 18px;
  }
}
.industry-section .info-card p {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .industry-section .info-card p {
    font-size: 14px;
  }
}
.industry-section .info-card .read-more {
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: gap 0.3s ease;
  margin-bottom: 0;
}
.industry-section .info-card .read-more:hover {
  gap: 10px;
}

.area-experts .area-inner-card {
  min-height: 210px;
  max-height: 210px;
  background-color: var(--light-gray);
  border-radius: 10px;
  background-image: url("../images/line-chart1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  transition: 0.5s all;
  justify-content: space-between;
}
.area-experts .area-inner-card h2,
.area-experts .area-inner-card p {
  transition: 0.5s all;
}
.area-experts .area-inner-card:hover {
  background-color: var(--primary);
}
.area-experts .area-inner-card:hover h2 {
  color: var(--white) !important;
}
.area-experts .area-inner-card:hover p {
  color: var(--white);
}
.area-experts .area-inner-card .area-icons {
  min-width: 40px;
  margin-top: auto;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.radius-10 {
  border-radius: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.modal {
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}
.modal .modal-body {
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}
.modal .modal-body::-webkit-scrollbar {
  width: 4px;
}
.modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.modal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(149.6, 149.6, 149.6);
}

@media (max-width: 767px) {
  .project-content p {
    font-size: 14px;
  }
}

.list-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 450px) {
  .list-one {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-mission .img-container > img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-mission .img-container > img {
    height: auto;
  }
}

.maxw-625 {
  max-width: 625px;
}

.experienced-experts .expert-card {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  background: #E3E3E3;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.experienced-experts .expert-card > img {
  position: absolute;
  bottom: 0;
  width: auto;
  left: auto;
  margin: auto;
  display: flex;
  justify-content: center;
}
.experienced-experts .expert-card .expert-info {
  position: absolute;
  bottom: 1rem;
  background-color: var(--white);
  width: calc(100% - 32px);
  padding: 1rem;
}

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.companymodal .modal-dialog {
  max-width: 670px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .companymodal .modal-dialog .modal-body {
    padding: 50px;
  }
}
.companymodal form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  max-width: 430px;
}
.companymodal form p span.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}
.companymodal form p br {
  display: none;
}
.companymodal form .wpcf7-form-control-wrap input {
  width: 100%;
  background: #E9EEF7;
  height: 48px;
  border: solid 1px #E9EEF7;
  font-size: 14px;
  font-weight: 500;
  outline: 0;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 1rem;
  max-width: 430px;
}
.companymodal button.btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  outline: 0;
  opacity: 1;
  color: black;
  box-shadow: none !important;
}
.companymodal .submit-btn-one {
  padding-top: 8px;
}
.companymodal .submit-btn-one input[type=submit] {
  padding: 12.5px 20px;
  white-space: nowrap;
  background: var(--primary) !important;
  border: solid 1px var(--primary) !important;
  outline: none;
  transition: all 0.3s ease;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  width: 100px;
}
.companymodal .submit-btn-one input[type=submit]:hover {
  opacity: 0.8;
}
.companymodal .wpcf7-spinner {
  position: absolute;
  left: 45%;
  bottom: 31px;
}

.btn {
  padding: 12.5px 20px;
  padding-left: 24px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.project-completed .project-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 372px;
}
.project-completed .project-card img.p-img-box {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 372px;
}
.project-completed .project-card .card-overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  background: linear-gradient(0.51deg, rgba(0, 0, 0, 0.6278) 0.49%, rgba(0, 0, 0, 0) 99.61%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.project-completed .location-cards {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.project-completed .location-cards img {
  width: 18px;
  min-width: 18px;
}
.project-completed .map-cards {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.project-completed .map-cards img {
  width: 18px;
  min-width: 18px;
}

.contact-details-section .contact-card {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.contact-details-section .contact-card .contact-item {
  padding: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  gap: 1rem;
}
@media (min-width: 1200px) {
  .contact-details-section .contact-card .contact-item {
    gap: 1.5rem;
  }
}
.contact-details-section .contact-card .contact-item:last-child {
  border-bottom: none;
}
.contact-details-section .contact-card .contact-item .icon-box {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.contact-details-section .contact-card .contact-item .contact-label {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 2px;
  line-height: initial;
}
.contact-details-section .contact-card .contact-item .contact-value {
  font-weight: 600;
  font-size: 1rem;
  word-break: break-all;
  line-height: initial;
}
.contact-details-section .contact-form-one {
  background: #F6F6F6;
  padding: 32px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 572px;
}
.contact-details-section .contact-form-one form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.contact-details-section .contact-form-one form .wpcf7-form-control-wrap input,
.contact-details-section .contact-form-one form .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: var(--white);
  height: 48px;
  border: solid 1px var(--white);
  font-size: 14px;
  font-weight: 500;
  outline: 0;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 1rem;
}
.contact-details-section .contact-form-one form .wpcf7-form-control-wrap textarea {
  min-height: 100px;
  max-width: 100%;
  padding-top: 0.5rem;
}
.contact-details-section .contact-form-one form input[type=submit] {
  padding: 12.5px 20px;
  white-space: nowrap;
  background: var(--primary) !important;
  border: solid 1px var(--primary) !important;
  outline: none;
  transition: all 0.3s ease;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  width: 100px;
  margin-top: 8px;
}
.contact-details-section .contact-form-one form input[type=submit]:hover {
  opacity: 0.8;
}

.map-footer-section {
  margin-bottom: -7px;
}

/* Section Heading styling */
.section-title {
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #212529;
}

/* Custom Tabs styling */
.custom-tab-group {
  background-color: #e2e4e7;
  border-radius: 10px;
}
.custom-tab-group .nav-link {
  color: #3B3B3B;
  font-weight: 500;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  min-width: 105px;
  transition: all 0.2s ease-in-out;
}
.custom-tab-group .nav-link.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.activities-section {
  /* Responsive fix for small screens */
}
.activities-section .border-bottom {
  border-bottom: 1px solid #E2E2E2;
}
.activities-section .activity-container {
  background-color: #F6F6F6;
  border-radius: 10px;
  overflow: hidden;
}
.activities-section .activity-container .active-bx-img img {
  min-height: 210px;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  .activities-section .activity-container .active-bx-img img {
    min-height: auto;
    max-height: inherit;
  }
}
.activities-section .activity-container .date-column {
  min-width: 65px;
}
.activities-section .activity-container .content-card {
  margin: 1px;
  border-radius: 0 12px 12px 0;
}
.activities-section .activity-container .content-card .description {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}
.activities-section .activity-container .content-card .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.activities-section .activity-container .content-card .tag-wrapper .badge {
  background-color: #E9EEF7;
  color: var(--primary);
  font-weight: 400;
  padding: 6px 14px;
  min-width: 60px;
  min-height: 30px;
  text-align: center;
  border-radius: 8px;
  font-size: 1rem;
  border: 1px solid rgba(0, 30, 97, 0.0901960784);
}
@media (max-width: 767px) {
  .activities-section .activity-container {
    flex-direction: column;
  }
  .activities-section .activity-container .date-column {
    display: flex;
    gap: 0;
    justify-content: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .activities-section .activity-container .content-card {
    border-radius: 0 0 12px 12px;
  }
}

.mxw-175 {
  min-width: 135px;
  max-width: 135px;
}

.gap-10 {
  gap: 10px;
}

.line-initial {
  line-height: initial;
}

.mb-12 {
  margin-bottom: 12px;
}/*# sourceMappingURL=style.css.map */