@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Onest:wght@100..900&display=swap");
.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem; /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  .l__container {
    max-width: 600px; /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  .l__container {
    max-width: 800px; /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  .l__container {
    max-width: 1040px; /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1200px) {
  .l__container {
    max-width: 1240px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  .l__container {
    max-width: 1440px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1500px) {
  .l__container {
    max-width: 1540px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1600px) {
  .l__container {
    max-width: 1640px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1700px) {
  .l__container {
    max-width: 1740px; /* Increased from 1400px by 40px */
  }
}
.container-fluid {
  padding-inline: clamp(1rem, 3vw, 1.875rem);
}

@media only screen and (min-width: 1550px) {
  .container-fluid {
    padding-inline: 4.375rem;
  }
}
.m__tb {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

.p {
  padding: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

html {
  overflow-x: hidden;
}

*[data-aos] {
  will-change: transform, opacity;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem !important;
  }
}

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

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;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

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

.breadcrumb {
  margin-bottom: 0rem;
}
.breadcrumb__page {
  background: url("/static/asset/image/Visa-Services.webp"), linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 4rem;
  text-align: center;
  position: relative;
}
.breadcrumb__page::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.breadcrumb__page--content {
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 56.25rem;
  margin: auto;
}
.breadcrumb__page--content :where(h1, h2, p) {
  color: #ffffff;
}
.breadcrumb__page--content h2,
.breadcrumb__page--content h1 {
  font-size: 4.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (max-width: 1300px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h1 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1100px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h1 {
    font-size: 1.875rem;
  }
}
.breadcrumb__page--crumb {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.breadcrumb__page--crumb :where(a, span) {
  color: #ffffff !important;
}
.breadcrumb__page--crumb a {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb__page--crumb a.active {
  color: #f5f5f7 !important;
  font-size: 1.125rem;
  font-weight: 300;
  cursor: none;
}
.breadcrumb__page--crumb a.link:hover {
  color: #e13833 !important;
}

.section__title {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}
.section__title h6 {
  color: #e13833;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding-left: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .section__title h6 {
    font-size: 1rem;
  }
}
.section__title h6::before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  background-color: #e13833;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section__title h1,
.section__title h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  color: #00255c;
}
@media (max-width: 991px) {
  .section__title h1,
  .section__title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section__title h1,
  .section__title h2 {
    font-size: 1.625rem;
  }
}
.section__title h1 span,
.section__title h2 span {
  color: #00255c;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section__title i {
  color: #14e49a;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #eff8fb;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #e13833;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 0.9375rem;
}
.social__icon li a i {
  font-size: 0.9375rem;
}
.social__icon li a + a {
  margin-left: 0.5rem;
}
.social__icon li:hover {
  border-color: #e13833;
}
.social__icon li:hover a {
  color: #e13833;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #00255c;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #e13833;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}

.btn__group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  padding: 0.625rem 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #e13833;
  background-color: #e13833;
}
.l__button--primary:hover {
  border-color: #00255c;
  color: #ffffff;
  background-color: #00255c;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #00255c;
  border-color: #00255c;
}
.l__button--secondary:hover {
  border-color: #e13833;
  color: #ffffff;
  background-color: #e13833;
}
.l__button--transparent {
  color: #e13833;
  background-color: transparent;
  border-color: #e13833;
}
.l__button--transparent:hover {
  border-color: #e13833;
  background-color: #e13833;
  color: #ffffff;
}
.l__button--border {
  border-color: #e13833;
  color: #e13833;
}
.l__button--border:hover {
  color: #e13833;
  border-color: #e13833;
  background-color: #e13833;
  color: #ffffff;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.tab__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab__buttons--btn {
  cursor: pointer;
}
.tab__buttons--btn span {
  content: "";
  height: 0.0625rem;
  width: 4.6875rem;
  overflow: hidden;
  background-color: #9a9a9a;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .tab__buttons--btn span {
    width: 3.125rem;
  }
}
.tab__buttons--btn:hover, .tab__buttons--btn.active {
  color: #e13833;
}
.tab__buttons--btn:hover span, .tab__buttons--btn.active span {
  width: 11.875rem;
  background-color: #e13833;
}
@media (max-width: 1200px) {
  .tab__buttons--btn:hover span, .tab__buttons--btn.active span {
    width: 6.25rem;
  }
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 1.625rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.625rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1b2534;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #e13833;
}
.main-menu .main-menu__list > li > a.active::after, .main-menu .main-menu__list > li > a:hover::after {
  color: #e13833 !important;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 1rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #002345;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.25rem 1rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li.active > a, .main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #e13833;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #e13833;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #e13833;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #e13833;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #e13833;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #00255c;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #e13833;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #e13833;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #e13833;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-block: 0.75rem;
  padding-inline: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 999;
}
.main-menu-two__wrapper.show, .main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #00255c;
  border-color: #00255c;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e13833;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #e13833;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #e13833;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #e13833;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.main-header-two {
  width: 100%;
}
.main-header-two-top {
  background-color: #e13833;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-header-two-top {
    display: none;
  }
}
.main-header-two-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.main-header-two-top-left {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.875rem;
}
.main-header-two-top-left li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #e13833;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.main-header-two-top-left li i, .main-header-two-top-left li span {
  color: #eff8fb !important;
  transition: all 0.3s ease;
}
.main-header-two-top-left li .location {
  color: #eff8fb !important;
}
.main-header-two-top-left li .location:hover {
  cursor: text;
  color: #eff8fb !important;
}
.main-header-two-top-left li .location:hover i {
  color: #eff8fb !important;
}
.main-header-two-top-left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
  color: #eff8fb !important;
  text-decoration: none;
  transition: all 500ms ease;
}
.main-header-two-top-left li a i {
  color: #eff8fb !important;
  transition: all 0.3s ease;
}
.main-header-two-top-left li a:hover {
  color: #00255c !important;
  cursor: pointer;
}
.main-header-two-top-left li a:hover i {
  color: #00255c !important;
}
.main-header-two-top-right {
  color: #eff8fb;
  font-size: 0.875rem;
}
.main-header-two-top-right a {
  color: #ffffff;
  text-decoration: none;
}
.main-header-two-top-right a:hover {
  color: #00255c;
}

.main-menu-two {
  background-color: #ffffff;
}
.main-menu-two__wrapper-inner {
  padding: 0rem;
}
.main-menu-two__logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -62500rem;
  background-color: #00255c;
  z-index: -1;
  border-radius: 3.125rem;
}
.main-menu-two__logo a {
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .main-menu-two__logo a {
    padding: 0.25rem;
  }
}
.main-menu-two__logo a img {
  height: 4.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  height: 5.5rem;
}
@media (max-width: 1100px) {
  .main-menu-two__logo a img {
    height: 4rem;
  }
}

.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  min-width: 18rem;
  max-height: auto;
  overflow-y: auto;
  border-radius: 0.9375rem;
}
.main-menu .main-menu__list > li:hover {
  cursor: pointer;
}

#myHeader.hide {
  transform: translateY(-100%);
  transition: all 0.5s ease;
  animation: slideUp 0.4s ease forwards;
}

#myHeader.show {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  transform: translateY(0);
}
#myHeader.show .main-menu-two__logo a img {
  height: 4rem;
}

.footer {
  background-color: #00255c;
  position: relative;
  padding-top: 5rem;
}
.footer__menu {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 2rem;
  }
}
.footer__menu .footer-brand {
  height: 6rem;
  width: auto;
  overflow: hidden;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu p {
  color: #ffffff;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
.footer__menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer__menu ul li a:hover {
  color: #e13833;
}
.footer__menu ul li a:last-child span {
  display: none;
}
.footer__menu .infos li {
  position: relative;
  padding-left: 2.5rem;
}
.footer__menu .infos li span {
  color: #ffffff;
}
.footer__menu .infos li a {
  word-wrap: break-word;
}
.footer__menu .infos li a.location {
  color: #ffffff;
}
.footer__menu .infos li a.mail {
  text-transform: unset;
}
.footer__menu .infos li i {
  font-size: 1.25rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: #ffffff;
}
.footer__menu .social__icon li a i {
  font-size: 1.25rem;
  color: #00255c;
}
.footer__title {
  font-size: 1.5rem !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
.footer__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0938rem;
  width: 5.625rem;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0.5;
}
.footer__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2188rem;
  width: 1.5625rem;
  overflow: hidden;
  background-color: #e13833;
}
.footer__bottom {
  position: relative;
  z-index: 1;
}
.footer .copyright {
  margin-top: 3rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
  border-top: 2px solid #ffffff;
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
  }
}

.bookNow .modal-content {
  padding: 2rem;
  border-radius: 1.25rem;
}
.bookNow .modal-header {
  border-bottom: none;
  padding: 0;
  padding-bottom: 1.5rem;
}
.bookNow .modal-title {
  font-size: 2rem;
  font-weight: 500;
}
.bookNow .modal-body {
  padding: 0;
}
.bookNow .form-label {
  font-size: 1rem;
  font-weight: 500;
}
.bookNow .form-control {
  padding-block: 1rem;
}

.swal2-popup {
  width: 60%;
}
@media (max-width: 575px) {
  .swal2-popup {
    width: 90%;
  }
}

.swal2-close {
  display: block !important;
  margin-top: -40px;
  margin-right: -35px;
  margin-bottom: -12px;
  color: #000000;
}

.swal2-icon, .swal2-success, .swal2-icon-show {
  display: none !important;
}

.swal2-show {
  padding: clamp(1rem, 4vw, 3rem);
}

.swal2-title {
  font-size: 1.25rem;
}

.service__card {
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(1rem, 4vw, 1.25rem);
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .service__card {
    flex-direction: column;
  }
}
.service__card--img {
  border-radius: 1.25rem;
  overflow: hidden;
  min-width: 12.5rem;
}
.service__card--img img {
  border-radius: 1.25rem;
  height: 13.75rem;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .service__card--img img {
    max-width: 100%;
    height: 14.25rem;
  }
}
.service__card--img img:hover {
  transform: scale(1.08);
}
.service__card--content {
  margin-left: clamp(1rem, 3vw, 1.875rem);
  display: flex;
  justify-content: center;
  align-items: star;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 991px) {
  .service__card--content {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.service__card--content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
}
.service__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content a {
  color: #e13833;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.service__card--content a:hover {
  color: #00255c;
}
.service__card--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5625rem;
}
@media (max-width: 991px) {
  .service__card--bottom {
    flex-direction: row-reverse;
    margin-top: 0.75rem;
  }
}
.service__card--bottom img,
.service__card--bottom .arrow-btn {
  text-decoration: none;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  min-width: 3.25rem;
  font-weight: 600;
}
.service__card--bottom .arrow-btn {
  border-radius: 0.9375rem;
  font-size: 1rem;
  background-color: #00255c;
  color: #ffffff;
}
.service__card--bottom .arrow-btn .arrow-slant {
  transform: rotate(45deg);
}
.service__card:hover h4 {
  color: #e13833;
}

.migration-service {
  background-color: #f5f5f7;
}

.choose__card {
  padding: clamp(1rem, 2.5vw, 2.1875rem);
  text-align: center;
  border-radius: 1.5625rem;
  height: 100%;
  background-color: rgba(225, 56, 51, 0.0588235294);
}
@media (max-width: 1400px) {
  .choose__card {
    padding: 1.875rem;
  }
}
@media (max-width: 1300px) {
  .choose__card {
    padding: 1.5625rem;
  }
}
@media (max-width: 1200px) {
  .choose__card {
    padding: 1.25rem;
  }
}
.choose__card--bg {
  background-color: #e13833;
}
.choose__card--bg .choose__card--content {
  margin-block: clamp(0px, 3vw, 1.625rem);
}
.choose__card--bg .choose__card--content h3 {
  color: #ffffff;
}
.choose__card--bg .choose__card--content p {
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
  color: #ffffff;
}
.choose__card--bg .choose__card--content .l__button--primary {
  background-color: #ffffff;
  color: #00255c;
  border-color: #00255c;
}
.choose__card--bg .choose__card--content .l__button--primary:hover {
  background-color: #e13833;
  color: #ffffff;
  border-color: #e13833;
}
.choose__card--icon {
  height: 3.875rem;
  width: 3.875rem;
  overflow: hidden;
  margin: auto;
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
.choose__card--icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--main-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: clamp(1rem, 3vw, 1.625rem);
  color: #ffffff;
}
.choose__card--main-content p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 400;
  color: white;
}
.choose__card--main-content .service-btn:hover {
  background-color: #00255c;
}
.choose__card--content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: clamp(1rem, 3vw, 1.625rem);
}
.choose__card--content p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 400;
}

.testimonial {
  background-color: #f5f5f7;
}
.testimonial__carousel::after, .testimonial__carousel::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100px;
  width: 100px;
  overflow: hidden;
  opacity: 0.05;
  color: #b9b9b9;
}
.testimonial__carousel::before {
  background-image: url("/static/asset/image/quotation-left.svg");
  position: absolute;
  top: -3.5rem;
  left: -5.625rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial__carousel::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .testimonial__carousel::before {
    display: none;
  }
}
.testimonial__carousel::after {
  background-image: url("/static/asset/image/quotation.svg");
  position: absolute;
  bottom: 7.5rem;
  right: -5.625rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial__carousel::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial__carousel::after {
    display: none;
  }
}
.testimonial__img img {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 1.25rem;
}
.testimonial .owl-dots {
  margin-top: 3rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.testimonial .owl-dots .owl-dot {
  border-radius: 50%;
  margin: 0.5rem !important;
}
.testimonial .owl-dots .owl-dot img {
  height: 3.4375rem;
  width: 3.4375rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.testimonial .owl-dots .owl-dot.active {
  padding: 0.625rem;
  border: 2px solid #00255c;
}
.testimonial__card {
  text-align: center;
}
.testimonial__card--content {
  margin-bottom: 2rem;
}
.testimonial__card--content p {
  font-size: 1.125rem;
  font-weight: 400;
}
.testimonial__card--profile h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #e13833;
}
.testimonial__card--profile span {
  color: #00255c;
  font-size: 0.875rem;
  font-weight: 500;
}

.latest-update__index {
  background-image: none !important;
}
.latest-update__card--img {
  height: 17.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.latest-update__card--img img {
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.latest-update__card--img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: #00255c;
  color: #ffffff;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.latest-update__card--img span i {
  font-size: 1.5rem;
}
.latest-update__card--img span:hover {
  background-color: #e13833;
}
.latest-update__card--content {
  padding-inline: 1rem;
}
.latest-update__card--content a {
  text-decoration: none;
}
.latest-update__card--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-update__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-update__card--content .more {
  font-size: 1rem;
  font-weight: 600;
  color: #e13833;
  border: none;
  background: none;
}
.latest-update__card:hover img {
  transform: scale(1);
}
.latest-update__card:hover h3 {
  color: #e13833;
}
.latest-update__card:hover .more {
  color: #00255c;
}

.blog__cards {
  height: 100%;
}
.blog__cards .blogs__cards--img {
  height: 17.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.blog__cards .blogs__cards--img img {
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.blog__cards .blogs__cards--content {
  padding-inline: 1rem;
}
.blog__cards .blogs__cards--content a {
  text-decoration: none !important;
}
.blog__cards .blogs__cards--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__cards .blogs__cards--content .more {
  font-size: 1rem;
  font-weight: 600;
  color: #e13833;
}
.blog__cards:hover img {
  transform: scale(1);
}
.blog__cards:hover h3 {
  color: #e13833;
}
.blog__cards:hover .more {
  color: #00255c;
}

.banner__hero {
  position: relative;
}
.banner__slider--box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner__slider .btn__group a {
  border-radius: 1.5625rem;
}
.banner__slider :where(.owl-stage-outer, .owl-stage, .owl-item) {
  height: 100% !important;
}
.banner__slider--img {
  position: relative;
  height: calc(100vh - 9.5625rem);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1901px) and (max-width: 2560px) {
  .banner__slider--img {
    height: 900px;
  }
}
@media (max-width: 1250px) {
  .banner__slider--img {
    height: 700px;
  }
}
.banner__slider--img::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 16.67%, rgba(3, 66, 125, 0) 70%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__slider--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__slider--content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.banner__slider--content .container {
  position: relative;
  z-index: 1;
}
.banner__slider--content :where(h2, p) {
  color: #ffffff;
}
.banner__slider--content h2 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1450px) {
  .banner__slider--content h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1300px) {
  .banner__slider--content h2 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 1200px) {
  .banner__slider--content h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1100px) {
  .banner__slider--content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner__slider--content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .banner__slider--content h2 {
    font-size: 1.875rem;
  }
}
.banner__slider--content .btn__group {
  margin-top: 2rem;
}
.banner__slider--content .btn__group .l__button--primary:hover {
  border-color: #ffffff;
}
.banner__slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner__slider .owl-dots button span {
  height: 1rem !important;
  width: 1rem !important;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #ffffff !important;
}
.banner__slider .owl-dots button.active span {
  background-color: #e13833 !important;
}

.process {
  background-color: #f5f5f7;
}
.process__img {
  height: 32rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: sticky;
  top: 3.125rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.process__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.process__box {
  padding-left: 3.125rem;
}
.process ul {
  padding: 0;
  margin: 0;
}
.process__list {
  list-style: none;
  padding-left: 4.0625rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.process__list::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  overflow: hidden;
  border: 1px dashed #9b9da2;
  position: absolute;
  top: 1.5625rem;
  left: 1.5625rem;
}
.process__list:last-child::before {
  display: none;
}
.process__list span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  min-width: 3.125rem;
  line-height: 3.125rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #e13833;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.process__list--card {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
}
.process__list--card h3 {
  color: #e13833;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .process__box {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .process__img {
    height: 100%;
    max-height: 31.25rem;
  }
  .process__box {
    padding-left: 0;
  }
}

.blog {
  background-color: #f5f5f7;
  padding-bottom: clamp(3.75rem, 10vw, 8.125rem);
}
.blog__single {
  position: relative;
}
.blog__single--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.blog__single--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.blog__single--img img:hover {
  transform: scale(1.1);
}
.blog__single--content {
  background-color: #ffffff;
  padding: 1.5625rem 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  margin: -9.0625rem auto auto auto;
  width: 90%;
}
.blog__single--content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.blog__single--content .head .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog__single--content .head .left img {
  height: 1.75rem;
  width: 1.75rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.blog__single--content .head .left span {
  color: #8b8b8b;
  font-size: 0.875rem;
  font-weight: 400;
}
.blog__single--content .head .right span {
  color: #8b8b8b;
  font-size: 0.875rem;
  font-weight: 400;
}
.blog__single--content .body h3 {
  font-family: "Open Sans", serif;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.blog__single--content .body h3:hover {
  color: #e13833;
}
.blog__single--content .body .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__single--content .body p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__single--content .body a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #e13833;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .blog__single {
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 767px) {
  .blog__single--img {
    height: 18.75rem;
  }
}
.blog__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.375rem;
}
.blog__flex:last-child {
  margin-bottom: 0;
}
.blog__flex--img {
  height: 9.25rem;
  width: 15rem;
  overflow: hidden;
  min-width: 15rem;
  border-radius: 0.3125rem;
}
.blog__flex--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__flex--content h3 {
  font-family: "Open Sans", serif;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.blog__flex--content h3:hover {
  color: #e13833;
}
.blog__flex--content span {
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
.blog__flex--content p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__flex--content a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #e13833;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 1200px) {
  .blog__flex--img {
    width: 10rem;
    min-width: 10rem;
  }
}
@media (max-width: 767px) {
  .blog__flex {
    flex-direction: column;
  }
  .blog__flex--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .blog__flex--content {
    background-color: #ffffff;
    padding: 1.5625rem 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    margin: -9.0625rem auto auto auto;
    width: 90%;
  }
}
.blog__list {
  padding: clamp(2rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.blog__list .sidebar {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
  padding: 1.25rem;
  position: sticky;
  top: 5.625rem;
}
.blog__list .sidebar h2 {
  color: #151b30;
  font-family: "Open Sans" serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.blog__list .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog__list .sidebar ul li {
  margin-bottom: 1.25rem;
}
.blog__list .sidebar ul li:last-child {
  margin-bottom: 0;
}
.blog__list .sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
}
.blog__card:last-child {
  margin-bottom: 0;
}
.blog__card:hover .more {
  color: #00255c;
}
.blog__card--img {
  height: 26.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog__card--img {
    height: 21.875rem;
  }
}
@media (max-width: 767px) {
  .blog__card--img {
    height: 18.75rem;
  }
}
.blog__card--content a {
  text-decoration: none;
}
.blog__card--content .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
}
.blog__card--content .meta span {
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__card--content h3 {
  font-family: "Volkhov", serif;
  color: #100c08;
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3:hover {
  color: #e13833;
}
.blog__card--content .more {
  color: #e13833;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.blog__card--content .more span {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #e13833;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #e13833;
}
.blog__card:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .blog__card--content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog__detail {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail--content table tbody th,
.blog__detail--content table tbody td,
.blog__detail--content table thead th,
.blog__detail--content table thead td {
  border: 1px solid #000;
  padding: 8px;
}
.blog__detail .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.blog__detail .meta span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: inline-block;
}
.blog__detail .meta ul li {
  display: inline-block;
  list-style: none;
}
.blog__detail .recent {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail .recent .section__title h2 {
  font-family: "Volkhov", serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 99999999;
}
.whatsapp-icon svg {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
}
.whatsapp-icon .whatsapp-chat {
  padding: 0px 16px;
  line-height: 1.6;
  font-size: 15px;
  background-color: #29a71a;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 0px 10px;
  order: 1;
  min-width: 8rem;
  display: none;
}
.whatsapp-icon:hover .whatsapp-chat {
  display: block;
  position: absolute;
  right: 60px;
  bottom: 15px;
}

.about {
  background-color: #ffffff;
  padding-bottom: clamp(2.5rem, 10vw, 6.875rem);
}
@media (max-width: 991px) {
  .about {
    margin-bottom: 8.125rem;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 3.125rem;
  }
}
.about__box {
  position: sticky;
  top: 3.125rem;
}
@media (max-width: 991px) {
  .about__box {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .about__box {
    margin-bottom: 2rem;
  }
}
.about__content .content ul,
.about__content .content ol {
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}
.about__content .content ul li,
.about__content .content ol li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
  margin-bottom: 1rem;
}
.about__content .content ul li::before,
.about__content .content ol li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  font-size: 1.5625rem;
  color: #e13833;
}
.aboutInfo {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d5d5d5;
}
.aboutInfo__card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
}
.aboutInfo__card--icon {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  min-width: 4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  padding: 0.75rem;
  border: 1px solid #e13833;
}
.aboutInfo__card--content {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.aboutInfo__card--content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.about__img {
  position: relative;
  display: flex;
  gap: 1rem;
}
.about__img .img-main {
  max-width: 70%;
  height: 34.375rem;
  object-fit: cover;
  border-radius: 0.625rem;
  object-position: top center;
}
@media (max-width: 1250px) {
  .about__img .img-main {
    max-width: 65%;
    height: 30rem;
  }
}
@media (max-width: 991px) {
  .about__img .img-main {
    max-width: 32rem;
    height: 37.5rem;
  }
}
@media (max-width: 767px) {
  .about__img .img-main {
    border-radius: 1.25rem;
    max-width: 100%;
  }
}
.about__img .img-second {
  height: 26rem;
  width: 22rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 1/1.04;
  border-radius: 1.25rem;
  overflow: hidden;
  position: absolute;
  bottom: -5rem;
  right: 0rem;
  display: block;
  border: 10px solid #ffffff;
}
.about__img .img-second img {
  height: 40rem;
  width: 20rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1400px) {
  .about__img .img-second {
    height: 26rem;
    width: 20rem;
  }
}
@media (max-width: 1250px) {
  .about__img .img-second {
    height: 23rem;
    width: 18rem;
  }
}
@media (max-width: 991px) {
  .about__img .img-second {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767px) {
  .about__img .img-second {
    display: none;
  }
}
.about__stat {
  position: absolute;
  top: 0;
  right: 0;
  height: fit-content;
  z-index: 1;
  background-color: #e13833;
  padding: 1.25rem;
  border-radius: 0.625rem;
  max-width: 11.25rem;
  animation: experiencemoveobject 2s infinite linear alternate;
}
.about__stat p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-top: 0.75rem;
}
@media (max-width: 1200px) {
  .about__stat p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .about__stat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    top: auto;
    left: auto;
    bottom: 1rem;
    right: 1rem;
  }
}

.mission__card {
  border-radius: 1.25rem;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  background-color: #f5f5f5;
}
.mission__card--img {
  height: 20rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.mission__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
}
.mission__card--content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.mission__card--content p {
  font-size: 1rem;
  font-weight: 400;
}
.mission .row > div:nth-child(even) .mission__card {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-direction: column-reverse;
}
.mission .row > div:nth-child(even) .mission__card--img {
  margin-bottom: 0;
  margin-top: 1.25rem;
}

.message__box {
  padding: 2rem;
}
.message__box .director-detial {
  border-radius: 1.25rem;
  background-color: #f2f6fa;
}
.message__box .director-detial img {
  border-radius: 1.25rem;
}
.message__box .director-detial .director-content {
  padding: 1.25rem;
  text-align: start;
}
.message__detail {
  padding: 1.25rem;
  text-align: start;
}

.team__card {
  position: relative;
  overflow: hidden;
}
.team__card--img {
  aspect-ratio: 4/4.5;
  width: 100%;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
}
.team__card--content {
  padding: 1rem;
}
.team__card--content .name {
  margin-bottom: 5px;
  font-size: clamp(1.25rem, 4vw, 1.625rem);
  font-weight: 600;
  color: #000000;
}
.team__card--content span {
  color: #000000 !important;
}

.contact__content .title {
  color: #00255c;
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  font-weight: 500;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #00255c;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
@media (max-width: 575px) {
  .contact__content p {
    margin-bottom: 1rem;
  }
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info p {
  margin-bottom: 0;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .contact__content ul .info_card {
    gap: 1rem;
    margin-bottom: 0.75rem;
  }
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
}
.contact__content form {
  border-radius: 10px;
  background-color: #f5f5f7;
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.detail--img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 1/6;
}
@media (max-width: 767px) {
  .detail--img img {
    height: 100%;
    aspect-ratio: auto;
  }
}
.detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.detail .sidebar h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.detail .sidebar .other__list {
  background-color: #f5f5f7;
  padding: 0;
  margin: 0;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.detail .sidebar .other__list--card {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.detail .sidebar .other__list--card a {
  text-decoration: none;
}
.detail .sidebar .other__list--card .icon {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
}
.detail .sidebar .other__list--card .icon svg,
.detail .sidebar .other__list--card .icon a img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .sidebar .other__list--card h3 {
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-left: 1.875rem;
}
.detail .sidebar .other__list--card h3 span {
  position: absolute;
  top: 0;
  left: 0;
}
.detail .sidebar .other__list--card:hover h3 {
  color: #00255c;
}
.detail .sidebar .other__list--card:hover h3 span {
  color: #e13833;
}
.detail .sidebar .blog__list--card .icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  min-width: 5rem;
}
.detail .sidebar .blog__list--card .icon img {
  object-fit: cover;
  border-radius: 0.3125rem;
}
.detail .sidebar .blog__list--card:hover .icon img {
  filter: none;
}
.detail table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.detail table tbody tr:first-child,
.detail table thead th {
  background-color: #00255c;
  color: #ffffff;
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.detail table tbody tr:first-child td {
  background-color: #00255c;
  font-size: 1rem;
  font-weight: 600;
}
.detail table td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
  background-color: #fafafa;
}
.detail table strong {
  font-weight: 600;
}

.faq .accordion__item {
  margin-bottom: 1rem;
}
.faq .accordion__item--title {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
}
.faq .accordion__item--title i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 0.875rem;
}
.faq .accordion__item--content {
  background-color: #f2f2f2;
  display: none;
  padding: 0.75rem 1.5rem;
}
.faq .accordion__item--content p {
  font-size: 1rem;
  font-weight: 300;
}
.faq .accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}

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