/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
Vendor Prefix
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
/**
 * Breakpoints UP
 */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05px;
}
body .no-scroll {
  overflow-y: auto;
}

a {
  text-decoration: none;
  color: #231f20;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

section.main-section {
  padding: 100px 0;
}

.watermark {
  color: #ebebeb;
  opacity: 1;
}

p {
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: sans-serif;
  min-width: 400px;
  border: 1px solid #ddd;
}

table thead {
  background-color: #f4f4f4;
}

table th,
table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

table tbody tr:nth-child(even),
table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tbody tr:hover,
table tr:hover {
  background-color: #f1f1f1;
}

.display-58 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .display-58 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .display-58 {
    font-size: 58px;
  }
}

.heading-1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .heading-1 .heading-1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .heading-1 .heading-1 {
    font-size: 42px;
  }
}

.heading-2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .heading-2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .heading-2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.heading-3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .heading-3 {
    font-size: 22px;
    line-height: 28.6px;
  }
}
.heading-4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

@media (min-width: 640px) {
  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.sub-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.paragraph-16 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .paragraph-16 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .paragraph-16 {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph-18 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (min-width: 640px) {
  .paragraph-18 {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .paragraph-18 {
    font-size: 16px;
    line-height: 22px;
  }
}
.span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (min-width: 640px) {
  .span {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .span {
    font-size: 16px;
    line-height: 22px;
  }
}
.strong {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (min-width: 640px) {
  .strong {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1024px) {
  .strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.span-yellow {
  color: #c7ae7d;
}

.watermark {
  height: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0;
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}

.watermark.active {
  left: -100px;
}

@media (min-width: 428px) {
  .watermark {
    font-size: 60px;
    line-height: 86px;
  }
}
@media (min-width: 450px) {
  .watermark {
    font-size: 65px;
    line-height: 86px;
  }
}
@media (min-width: 640px) {
  .watermark {
    font-size: 85px;
    line-height: 96px;
  }
}
@media (min-width: 1200px) {
  .watermark {
    font-size: 140px;
    line-height: 128px;
  }
}
.button {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 120% */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-width: 1px;
  border-radius: 45px;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  /* Large Devices, Wide Screens */
}
.button i.fa-arrow-right {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button:not(.search-btn) {
    font-size: 18px;
    height: 48px;
  }
}

.button:hover {
  background-color: #b49b6a;
  color: #231f20;
  border-color: #b49b6a;
}
.button:hover i.fa-arrow-right {
  rotate: -45deg;
}

.button-sm {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 24px;
  height: 48px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .button-sm {
    font-size: 18px;
  }
}

.primary-button {
  background-color: #34668a;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.primary-button-transparent {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.secondary-button {
  color: #231f20;
  background-color: #c7ae7d;
  border: none;
}

.secondary-button-transparent {
  color: #c7ae7d;
  background-color: transparent;
  border: 1px solid #c7ae7d;
}

.arrow-button {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}

.arrow-button-sm {
  height: 38px;
  width: 38px;
}

.arrow-button-transparent {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  background-color: transparent;
}

.arrow-button-white {
  color: #34668a;
  border: 1px solid #34668a;
  background: #ffffff;
  background-color: #ffffff;
}

.arrow-button-black {
  color: #231f20;
  border: 1px solid #231f20;
  background: transparent;
  background-color: transparent;
}

.arrow-button-transparent:hover,
.arrow-button-white:hover,
.arrow-button-black:hover {
  background-color: #254c68;
  background: #254c68;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.pulse-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e74c3c;
  color: white;
  font-size: 32px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(231, 76, 60, 0.7);
  transition: box-shadow 0.3s ease;
}

.dropbtn {
  color: #ffffff;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.dropbtn i {
  height: 14px;
}

.dropdown {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}

.dropdown-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #e9e6e0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 32px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}

.dropdown-content a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 6px 8px;
  height: auto !important;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background-color: #254c68;
  color: #ffffff !important;
  border-radius: 6px;
}

.dropdown:hover .dropdown-content, .hamburger:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* Header */
header {
  width: 100%;
  background-color: #34668a;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
header.active {
  background-color: #254c68;
  box-shadow: 0px 20px 40px rgba(24, 42, 63, 0.1);
}
header .header-top-wrapper {
  border-bottom: 0.5px solid #648ead;
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .header-top {
    justify-content: center;
  }
}
header .header-top a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.31;
  /* 131.25% */
  display: flex;
  align-items: center;
  gap: 9px;
  align-items: center;
  cursor: pointer;
}
header .header-top .contact-top {
  display: none;
  gap: 32px;
}
@media (min-width: 992px) {
  header .header-top .contact-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  header .header-top .contact-top {
    flex-direction: row;
  }
}
header .header-top .nav-top {
  padding: 8px 0;
}
header .header-top .nav-top ul {
  display: flex;
  row-gap: 4px;
  column-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  header .header-top .nav-top ul {
    justify-content: center;
  }
}
header .header-top .nav-top ul li {
  margin: 4px 0;
  position: relative;
}
header .header-top .nav-top ul li li {
  padding: 0;
  width: 100%;
}
header .header-top .nav-top ul li > a {
  white-space: nowrap;
  font-size: 14px;
}
header .header-top .nav-top ul li.has-border a {
  display: flex;
  padding: 2px 8px;
  justify-content: space-between !important;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 0.5px solid #fff;
  transition: all 0.3s ease-in-out;
}
header .header-top .nav-top ul li.nav-btn a {
  color: #231f20;
  border-radius: 4px;
  background: #c7ae7d;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1.37;
  /* 137.143% */
  border: 0.5px solid #c7ae7d;
  transition: all 0.3s ease-in-out;
}
header .header-top .nav-top ul li.nav-btn:hover {
  background-color: transparent;
  border-color: #fff;
}
header .header-top .nav-top ul li.nav-btn ul li a {
  background: #fff;
  border: none;
}
header .header-top .nav-top ul li.nav-btn ul li a:hover {
  background-color: #3a6789;
}
header .header-top .nav-top ul li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(24, 42, 63, 0.1);
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 10;
  max-width: 340px;
  width: 100%;
  min-width: 180px;
  gap: 0;
}
header .header-top .nav-top ul li > ul li {
  position: relative;
  max-width: 340px;
  width: 100%;
  min-width: 180px;
}
header .header-top .nav-top ul li > ul li a {
  white-space: normal !important;
}
header .header-top .nav-top ul li > ul li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  max-width: 340px;
  min-width: 180px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
header .header-top .nav-top ul li > ul li:hover > ul {
  display: flex;
  flex-direction: column;
}
header .header-top .nav-top ul li > ul a {
  padding: 0.75rem;
  color: #121212;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
header .header-top .nav-top ul li > ul a:hover {
  background-color: #49799d;
  color: #fff;
}
@media (max-width: 991.98px) {
  header .header-top .nav-top ul li > ul a {
    background-color: transparent;
  }
  header .header-top .nav-top ul li > ul a:hover {
    background-color: #3a6789;
  }
}
header .header-top .nav-top ul li:hover > a i {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  header .header-top .nav-top ul li:hover > a i {
    transform: rotate(0deg);
  }
}
header .header-top .nav-top ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .header-top .nav-top ul li.active > a i {
  transform: rotate(-90deg);
}
header .header-top .nav-top ul li.active > ul {
  visibility: visible;
  opacity: 1;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  border-top: 0.5px solid #2b516c;
}
@media screen and (max-width: 768px) {
  header .header-container {
    border-top: none;
  }
}
header .header-container a {
  text-decoration: none;
}
header .header-container .logo img {
  width: 160px;
  height: auto;
}
header .header-container .navigation-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu {
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #49799d;
    width: 400px;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding: 16px;
  }
  header .header-container .navigation-menu.active {
    transform: translateX(0);
  }
  header .header-container .navigation-menu a {
    color: #0f0f0f;
  }
}
@media screen and (max-width: 576px) {
  header .header-container .navigation-menu {
    width: 100%;
  }
}
header .header-container .navigation-menu .mobile-menu-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
header .header-container .navigation-menu .mobile-menu-header svg {
  color: #fff;
  width: 26px;
  height: 26px;
  aspect-ratio: 1;
  padding: 8px;
}
header .header-container .navigation-menu nav {
  display: flex;
  gap: 1rem;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav {
    flex-direction: column;
    width: 100%;
    margin: 2rem 0;
    gap: 2rem;
    overflow: auto;
  }
}
header .header-container .navigation-menu nav .menu-all-wrapper {
  height: 100%;
}
header .header-container .navigation-menu nav .menu-main-menu-container,
header .header-container .navigation-menu nav .menu-menu-1-container {
  width: 100%;
  height: 100%;
}
header .header-container .navigation-menu nav .menu-main-menu-container .menu-item > a,
header .header-container .navigation-menu nav .menu-menu-1-container .menu-item > a {
  white-space: nowrap;
}
header .header-container .navigation-menu nav .menu-main-menu-container ul,
header .header-container .navigation-menu nav .menu-menu-1-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul {
  display: flex;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul {
    flex-direction: column;
    width: inherit;
    height: auto;
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li {
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li {
    flex-direction: column;
    height: auto;
    padding: 0;
    width: inherit;
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 0 1.5rem;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a svg,
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a i,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a svg,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a i {
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a:hover,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a:hover {
    background-color: #3a6789;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a svg,
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li a i,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a svg,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li a i {
    width: 32px;
    height: 32px;
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(24, 42, 63, 0.1);
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 10;
  max-width: 340px;
  width: 100%;
  min-width: 200px;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul li,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul li {
  position: relative;
  max-width: 340px;
  width: 100%;
  min-width: 180px;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul li a,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul li a {
  white-space: normal !important;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul li > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  max-width: 340px;
  min-width: 180px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul li:hover > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul li:hover > ul {
  display: flex;
  flex-direction: column;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul li:hover > a,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul li:hover > a {
  background-color: #e8d4ae;
  color: #231f20;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul {
    position: relative;
    top: 0;
    box-shadow: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    height: 0;
    padding: 0;
    border-radius: 0;
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul a,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul a {
  padding: 0.75rem;
  color: #121212;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul a:hover,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul a:hover {
  background-color: #e8d4ae;
  color: #231f20;
}
@media (max-width: 991.98px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul a,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul a {
    background-color: transparent;
    color: #ffffff;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li > ul a:hover,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li > ul a:hover {
    background-color: #e8d4ae;
    color: #231f20;
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li:hover > a i,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li:hover > a i {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul > li:hover > a i,
  header .header-container .navigation-menu nav .menu-menu-1-container > ul > li:hover > a i {
    transform: rotate(0deg);
  }
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li:hover > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li:hover > ul li:hover a i,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li:hover > ul li:hover a i {
  transform: rotate(-90deg);
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li.active > a i,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li.active > a i {
  transform: rotate(-90deg);
}
header .header-container .navigation-menu nav .menu-main-menu-container > ul > li.active > ul,
header .header-container .navigation-menu nav .menu-menu-1-container > ul > li.active > ul {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .menu-all-wrapper {
    width: 100%;
    overflow: auto;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container {
    padding-bottom: 40px;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container a {
    font-size: 20px;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container i {
    width: 32px;
    height: 32px;
    padding: 5px 0;
  }
  header .header-container .navigation-menu nav .menu-top-bar-menu-container {
    border-top: 0.5px solid #2b516c;
    padding-top: 40px;
  }
  header .header-container .navigation-menu nav .menu-top-bar-menu-container a {
    font-size: 14px;
  }
  header .header-container .navigation-menu nav .menu-top-bar-menu-container i {
    width: 24px;
    height: 24px;
    padding: 5px;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container {
    height: auto;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: inherit;
    height: auto;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul a,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul a {
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul a:hover,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul a:hover {
    background-color: #3a6789;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul .sub-menu,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul .sub-menu {
    position: static;
    top: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    height: 0;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    min-width: auto;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul .sub-menu > li,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul .sub-menu > li {
    max-width: 100%;
    min-width: auto;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul .sub-menu > li a,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul .sub-menu > li a {
    padding: 4px 12px;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li {
    width: 100%;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li > a i,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li > a i {
    font-size: 14px;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-align: center;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li:hover > a i,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li:hover > a i {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 991px) and (max-width: 991.98px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li:hover > a i,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li:hover > a i {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li:hover > ul,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li.active > a i,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li.active > a i {
    transform: rotate(-90deg);
  }
  header .header-container .navigation-menu nav .menu-main-menu-container > ul li.active > ul,
  header .header-container .navigation-menu nav .menu-top-bar-menu-container > ul li.active > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    height: 100%;
    width: 100%;
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
header .header-container .navigation-menu nav .nav-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991.98px) {
  header .header-container .navigation-menu nav .nav-button-wrapper .nav-button:hover {
    background-color: #fff;
    color: var(--blue-500);
    border-color: #fff;
  }
}
header .header-container .navigation-menu nav .mobile-options {
  display: none;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  header .header-container .navigation-menu nav .mobile-options {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0 0;
  }
}
header .header-container .navigation-menu nav .mobile-options a {
  color: #fff;
}
header .header-container .navigation-menu nav .mobile-options a svg {
  margin-right: 0.5rem;
}
header .header-container .navigation-menu nav .mobile-options .mobile-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
header .header-container .navigation-menu nav .mobile-options .mobile-social a {
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
header .header-container .navigation-menu nav .mobile-options .mobile-social a svg,
header .header-container .navigation-menu nav .mobile-options .mobile-social a i {
  font-size: 24px;
}
header .header-container .navigation-menu nav .mobile-options .mobile-social a:hover {
  top: -4px;
}
header .header-container .additional-options {
  color: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
}
header .header-container .additional-options a {
  color: #fff;
}
header .header-container .additional-options a:hover {
  color: #231f20;
}
header .header-container .additional-options .search-icon {
  display: flex;
  width: 52px;
  padding: 10px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
header .header-container .additional-options .search-icon i {
  font-size: 24px;
}
header .header-container .additional-options .search-icon img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
header .header-container .additional-options .button-wrappers a {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  border-radius: 112.5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 120% */
  height: auto;
}
header .header-container .toggle-nav {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  cursor: pointer;
  color: #fff;
}
header .header-container .toggle-nav svg,
header .header-container .toggle-nav i {
  font-size: 24px;
}
header .header-container .toggle-nav svg.fa-xmark,
header .header-container .toggle-nav i.fa-xmark {
  color: #fff;
}

.fancybox__container {
  z-index: 999999 !important;
}

.search-overlay {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: -1000;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s ease;
}

.search-overlay.active {
  top: 0;
  z-index: 1050;
  height: 100vh;
}

.search-box {
  width: 90%;
  max-width: 600px;
  border-radius: 45px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.search-box input {
  height: 58px;
  border: none;
}
.search-box input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.search-icon {
  cursor: pointer;
}

#closeSearch i {
  font-size: 32px;
  color: #fff;
}

.search-btn {
  border: none;
  background-color: #34668a;
  color: #ffffff;
}

.footer-wrapper {
  width: 100%;
  background-color: #254c68;
  color: #ffffff;
}
.footer-wrapper .sub-heading {
  font-weight: 700;
}
.footer-wrapper .contact-footer {
  border-right: 1px solid #688fac;
  padding-right: 32px;
  /* Large Devices, Wide Screens */
}
.footer-wrapper .contact-footer p {
  position: relative;
  padding-left: 28px;
  margin: 16px 0;
}
.footer-wrapper .contact-footer p i {
  position: absolute;
  width: 24px;
  color: #c7ae7d;
  font-size: 20px;
  left: 0;
  top: 2px;
}
.footer-wrapper .contact-footer .branch-office a {
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
  border: 0.5px solid #ffffff;
  margin-bottom: 10px;
}
.footer-wrapper .contact-footer .branch-office a:hover {
  background-color: #c7ae7d;
  border-color: #b49b6a;
  color: #231f20;
}
@media (max-width: 991px) {
  .footer-wrapper .contact-footer {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    border-right: none;
  }
}
.footer-wrapper .additional-footer {
  padding-left: 32px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .footer-wrapper .additional-footer {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .footer-wrapper .additional-footer .row .col-lg-4 {
    margin: 12px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #34668a;
  }
}
.footer-wrapper a {
  text-decoration: none;
  color: #ffffff;
}
.footer-wrapper ul {
  padding: 0;
  margin: 0;
}
.footer-wrapper .footer-nav {
  border-bottom: 0.5px solid #648ead;
}
.footer-wrapper .footer-social {
  border-top: 0.5px solid #2b516c;
}
.footer-wrapper .footer-contact {
  columns: 2;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .footer-wrapper .footer-contact {
    columns: 1;
  }
}
.watermark {
  display: none;
}

.custom-tabs-wrapper {
  padding-right: 20px;
}
.custom-tabs-wrapper .custom-tabs {
  background-color: #e9e6e0;
  border-radius: 6px;
  overflow: hidden;
}
.custom-tabs-wrapper .custom-tabs button.nav-link {
  background-color: transparent;
  border-bottom: 1px solid #CFCFCF;
  border-top: #ffffff;
  border-radius: 0;
  color: #231f20;
  text-align: left;
  width: 100%;
  padding: 14px 16px;
}
.custom-tabs-wrapper .custom-tabs button.nav-link.active {
  background-color: #c7ae7d;
}

.toc-block h2 {
  font-size: 24px;
}
.toc-block ul li {
  font-weight: 400;
}
.toc-block ul li a {
  display: block;
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #e9e6e0;
}
.toc-block ul li a:hover, .toc-block ul li a:focus {
  background-color: #e8d4ae;
}
.toc-block ul li a:empty {
  display: none;
}
.toc-block ul li:last-child a {
  margin-bottom: 0;
}

.service-main-content h2 {
  font-weight: 600;
}

.important-info {
  background-color: rgba(202, 230, 250, 0.5);
  padding: 20px;
  border-radius: 8px;
  gap: 16px;
  margin: 16px 0;
}
.important-info h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #254c68;
}
.important-info p {
  font-size: 16px;
  line-height: 1.5;
}
.important-info:hover {
  background-color: #cae6fa;
}

.step-block {
  padding: 0;
  padding-left: 32px;
  position: relative;
}
.step-block:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #71add9;
}
.step-block .steps {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  color: #254c68;
  padding: 0;
  text-align: center;
  white-space: no-wrap;
  margin-bottom: 8px;
  margin-left: 0;
  position: relative;
}
.step-block .steps:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  left: -62px;
  top: 8px;
  background-color: #ffffff;
  border: 2px solid #71add9;
}
.step-block .accordion-button:not(.collapsed) .steps:before {
  background-color: #71add9;
}
.step-block h3 {
  font-size: 20px;
}

.single-service-main h2, .single-service-main h3, .single-service-main h4 {
  margin-bottom: 12px;
}
.single-service-main h2 strong, .single-service-main h3 strong, .single-service-main h4 strong {
  font-weight: 500;
}
.single-service-main h2 {
  font-size: 24px;
}
.single-service-main h3 {
  font-size: 20px;
}
.single-service-main h4 {
  font-size: 18px;
}
.single-service-main a {
  color: #34668a;
}
.single-service-main a:hover {
  text-decoration: underline;
}
.single-service-main ul {
  margin: 20px 0 20px 32px;
  padding: 0;
  line-height: 175%;
}
.single-service-main ul li {
  padding-left: 24px;
  position: relative;
  margin: 8px 0;
  font-weight: 400;
}
.single-service-main ul li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 13px;
  color: #254c68;
  position: absolute;
  left: 0;
  top: 0;
}
.single-service-main ul li ul {
  margin-left: 10px;
}
.single-service-main ul li ul li {
  padding-left: 14px;
  font-weight: 500;
}
.single-service-main ul li ul li:before {
  content: "-";
  top: 0;
}

.custom-accordion .accordion-button {
  background-color: #d7ebf9;
  display: block;
  position: relative;
  padding-right: 48px;
}
.custom-accordion .accordion-button .steps {
  text-align: left;
  margin-bottom: 0;
}
.custom-accordion .accordion-button:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-position: center;
  background-size: 16px;
}
.custom-accordion .accordion-button:not(.collapsed) {
  outline: none;
  box-shadow: none;
}
.custom-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.custom-accordion .accordion-button.collapsed {
  background-color: #ffffff;
}
.custom-accordion .accordion-title {
  font-size: 18px;
  font-weight: 500;
}
.custom-accordion .accordion-body {
  background-color: #f2f2f2;
  overflow-x: auto;
}

.home-banner-wrapper {
  width: 100%;
  background-color: #34668a;
  position: relative;
  overflow: hidden;
}
.home-banner-wrapper .ellipse1 {
  position: absolute;
  left: -328px;
  bottom: -328px;
  rotate: 90deg;
  opacity: 0.8;
}
.home-banner-wrapper .home-banner {
  display: flex;
  justify-content: center;
  color: #ffffff;
  flex-wrap: wrap;
}
.home-banner-wrapper .home-banner .banner-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  height: auto;
  z-index: 10;
  width: 100%;
  padding: 64px 32px 32px;
}
@media (min-width: 1024px) {
  .home-banner-wrapper .home-banner .banner-details {
    position: relative;
    width: 58.33333333%;
    padding: 32px;
  }
}
.home-banner-wrapper .home-banner .banner-details .banner-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .home-banner-wrapper .home-banner .banner-details .banner-title {
    max-width: 647px;
  }
}
.home-banner-wrapper .home-banner .banner-details .migration-numbers {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 116px;
  color: #231f20;
  background: linear-gradient(135deg, transparent 10px, #c7ae7d 5px);
  /* Large Devices, Wide Screens */
}
@media (max-width: 567px) {
  .home-banner-wrapper .home-banner .banner-details .migration-numbers {
    bottom: 120px;
    left: 0;
    border-radius: 0px 6px 0px 0px;
  }
}
@media (min-width: 640px) {
  .home-banner-wrapper .home-banner .banner-details .migration-numbers {
    width: 160px;
    height: 125px;
    background: linear-gradient(135deg, transparent 12px, #c7ae7d 6px);
  }
}
@media (min-width: 1024px) {
  .home-banner-wrapper .home-banner .banner-details .migration-numbers {
    width: 176px;
    height: 146px;
    background: linear-gradient(135deg, transparent 15px, #c7ae7d 7px);
  }
}
.home-banner-wrapper .home-banner .img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
}
.home-banner-wrapper .home-banner .img-wrapper > img {
  height: 340px;
  width: 100%;
  border-radius: 327.5px 298.5px 0px 0px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .home-banner-wrapper .home-banner .img-wrapper {
    width: 41.66666667%;
    padding-bottom: 0;
  }
  .home-banner-wrapper .home-banner .img-wrapper > img {
    height: 645px;
  }
}
.home-banner-wrapper .home-banner .img-wrapper .reviews-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fcf2de;
  width: 280px;
  height: 120px;
  border-radius: 0px 6px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.home-banner-wrapper .home-banner .img-wrapper .reviews-wrapper img {
  height: 48px;
  width: 100%;
}
.home-banner-wrapper .home-banner .img-wrapper .reviews-wrapper .review-numbers {
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .home-banner-wrapper .home-banner .img-wrapper .reviews-wrapper {
    width: 310px;
    height: 125px;
    border-radius: 0px 7px 0px 0px;
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .home-banner-wrapper .home-banner .img-wrapper .reviews-wrapper {
    width: 338px;
    height: 146px;
    border-radius: 0px 8px 0px 0px;
    gap: 16px;
  }
}

.banner-wrapper {
  background-color: #34668a;
  position: relative;
  color: #ffffff;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.banner-wrapper .ellipse2 {
  position: absolute;
  opacity: 0.8;
  top: 20px;
  right: -260px;
  z-index: 1;
}
.banner-wrapper .banner-detail {
  display: flex;
  height: 100%;
  gap: 26px;
  max-width: 1024px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.about-message {
  background-color: #fcf2de;
  padding: 72px 0;
  position: relative;
}
.about-message .ellipse2 {
  position: absolute;
  opacity: 0.8;
  bottom: 0;
  right: 0;
}
.about-message .container {
  z-index: 1;
  position: relative;
}
.about-message .message-title {
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  /* 130% */
  margin-bottom: 24px;
}
.about-message .message-detail {
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  border-left: 4px solid var(--Secondary-300, #c7ae7d);
  display: flex;
  padding-left: 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 32px;
}
.about-message .message-avatar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.about-message .message-avatar .message-name {
  color: var(--Primary-300, #34668a);
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.6px;
}
.about-message .message-avatar p {
  color: var(--Black-Light, #4d4d4d);
  /* Heading 4 */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.about-message .message-sign img {
  width: 150px;
}
.about-message .message-image img {
  width: 100%;
  max-width: 534px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
}

.why-choose-us .details .h2 {
  color: #000;
  /* Heading 2 */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
}
.why-choose-us .why-choose-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.why-choose-us .why-choose-card-container {
  margin-top: 110px;
}
.why-choose-us .why-choose-card-container .why-choose-card {
  display: flex;
  width: 100%;
}
.why-choose-us .why-choose-card-container .why-choose-card .card-detail {
  border-radius: 8px;
  background: #e8d4ae;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #231f20;
}
.why-choose-us .why-choose-card-container .why-choose-card .card-detail.active {
  background-color: #34668a;
  color: #ffffff;
}
.why-choose-us .why-choose-card-container .why-choose-card .card-detail .card-title {
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 54.6px;
}
.why-choose-us .why-choose-card-container .why-choose-card .card-detail .card-paragraph {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
}

.gallery-wrapper {
  padding: 64px 0;
}
.gallery-wrapper .nav-pills {
  margin-bottom: 62px;
}
.gallery-wrapper .nav-pills .nav-link {
  color: #4d4d4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.gallery-wrapper .nav-pills .nav-link.active {
  background-color: transparent;
  color: #c7ae7d;
  border-color: #c7ae7d;
}
.gallery-wrapper .single-gallery-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-wrapper .single-gallery-img img {
  width: 100%;
  height: 263px;
  object-fit: cover;
  object-position: top;
}
.gallery-wrapper .single-gallery-img span {
  display: flex;
  padding: 16px 10px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.76%, #000 100%);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.guide-section {
  padding: 72px 0;
  background: #f2f2f2;
}
.guide-section .guide-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  margin-bottom: 24px;
}
.guide-section .guide-paragraph {
  color: #4d4d4d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.guide-section .guide-image {
  min-height: 502px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.guide-section .guide-image img {
  width: 100%;
  height: 100%;
  max-width: 592px;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}
.guide-section .accordion-item {
  border-radius: 0.5rem;
  border: none;
  margin-bottom: 24px;
}
.guide-section .accordion-item:last-child {
  margin-bottom: 0;
}
.guide-section .accordion-item .accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-weight: 700;
  border-radius: 0.5rem;
}
.guide-section .accordion-item .accordion-button::after {
  color: #000;
}
.guide-section .accordion-item .accordion-body {
  padding-top: 0;
}
.guide-section.guide-section-faq {
  background: #fff;
}
.guide-section.guide-section-faq .accordion-item {
  border-bottom: 1px solid #E9E6E0;
}
.guide-section.guide-section-faq .accordion-item .accordion-button {
  padding: 0;
  margin-bottom: 24px;
  gap: 52px;
}
.guide-section.guide-section-faq .accordion-item .accordion-body {
  padding: 24px;
  background-color: #f2f2f2;
}

.marque-section {
  background-color: #f2f2f2;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marque-section .splide__slide a {
  color: #231f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.667;
  padding: 0 32px;
  margin: 0 auto;
  border-left: 2px solid #231f20;
}
.marque-section .splide__slide a span {
  color: #b49b6a;
}

.partners-section {
  display: flex;
  padding: 92px 0px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.recognized-section {
  padding: 74px 0;
  position: relative;
}
.recognized-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(180, 155, 106), transparent);
}
.recognized-section h2.sub-heading {
  font-size: 32px;
  text-transform: none;
}
.recognized-section .reg-item {
  border: 1px solid #e9e6e0;
  padding: 10px;
}
.recognized-section .reg-item img {
  height: 100px;
  width: auto;
}
@media (max-width: 767.98px) {
  .recognized-section .reg-item img {
    height: 64px;
  }
}

.about-content-wrapper {
  position: relative;
  top: -64px;
}

.about-image-wrapper {
  display: flex;
  align-items: flex-start;
}
.about-image-wrapper img {
  height: auto;
}

.quick-contact {
  border-radius: 8px;
  border: 1px solid #e9e6e0;
  background: #f2f2f2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.quick-contact p {
  margin: 0;
  margin-bottom: 12px;
}
.quick-contact .quick-header h2 {
  color: #231f20;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
}
.quick-contact .quick-body {
  width: 100%;
}
.quick-contact .quick-body form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.quick-contact .quick-body form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.quick-contact .quick-body form .form-group span.wpcf7-form-control-wrap {
  width: 100%;
}
.quick-contact .quick-body form label {
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3125;
}
.quick-contact .quick-body form input[type=text],
.quick-contact .quick-body form input[type=email],
.quick-contact .quick-body form input[type=tel],
.quick-contact .quick-body form input[type=number],
.quick-contact .quick-body form input[type=password],
.quick-contact .quick-body form input[type=url],
.quick-contact .quick-body form input[type=search],
.quick-contact .quick-body form input[type=date],
.quick-contact .quick-body form input[type=time],
.quick-contact .quick-body form input[type=datetime],
.quick-contact .quick-body form input[type=datetime-local],
.quick-contact .quick-body form input[type=color],
.quick-contact .quick-body form select {
  display: flex;
  height: 42px;
  padding: 6px 15px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #4d4d4d;
  background: #fff;
  color: #4d4d4d;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9285;
  /* 192.857% */
}
.quick-contact .quick-body form textarea {
  height: auto;
}

.college-search {
  display: flex;
  padding: 24px 32px;
  align-items: flex-end;
  gap: 20px;
  border-radius: 8px;
  background: #e9e6e0;
}
.college-search form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .college-search form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.college-search .form-input-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex: auto;
  width: 100%;
  gap: 20px;
  flex: auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .college-search .form-input-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .college-search .form-input-wrapper {
    grid-template-columns: 1fr;
  }
}
.college-search .submit-wrapper {
  flex: 1;
}
.college-search select,
.college-search input {
  width: 100%;
  flex: 1 0 0;
  display: flex;
  height: 46px;
  padding: 6px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #4d4d4d;
  background: #fff;
}
.college-search button {
  display: flex;
  width: 129px;
  height: 45px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  flex-shrink: 0;
  border-radius: 45px;
  background: #c7ae7d;
}

.college-result .college-result-heading h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
}
.college-result .college-result-list table tr:hover,
.college-result .college-result-list table td:hover {
  cursor: pointer;
}
.college-result .college-result-list .result-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.college-result .college-result-list .result-page {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.31;
  /* 131.25% */
}
.college-result .college-result-list .modal-body .nav-pills .nav-link {
  border-bottom: 3px solid #fff;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-size: 22px;
  line-height: 1.3;
  /* 130% */
  border-radius: 0;
  color: #4d4d4d;
  font-style: normal;
  font-weight: 500;
}
.college-result .college-result-list .modal-body .nav-pills .nav-link.active {
  border-bottom: 3px solid #34668a;
  font-style: normal;
  font-weight: 700;
  color: #34668a;
}
.college-result .college-result-list .tab-content {
  border: 1px solid #c9c9c9;
  padding: 24px;
  flex-shrink: 0;
  width: 100%;
}
.college-result .college-result-list .tab-content .tab-pane {
  width: 100%;
}
.college-result .college-result-list .tab-content .tab-pane .row {
  width: 100%;
  margin-bottom: 12px;
  gap: 20px;
}
.college-result .college-result-list .tab-content .tab-pane .row:last-child {
  margin-bottom: 0;
}
.college-result .college-result-list .tab-content .tab-pane .row .title,
.college-result .college-result-list .tab-content .tab-pane .row .detail {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  width: auto;
  min-width: 300px;
}
.college-result .college-result-list .tab-content .tab-pane .row .detail {
  font-weight: 400;
}

.table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.table thead tr th {
  background: #34668a;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  padding: 18px 16px;
}
.table tbody tr td {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.31;
  padding: 8px 16px;
}

.pagination {
  gap: 8px;
}
.pagination li a {
  border-radius: 8px;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.31;
  /* 131.25% */
  border: none;
}
.pagination li a:hover, .pagination li a:focus {
  background: #f6f6f6;
  color: #4d4d4d;
  outline: none;
  box-shadow: none;
}
.pagination li.active a {
  background-color: #b49b6a;
}

.content {
  max-width: 1098px;
  margin: 70px auto;
}
.content p:last-child {
  margin-bottom: 0;
}
.content a {
  color: #b49b6a;
}

.point-calculator-wrapper {
  margin-bottom: 100px;
}
.point-calculator-wrapper .sidebar {
  display: flex;
  max-width: 269px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .point-calculator-wrapper .sidebar {
    max-width: 100%;
  }
}
.point-calculator-wrapper .sidebar .section-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.point-calculator-wrapper .sidebar .section-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #f2f2f2;
  transition: all 0.3s ease-in-out;
  color: #231f20;
}
.point-calculator-wrapper .sidebar .section-list li a {
  color: #231f20;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.312;
  /* 131.25% */
  transition: all 0.3s ease-in-out;
}
.point-calculator-wrapper .sidebar .section-list li.active, .point-calculator-wrapper .sidebar .section-list li:hover {
  background: #34668a;
  color: #fff;
}
.point-calculator-wrapper .sidebar .section-list li.active a, .point-calculator-wrapper .sidebar .section-list li:hover a {
  color: #fff;
}
.point-calculator-wrapper .main-form {
  padding: 0 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .point-calculator-wrapper .main-form {
    padding: 0 15px;
    margin-top: 24px;
  }
}
.point-calculator-wrapper .main-form .score-box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  position: relative;
  background: #fcf2de;
}
.point-calculator-wrapper .main-form .score-box .h3 {
  color: #231f20;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  display: flex;
  white-space: break-spaces;
}
.point-calculator-wrapper .main-form .score-box p {
  color: #4d4d4d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  /* 130% */
}
.point-calculator-wrapper .main-form .title {
  color: #231f20;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  margin-bottom: 27px;
}
.point-calculator-wrapper .main-form .section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #f2f2f2;
  margin-bottom: 24px;
  position: relative;
}
.point-calculator-wrapper .main-form .section:last-child {
  margin-bottom: 0;
}
.point-calculator-wrapper .main-form .section .section-header {
  width: 100%;
  display: flex;
  gap: 20px;
  flex: auto 1;
  justify-content: space-between;
}
.point-calculator-wrapper .main-form .section .section-header .h5 {
  color: #34668a;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  margin-bottom: 24px;
}
.point-calculator-wrapper .main-form .section .section-header .score-badge {
  display: flex;
  width: 95px;
  height: 70px;
  padding: 8px 24px 8px 25px;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 24px;
  border-radius: 16px;
  background: #e8d4ae;
  flex-direction: column;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.312;
  /* 131.25% */
}
.point-calculator-wrapper .main-form .section .section-header .score-badge strong {
  color: #231f20;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 100% */
}
.point-calculator-wrapper .main-form .section .question {
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* 130% */
  margin-bottom: 16px;
}
.point-calculator-wrapper .main-form .section .answer-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.point-calculator-wrapper .main-form .section .answer-wrapper.wrap-answer .visa-option {
  flex: 1;
  flex-wrap: wrap;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .point-calculator-wrapper .main-form .section .answer-wrapper.wrap-answer .visa-option {
    flex: none;
  }
}
.point-calculator-wrapper .main-form .section .answer-wrapper .form-group {
  width: 100%;
}
.point-calculator-wrapper .main-form .section .answer-wrapper .form-group label {
  margin-bottom: 12px;
}
.point-calculator-wrapper .main-form .section .answer-wrapper .form-group input {
  display: flex;
  height: 56px;
  padding: 6px 15px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #4d4d4d;
  background: #fff;
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
  /* 168.75% */
}
.point-calculator-wrapper .main-form .section .answer-wrapper .form-group input:focus {
  box-shadow: none;
  outline: none;
}
.point-calculator-wrapper .main-form .section .visa-option {
  border-radius: 6px;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease;
}
.point-calculator-wrapper .main-form .section .visa-option:last-child {
  margin-bottom: 0;
}
.point-calculator-wrapper .main-form .section .visa-option p {
  margin: 0;
}
.point-calculator-wrapper .main-form .section .visa-option .check-radio {
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  margin: 3px;
  background: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.point-calculator-wrapper .main-form .section .visa-option .fa-check-circle {
  border-radius: 50%;
  color: #34668a;
  visibility: hidden;
  background-color: #fff;
  font-size: 21px;
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  margin: 3px;
}
.point-calculator-wrapper .main-form .section .visa-option.active {
  background: #cae6fa;
}
.point-calculator-wrapper .main-form .section .visa-option.active .check-radio {
  background: #34668a;
}
.point-calculator-wrapper .main-form .section .visa-option.active .fa-check-circle {
  visibility: visible;
}
.point-calculator-wrapper .main-form .action-buttons {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.footer-social {
  height: 110px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.footer-social a {
  width: 16px;
  height: 16;
  flex-shrink: 0;
}

.cap-form-container .cap-form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cap-form-container .cap-form-field .cap-checkbox {
  flex-direction: row;
  align-items: center;
}
.cap-form-container .cap-form-field .cap-checkbox input[type=checkbox] {
  transform: scale(1.5);
}

.single-card-wrapper {
  position: relative;
}
.single-card-wrapper .overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  background: linear-gradient(180deg, rgba(52, 102, 138, 0) 0%, rgb(29, 69, 97) 100%);
  min-height: 216px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
.single-card-wrapper .overlay-title a {
  color: #fff;
}
.single-card-wrapper .overlay-title .title-wrapper {
  margin-top: 10px;
}
.single-card-wrapper .overlay-title .entry-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  /* 130% */
}
.single-card-wrapper .overlay-title .entry-meta {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.single-card-wrapper.blog-card {
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
}
.single-card-wrapper.blog-card img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.single-card-wrapper.blog-card a {
  display: block;
}
.single-card-wrapper.blog-card:hover img {
  transform: scale(1.1);
}
.single-card-wrapper.blog-card:hover .overlay-title {
  padding: 0 30px 60px;
}

.service-section .container > .row .col-lg-4:nth-child(2n) .overlay-title {
  background: linear-gradient(180deg, rgba(180, 155, 106, 0) 0%, rgb(145, 120, 72) 100%);
}
.single-section-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

.main-branch-card .card {
  background-color: #E8D4AE;
}

.service-banner-wrapper {
  padding: 32px 0;
}
.service-banner-wrapper .banner-detail {
  max-width: none;
}
.service-banner-wrapper .service-thumbnail {
  padding: 20px 0;
}
.service-banner-wrapper .service-thumbnail img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.service-banner-wrapper .ellipse2 {
  width: 400px;
}
@media (min-width: 768px) {
  .service-banner-wrapper {
    padding: 20px 0;
  }
  .service-banner-wrapper .ellipse2 {
    width: auto;
  }
}

.find-college-wrapper {
  background-color: #34668a;
  padding: 42px 0;
}
.find-college-wrapper .h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .find-college-wrapper .h3 {
    font-size: 58px;
  }
}
.find-college-wrapper .find-college-form {
  border-radius: 8px;
  background: #29587a;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.find-college-wrapper .find-college-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.find-college-wrapper .find-college-form form label {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.find-college-wrapper .find-college-form form input,
.find-college-wrapper .find-college-form form select {
  border-radius: 8px;
  border: 1px solid #fafafa;
  display: flex;
  height: 56px;
  padding: 6px 15px;
  align-items: center;
  gap: 10px;
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
.find-college-wrapper .find-college-form form input::placeholder,
.find-college-wrapper .find-college-form form select::placeholder {
  color: #231f20;
}
.find-college-wrapper .find-college-form form input:hover, .find-college-wrapper .find-college-form form input:focus,
.find-college-wrapper .find-college-form form select:hover,
.find-college-wrapper .find-college-form form select:focus {
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
}
.find-college-wrapper .find-college-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 495px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .find-college-wrapper .find-college-img {
    display: block;
  }
}
.find-college-wrapper .find-college-img img {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.service-wrapper {
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  color: #4D4D4D;
  padding: 0 !important;
}
.service-wrapper .ellipse {
  position: absolute;
  bottom: -328px;
  right: -328px;
}
.service-wrapper .service-section {
  position: relative;
  gap: 16px;
  margin-bottom: 32px;
  padding: 64px 0 !important;
}
@media (min-width: 768px) {
  .service-wrapper .service-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }
}
.service-wrapper .service-section .service-watermark {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .service-wrapper .service-section .service-watermark {
    position: absolute;
    top: 0px;
    left: 0;
    text-align: right;
  }
}
.service-wrapper .service-section .service-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.service-wrapper .service-section .service-right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #231f20;
}
@media (min-width: 992px) {
  .service-wrapper .service-section .service-right .splide-slide {
    margin-right: 0 !important;
  }
}
.service-wrapper .service-section .service-right .section-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 360px;
  position: relative;
  z-index: 10;
  display: block;
}
.service-wrapper .service-section .service-right .section-card .arrow-button i {
  rotate: 45deg;
}
.service-wrapper .service-section .service-right .section-card .image-wrapper {
  width: 100%;
  height: 240px;
}
.service-wrapper .service-section .service-right .section-card .image-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.service-wrapper .service-section .service-right .section-card .card-details {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  justify-content: space-around;
}
.service-wrapper .service-section .service-right .section-card .card-details p {
  margin: 0;
}

.services-2 {
  background-color: #34668a;
  border-radius: 38px;
  color: #ffffff;
  padding: 100px;
}
.services-2 .images {
  height: 320px;
}
.services-2 .sticker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.testimonial-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
@media (min-width: 960px) {
  .testimonial-section {
    padding: 140px 0 64px;
  }
}
.testimonial-section .testimonial-watermark {
  top: 20px;
  left: 0;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .testimonial-section .testimonial-watermark {
    position: absolute;
  }
}
.testimonial-section .testimonial-reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-section .testimonial-reviews .reviewed-on {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.testimonial-section .testimonial-reviews .reviewed-on img {
  width: 120px;
}
.testimonial-section .testimonial-reviews .ratings {
  display: flex;
  gap: 6px;
}
.testimonial-section .testimonial-reviews .ratings span {
  color: #c7ae7d;
  font-size: 20px;
}
.testimonial-section .testimonial-reviews .ratings i {
  font-size: 20px;
}
.testimonial-section .testimonial-reviews .nav-arrows-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.testimonial-section .testimonial-right {
  display: flex;
  position: relative;
  gap: 16px;
  padding: 108px 32px 48px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #e8d4ae;
  z-index: 100;
  min-height: 493px;
}
.testimonial-section .testimonial-right .quote-icon {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 64px;
  height: 64px;
}
.testimonial-section .testimonial-right p {
  color: #231f20;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.testimonial-section .testimonial-right .reviews {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.testimonial-section .testimonial-right .reviews .account {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.testimonial-section .testimonial-right .reviews .account .account-img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .testimonial-right .reviews .account .account-img img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  object-position: top;
}
.testimonial-section .testimonial-right .reviews .account .account-details {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 320px;
}
.testimonial-section .testimonial-right .reviews .account .account-details span {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.31; /* 131.25% */
}
.testimonial-section .testimonial-right .reviews .account .account-details span.avatar-name {
  font-weight: 600;
}
.testimonial-section .testimonial-right .reviews .ratings span {
  color: #c7ae7d;
  display: flex;
  gap: 4px;
}

.why-choose-us-wrapper {
  width: 100%;
  background-color: #34668a;
  position: relative;
  overflow: hidden;
}
.why-choose-us-wrapper > .container {
  position: static;
}
.why-choose-us-wrapper .why-choose-us {
  position: static;
  display: flex;
  padding-bottom: 300px;
}
.why-choose-us-wrapper .why-choose-us .details {
  z-index: 10;
  min-height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.why-choose-us-wrapper .why-choose-us .details .cover-image {
  height: 300px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
}
.why-choose-us-wrapper .why-choose-us .details .cover-image > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .why-choose-us-wrapper .why-choose-us .details {
    width: 50%;
    width: 100%;
    position: relative;
    min-height: 600px;
  }
  .why-choose-us-wrapper .why-choose-us .details .cover-image {
    height: 100%;
    width: 50vw;
    position: absolute;
    overflow: hidden;
  }
  .why-choose-us-wrapper .why-choose-us .details .cover-image > img {
    width: 50vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .why-choose-us-wrapper > .container {
    position: relative;
  }
  .why-choose-us-wrapper .why-choose-us {
    padding-bottom: 0;
  }
}
.why-choose-us-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  padding: 21px 21px 24px 24px;
  justify-content: center;
  align-items: center;
  background: #B49B6A;
  border-radius: 50%;
  cursor: pointer;
}
.why-choose-us-wrapper .play-icon img {
  width: 47px;
  height: 47px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.why-choose-us-wrapper .play-icon img:hover {
  transform: scale(1.5);
}

.why-choose-us-2 img {
  border-radius: 16px;
}
.why-choose-us-2 .border-box {
  border: 2px solid #b49b6a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  z-index: 10;
  transform: translate(-40px, 60px);
}
.why-choose-us-2 .experience {
  position: absolute;
  z-index: 20;
  width: 227px;
  height: 80px;
  right: 0;
  background-color: #b49b6a;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  transform: translate(40px, -160px);
}
.why-choose-us-2 .experience :nth-child(1) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 44.88px;
  line-height: 53.85px;
  letter-spacing: 0%;
}
.why-choose-us-2 .experience :nth-child(2) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
}
.why-choose-us-2 .details .sub-heading {
  color: #b49b6a;
}
.why-choose-us-2 .details .heading-1 {
  color: #254c68;
}
.why-choose-us-2 .details .check-icon {
  color: #b49b6a;
  margin-top: 6px;
}
.why-choose-us-2 .details .heading-3 {
  color: #254c68;
}
.why-choose-us-2 .details .phone-icon {
  width: 40px;
  height: 40px;
  background-color: #b49b6a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.why-choose-us-2 .details .phone-details :nth-child(1) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.5px;
  letter-spacing: 0%;
  color: #727272;
}
.why-choose-us-2 .details .phone-details :nth-child(2) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #254c68;
}

.blog {
  display: flex;
  flex-direction: column;
}
.blog .blog-wrapper {
  display: flex;
}
.blog .blog-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.blog .blog-left .blog-card {
  position: relative;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  align-items: flex-end;
  color: #ffffff;
  width: 100%;
}
.blog .blog-left .blog-card .blog-details {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  width: 100%;
  height: 100%;
  padding: 36px 26px;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.blog .blog-left .blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blog .blog-left .blog-card:hover img {
  transform: scale(1.3);
}
.blog .blog-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog .blog-right .blog-post-card-wrapper {
  display: flex;
  gap: 24px;
}
.blog .blog-right .blog-post-card-wrapper .blog-post-card {
  background-color: #e9e6e0;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  width: 100%;
  background-color: #E9E6E0;
  min-height: 385px;
  /* Large Devices, Wide Screens */
}
.blog .blog-right .blog-post-card-wrapper .blog-post-card .heading-2 {
  font-weight: 500;
}
.blog .blog-right .blog-post-card-wrapper .blog-post-card .arrow-button {
  width: 38px;
  height: 38px;
}
.blog .blog-right .blog-post-card-wrapper .blog-post-card:hover {
  background-color: #e8d4ae;
}
@media (max-width: 767px) {
  .blog .blog-right .blog-post-card-wrapper .blog-post-card {
    min-height: auto;
  }
}
.blog .arrow-button {
  rotate: 45deg;
}

.newsletter-wrapper {
  background-color: #34668a;
  position: relative;
  min-height: 500px;
  color: #ffffff;
  overflow: hidden;
  padding: 130px 0;
}
.newsletter-wrapper .ellipse1 {
  position: absolute;
  rotate: 180deg;
  top: -328px;
  left: -328px;
  opacity: 0.8;
}
.newsletter-wrapper .ellipse2 {
  position: absolute;
  opacity: 0.8;
  bottom: -328px;
  right: -328px;
}
.newsletter-wrapper .newsletter {
  display: flex;
  height: 100%;
  gap: 12px;
  max-width: 1024px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.newsletter-wrapper .newsletter p {
  font-size: 18px;
  line-height: 1.5;
}

.process-overview {
  background-color: #cae6fa;
  padding: 100px;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-overview .card-wrapper .translate {
  transform: translate(0px, 30px);
}
.process-overview .card-wrapper .card {
  border-radius: 16px;
}
.process-overview .card-wrapper .card :nth-child(1) {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 37.5px;
  line-height: 45px;
  color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #254c68, 1px -1px 0 #254c68, -1px 1px 0 #254c68, 1px 1px 0 #254c68;
}
.process-overview .card-wrapper .card :nth-child(2) {
  color: #254c68;
}
.process-overview .card-wrapper .card :nth-child(3) {
  color: #4d4d4d;
}

.partner_slider {
  max-width: 100%;
  overflow: hidden;
}
.partner_slider .splide__track::after,
.partner_slider .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.partner_slider .splide__track::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0));
}
.partner_slider .splide__track::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(0, 0, 0, 0));
}
.partner_slider img {
  height: 72px;
  width: auto;
}
.partner_slider .splide__slide {
  margin-right: 2rem;
  margin-left: 2rem;
}

.circle-wrapper {
  position: relative;
  top: -144px;
}

.rotating-circle {
  --width: 160px;
  --height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width, 200px);
  height: var(--height, 200px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.rotating-circle .logo {
  position: absolute;
  background-size: cover;
  outline: 2px solid #b1996a;
  width: 90px;
  border-radius: 50%;
  padding: 14px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotating-circle .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  -webkit-animation: rotateText 10s linear infinite;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #c7ae7d;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.rotating-circle .text .char {
  position: absolute;
  left: 50%;
  transform-origin: 0 calc(var(--width, 350px) / 2);
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media (max-width: 500px) {
  .rotating-circle {
    --width: 250px;
    --height: 250px;
  }
}
@media (max-width: 350px) {
  .rotating-circle {
    --width: 230px;
    --height: 230px;
  }
}
.assessment-container .row .col-md-6 .card {
  background-color: #e7f3fc;
  border-color: #cae6fa;
}
.assessment-container .row .col-md-6:nth-child(2n) .card {
  background-color: #fcf2de;
  border-color: #e8d4ae;
}
.assessment-container .card-title {
  font-weight: 500;
  font-size: 24px;
  color: #254c68;
}
.assessment-container .card-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #231f20;
}
.assessment-container .card-link {
  color: #b49b6a;
}
.assessment-container .card-link:hover {
  text-decoration: underline;
}

@keyframes slideX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.animate-slide-x {
  animation: slideX 5s ease-in-out infinite;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.animate-slide-in {
  animation: slide-in 3000ms;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 155, 106, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}

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