@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Medium.woff2") format("woff2"), url("../fonts/Spectral-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima nova LT Pro";
  src: url("../fonts/OptimaNovaLTPro-Medium.woff2") format("woff2"), url("../fonts/OptimaNovaLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Optima nova LT Pro", sans-serif;
  background: #fffcee;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Optima nova LT Pro", sans-serif;
}

.no-scroll {
  overflow: hidden;
}

.display_1 {
  color: #000;
  font-family: "Spectral", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 112px; /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .display_1 {
    font-size: 44px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Optima nova LT Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  line-height: 66px; /* 110% */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

.p18,
.p18_bold,
.p16,
.p16_bold,
.p14,
.p14_bold {
  color: #5e5353;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
}

.p18_blod {
  font-weight: 800;
}

.p16 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0;
}

.p16_bold {
  font-weight: 800;
}

.p14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.p14_bold {
  font-weight: 800;
}

.desktop_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1200;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.header.active .header_wrap .brand_logo_default {
  display: none;
}
.header.active .header_wrap .brand_logo_scrolled {
  display: block;
}
.header .header_wrap {
  padding: 16px 24px;
  border-radius: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header .header_wrap .brand_logo_scrolled {
  display: none;
}
.header .header_wrap.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.header .header_wrap.active .brand_logo_default {
  display: none;
}
.header .header_wrap.active .brand_logo_scrolled {
  display: block;
}
.header .burger_wrap {
  width: 32px;
  height: 32px;
  background-image: url("../../assets/img/header/burger.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .burger_wrap {
    height: 32px;
    width: 32px;
  }
}
.header .header_details_wrap {
  position: absolute;
  top: 20px;
  right: 0;
  min-width: 400px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header .header_details_wrap {
    min-width: 100%;
  }
}
.header .header_details_wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header .header_details_wrap .header_menu_list {
  position: relative;
}
.header .header_details_wrap .header_menu_list .close {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/header/x.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header .header_details_wrap .header_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.header .header_details_wrap .header_menu_list ul li a {
  color: #000;
  font-family: "Optima nova LT Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.footer_section {
  height: 770px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_section {
    height: auto;
  }
}
.footer_section .footer_img_wrap {
  height: 100%;
}
.footer_section .footer_img_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer_section .footer_content_wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 86px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap {
    top: 40px;
    bottom: auto;
  }
}
.footer_section .footer_content_wrap .footer_content_main {
  position: relative;
}
.footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps {
  width: 100%;
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
}
.footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps img {
  width: 100%;
}
.footer_section .footer_content_wrap .footer_content {
  border-radius: 20px;
  background: #fff;
  padding: 64px 0 64px 48px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content {
    padding: 24px;
  }
}
.footer_section .footer_content_wrap .footer_content .footer_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.footer_section .footer_content_wrap .footer_content .footer_logo_wrap img {
  width: 194px;
  height: 52px;
}
.footer_section .footer_content_wrap .footer_content .footer_logo_wrap h4 {
  color: #5e5353;
  max-width: 320px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content .footer_text_wrap {
    display: none;
  }
}
.footer_section .footer_content_wrap .footer_content .footer_text_wrap h4 {
  color: #5e5353;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.footer_section .footer_content_wrap .quick_list_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.footer_section .footer_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 24px;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.footer_section .footer_content_wrap ul li a {
  color: #141619;
  font-size: 14px;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.footer_section .footer_content_wrap address {
  color: #141619;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0px;
  padding-bottom: 20px;
}
.footer_section .footer_content_wrap .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .social_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer_section .footer_content_wrap .social_wrap li a {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #d5d6d0;
  background: #eef0ea;
  padding: 12px;
}
.footer_section .footer_content_wrap .social_wrap li a img {
  width: 16px;
  height: 16px;
}
.footer_section .footer_content_wrap .footer_mobile_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_mobile_wrap {
    display: block;
  }
}
.footer_section .accordion {
  border: none;
}
.footer_section .accordion .accordion-item {
  border: none;
}
.footer_section .accordion .accordion-item .accordion-header {
  border: none;
}
.footer_section .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #867e8e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer_section .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0px;
  }
}
.footer_section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../assets/img/footer/plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
}
.footer_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/img/footer/minus.svg");
}
.footer_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #867e8e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .footer_section .accordion .accordion-item .accordion-body {
    padding: 4px 0px 0px 0px;
  }
}
.footer_section .footer_copy_right {
  position: relative;
  z-index: 30;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_copy_right {
    bottom: 24px;
  }
}
.footer_section .footer_copy_right h4 {
  color: #fff;
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.black_cta {
  border-radius: 2px;
  background: #16171d;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.black_cta.gray_cta {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.3000001907px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.black_cta.gray_cta .arrow {
  background-color: rgba(0, 0, 0, 0.4);
}
.black_cta.gray_cta:hover {
  background: #16171d;
}
.black_cta span {
  color: #fff;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 100% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.black_cta .arrow,
.black_cta .call {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.black_cta .arrow::after,
.black_cta .call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 6px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}
.black_cta .call::after {
  background-image: url("../../assets/img/home/call.svg");
}
.black_cta:hover .arrow,
.black_cta:hover .call {
  background: #b93d3b;
}

.red_cta {
  border-radius: 100px;
  background: #b93d3b;
  padding: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.red_cta span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.faq_section .faq_section_content {
  border-radius: 24px;
  background: #fff;
  padding: 64px 40px;
}
@media screen and (max-width: 991px) {
  .faq_section .faq_section_content {
    padding: 56px 12px 12px 12px;
  }
}
.faq_section .faq_section_content .faq_wrap {
  padding-top: 56px;
}
@media screen and (max-width: 991px) {
  .faq_section .faq_section_content .faq_wrap {
    padding-top: 40px;
  }
}
.faq_section .faq_section_content .faq_wrap .accordion {
  border: none;
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 42px;
  }
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  margin: 0;
  position: absolute;
  left: 16px;
  background-image: url("../../assets/img/faq/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    left: 0px;
    top: 16px;
  }
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/faq/cross.svg");
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-collapse {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-collapse {
    padding-left: 0px;
  }
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 0px 20px 42px;
  }
}
.faq_section .faq_section_content .faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #5e5353;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.unveiling_section {
  padding: 64px 0;
}
.unveiling_section .unveiling_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.unveiling_section .unveiling_title_wrap h2 {
  max-width: 420px;
}
.unveiling_section .unveiling_title_wrap p {
  max-width: 540px;
}
.unveiling_section .unveiling_wrap {
  padding-top: 56px;
}
.unveiling_section .unveiling_wrap .unveiling_card {
  padding: 20px 40px 40px 40px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid #ffde55;
}
@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
  }
}
.unveiling_section .unveiling_wrap .unveiling_card h4 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card h4 {
    max-width: 220px;
  }
}
.unveiling_section .unveiling_wrap .unveiling_card img {
  height: 72px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card img {
    height: 52px;
    width: 52px;
  }
}

.testimonials_section {
  padding-block: 60px;
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .testimonials_section {
    padding-block: 0px 60px;
  }
}
.testimonials_section .testimonials_sec_wrap {
  position: relative;
}
.testimonials_section .testimonials_wrap {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .testimonials_section .testimonials_wrap {
    padding-block: 20px 80px;
  }
}
.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card {
  min-height: 566px;
  position: relative;
  padding-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card {
    min-height: auto;
  }
}
.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 48px;
  background-image: url("../../assets/img/home/quote.svg");
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card::after {
    width: 40px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card iframe {
    width: 100%;
  }
}
.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_designation video {
  max-width: 440px;
  height: 240px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.testimonials_section .testimonials_pagination {
  width: unset;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.testimonials_section .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
}
.testimonials_section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}
.testimonials_section .swiper-button-next,
.testimonials_section .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  top: unset;
  bottom: 0;
}
.testimonials_section .swiper-button-next::after,
.testimonials_section .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}
.testimonials_section .swiper-button-next:hover,
.testimonials_section .swiper-button-prev:hover {
  background-color: #b93d3b;
}
.testimonials_section .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials_section .swiper-button-next {
  right: unset;
  left: 260px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .swiper-button-next {
    right: 10px;
    left: unset;
  }
}

.insights_section {
  padding-block: 60px;
  background: #fffcee;
}
@media screen and (max-width: 767px) {
  .insights_section {
    padding-block: 40px;
  }
}
.insights_section .insights_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .insights_section .insights_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.insights_section .insights_title_wrap h2 {
  max-width: 340px;
}
.insights_section .insights_des_wrap {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.insights_section .insights_cards_wrap {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .insights_section .insights_cards_wrap {
    padding-block: 40px;
  }
}
.insights_section .insights_cards_wrap .insights_card_wrap {
  margin-bottom: 24px;
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  padding: 2px;
  border: 4px solid #fffcee;
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  background-image: url("../../assets/img/home/insight-normal-new.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_image {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover::before {
    background-image: url("../../assets/img/home/insights-hover.png");
  }
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .insights_date {
    color: #fff;
  }
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .des_wrap p {
    color: #fff;
  }
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .des_wrap .arrow {
    background-image: url("../../assets/img/icons/white-arrow.svg");
  }
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 16px 16px 16px;
}
@media screen and (max-width: 1200px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
    padding: 16px 12px 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
    padding: 12px 8px 9px 36px;
  }
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content p {
  margin: 0;
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .insights_date {
  color: #ccb244;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap {
    gap: 4px;
  }
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .insights_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .insights_text {
    max-width: 280px;
  }
}
.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .arrow {
  width: 32px;
  height: 32px;
  background-image: url("../../assets/img/icons/gold-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.insights_section .insights_cards_wrap .insights_pagination {
  width: unset;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.insights_section .insights_cards_wrap .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
}
.insights_section .insights_cards_wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}
.insights_section .insights_cards_wrap .swiper-button-next,
.insights_section .insights_cards_wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  top: unset;
  bottom: 0;
}
.insights_section .insights_cards_wrap .swiper-button-next::after,
.insights_section .insights_cards_wrap .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}
.insights_section .insights_cards_wrap .swiper-button-next:hover,
.insights_section .insights_cards_wrap .swiper-button-prev:hover {
  background-color: #b93d3b;
}
.insights_section .insights_cards_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.insights_section .insights_cards_wrap .swiper-button-next {
  right: unset;
  left: 260px;
}
@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .swiper-button-next {
    right: 10px;
    left: unset;
  }
}

.weare_section {
  padding-block: 40px 0px;
  background-color: #fff !important;
}
.weare_section .numbers_wrap {
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  overflow: hidden;
}
.weare_section .numbers_wrap .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0;
}
.weare_section .numbers_wrap .row > [class*=col-] {
  padding: 0;
}
.weare_section .numbers_wrap .row > [class*=col-] .numbers_card_wrap {
  padding: 24px;
  height: 100%;
  backdrop-filter: blur(12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.weare_section .numbers_wrap .row > [class*=col-] .numbers_card_wrap h3 {
  color: #94312f;
}
.weare_section .numbers_wrap .row > [class*=col-] .numbers_card_wrap p {
  color: #5e5353;
}
.weare_section .numbers_wrap .row > [class*=col-]:nth-child(1) .numbers_card_wrap {
  border-right: 1px solid #d5d6d0;
  border-bottom: 1px solid #d5d6d0;
}
.weare_section .numbers_wrap .row > [class*=col-]:nth-child(2) .numbers_card_wrap {
  border-bottom: 1px solid #d5d6d0;
}
.weare_section .numbers_wrap .row > [class*=col-]:nth-child(3) .numbers_card_wrap {
  border-right: 1px solid #d5d6d0;
}
@media screen and (min-width: 768px) {
  .weare_section .numbers_wrap .row > [class*=col-]:nth-child(1) .numbers_card_wrap, .weare_section .numbers_wrap .row > [class*=col-]:nth-child(2) .numbers_card_wrap, .weare_section .numbers_wrap .row > [class*=col-]:nth-child(3) .numbers_card_wrap {
    border-right: 1px solid #d5d6d0;
    border-bottom: none;
  }
  .weare_section .numbers_wrap .row > [class*=col-]:nth-child(4) .numbers_card_wrap {
    border-right: none;
    border-bottom: none;
  }
}
.weare_section .weare_wrap {
  padding-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weare_section .weare_wrap p {
  max-width: 800px;
  text-align: center;
}
.weare_section .weare_img_wrap {
  width: 100%;
  overflow: hidden;
}
.weare_section .weare_img_wrap img {
  width: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.weare_section .weare_img_wrap img.desktop_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .weare_section .weare_img_wrap img.desktop_img {
    display: none;
  }
}
.weare_section .weare_img_wrap img.mobile_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .weare_section .weare_img_wrap img.mobile_img {
    display: block;
  }
}

.connect_section {
  padding-block: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .connect_section {
    padding-block: 40px;
  }
}
.connect_section .connect_wrap {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .connect_section .connect_wrap {
    padding-top: 40px;
  }
}
.connect_section .form-group {
  margin-bottom: 16px;
}
.connect_section .error-message {
  display: none;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.4;
}
.connect_section .form-control.is-invalid {
  border-color: #d32f2f;
}
.connect_section .checkbox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}
.connect_section .checkbox_group input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  cursor: pointer;
  accent-color: #7c9fed;
}
.connect_section .checkbox_group label {
  color: #5e5353;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.connect_section .connect_img_wrap {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .connect_section .connect_img_wrap {
    padding-top: 40px;
  }
}
.connect_section .connect_img_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .connect_section .connect_img_wrap iframe {
    height: 360px;
  }
}
.connect_section .connect_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.form-group {
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
}
.form-group .error-message {
  color: #d90026;
  font-family: "Instrument Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.1375rem */
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .form-group .error-message {
    font-size: 14px;
  }
}
.form-group .form-control {
  padding-block: 12px;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .form-control::-moz-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .form-control:-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .form-control::-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .form-control::placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type=date] {
  padding-block: 9px;
}
.form-group input[type=date]::-webkit-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group input[type=date]::-moz-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group input[type=date]:-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group input[type=date]::-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group input[type=date]::placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.form-group .phone-field .iti {
  display: block;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country {
  background-color: #e9eef4;
  padding-right: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__arrow {
  display: none;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code {
  color: #222020;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #98989a;
  -webkit-transform: rotate(45deg) translate(2px, 0px);
  transform: rotate(45deg) translate(2px, 0px);
  border-top: 0;
  border-left: 0;
}
.form-group .phone-field .iti .iti__tel-input {
  padding-left: 90px;
}
.form-group.checkbox {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.form-group.checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.form-group.checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
}
.form-group.checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  border: 1px solid #000;
  opacity: 0.3;
  border-radius: 3px;
}
.form-group.checkbox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  border: 2px solid #000;
  opacity: 0;
  border-top: 0;
  border-right: 0;
  width: 12px;
  height: 6px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-group.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.form-group.checkbox input[type=checkbox].error + label + .error-message {
  bottom: 0;
}
.form-group.checkbox input[type=checkbox].error + label + .error-message::before {
  opacity: 1;
}
.form-group.checkbox a {
  color: #0c3d61;
  text-decoration: underline;
  font-weight: 700;
}
.form-group.checkbox a:hover {
  text-decoration: none;
}
.form-group.checkbox.error .error-message {
  bottom: 0;
}
.form-group.error .form-control {
  border-color: #d90026;
}
.form-group.error .form_select .custom_dropdown {
  border-color: #d90026;
}
.form-group.error .error-message::before {
  opacity: 1;
}

label {
  color: #121010;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.4625rem */
  display: block;
  margin: 0 0 12px;
}
label span {
  color: #d90026;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner_section {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner_section .banner_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner_section .banner_wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 400px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 910px;
  background: var(--Brand-Accents-colors-Blue-95, #0c1018);
  -webkit-filter: blur(217px);
  filter: blur(217px);
}
.banner_section .banner_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.banner_section .banner_wrap .banner_content {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  z-index: 20;
}
.banner_section .banner_wrap .banner_content h1 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner_section .banner_wrap .banner_content h1 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }
}

.banner_section + * {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
  margin-top: -24px;
}

.banner_section ~ section,
.banner_section ~ div,
.banner_section ~ footer {
  position: relative;
  z-index: 10;
  background: inherit;
}

.contact_icons_wrap {
  position: fixed;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.projects_section {
  padding-block: 64px;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .projects_section {
    padding-block: 32px 0px;
  }
}
.projects_section .project_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .projects_section .project_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.projects_section .project_title_wrap p {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .projects_section .project_title_wrap p {
    max-width: 100%;
  }
}
.projects_section .projects_content_wrap {
  padding-top: 24px;
}
.projects_section .projects_content_wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: none;
}
.projects_section .projects_content_wrap .nav .nav-item .nav-link {
  border: 1px solid #e5e4e7;
  color: #5e5353;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 12px;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .nav .nav-item .nav-link {
    font-size: 12px;
  }
}
.projects_section .projects_content_wrap .nav .nav-item .nav-link.active {
  background: #b93d3b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .nav .nav-item .nav-link.active {
    font-size: 12px;
    line-height: 100%;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane {
  padding-top: 56px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card {
    margin-bottom: 0px;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .project_image img {
  -webkit-filter: blur(11.5px);
  filter: blur(11.5px);
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content {
  min-height: unset !important;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content {
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content {
    gap: 12px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content .card_title_wrap {
  max-width: 400px !important;
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content .card_title_wrap .address_wrap {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card img {
  width: 100%;
  height: 100%;
  max-height: 648px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image {
  position: relative;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url("../../assets/img/home/project-vector.svg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 6;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_top_vector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/project-top-vector.svg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
  position: absolute;
  top: 60px;
  right: 44px;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
    top: 24px;
    right: 16px;
  }
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo img {
    height: 52px;
    width: 94px;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px;
    position: relative;
    gap: 12px;
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
  }
}
@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .black_cta {
    margin-right: 12px;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  width: 100%;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
    min-height: 220px;
  }
}
@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 296px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap h4 {
  color: #fff;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap img {
  height: 20px;
  width: 20px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap p {
  color: #fff;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap {
  position: relative;
  padding-top: 12px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: #e5e4e7;
  opacity: 0.2;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(229, 228, 231, 0.2);
  max-width: 280px;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.07%, rgba(0, 0, 0, 0.3)), color-stop(96.93%, rgba(102, 102, 102, 0.3)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 3.07%, rgba(102, 102, 102, 0.3) 96.93%);
}
@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content {
    max-width: 100%;
  }
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li img {
  height: 20px;
  width: 20px;
}
.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card:hover .project_image .project_top_vector {
    background-image: url("../../assets/img/home/project-top-vector-hover.svg");
  }
}

/* Start Floating contact Icons*/

.contact_icons_flot {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    margin-top: 10px;
}

.contact-options,
.close-btn {
    display: none;
}

.contact-options.show {
    display: flex;
    flex-direction: column;
}

.open-btn.hide {
    display: none;
}

.close-btn.show {
    display: flex;
}
 /*End Floating contact Icons*/