.app {
  width: 100%;
}

.app-container {
  width: 100%;
  max-width: 86.71875vw;
  padding: 0 0.78125vw;
  margin: 0 auto;
}

/** Navbar */
.app-header {
  width: 100%;
  background: var(--white);
  border-bottom: 0.052083333333333336vw solid #e2e2e4;
}

.app-header-top {
  background: #061b23;
  width: 100%;
  height: 2.0833333333333335vw;
}

.app-logo {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-logo a img {
  width: 10.416666666666666vw;
  height: 2.8125vw;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1979166666666667vw 5vw 1.1979166666666667vw 10.208333333333334vw;
}

.mobile-nav-icon svg {
  font-size: 1.25vw;
  transition: all 0.5s;
}

.mobile-nav-icon {
  display: none;
}

.app-header-menus .nav-menu {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8333333333333334vw;
  font-size: 1.0416666666666667vw;
  line-height: 1.25vw;
  color: var(--black);
  font-family: var(--rogan-family);
}

.app-header-menus .nav-menu.active {
  color: var(--primary-color);
}

.app-header-menus.active-header {
  transform: translateX(0);
  transition: all 0.5s;
}

.nav-btn {
  display: block;
  margin-bottom: 1rem;
}

.app-header-menus {
  width: 100%;
  height: auto;
  transform: translateX(0);
  transition: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.416666666666667vw;
  position: static;
}

.app-header-menus .nav-menu {
  width: auto;
}

/* Banner  */

.banner-section {
  width: 100%;
}

.banne-container {
  width: 100%;
}

.banner-carousel {
  width: 100%;
}

.banner-slide {
  width: 100%;
  position: relative;
}

.banner-image {
  width: 100%;
}

.banner-image img {
  width: 100%;
  height: 47.34375vw;
  object-fit: cover;
  object-position: top;
}

.banner-content {
  width: 100%;
  position: absolute;
  top: 17.65625vw;
  left: 9.71875vw;
  width: 39.114583vw;
}

.banner-content h2 {
  font-size: 6.25vw;
  font-family: var(--rogan-family);
  color: var(--white);
  font-weight: bold;
  font-family: var(--rogan-family);
}

.banner-content p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  margin-bottom: 0.8333333333333334vw;
  color: var(--white);
  font-family: var(--segoe-family);
  font-weight: 200;
}

.banner-carousel .slick-dots {
  position: absolute;
  bottom: 5.260416666666667vw;
  left: 9.71875vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.09375vw;
  padding-left: 0;
}

.banner-carousel .slick-dots li button {
  width: 1.1458333333333333vw;
  height: 1.1458333333333333vw;
  border-radius: 100%;
  font-size: 0;
  border: none;
  background: rgba(255, 255, 255, 0.25);
}

.banner-carousel .slick-dots .slick-active button {
  background: var(--white);
}

/* Overview  */
.klaxon_overview_section {
  width: 100%;
}

.klaxon_overview_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 12.239583333333334vw;
}

.klaxon_image_contanier {
  width: 100%;
}

.klaxon_image_contanier img {
  width: 52.864583333333336vw;
  height: 46.875vw;
}

.klaxon_content_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 11.822916666666666vw;
  /* overflow: hidden; */
  box-sizing: border-box;
}

.klaxon_contents {
  width: 22.010417vw;
}

.klaxon_contents h2 {
  font-size: 5.208333333333333vw;
  margin-bottom: 1.1979166666666667vw;
  font-family: var(--rogan-family);
  line-height: 6.25vw;
  font-weight: bold;
}

.klaxon_contents h4 {
  font-family: var(--segoe-family);
  font-size: 1.5625vw;
  line-height: 2.0833333333333335vw;
  font-weight: bold;
}

.klaxon_contents h4:nth-child(4) {
  margin-bottom: 1.1979166666666667vw;
}

.klaxon_contents p {
  font-size: 1.0416666666666667vw;
  line-height: 1.40625vw;
  font-family: var(--segoe-family);
  margin-bottom: 1.1979166666666667vw;
}

.klaxon_contents h6 {
  font-family: var(--segoe-family);
  font-size: 1.5625vw;
  line-height: 2.0833333333333335vw;
  font-weight: bold;
  background: black;
  color: white;
  text-align: center;
  border-radius: 7px;
  padding: 2px 0;
}

/* Expertise  */
.expertise_section {
  width: 100%;
  padding-top: 2.65625vw;
  padding-bottom: 12.03125vw;
  background: url("../images/expertise/banner.png") top left no-repeat;
  background-size: cover;
}

.expertise_container {
  width: 100%;
}

.expertise_container h3 {
  font-size: 5.208333333333333vw;
  line-height: 6.25vw;
  font-family: var(--rogan-family);
  color: var(--white);
  text-align: center;
  font-weight: bold;
}

.expertise_container h5 {
  font-size: 1.5625vw;
  line-height: 1.9791666666666667vw;
  font-family: var(--segoe-family);
  color: var(--white);
  text-align: center;
  font-weight: bold;
}

.expertise_container h5:nth-child(3) {
  margin-bottom: 24px;
}

.expertise_container p {
  font-size: 1.0416666666666667vw;
  line-height: 1.40625vw;
  font-family: var(--segoe-family);
  color: var(--white);
  text-align: center;
  max-width: 43.59375vw;
  margin: 0 auto;
}

/* Expertise Area  */
.expertise_area_section {
  width: 100%;
  background: url("../images/expertise/expertise-block.png") top left no-repeat;
  background-size: cover;
}

.expertise_area_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.125vw;
}

.expertise_area_card {
  width: 26.302083333333332vw;
  background: var(--white);
  box-shadow: 0px 0.15625vw 4.166666666666667vw #246c9c40;
  border-radius: 0.6770833333333334vw;
  box-sizing: border-box;
  padding: 2.5vw 2.03125vw 2.65625vw 2.03125vw;
}

.expertise_area_card_image {
  width: 100%;
}

.expertise_area_card_image img {
  width: auto;
  height: 5.104166666666667vw;
}

.expertise_area_card_headaing h5 {
  font-size: 1.8229166666666667vw;
  line-height: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  color: var(--black);
  font-weight: bold;
}

.expertise_area_card_headaing h5:nth-child(2) {
  margin-bottom: 0.46875vw;
}

.expertise_area_card_content {
  width: 100%;
}

.expertise_area_card_content p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  color: var(--black);
  margin-bottom: 1.8489583333333333vw;
}

.expertise_absolute {
  position: relative;
  top: -10.416666666666666vw;
}

/* Transaction lifecycle  */
.transaction_life_cycle {
  width: 100%;
}

.transaction_life_cycle_container {
  width: 100%;
}

.transaction_life_cycle_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.transaction_life_cycle_content {
  width: 33.489583333333336vw;
  height: 47.552083333333336vw;
  background: url("../images/home/transaction.png") top left no-repeat;
  background-size: cover;
  position: relative;
}

.transaction_life_cycle_content_card {
  width: 25.572916666666668vw;
  height: 23.802083333333332vw;
  padding: 2.9166666666666665vw 3.927604166666667vw 4.166666666666667vw 5.811979166666666vw;
  border-radius: 0.9895833333333334vw;
  background: var(--white);
  position: absolute;
  top: 11.520833vw;
  left: 15.520833333333334vw;
}

.transaction_life_cycle_content_card h4 {
  font-size: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  color: var(--black);
}

.transaction_life_cycle_content_card h4:nth-child(2) {
  margin-bottom: 2.2395833333333335vw;
}

.transaction_life_cycle_content_card p {
  font-size: 1.0416666666666667vw;
  line-height: 1.40625vw;
  font-family: var(--segoe-family);
  color: var(--black);
  margin-bottom: 1.0416666666666667vw;
}

.transaction_life_cycle_image {
  width: 66.51041666666667vw;
  height: 47.552083333333336vw;
}

.transaction_life_cycle_image img {
  width: 100%;
  height: auto;
}

/* Management Home */
.home_management_section {
  width: 100%;
  padding-top: 3.90625vw;
  padding-bottom: 12.604166666666666vw;
  background: url("../images/management/management-bg.png") top left no-repeat;
  background-size: cover;
}

.home_management_container {
  width: 100%;
  max-width: 61.4375vw;
  margin: 0 auto;
}

.home_management_container h3 {
  font-size: 4.166666666666667vw;
  line-height: 5vw;
  font-family: var(--rogan-family);
  color: var(--black);
  margin-bottom: 1.6666666666666667vw;
  text-align: center;
}

.home_management_container p {
  font-size: 1.0416666666666667vw;
  line-height: 1.40625vw;
  font-family: var(--segoe-family);
  color: var(--black);
  margin-bottom: 3.59375vw;
  text-align: center;
}

.home_management_teams_card_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.09375vw;
}

.home_management_teams_card {
  width: 13.125vw;
}

.home_management_teams_card_image {
  width: 100%;
  margin-bottom: 1.7708333333333333vw;
}

.home_management_teams_card_image img {
  width: 13.125vw;
  height: 13.125vw;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}

.home_management_teams_card p {
  font-size: 1.0416666666666667vw;
  line-height: 1.25vw;
  font-family: var(--rogan-family);
  color: var(--black);
  margin-bottom: 0;
  text-align: center;
}

.home_management_teams_card h6 {
  font-size: 1.0416666666666667vw;
  line-height: 1.25vw;
  font-family: var(--rogan-family);
  color: var(--primary-color);
  text-align: center;
}

/* Footer  */

.footer_section {
  width: 100%;
  padding-bottom: 3.3333333333333335vw;
  background: url("../images/footer/banner.png") top left no-repeat;
  background-size: cover;
}

.footer {
  padding-top: 8.072916666666666vw;
}

.footer_container {
  width: 100%;
}

.testimonial_container {
  width: 66.04166666666667vw;
  height: 36.09375vw;
  margin: 0 auto;
  margin-bottom: 5.052083333333333vw;
  position: relative;
  top: -5vw;
}

.testimonial_carousel {
  width: 100%;
}

.testimonial_carousel .slick-track::before {
  border-radius: 1.8229166666666667vw;
}

.testimonial_slide {
  width: 100%;
}

.testimoninal_card {
  width: 100%;
  border-radius: 1.8229166666666667vw;
  background: #b81c2b;
  padding: 30px 120px;
  height: 524px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimoninal_card img {
  width: 4.739583333333333vw;
  height: 3.59375vw;
  margin-bottom: 32px;
}

.testimoninal_card p {
  font-size: 1.1458333333333333vw;
  line-height: 1.5625vw;
  font-family: var(--segoe-family);
  color: var(--white);
  font-style: italic;
  font-weight: 200;
}

.testimonial_user_info {
  width: 100%;
  padding-top: 1.0416666666666667vw;
}

.testimonial_user_info h4 {
  font-size: 1.5625vw;
  line-height: 2.0833333333333335vw;
  font-family: var(--segoe-family);
  color: var(--white);
  text-align: center;
}

.testimonial_user_info p {
  font-size: 1.1458333333333333vw;
  line-height: 1.5625vw;
  font-family: var(--segoe-family);
  color: var(--white);
  text-align: center;
}

.testimonial_carousel .slick-dots {
  position: absolute;
  bottom: 5.260416666666667vw;
  right: -2.71875vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1.09375vw;
  padding-left: 0;
}

.testimonial_carousel .slick-dots li button {
  width: 1.1458333333333333vw;
  height: 1.1458333333333333vw;
  border-radius: 100%;
  font-size: 0;
  border: none;
  background: #d8d8d8;
  box-shadow: inset 0px 3px 6px #00000029;
}

.testimonial_carousel .slick-dots .slick-active button {
  background: #b81c2b;
}

.footer_contact_us {
  width: 66.04166666666667vw;
  margin: 0 auto;
}

.footer_contact_us h3 {
  font-size: 4.166666666666667vw;
  line-height: 5vw;
  font-family: var(--rogan-family);
  text-align: center;
  margin-bottom: 0.8854166666666666vw;
}

.footer_contact_us p {
  font-size: 1.0416666666666667vw;
  line-height: 1.40625vw;
  font-family: var(--segoe-family);
  text-align: center;
  margin-bottom: 2.96875vw;
}

.footer_contact_us_info_card_container {
  width: 66.04166666666667vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 23.354166666666668vw 17.552083333333332vw 25.177083333333332vw;
  grid-template-rows: auto;
  gap: 2.03125vw;
  margin-bottom: 8.229166666666666vw;
}

.footer_contact_us_info_card {
  width: 100%;
  box-shadow: 0px 0.15625vw 2.6041666666666665vw #0000001a;
  border-radius: 1.09375vw;
  background: var(--white);
  padding: 2.0833333333333335vw 1.8229166666666667vw;
}

.footer_contact_us_info_card img {
  width: auto;
  height: 2.6041666666666665vw;
  margin-bottom: 1.8708333333333333vw;
}

.footer_contact_us_info_card h6 {
  font-size: 1.25vw;
  font-family: var(--rogan-family);
  font-weight: bold;
  line-height: 1.5625vw;
}

.footer_contact_us_info_card p,
.footer_contact_us_info_card a {
  display: block;
  font-size: 1.1458333333333333vw;
  font-family: var(--segoe-family);
  line-height: 1.5625vw;
  word-break: break-word;
  color: var(--black);
}

.footer_social_media_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5729166666666666vw;
  margin-bottom: 1.7708333333333333vw;
}

.footer_social_media_card {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_social_media_card img {
  width: 3.3333333333333335vw;
  height: 3.3333333333333335vw;
}

.copyright {
  width: 100%;
  font-size: 1.0416666666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.25vw;
  text-align: center;
}

/* About  */
.about_banner {
  width: 100%;
}

.about_banner_container {
  width: 100%;
}

.about_banner_image {
  width: 100%;
}

.about_banner_image img {
  width: 100%;
  height: auto;
}

.misson_vision_section {
  width: 100%;
}

.misson_vision_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.mission_vision_card {
  width: 100%;
  height: 19.270833333333332vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 7.239583333333333vw;
}

.mission {
  background: #177abb;
  padding-right: 5.78125vw;
}

.vision {
  background: #b81c2b;
  padding-right: 11.836458333333333vw;
}

.mission_vision_card h3 {
  font-size: 4.166666666666667vw;
  font-family: var(--rogan-family);
  line-height: 5vw;
  color: var(--white);
}

.mission_vision_card p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  color: var(--white);
}

.core_value_image_section {
  width: 100%;
}

.core_value_image {
  width: 100%;
}

.core_value_image img {
  width: 100%;
  height: auto;
}

.core_value_section {
  width: 100%;
  background: #f1faff;
}

.core_value_container {
  width: 89.375vw;
  background: var(--white);
  box-shadow: 0px 0px 5.15625vw #246c9c2b;
  margin-left: auto;
  padding: 5vw 10.104166666666666vw 5.208333333333333vw 5.885416666666667vw;
  position: relative;
  top: -5.208333333333333vw;
}

.core_value_container h5 {
  font-size: 4.166666666666667vw;
  font-family: var(--rogan-family);
  line-height: 5vw;
  color: #177abb;
}

.core_value_container p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  margin-bottom: 2.5vw;
}

.core_value_card_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12.96875vw;
  row-gap: 2.676041666666667vw;
}

.core_value_card {
  width: 30.989583333333332vw;
}

.core_value_card img {
  width: auto;
  height: auto;
  margin-bottom: 0.6770833333333334vw;
}

.core_value_card h5 {
  font-size: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.8229166666666667vw;
  color: #177abb;
  margin-bottom: 0.2604166666666667vw;
}

.core_value_card p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.40625vw;
}

.why_klaxon_section {
  width: 100%;
}

.why_klaxon_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 7.1875vw;
  padding-right: 5vw;
  gap: 2.3958333333333335vw;
}

.why_klaxon_content_container {
  width: 40vw;
  position: relative;
}

.why_klaxon_content_container h5 {
  font-size: 4.166666666666667vw;
  font-family: var(--rogan-family);
  line-height: 5vw;
  font-weight: bold;
}

.why_klaxon_content_container h4 {
  font-size: 6.927083333333333vw;
  font-family: var(--rogan-family);
  line-height: 8.28125vw;
  font-weight: bold;
  margin-bottom: 0.20833333333333334vw;
}

.why_klaxon_content_container p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  margin-bottom: 1.4583333333333333vw;
  max-width: 33vw;
}

.why_klaxon_content_image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 18vw;
}

.why_klaxon_content_image img {
  width: 26.041666666666668vw;
  height: 10.416666666666666vw;
}

.why_klaxon_carousel_container {
  width: 45.416666666666664vw;
  padding-top: 8.854166666666666vw;
  padding-bottom: 1.8296875000000001vw;
}

.why_klaxon_carousel {
  width: 100%;
  margin: 0 -1.6666666666666667vw;
}

.why_klaxon_slide {
  /* width: 21.875vw; */
  height: 17.864583333333332vw;
  padding: 0 1.6666666666666667vw;
}

.why_klaxon_slide_card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: var(--white);
  border-radius: 0.6770833333333334vw;
  box-shadow: 0px 0px 2.6041666666666665vw #246c9c17;
  padding: 2.8645833333333335vw 2.96875vw;
}

.why_klaxon_slide_card h6 {
  font-size: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.8229166666666667vw;
  font-weight: bold;
  color: #177abb;
  margin-bottom: 0.7291666666666666vw;
}

.why_klaxon_slide_card p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.40625vw;
}

.why_klaxon_carousel_buttons_container {
  width: 100%;
  padding-top: 1.5786458333333333vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7796354166666666vw;
}

.why_klaxon_carousel_button {
  width: auto;
  cursor: pointer;
}

.why_klaxon_carousel_button img {
  width: 3.20625vw;
  height: 3.20625vw;
}

/** Management  */
.management_section {
  width: 100%;
  padding-top: 7.552083333333333vw;
  padding-bottom: 8.958333333333334vw;
  padding-left: 13.385416666666666vw;
  padding-right: 13.333333333333334vw;
  background: url("../images/management/management-bg.png") top left no-repeat;
  background-size: cover;
}

.management_section.management-page {
  padding-top: 3.90625vw;
  padding-bottom: 6.09375vw;
}

.management_container {
  width: 100%;
}

.management_container h4 {
  font-size: 4.166666666666667vw;
  font-family: var(--rogan-family);
  line-height: 5vw;
  font-weight: bold;
  margin-bottom: 0.9375vw;
  text-align: center;
}

.management_container p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  max-width: 61.4375vw;
  margin: 0 auto;
  text-align: center;
}

.management_container p:nth-child(3) {
  margin-bottom: 1.4583333333333333vw;
}

.management_section.management-page .management_container p:nth-child(3) {
  margin-bottom: 3.75vw;
}

.managemnt_card_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 5.260416666666667vw;
}

.managemnt_card {
  width: 34.010416666666664vw;
  position: relative;
  background: var(--white);
  box-shadow: 0px 0px 5.15625vw #0000001a;
}

.management_card_image {
  width: 100%;
  position: relative;
}

.management_card_image img {
  width: 100%;
  height: 22.65625vw;
  object-fit: contain;
  object-position: top;
}

.overlay_button {
  width: auto;
  position: absolute;
  right: 1.5vw;
  bottom: -1.6666666666666667vw;
  cursor: pointer;
}

.overlay_button img {
  width: 3.3333333333333335vw;
  height: 3.3333333333333335vw;
}

.management_card_info {
  width: 100%;
  padding: 2.7083333333333335vw 3.0208333333333335vw 2.34375vw 2.5vw;
}

.management_card_info h5 {
  font-size: 2.0833333333333335vw;
  font-family: var(--rogan-family);
  line-height: 2.5vw;
}

.management_card_info p:nth-child(2) {
  font-size: 1.0416666666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.25vw;
  font-weight: bold;
  text-align: left;
  color: #30b5eb;
  margin-bottom: 1.3020833333333333vw;
}

.management_card_info p:nth-child(3) {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  text-align: left;
}

.management_section.management-page .management_container p:nth-child(3) {
  margin-bottom: 32px;
}

.overlay {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--black);
  transition: all 0.5s;
  opacity: 0;
}

.overlay_header {
  width: 100%;
  padding: 1.4583333333333333vw 2.5vw;
}

.overlay_header p {
  font-size: 1.4583333333333333vw;
  font-family: var(--rogan-family);
  line-height: 1.4583333333333333vw;
  text-align: right;
  font-weight: bold;
  color: var(--white);
  cursor: pointer;
}

.overlay_content {
  width: 100%;
  height: calc(100% - 5.958333vw);
  overflow-y: auto;
  padding: 1.4583333333333333vw 2.5vw;
}

.overlay_content p {
  font-size: 1.4583333333333333vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  text-align: left;
  color: var(--white);
  margin-bottom: 2.5vw;
}

.overlay.show-overlay {
  height: 100%;
  transition: all 0.5s;
  opacity: 1;
}

/* Expertise  */
.expertise_area_page {
  padding-top: 4.635416666666667vw;
  padding-bottom: 6.25vw;
}

.expertise_area_page .expertise_area_card_headaing h5 {
  font-size: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.8229166666666667vw;
  font-weight: bold;
  text-align: left;
}

.expertise_area_page .expertise_area_card_image {
  margin-bottom: 1.8229166666666667vw;
}

.service_sections {
  width: 100%;
}

.service_container {
  width: 100%;
}

.service_info_container {
  width: 100%;
  padding-top: 4.895833333333333vw;
  padding-bottom: 3.4895833333333335vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 3.4375vw;
}

.service_info {
  width: auto;
}

.service_info h4 {
  font-size: 3.6458333333333335vw;
  font-family: var(--rogan-family);
  line-height: 3.6458333333333335vw;
  font-weight: bold;
  color: #177abb;
}

.service_info h4:nth-child(2) {
  margin-bottom: 0.6770833333333334vw;
}

.service_info h6 {
  font-size: 3.6458333333333335vw;
  font-family: var(--rogan-family);
  line-height: 3.6458333333333335vw;
  font-weight: bold;
}

.service_info p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
}

.service_info_image {
  width: 40.9896vw;
}

.service_info_image img {
  width: 40.9896vw;
  height: 28.489583333333332vw;
  object-fit: cover;
  object-position: center;
}

.how_we_do_it_section {
  width: 100%;
  padding-bottom: 5.572916666666667vw;
}

.how_we_do_it_container {
  width: 100%;
}

.how_we_do_it_container h5 {
  font-size: 3.125vw;
  font-family: var(--rogan-family);
  line-height: 3.75vw;
  font-weight: bold;
  margin-bottom: 2.0833333333333335vw;
}

.how_we_do_it_container .accordion-item {
  box-shadow: 0px 0px 99px #0000001a;
  background: var(--white);
  margin-bottom: 1.5104166666666667vw;
  padding-top: 1.3020833333333333vw;
  /* padding-bottom: 1.3020833333333333vw; */
  border: none;
}

.how_we_do_it_container .accordion-header {
  border: none;
}

.how_we_do_it_container .accordion-header .accordion-button {
  font-size: 1.4583333333333333vw;
  line-height: 1.6666666666666667vw;
  color: #177abb;
  background: var(--white);
  outline: none;
}

.how_we_do_it_container .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.how_we_do_it_container .accordion-button:focus {
  border-radius: 0;
  box-shadow: none;
}

.how_we_do_it_container .accordion-body {
  padding-top: 0.8333333333333334vw;
}

.how_we_do_it_container .accordion-body p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
}

.accordion-button::after {
  background-image: url("../images/icon/arrow-down.svg");
  transform: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon/arrow-up.svg");
  transform: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.klaxon_edge_section {
  width: 100%;
  background: #f1faff;
  padding-top: 3.75vw;
  padding-bottom: 4.583333333333333vw;
}

.klaxon_edge_container {
  width: 100%;
}

.klaxon_edge_container h4 {
  font-size: 3.125vw;
  font-family: var(--rogan-family);
  line-height: 3.75vw;
  font-weight: bold;
  margin-bottom: 0.8333333333333334vw;
}

.klaxon_edge_container p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.4583333333333333vw;
  margin-bottom: 0.8333333333333334vw;
}

.klaxon_edge_card {
  width: 100%;
  margin-bottom: 1.4583333333333333vw;
}

.klaxon_edge_card h6 {
  font-size: 1.8229166666666667vw;
  font-family: var(--rogan-family);
  line-height: 1.8229166666666667vw;
  font-weight: bold;
  color: #177abb;
  margin-bottom: 0.4166666666666667vw;
}

.klaxon_edge_card p {
  font-size: 1.0416666666666667vw;
  font-family: var(--segoe-family);
  line-height: 1.40625vw;
}

/** Media Queries Home Page  */
@media (max-width: 767px) {
  .app-header {
    position: relative;
  }

  .header-container {
    padding: 23px 15px;
  }

  .app-logo {
    width: 100%;
  }

  .app-logo a img {
    width: 150px;
    height: auto;
  }

  .mobile-nav-icon {
    display: block;
  }

  .mobile-nav-icon svg {
    font-size: 24px;
  }

  .hide {
    display: none;
  }

  .app-header-menus {
    width: 100%;
    height: 100vh;
    transform: translateX(-200%);
    transition: all 0.5s;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 94px;
    left: 0;
    background: var(--white);
    z-index: 9999999999999999;
    padding: 24px;
  }

  .nav-menu {
    width: 100%;
    font-size: 24px !important;
  }

  .banner-image img {
    height: 500px;
  }

  .banner-content {
    top: 130px;
    width: 80%;
  }

  .banner-content h2 {
    font-size: 32px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .klaxon_overview_container {
    grid-template-columns: 1fr;
  }

  .klaxon_content_container {
    padding: 0;
    padding-bottom: 24px;
  }

  .klaxon_image_contanier img {
    width: 100%;
    height: auto;
  }

  .klaxon_contents {
    width: 100%;
    padding: 15px;
  }

  .klaxon_contents h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 12px;
  }

  .klaxon_contents h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .klaxon_contents h4:nth-child(4) {
    margin-bottom: 12px;
  }

  .klaxon_contents p {
    font-size: 16px;
    line-height: 16px;
  }

  .expertise_section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .expertise_container h3 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .expertise_container h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .expertise_container p {
    font-size: 16px;
    line-height: 16px;
    max-width: 100%;
  }

  .expertise_absolute {
    position: static;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .expertise_area_container {
    flex-direction: column;
  }

  .expertise_area_card {
    width: 100%;
    padding: 24px 16px;
    height: auto;
    border-radius: 13px;
  }

  .expertise_area_card_image img {
    width: auto;
    height: auto;
  }

  .expertise_area_card_headaing h5 {
    font-size: 24px;
    line-height: 24px;
  }

  .expertise_area_card_headaing h5:nth-child(2) {
    margin-bottom: 12px;
  }

  .expertise_area_card_content p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .transaction_life_cycle_container {
    grid-template-columns: 1fr;
  }

  .transaction_life_cycle_content {
    width: 100%;
    height: auto;
  }

  .transaction_life_cycle_content_card {
    position: static;
    width: 100%;
    height: 100%;
    padding: 24px 16px;
  }

  .transaction_life_cycle_content_card h4 {
    font-size: 32px;
    line-height: 32px;
  }

  .transaction_life_cycle_content_card h4:nth-child(2) {
    margin-bottom: 24px;
  }

  .transaction_life_cycle_content_card p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .transaction_life_cycle_image {
    width: 100%;
    height: auto;
  }

  .home_management_section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .home_management_container {
    max-width: 80%;
  }

  .home_management_container h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .home_management_container p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .home_management_teams_card_container {
    flex-direction: column;
  }

  .home_management_teams_card {
    width: 100%;
    margin-bottom: 24px;
  }

  .home_management_teams_card_image {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_management_teams_card_image img {
    width: auto;
    height: auto;
  }

  .home_management_teams_card p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .home_management_teams_card h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer_section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .testimonial_container {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 75px;
  }

  .testimoninal_card {
    padding: 24px 16px;
    border-radius: 35px;
  }

  .testimoninal_card img {
    width: 40px;
    height: 40px;
  }

  .testimoninal_card p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .testimonial_user_info h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .testimonial_user_info p {
    font-size: 16px;
    line-height: 16px;
  }

  .testimonial_carousel .slick-dots {
    margin-top: 24px;
    gap: 16px;
  }

  .footer_contact_us {
    width: 100%;
  }

  .footer_contact_us h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .footer_contact_us p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .footer_contact_us_info_card_container {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 24px;
  }

  .footer_contact_us_info_card {
    padding: 24px 16px;
    border-radius: 21px;
    box-shadow: 0px 3px 50px #0000001a;
  }

  .footer_contact_us_info_card img {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .footer_contact_us_info_card h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .footer_contact_us_info_card p,
  .footer_contact_us_info_card a {
    font-size: 16px;
    line-height: 16px;
  }

  .footer_social_media_container {
    width: 100%;
    gap: 16px;
    margin-bottom: 24px;
  }

  .footer_social_media_card img {
    width: 60px;
    height: 60px;
  }

  .copyright {
    font-size: 16px;
    line-height: 16px;
  }

  /* About us  */
  .misson_vision_container {
    grid-template-columns: 1fr;
  }

  .mission_vision_card {
    width: 100%;
    height: auto;
    padding: 24px 16px;
  }

  .mission_vision_card h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .mission_vision_card p {
    font-size: 16px;
    line-height: 16px;
  }

  .core_value_container {
    width: 100%;
    padding: 24px 16px;
  }

  .core_value_container h5 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .core_value_container p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .core_value_card_container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .core_value_card {
    width: 100%;
  }

  .core_value_card img {
    margin-bottom: 12px;
  }

  .core_value_container h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .why_klaxon_section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .why_klaxon_container {
    grid-template-columns: 100%;
    gap: 24px;
  }

  .why_klaxon_content_container {
    width: 100%;
    padding: 24px 16px;
  }

  .why_klaxon_content_container h5 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .why_klaxon_content_container h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .why_klaxon_content_container p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    word-break: break-all;
  }

  .why_klaxon_content_image {
    width: 100%;
    position: static;
    justify-content: flex-start;
  }

  .why_klaxon_content_image img {
    width: 200px;
    height: auto;
  }

  .why_klaxon_carousel_container {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .why_klaxon_slide {
    width: auto;
    height: auto;
  }

  .why_klaxon_slide_card {
    padding: 24px 16px;
  }

  .why_klaxon_slide_card h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .why_klaxon_slide_card p {
    font-size: 16px;
    line-height: 16px;
  }

  .management_section {
    padding: 32px 15px;
    width: 100%;
  }

  .management_container h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .management_container p {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .management_container p:nth-child(3) {
    margin-bottom: 24px;
  }

  .managemnt_card_container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .managemnt_card {
    width: 100%;
  }

  .management_card_image img {
    height: auto;
  }

  .overlay_button {
    bottom: -15px;
  }

  .overlay_button img {
    width: 30px;
    height: 30px;
  }

  .management_card_info {
    padding: 24px 16px;
  }

  .management_card_info h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .management_card_info p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px 0;
    max-width: 100%;
  }

  .management_container p:nth-child(3) {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }

  .management_section.management-page {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .management_container p {
    max-width: 100%;
  }

  .overlay_header {
    padding: 10px 15px;
  }

  .overlay_content {
    padding: 10px 15px;
  }

  .expertise_area_page .expertise_area_card_headaing h5 {
    font-size: 32px;
    line-height: 32px;
  }

  .service_info_container {
    padding-top: 32px;
    padding-bottom: 32px;
    grid-template-columns: 1fr;
  }

  .service_info h4 {
    font-size: 32px;
    line-height: 32px;
  }

  .service_info h4:nth-child(2) {
    margin-bottom: 12px;
  }

  .service_info h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .service_info p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .service_info_image {
    width: 100%;
  }

  .service_info_image img {
    width: 100%;
    height: auto;
  }

  .how_we_do_it_container h5 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .how_we_do_it_container .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 16px;
    padding: 16px;
  }

  .how_we_do_it_container .accordion-body p {
    font-size: 16px;
    line-height: 16px;
  }

  .klaxon_edge_section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .klaxon_edge_container h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .klaxon_edge_container p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .klaxon_edge_card {
    margin-bottom: 16px;
  }

  .klaxon_edge_card h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .klaxon_edge_card p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .testimonial_carousel .slick-dots {
    right: 0;
    bottom: -50px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
  }

  .slick-dots li button {
    width: 22px !important;
    height: 22px !important;
  }

  .banner-carousel .slick-dots {
    bottom: 50px;
    gap: 16px;
  }

  .why_klaxon_carousel_button {
    padding-top: 20px;
  }

  .why_klaxon_carousel_button img {
    width: 40px;
    height: 40px;
  }

  .core_value_container p {
    margin-bottom: 24px;
  }
}