@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/*=====Reset CSS Start======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

a,
label,
span {
  /* display: inline-block; */
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
}

.svg_container {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

::-moz-selection {
  background-color: #1f40cb;
  color: #fff;
}

::selection {
  background-color: #1f40cb;
  color: #fff;
}

:root {
  --primary-color: #0229df;
  --secondary-color: #012d51;
  --dark-blue-color: #08091b;
  --text-color: #33343f;
  --black-color: #1e1f2b;
  --white-color: #ffffff;
  --background-color: #f4f5f7;
  --body-font: "Mona Sans", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;
  --sec-gap: 100px;
  --transetion: all 0.3s ease-in-out;
}

/*=====Reset CSS End======*/

/*===== Global CSS ======*/

.custom_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: var(--white-color);
  font-weight: 500;
  transition: var(--transetion);
  border: none;
  text-transform: capitalize;
  line-height: 1;
  height: 60px;
  border-radius: 48px;
  overflow: hidden;
  z-index: 1;
  background: radial-gradient(
    130.51% 130.51% at 0% 100%,
    rgba(68, 142, 215, 1) 29%,
    rgba(0, 37.39183044433594, 224.35096740722656, 1) 70%,
    rgba(35, 93, 202, 1) 100%
  );
}

.custom_btn::before {
  position: absolute;
  background-color: var(--primary-color);
  transition: var(--transetion);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  border-radius: 48px;
}

.custom_btn:hover::before {
  transform: scale(1);
}

.title h3 {
  margin-bottom: 15px;
  color: var(--secondary-color, rgba(1, 45, 81, 1));
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.6px;
}

.title h6 {
  margin-bottom: 15px;
  color: var(--secondary-color, rgba(1, 45, 81, 1));
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
}

.title h5 {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
}

.title h2 {
  color: var(--black-color);
  font-family: var(--body-font);
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.88px;
  text-align: center;
}

.title h2 span {
  font-style: italic;
}

h1 {
  color: var(--white-color);
  font-family: var(--white-color);
  font-size: 160px;
  font-weight: 600;
  line-height: 144px;
  letter-spacing: -4.8px;
}

h1 span {
  font-weight: 800;
}

/* h2 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 200;
}

h2 span {
  font-weight: 800;
} */

/* h5 {
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-color);
  font-weight: 700;
}

h6.small_hdng {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 18px;
}

h2.big_hdng {
  font-size: 380px;
  line-height: 280px;
  text-transform: uppercase;
  color: #0c1039;
  font-weight: 800;
}

h3 {
  font-size: 45px;
  line-height: 55px;
  color: #18181f;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  color: #0c1039;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 28px;
  color: #0c1039;
  font-weight: 700;
}
*/

h6 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.88px;
}

.custom_container {
  max-width: 1590px;
  width: calc(100% - 10px);
  margin-inline: auto;

  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

/*===== Global CSS ======*/

/***** header start *************/
.hdr_top {
  display: flex;
  align-items: center;
  padding: 10px 35px;
  border-radius: 10px;
  background: radial-gradient(
    1026% 346.7% at -31% 206.99999999999997%,
    rgba(68, 142, 215, 1) 11%,
    rgba(0, 37.39183044433594, 224.35096740722656, 1) 54%,
    rgba(35, 93, 202, 1) 100%
  );
  margin-bottom: 5px;
  gap: 40px;
}

.hdr_top p {
  color: var(--white-color);
}

.hdr_top p a {
  color: var(--white-color);
}

.hdr_top .hdr_logo {
  display: block;
  height: 24px;
  line-height: 0;
}

.hdr_top .hdr_logo + .hdr_logo {
  margin-left: auto;
}

.hdr_top .hdr_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav_bar {
  padding: 10px 35px;
  border-radius: 10px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.5);
}

.nav_bar,
.main_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation {
  display: flex;
  align-items: center;
  /* padding: 17px 0; */
}

.nav_bar .main_menu > li + li {
  margin-left: 40px;
}

.nav_bar .main_menu a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  text-align: center;
  position: relative;
}

.nav_bar .main_menu a::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  width: 0px;
  margin: 0 auto;
  display: block;
  height: 1px;
  background-color: var(--white-color);
  transition: all 400ms ease-in-out;
}

.nav_bar .main_menu a:hover::after {
  width: 100%;
}

.scrolled header {
  top: 0;
  box-shadow: 0 -10px 10px 10px rgba(11, 9, 39, 0.4);
  background-color: #fff;
}

#fixed_btn {
  opacity: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-top: 0;
  right: -73px;
  bottom: calc(50% - 100px);
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 99;
}

.fixed_class #fixed_btn {
  opacity: 1;
}

.hamburger,
.close_hamburger {
  display: none;
  font-size: 25px;
  margin-left: 20px;
}

body,
html {
  overflow-x: hidden;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  /* sits below .main_menu (z-index:100) */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}

.body_overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fixed_height {
  overflow: hidden;
  height: 100vh;
}

.logo {
  width: 230px;
}

.nav_bar .main_menu li.drop_menu {
  position: relative;
}

.nav_bar .main_menu li.drop_menu > a::after {
  display: none;
}

.nav_bar .main_menu li.drop_menu:hover ul {
  opacity: 1;
  pointer-events: all;
}

.drop_menu ul li + li {
  margin-top: 15px;
}

.nav_bar .custom_btn {
  padding: 0 24px;
  height: 54px;
}

.hedr {
  position: absolute;
  top: 15px;
  left: 5px;
  width: calc(100% - 10px);
  z-index: 99;
}

/***** header End *************/

/***** Banner Start *************/
.home_bnr {
  margin-top: 5px;
  position: relative;
  margin-bottom: 140px;
}

.home_bnr .custom_container::before {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(12.259615898132324, 5.1081719398498535, 0, 1),
    rgba(5.880784511566162, 2.450326442718506, 0, 1) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.home_bnr .bnr_txt {
  max-width: 825px;
  padding: 300px 0 50px;
}

.home_bnr .bnr_txt > *:not(.count_wrp) {
  z-index: 1;
  position: relative;
}

.home_bnr .bnr_txt h3 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  max-width: 665px;
  padding: 50px 0 30px;
}

.home_bnr .bnr_txt h3 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.2px;
  max-width: 665px;
  padding: 50px 0 25px;
}

.bnr_txt .count_wrp {
  max-width: 560px;
  color: var(--white-color);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.home_bnr .bnr_txt > p {
  color: var(--white-color);
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-weight: 400;
}

.bnr_txt .count_wrp p {
  line-height: 1.3;
  text-align: right;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.bnr_txt .innr_wrp {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.bnr_txt .innr_wrp .info {
  border-radius: 10px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(1px);
  border: solid 1px #ffffff1a;
  /* background-color: #0000001e; */
}

.bnr_txt .innr_wrp .info h5 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
  text-transform: capitalize;
}

/***** Banner End *************/

/***** Isolated agencies Start *************/
.agencies_sec {
  margin-bottom: var(--sec-gap);
}

.agencies_sec .title h2 {
  font-family: var(--secondary-font);
}

.agencies_sec .content {
  max-width: 800px;
  text-align: center;
  margin-inline: auto;
}

.agencies_sec .title h5 {
  margin-top: 35px;
  margin-bottom: 40px;
}

.agencies_sec .img_wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agencies_sec .content p {
  max-width: 735px;
  margin: 0 auto 40px;
}

/***** Isolated agencies End *************/

/***** Systems Fail Start *************/

.systems_fail_sec {
  position: relative;
  margin-bottom: 200px;
}

.systems_fail_sec .content {
  padding: var(--sec-gap) 0;
}

.systems_fail_sec .content h6 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.systems_fail_sec .content h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1px;
}

.systems_fail_sec .content h4 {
  color: var(--text-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.9px;
}

/***** Systems Fail End *************/

/***** Live impact Start *************/
.live_impact_sec {
  margin-bottom: 120px;
}

.live_impact_list {
  margin-top: 35px;
}

.live_impact_item:last-child {
  border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.live_impact_item {
  padding: 70px 0;
  border-top: 1px solid rgba(234, 234, 234, 1);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.live_impact_item .con {
  margin-left: 100px;
  max-width: 435px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 142px;
}

.live_impact_item .con h3 {
  color: var(--black-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
}

.live_impact_item .icon {
  width: 142px;
  height: 142px;
  margin-left: auto;
  flex: 0 0 auto;
}

.live_impact_item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.live_impact_item .num span {
  color: var(--black-color);
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.6px;
  display: block;
  text-align: right;
}

/***** Live impact End *************/

/***** Now Matters Start *************/
.matters_sec .custom_container {
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 75px 75px 0 0;
  background-size: cover;
  padding: 120px 0 200px;
}

.matters_sec h2 {
  color: var(--white-color);
  margin-bottom: 45px;
  font-size: 64px;
  line-height: 1.1;
}

.matters_sec .content > p + p {
  margin-top: 25px;
}

.matters_sec .content > p {
  max-width: 890px;
  margin-inline: auto;
  letter-spacing: -0.64px;
}

.matters_sec .content {
  max-width: 1128px;
  width: calc(100% - 40px);
  margin-inline: auto;
  border-radius: 56px 56px 0 0;
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 45px 0;
}

.matters_sec .content p {
  text-align: center;
}

.matters_sec .content .innr_con {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-inline: var(--sec-gap);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.matters_sec .content .innr_box:first-child {
  margin-top: 160px;
}

.matters_sec .content .innr_box:nth-child(2) {
  margin-top: 275px;
}

.matters_sec .content .innr_box:nth-child(3) {
  margin-top: 70px;
}

.matters_sec .content .innr_box {
  background-color: #ffffff1a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  width: 50%;
  max-width: 270px;
  backdrop-filter: blur(2px);
}

.matters_sec .content .innr_box h3 {
  color: var(--black-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.matters_sec .content .innr_box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.42px;
  text-align: left;
}

/***** Now Matters End *************/

/***** Built for scale Start *************/
.built_scale_sec {
  margin-bottom: var(--sec-gap);
  text-align: center;
}

.built_scale_sec .title h5 {
  max-width: 630px;
  margin-inline: auto;
  margin-top: 30px;
  line-height: 1.3;
}

.built_img {
  margin-bottom: -10px;
  margin-top: 30px;
}

.built_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.built_scale_sec .cnt_wrp {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.built_scale_sec .cnt_item {
  width: calc(33.333% - 10px);
  padding: 24px 18px;
  border: 8px solid rgba(15, 138, 253, 0.13);
  /* border: 8px solid rgba(15, 138, 253, 0.07); */
  border-radius: 20px;
  background: #fefefe;
  text-align: left;
}

.built_scale_sec .cnt_wrp h3 {
  color: var(--black-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.7px;
  margin-bottom: 10px;
  font-style: italic;
}

.built_scale_sec .cnt_wrp h5 {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 25px;
}

.built_scale_sec .title h2 {
  font-size: 88px;
  letter-spacing: -3.52px;
}

/***** Built for scale End *************/

/* Trust Section Start */
.trust_sec {
  padding-bottom: var(--sec-gap);
  position: relative;
  overflow: hidden;
}

.trust_sec .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.trust_sec .title h2 {
  max-width: 875px;
  text-align: left;
  margin-bottom: 25px;
}

.trust_sec .title h4 {
  color: #1e1f2b;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.trust_slider_wrap .slick-track {
  display: flex;
}

.trust_slider_wrap .trust_slide_crd {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 11px;
  overflow: hidden;
  min-height: 560px;
  padding: 40px;
  padding-top: 30px;
  margin-inline: 5px;
  max-width: 900px;
  height: auto;
  position: relative;
}

.trust_slider_wrap .trust_slide_crd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.4;
}

.trust_slide_crd .innr_data {
  position: relative;
  z-index: 1;
}

.trust_slide_crd .innr_data .top_para {
  color: var(--white-color);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 100%;
  transition: var(--transetion);
  margin-bottom: 50px;
  font-family: var(--secondary-font);
  font-style: italic;
}

.innr_btm_data h3 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.2px;
  text-align: left;
  max-width: calc(100% - 60px);
  margin-bottom: 20px;
}

.innr_btm_data .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.innr_btm_data .wrap p {
  color: var(--white-color);
  line-height: 1.75;
}

.trust_slide_crd .innr_data {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.trust_slide_crd .innr_btm_data {
  margin-top: auto;
}

.trust_slider_wrap .slick-list {
  width: 100vw;
}

.trust_slide_crd.slick-active .innr_data .top_para {
  font-style: normal;
  /* color: rgba(30, 31, 43, 1); */
}

/* Trust Section End */

/* multipl market validation start */

.mrkt_hdng_wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 75px;
}

.mrkt_hdng_wrp .custom_btn {
  flex: 0 0 auto;
}

.mrkt_hdng_wrp .title {
  max-width: 74%;
}

.mrkt_hdng_wrp .title > * {
  text-align: left;
}

.multi_markt_slider {
  width: 100vw;
}

.multi_markt_slider .slick-track {
  display: flex;
}

.mrkt_slide {
  padding: 0px 5px;
  height: auto;
}

.slider_innr {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider_innr figure img {
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.slider_innr figure:hover img {
  transform: scale(1.05);
}

.slide_hdng {
  max-width: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}

.slide_hdng span {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
}

.slide_hdng h3 {
  font-size: 32px;
  color: var(--black-color);
  margin-bottom: 24px;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slide_hdng p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-right: 35px;
}

.slide_hdng a {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.mrkt_slide figure {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: auto;
}

.texture_wrp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.state_txt {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.state_txt h6 {
  color: var(--white-color);
  font-size: 72px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -2.88px;
}

.state_txt h5 {
  font-size: 24px;
  color: var(--white-color);
  letter-spacing: -0.8px;
}

.mrkt_slide .texture {
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
  background: rgba(255, 255, 255, 0.2) url(../images/noise_texture.png);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

/* multipl market validation end */

/* proven groth start */
.proven_groth_sec {
  padding-block: var(--sec-gap);
}

.groth_hdng {
  margin-bottom: 55px;
}

.groth_hdng .title {
  max-width: 664px;
  margin: 0 auto;
}

.groth_box {
  border-radius: 30px;
  padding: 20px 20px 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(247, 247, 247, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.groth_box:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.groth_box figure {
  margin: auto;
}

.bx_txt {
  margin-top: 10px;
}

.bx_txt h3 {
  font-size: 28px;
  color: var(--black-color);
  margin-bottom: 10px;
}

.bx_txt p {
  line-height: 24px;
}

.bx_txt p i {
  font-size: 32px;
  font-weight: 600;
  color: var(--black-color);
}

.bx_txt .separator {
  margin: 15px auto;
  max-width: 90px;
  opacity: 10%;
  border-color: #000;
}

.bx_bg1 {
  background-image: url(../images/bx_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bx_bg2 {
  background-image: url(../images/bx_bg2.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.bx_bg3 {
  background-image: url(../images/bx_bg3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.stacked_bx {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stacked_bx .groth_box:first-child {
  padding: 26px 24px;
}

.stacked_bx .groth_box:first-child .bx_txt {
  text-align: left;
  margin: 0px;
  max-width: 200px;
}

/* proven groth end*/

/* enforcemtnt start */
.enforcementSection {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.enforcemen_inner_wrap {
  border-radius: 20px;
  background-color: var(--white-color);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 125px;
}

.enforceHeading img {
  width: 100%;
}

.comparison-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  font-family: sans-serif;
}

.enf_row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0 34px 20px;
}

.enf_row:last-child {
  border-bottom: none;
}

.enf_col:nth-child(2),
.enf_col:nth-child(3) {
  width: 22%;
  text-align: center;
}

.enf_col:first-child {
  width: 56%;
}

.enf_col.feature-col:not(.comparison_header .enf_col.feature-col) p {
  color: var(--black-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.85px;
  display: flex;
  align-items: flex-start;
  max-width: 690px;
}

.enforceIteamTextCont .title {
  max-width: 750px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 55px;
}

.enforceIteamTextCont {
  margin-top: -100px;
}

.enf_row.comparison_header {
  padding: 8px 0 8px 20px;
  background: rgba(234, 234, 234, 1);
}

.enf_col img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-top: 16px;
}

.enf_col span {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.6px;
  display: inline-block;
  margin-right: 24px;
  margin-top: 5px;
}

.comparison_header .enf_col {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--body-font);
  letter-spacing: -0.6px;
  padding: 0;
  background-color: transparent;
}

/* enforcemtnt end */

/* records sec seart */
.recordsection .custom_container {
  height: 900px;
  position: relative;
}

.content_row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}

.recordsection .container {
  height: 100%;
}

.left_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0px 30px;
}

.top_txt h2 {
  font-size: 160px;
  font-weight: 600;
  line-height: 0.81;
}

.top_txt h2 span {
  line-height: 1;
  font-size: 80px;
  display: block;
  margin-bottom: 10px;
}

.top_txt h3 {
  font-size: 32px;
  letter-spacing: -1.2px;
  font-weight: 600;
  padding: 20px 0px 30px;
}

.top_txt p {
  line-height: 1.75;
  max-width: 665px;
}

.btm_txt h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}

.btm_txt ul li {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.btm_txt ul li + li {
  margin-top: 8px;
}

.btm_txt {
  max-width: 800px;
}

.frozen_bx {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 568px;
  padding: 12px 20px 16px;
  border-radius: 10px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid 1px #ffffff1a;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.frozen_bx p {
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.frozen_bx h4 {
  font-size: 18px;
}

/* records sec end */

/* start recordsection-btm */
.recordsection_btm_sec .title {
  padding: 140px 0 var(--sec-gap);
  border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.recordsection_btm_sec .title h3 {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1px;
  margin-bottom: 0;
}

/* end recordsection-btm */

/* protecting_section */
.protecting_sec {
  padding: 280px 0px 120px;
}

.protecting_img_wrp .texture_wrp {
  padding: 12px 20px;
}

.protecting_img_wrp .texture_wrp p {
  position: relative;
  z-index: 9;
  letter-spacing: 0.4px;
}

.protecting_img_wrp .texture {
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
  background: rgba(255, 255, 255, 0.2) url(../images/protecting_img_noise.png);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.protecting_img_wrp {
  position: relative;
  min-height: 856px;
  max-width: 665px;
  height: 100%;
}

.protecting_img_wrp p {
  font-size: 20px;
  color: var(--white-color);
  line-height: 1.5;
}

.protecting_img_wrp figure {
  width: 100%;
  height: 100%;
}

.protecting_img_wrp figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.protecting_logo {
  margin-bottom: 15px;
  max-width: 158px;
}

.protecting_head h2 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
  font-family: var(--secondary-font);
}

.protecting_head h6 {
  font-size: 24px;
  color: #1e1f2b;
  line-height: 1.4;
  font-weight: 600;
  font-family: var(--secondary-font);
  max-width: 570px;
}

.protecting_head {
  margin-bottom: 30px;
}

.protecting_text h6 {
  font-size: 24px;
  color: #33343f;
  line-height: 1.25;
  font-weight: 600;
  font-family: var(--secondary-font);
  max-width: 500px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.protecting_text p {
  font-size: 16px;
  color: #33343f;
  line-height: 1.9;
  font-weight: 500;
  font-family: var(--secondary-font);
}

.protecting_text p span {
  font-weight: 600;
  display: block;
  margin-top: 20px;
}

.protecting_text ul {
  margin-top: 25px;
}

.protecting_text ul li {
  position: relative;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  padding-left: 26px;
  line-height: 1.75;
}

.protecting_text ul li::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
}

.protecting_text ul li + li {
  margin-top: 2px;
}

.protecting_text_wrp {
  max-width: 605px;
  margin-left: auto;
}

.multi_mark_edit .multi_markt_slider {
  width: unset;
}

.multi_markt_slider .mrkt_slide .slide_hdng p {
  -webkit-line-clamp: 4;
}

.multi_markt_slider .mrkt_slide .slide_hdng h3 {
  text-transform: capitalize;
}

.multi_markt_slider .mrkt_slide {
  padding: 0px 5px;
  height: 100%;
}

.state_txt p {
  color: var(--white-color);
  font-size: 20px;
  line-height: 24px;
}

.multi_mark_edit .multi_markt_slider .row {
  margin-top: -80px;
}

.multi_mark_edit .multi_markt_slider .row > * {
  margin-top: 80px;
}

/* protecting_section */

/* site_ftr */

.site_ftr {
  padding: var(--sec-gap) 0 50px;
  background-color: var(--dark-blue-color);
}

.ftr_lgo_cnts > a {
  max-width: 164px;
  display: inline-block;
}

.ftr_lgo_cnts p {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white-color);
  max-width: 300px;
  margin-top: 35px;
}

.ftr_lnks_wrp h6 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 35px;
  letter-spacing: 0;
  line-height: 1.4;
}

.ftr_lnks_wrp h6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 3px;
}

.ftr_lnks_wrp ul li + li {
  margin-top: 23px;
}

.ftr_lnks_wrp a {
  letter-spacing: 0.3px;
  color: var(--white-color);
  display: block;
  width: fit-content;
  position: relative;
}

.ftr_lnks_wrp ul a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: var(--transetion);
  transform: scale(0);
}

.ftr_lnks_wrp ul a:hover::after {
  transform: scale(1);
}

.ftr_cnct_info p {
  color: var(--white-color);
}

.ftr_cnct_info .ftr_cnct_itms {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ftr_cnct_itms a:hover {
  text-decoration: underline;
}

.ftr_btm {
  margin-top: var(--sec-gap);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: var(--white-color);
}

.ftr_btm ul {
  display: flex;
  align-items: center;
}

.ftr_btm ul li + li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid var(--white-color);
}

.ftr_btm ul a {
  font-size: 16px;
  line-height: 1.1;
  color: var(--white-color);
}

.ftr_btm ul a:hover {
  text-decoration: underline;
}

.ftr_lnks_wrp a + a {
  margin-top: 10px;
}

.ftr_lnks_wrp p {
  /* margin-top: 10px; */
  max-width: 100%;
}

.ftr_cnct_info .ftr_cnct_itms a + a {
  margin-top: 0;
}

.ftr_cnct_info .ftr_cnct_itms {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lic_no {
  position: relative;
  display: inline-block;
}

.lic_no::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #fff;
}

/* site_ftr */

/***** Contact Banner Start *************/
.contact_bnr {
  margin-bottom: var(--sec-gap);
  position: relative;
  margin-top: 5px;
}

.contact_bnr .custom_container::before {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(12.259615898132324, 5.1081719398498535, 0, 1),
    rgba(5.880784511566162, 2.450326442718506, 0, 1) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.contact_bnr .bnr_txt {
  padding-block: 210px 75px;
  padding-inline: 50px;
  display: flex;
  gap: 50px;
  align-items: flex-end;
  position: relative;
}

.contact_bnr .bnr_txt h1 {
  flex: 0 0 auto;
  max-width: 805px;
}

.contact_bnr .bnr_txt h3 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

/***** Contact Banner End *************/

/***** Contact Details Start *************/
.contact_sec {
  margin-bottom: var(--sec-gap);
}

.contact_sec .title {
  margin-bottom: 45px;
}

.contact_sec .title h2 {
  text-align: left;
  /* max-width: 400px; */
}

.contact_sec .content form {
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_sec .form_wrp:not(.custom_btn),
.contact_sec .form_wrp.custom_btn {
  width: 100%;
}

.contact_sec .form_wrp.w_half {
  width: calc(50% - 6px);
}

.contact_sec .form_wrp:not(.custom_btn) label {
  display: inline-block;
  margin-bottom: 12px;
}

.contact_sec .form_wrp:not(.custom_btn) input::placeholder {
  color: rgba(104, 128, 132, 1);
  font-size: 15px;
  letter-spacing: -0.3px;
}

.contact_sec .form_wrp:not(.custom_btn) input {
  height: 56px;
  width: 100%;
  border: none;
  color: var(--text-color);
  border-radius: 10px;
  background: rgba(230, 234, 235, 0.52);
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.32px;
}

.contact_sec .form_wrp.custom_btn {
  margin-top: 16px;
}

.contact_sec .form_wrp.custom_btn input {
  color: var(--white-color);
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 1;
}

.contact_dtls .content {
  width: calc(52% - 15px);
  padding: 40px 50px;
  border-radius: 56px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 1);
  letter-spacing: -0.4px;
}

.contact_dtls .contact_map {
  width: calc(48% - 15px);
}

.contact_dtls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_dtls .contact_map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 56px;
}

/***** Contact Details End *************/

/***** Blog Banner Start *************/
.blog_bnr {
  margin-top: 5px;
  position: relative;
  margin-bottom: 120px;
}

.blog_bnr .custom_container::before {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(12.259615898132324, 5.1081719398498535, 0, 1),
    rgba(5.880784511566162, 2.450326442718506, 0, 1) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* .blog_bnr .custom_container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
} */

.blog_bnr .bnr_txt {
  padding-block: 210px 75px;
  padding-inline: 50px;
  position: relative;
}

.blog_bnr .bnr_txt h1 {
  flex: 0 0 auto;
  max-width: 980px;
}

/***** Blog Banner End *************/

/***** Featured Story Start *************/
.frtr_story_sec {
  margin-bottom: 120px;
}

.frtr_story_sec .container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.frtr_story_sec .frtr_story_img {
  width: 50%;
  min-height: 630px;
  max-width: 665px;
}

.frtr_story_sec .frtr_story_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.frtr_story_sec .content {
  width: calc(50% - 50px);
  max-width: 605px;
  display: flex;
  flex-direction: column;
  padding-block: 40px;
  margin-left: auto;
}

.frtr_story_sec .content h3 {
  font-size: 49px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  color: var(--black-color);
  margin-bottom: 30px;
}

.frtr_story_sec .content .tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.frtr_story_sec .content .tags span {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 11px 14px;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  display: inline-block;
}

/***** Featured Story End *************/

/***** Latest Articles Start *************/
.latest_artcl_sec {
  margin-bottom: var(--sec-gap);
}

.latest_artcl_sec .tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.latest_artcl_sec .tags span {
  border-radius: 3px;
  /* background: rgba(0, 0, 0, 0.03); */
  padding: 11px 14px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.latest_artcl_sec .inner_wrp {
  position: relative;
}

/***** Latest Articles End *************/

/***** Blog Categories Start *************/
.blog_categiries_sec {
  margin-block: 120px;
}

.blog_categiries_sec .title {
  margin-bottom: 40px;
  text-align: center;
}

.blog_categiries_sec .topic_navlist {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 5px;
  border-radius: 80px;
  background: var(--white-color);
  max-width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}

.blog_categiries_sec .topic_navlist a {
  min-width: 120px;
  height: 40px;
  border-radius: 30px;
  padding: 10px 20px;
  color: var(--black-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transetion);
  border-radius: 30px;
  background: transparent;
}

.blog_categiries_sec .topic_navlist a.active_topic {
  background: var(--background-color);
}

.topic_listing {
  display: flex;
  gap: 70px 12px;
  flex-wrap: wrap;
}

.topic_listing .wrap {
  width: calc(33.333% - 8px);
}

.topic_listing .wrap figure {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.topic_listing .wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transetion);
}

.topic_listing .wrap .tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.topic_listing .wrap .inner_wrp {
  position: relative;
}

.topic_listing .wrap .tags span {
  border-radius: 3px;
  padding: 11px 14px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.topic_listing .wrap .texture {
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  /* backdrop-filter: blur(4px) saturate(120%); */
  background: rgba(255, 255, 255, 0.2) url(../images/noise_texture.png);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.topic_listing .con {
  margin-top: 30px;
}

.topic_listing .con a {
  color: var(--black-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.8px;
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.topic_listing .con p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/***** Blog Categories End *************/

/***** MMIP banner Start *************/
.mmip_bnr {
  margin-top: 5px;
  position: relative;
  margin-bottom: var(--sec-gap);
  margin-bottom: 120px;
}

.mmip_bnr .custom_container::before {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(12.259615898132324, 5.1081719398498535, 0, 1),
    rgba(5.880784511566162, 2.450326442718506, 0, 1) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.mmip_bnr .bnr_txt {
  padding-block: 210px 75px;
  padding-inline: 50px;
  position: relative;
}

.mmip_bnr .bnr_txt h1 {
  flex: 0 0 auto;
  max-width: 980px;
}

/***** MMIP banner End *************/

/***** The Cause Start *************/
.cause_sec {
  margin-bottom: var(--sec-gap);
  margin-bottom: 110px;
}

.cause_sec h3 {
  color: var(--text-color);
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -1.44px;
  margin-bottom: 0;
}

.cause_sec .big_con {
  border-top: 4px solid var(--black-color);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: var(--sec-gap);
  padding-bottom: 120px;
}

.cause_sec .big_con span {
  color: var(--text-color);
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.6px;
  flex: 0 0 auto;
}

.cause_sec .big_con h3 {
  margin-bottom: 0;
}

.cause_sec .custom_container {
  padding-block: 120px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  background: var(--white-color);
  /* padding-top: 110px;
  padding-bottom: 110px; */
}

.cause_sec .custom_container .container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.cause_sec .content {
  width: calc(50% - 50px);
  max-width: 605px;
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

.cause_sec .frtr_story_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.cause_sec .content h2 {
  text-align: left;
  font-size: 56px;
  line-height: 64px;
}

.cause_sec .content .desc {
  margin-top: auto;
  font-size: 20px;
  line-height: 32px;
}

.cause_sec .frtr_story_img {
  width: 50%;
  min-height: 630px;
  max-width: 665px;
}

/***** The Cause End *************/

/***** Serv work slider Start *************/
.serv_work_sec {
  padding-top: 0;
  margin-bottom: 200px;
}

.serv_work_sec .slider_innr {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.serv_work_sec .mrkt_slide {
  height: auto;
}

.serv_work_sec .slick-slider .slick-track {
  display: flex;
}

.serv_work_sec .mrkt_slide figure {
  margin-top: auto;
}

.serv_work_sec .mrkt_slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serv_work_sec .slide_hdng p {
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  display: block;
  -webkit-box-orient: unset;
  padding-right: 0;
}

.serv_work_sec .slide_hdng {
  max-width: calc(100% - 80px);
}

.serv_work_sec .cont {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.serv_work_sec .cont p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  position: relative;
}

/***** Serv work slider End *************/

/***** Missing Person Start *************/
.missing_prson_sec .title,
.missing_prson_sec .content {
  max-width: 816px;
  text-align: center;
  margin-inline: auto;
}

.missing_prson_sec .title p {
  font-size: 18px;
  letter-spacing: -0.72px;
  padding-top: 35px;
  line-height: 1;
}

.missing_prson_sec .title h5 {
  line-height: 1;
  margin-bottom: 53px;
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}

.built_scale_sec.missing_prson_sec .cnt_wrp p {
  font-size: 18px;
}

.built_scale_sec.missing_prson_sec .cnt_wrp {
  border: 8px solid rgba(15, 138, 253, 0.07);
  border-radius: 20px;
  background: rgba(254, 254, 254, 1);
  padding: 20px;
}

.built_scale_sec.missing_prson_sec .title h5 {
  max-width: 100%;
  margin-top: 35px;
}

.missing_prson_sec .cnt_wrp {
  flex-direction: column;
  gap: 5px;
  max-width: 100%;
}

.missing_prson_sec .title p a {
  position: relative;
}

.missing_prson_sec .title p a::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: var(--text-color);
}

/***** Missing Person End *************/

/***** RVIS & eMotive-EI Start *************/
.rvis_emotive_sec {
  margin-bottom: 120px;
  padding-top: 0;
}

.rvis_emotive_sec .btn_wrp {
  margin-top: 40px;
  text-align: center;
}

.rvis_emotive_sec .container {
  border-top: 1px solid var(--text-color);
}

.rvis_emotive_sec .title {
  padding-top: var(--sec-gap);
  max-width: 70%;
}

.multi_markt_wrp {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.multi_markt_wrp .mrkt_slide {
  width: calc(50% - 5px);
  padding: 0;
}

.multi_markt_wrp .slider_innr figure img {
  width: 100%;
}

.multi_markt_wrp .slider_innr {
  max-width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.multi_markt_wrp .slide_hdng {
  max-width: 600px;
  margin-bottom: 30px;
}

.multi_markt_wrp .slide_hdng p {
  display: block;
  letter-spacing: -0.72px;
}

.multi_markt_wrp .mrkt_slide figure {
  margin-top: auto;
}

/***** RVIS & eMotive-EI End *************/

/***** Brand story Start *************/
/***** Brand story End *************/

/***** Brand story Start *************/
/***** Brand story End *************/

/* 8-11-25------add-css */
section.built_scale_sec.missing_prson_sec .title h2 {
  font-size: 56px;
  max-width: 560px;
  margin: auto;
  line-height: 60px;
}

.missing_prson_sec .cnt_wrp h3 {
  font-weight: 600;
}

section.built_scale_sec.missing_prson_sec {
  margin-bottom: 140px;
}

.multi_markt_wrp {
  margin-top: 120px;
}

.multi_markt_wrp .slide_hdng h3 {
  text-transform: capitalize;
}

.cause_sec .big_con {
  margin-top: 65px;
}

.built_scale_sec .cnt_wrp h3 {
  font-weight: 600;
}

.built_scale_sec .cnt_wrp p {
  line-height: 22px;
}

.enforcementSection .number-list li:last-child {
  border-bottom: 1px solid #eaeaea;
}

.slide_hdng h3 {
  text-transform: lowercase;
}

section.trust_sec.home {
  padding-bottom: 170px;
}

section.built_scale_sec.home {
  margin-bottom: 120px;
}

.multi_markt_sec.home {
  padding-top: var(--sec-gap);
}

.internationl_sec.home {
  padding-top: 165px;
  padding-bottom: 85px;
}

/* 8-11-25------add-css */

/* financial service */
.inside_threat .row {
  align-items: center;
}

.inside_threat .custom_container {
  padding: 120px 0px 76px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 5%));
}

.inside_txt_cont h2 {
  font-size: 40px;
  color: var(--black-color);
  font-weight: 600;
  max-width: 400px;
  line-height: 44px;
  letter-spacing: -1.6px;
  margin-bottom: 35px;
}

.inside_txt_cont h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 25px;
}

.inside_txt_cont p {
  font-size: 18px;
  line-height: 28px;
  max-width: 580px;
}

.inside_txt_cont p span {
  font-weight: 600;
  color: #0229df;
}

.inside_txt_cont p + p {
  margin-top: 15px;
}

.inside_btm_txt {
  margin-top: 85px;
}

.rt_img_holder {
  position: relative;
  margin-right: -19%;
}

.float_cost {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  max-width: 245px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 50px rgba(0, 0, 0, 3%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.float_cost-one {
  top: 0px;
  right: 115px;
}

.float_cost-two {
  bottom: 28%;
  left: 0px;
}

.float_cost h4 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: var(--black-color);
}

.float_cost h5 {
  font-size: 18px;
}

.inside_threat {
  margin-bottom: var(--sec-gap);
}

.sldr_img_holder {
  position: relative;
}

.top_cont {
  color: var(--white-color);
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 32px;
}

.top_cont h4 {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 10px;
}

.top_cont h6 {
  font-size: 32px;
  font-weight: 600;
}

.sldr_img_holder .cont h5 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 15px;
}

.serv_work_sec .sldr_img_holder .cont p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.serv_work_sec .slide_hdng p + p {
  margin-top: 14px;
}

.fin_servc_built .title h2 {
  font-size: 56px;
  max-width: 566px;
  letter-spacing: -1.6px;
  margin: 0px auto 30px;
  line-height: 64px;
}

.fin_servc_built .title p {
  max-width: 896px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 29px;
}

.fin_servc_built .content > p {
  max-width: 732px;
  margin: auto;
}

.fin_servc_built .built_img {
  position: relative;
  z-index: -1;
  margin-bottom: -70px;
  margin-top: 53px;
}

.fin_servc_built .built_img img {
  max-width: 300px;
  margin: auto;
}

.fin_servc_built .built_img::before {
  content: "";
  width: 100%;
  height: 160px;
  background-color: #f4f5f7;
  filter: blur(60px);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: auto;
  display: block;
}

.red_flags .top_txt h2 {
  font-size: 100px;
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.red_flags .top_txt h2 span {
  line-height: normal;
  font-size: 80px;
  display: block;
  letter-spacing: -2.4px;
  margin-bottom: -14px;
}

.top_txt p + p {
  margin-top: 20px;
}

.red_flags .btm_txt h6 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.red_flags .btm_txt p {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  color: #fff;
  font-size: 17px;
}

.red_flags .btm_txt {
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  max-width: unset;
  margin-top: auto;
}

.red_flags .texture {
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
  background: rgba(255, 255, 255, 0.2) url(../images/noise_red_flags.png);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.data_privacy {
  margin-bottom: var(--sec-gap);
}

.data_img > img {
  border-radius: 12px;
}

.data_txt {
  max-width: 600px;
  margin-left: auto;
}

.data_txt h2 {
  font-size: 56px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 64px;
  margin-bottom: 40px;
}

.data_txt p {
  font-size: 18px;
  line-height: 30px;
}

.txt_top {
  padding-bottom: 75px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.data_txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--black-color);
  margin-bottom: 30px;
  max-width: 300px;
}

.contact_sec.financial_contact {
  margin: 0px;
  padding: 100px 0px 130px;
  background: #fff;
}

.product_module .row {
  align-items: center;
}

.product_module h3 {
  font-size: 20px;
  max-width: 140px;
}

.prod_img_bx img {
  margin: auto;
  opacity: 20%;
}

/* financial service */
/* privacy_policy */

.privacy_bnnr {
  padding: 270px 0 130px;
}

.privacy_bnnr h1 {
  color: var(--black-color);
}

.scndry_hedr .nav_bar {
  box-shadow: none;
  background-color: var(--white-color);
}

.scndry_hedr .nav_bar .main_menu a {
  color: var(--text-color);
}

.scndry_hedr .nav_bar .main_menu a::after {
  background-color: var(--text-color);
}

.prvc_sctn {
  padding-bottom: 140px;
}

.prvc_sctn h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.6px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 30px;
}

.prvc_itm > * + * {
  margin-top: 24px;
}

.prvc_sctn h6 {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0;
  color: var(--text-color);
}

.prvc_sctn ul li {
  padding-left: 32px;
  position: relative;
}

.prvc_sctn ul li::before {
  position: absolute;
  content: "";
  left: 16px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
}

.prvc_sctn ul li + li {
  margin-top: 12px;
}

.prvc_itm + .prvc_itm {
  margin-top: 50px;
  padding-top: 75px;
  border-top: 1px solid #eaeaea;
}

.prvc_sctn h3 {
  font-size: 28px;
  line-height: 1.6;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: -1.1px;
  margin-bottom: 18px;
}

.prvc_sctn h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.prvc_sctn a {
  color: var(--primary-color);
  text-decoration: underline;
}

.prvc_sctn strong {
  font-weight: 600;
  color: var(--primary-color);
}

.prvc_sub_itm p {
  margin-bottom: 18px;
}

/* .prvc_sub_itm ul li {
  padding-left: 24px;
} */

.prvc_sub_itm ul li::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../images/tick_lst.svg) no-repeat center;
  background-color: #e0e4fb;
  left: 0;
  top: 5px;
}

.prvc_sctn h6 a {
  display: block;
  width: fit-content;
}

/* privacy_policy */

/* 10-11-25 */

.cause_sec {
  margin-bottom: 140px;
}

.cause_sec .custom_container .title {
  padding-top: 30px;
}

.missing_prson_sec .title p a {
  display: inline-block;
  color: #33343f;
}

.systems_fail_sec.mmpi_sec .content h4 {
  font-size: 32px;
  line-height: 48px;
}

.systems_fail_sec.mmpi_sec {
  margin-bottom: 0;
}

.systems_fail_sec.mmpi_sec .content {
  padding-block: 120px;
}

/* 10-11-25 */

/* gfsghksdghdk.ghl */

/* state-policy */

.state_privacy .prvc_bnnr_cnct {
  max-width: 919px;
  margin: 0 auto;
}

.state_privacy .prvc_bnnr_cnct h1 {
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 20px;
}

.state_privacy .prvc_bnnr_cnct p {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  text-align: center;
}

.stat_privacy_map {
  width: 100%;
  text-align: center;
}

.stat_privacy_map img {
  width: 100%;
  max-width: 1000px;
}

.privacy_bnnr.state_privacy {
  padding-bottom: 20px;
  padding-top: 265px;
}

.privacy_link_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.privacy_link_wrap ul li {
  padding: 10px 16px;
  margin-bottom: 10px;
  border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
}

.privacy_link_wrap ul li:not(:first-child) {
  margin-left: 10px;
}

.privacy_link_wrap ul li a {
  font-size: 16px;
  color: #012d51;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 400ms all ease-in-out;
  letter-spacing: -1px;
}

.privacy_link_wrap ul li a:hover span img {
  transform: rotate(45deg);
  transition: 400ms all ease-in-out;
}

.privacy_link_wrap ul li a span img {
  max-width: 12px;
  margin-left: 10px;
  transition: 400ms all ease-in-out;
}

.privacy_link_wrap {
  position: relative;
  z-index: 2;
  max-width: 1290px;
  margin: -100px auto 0px;
  padding-bottom: 130px;
}

/* state-policy */

/* CUSTOM_BANER */
.custom_bnnr {
  padding-bottom: 80px;
}

.custom_bnnr h1 {
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 30px;
}

.prvc_itm ul li ul {
  margin-top: 30px;
}

/* CUSTOM_BANER */
/* financial_baner */
.financial_baner {
  margin-bottom: 140px;
}

section.banner.mmip_bnr.financial_baner .custom_container::before {
  display: none;
}

.rt_img_holder {
  margin-top: 50px;
}

.inside_threat.finacial_threat {
  margin-bottom: 140px;
}

.work_sec_fr_finance .slide_hdng h3 {
  text-transform: capitalize;
  line-height: 41px;
  margin-bottom: 17px;
}

.work_sec_fr_finance {
  margin-bottom: 200px;
}

.work_sec_fr_finance .slide_hdng span {
  font-size: 15px;
}

.built_scale_sec.fin_servc_built .cnt_wrp {
  margin-bottom: 40px;
}

section.built_scale_sec.fin_servc_built {
  margin-bottom: 140px;
}

.recordsection.red_flags.financ_flage .top_txt p {
  max-width: 665px;
  font-size: 17px;
}

.recordsection.red_flags.financ_flage .container {
  height: auto;
}

.recordsection.red_flags .custom_container {
  display: flex;
  flex-direction: column;
}

.fin_servc_built.built_scale_sec .cnt_item {
  width: unset;
  padding: unset;
  border: unset;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.fin_servc_built.built_scale_sec .cnt_wrp {
  max-width: 700px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 24px 20px;
  margin-inline: auto;
  border: 8px solid rgba(15, 138, 253, 0.13);
  border-radius: 20px;
  background: rgba(254, 254, 254, 1);
  margin-bottom: 50px;
}

/* .btm_txt {
  margin-top: auto;
} */

.red_flags {
  margin-bottom: 120px;
}

.data_privacy {
  margin-bottom: var(--sec-gap);
  margin-bottom: 120px;
}

.product_module {
  margin-bottom: 95px;
}

.contact_sec.financial_contact .title h2 {
  font-size: 88px;
  line-height: 72px;
}

.multi_mark_edit .multi_markt_slider {
  width: 100%;
  flex-wrap: wrap;
  gap: 95px 10px;
  display: flex;
}

.multi_mark_edit .mrkt_slide figure {
  height: 320px;
  margin-top: 0;
}

.multi_mark_edit .mrkt_slide figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.multi_mark_edit .slide_hdng {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.multi_mark_edit .mrkt_slide {
  width: calc(25% - 7.5px);
  padding: 0;
  height: auto;
}

.multi_mark_edit .multi_markt_slider .mrkt_slide .slide_hdng h3 {
  margin-bottom: 20px;
  color: var(--text-color);
  display: block;
}

.multi_mark_edit .slide_hdng p {
  padding-right: 30px;
  margin-top: auto;
  display: block;
}

.multi_mark_edit .texture_wrp {
  padding: 18px;
}

.multi_mark_edit .slide_hdng path {
  fill: var(--text-color);
}

.multi_mark_edit .slide_hdng span {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.6px;
}

/* privacy_page_start */
.latest_privacy_bnr .prvc_bnnr_cnct h1 {
  margin-bottom: 40px;
}

.privacy_text_wrp {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.privacy_text_wrp h6 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  max-width: 634px;
  color: var(--black-color);
}

.privacy_text_wrp p {
  max-width: 349px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--black-color);
}

.privacy_list_wrp {
  padding-bottom: 75px;
}

.privacy_list_wrp h4 {
  color: var(--black-color);
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}

.privacy_statement_wrp h4 {
  color: var(--black-color);
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy_statement_wrp {
  margin-bottom: 40px;
}

.privacy_list_wrp a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 5px solid var(--primary-color);
}

.privacy_list_wrp a:hover {
  color: var(--text-color);
  border-bottom: 5px solid var(--text-color);
}

.privacy_list_wrp h6 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
}

.latest_privacy_bnr {
  padding: 280px 0 140px;
}

.privacy_list_wrp ul {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.latest_privacy_map .privacy_link_wrap {
  padding-bottom: 90px;
}

.latest_privacy_map {
  padding-bottom: 55px;
}

.latest_privacy_map .privacy_link_wrap ul {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 76px;
}

/* privacy_page_end */

/* dev 29-11-2025 */

.latest_artcl_sec .multi_markt_slider .mrkt_slide {
  height: auto;
}

.latest_artcl_sec .slide_hdng {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.latest_artcl_sec .slide_hdng p {
  margin-top: auto;
}

/* dev 29-11-2025 */

/* dev 03-12-2025 */
.contact_sec .form_wrp.custom_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
}

.enf_col.feature-col:not(.comparison_header .enf_col.feature-col) p {
  font-size: 22px;
  max-width: 640px;
}

.enf_col img {
  margin-top: 10px;
}

/* dev 03-12-2025 */

/* privacy_new 04-12-2025 */
.qu_sec {
  margin-bottom: 140px;
  padding-bottom: 0;
}

.latest_privacy_map .privacy_link_wrap {
  padding-bottom: 0;
}

.latest_privacy_map .privacy_link_wrap ul {
  max-width: 1000px;
  margin-inline: auto;
  border-bottom: none;
}

.latest_privacy_map {
  padding-bottom: 0;
}

.latest_privacy_map .container {
  margin-bottom: 80px;
  border-bottom: solid 1px #eaeaea;
}

.acc_sec .container {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: solid 1px #eaeaea;
}

.acc_sec h4 {
  color: var(--black-color);
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}

.acc_sec .accordion-button::after {
  margin-left: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  transform: unset !important;
  background-image: none !important;
  width: 22px;
  height: 22px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transetion);
  margin-right: 10px;
}

.acc_sec .accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
}

.acc_sec .accordion-item,
.acc_sec .accordion-body {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.acc_sec .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acc_sec .accordion-body p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-color);
}

.acc_sec .accordion-body ul li {
  padding-left: 32px;
  position: relative;
}

.acc_sec .accordion-body ul li::before {
  position: absolute;
  content: "";
  left: 16px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
}

.acc_sec .accordion-body .custom_btn {
  max-width: fit-content;
  height: 54px;
  padding: 0 23px;
}

.acc_sec .accordion-body h6 {
  color: var(--black-color);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.acc_sec .accordion-item + .accordion-item {
  margin-top: 20px !important;
}

.acc_sec .accordion-body {
  padding-block: 25px !important;
}

.acc_sec button.accordion-button {
  flex-direction: row-reverse;
  width: 100%;
  text-align: left;
  justify-content: flex-end;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: var(--black-color);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.latest_privacy_map .stat_privacy_map img {
  max-width: 100%;
}

.privacy_list_wrp a {
  text-decoration: none !important;
}

.nav_bar .main_menu li.active a {
  color: var(--primary-color);
}
.nav_bar .main_menu li.active a::after {
  background-color: var(--primary-color);
}

/* privacy_new 04-12-2025 */

/* privacy_new 15-12-2025 */

.contact_sec .forminator-custom-form .forminator-row {
  width: 100%;
}
.contact_sec .forminator-custom-form .forminator-row input {
  height: 56px !important;
  width: 100%;
  border: none !important;
  color: var(--text-color) !important;
  border-radius: 10px !important;
  background: rgba(230, 234, 235, 0.52) !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: -0.32px !important;
  outline: none !important;
}

.contact_sec
  .forminator-custom-form
  .forminator-row
  .forminator-field-address
  .forminator-row
  .forminator-col {
  padding: 0 !important;
}
.contact_sec
  .forminator-custom-form
  .forminator-row
  .forminator-field-address
  .forminator-row {
  width: auto !important;
}
.contact_sec .forminator-custom-form .forminator-row {
  margin: 0 !important;
}
.contact_sec .forminator-custom-form .forminator-row label {
  display: inline-block !important;
  margin-bottom: 12px !important;
  font-family: var(--body-font) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
  color: var(--text-color) !important;
}

.contact_sec
  .forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row-inside:not(:last-child),
.contact_sec
  .forminator-ui.forminator-custom-form:not(
    .forminator-size--small
  )[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 0;
}

.contact_sec .forminator-custom-form .forminator-button-submit {
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
  gap: 10px !important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  color: var(--white-color);
  font-weight: 500 !important;
  transition: var(--transetion) !important;
  border: none !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  height: 60px !important;
  border-radius: 48px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  background: radial-gradient(
    130.51% 130.51% at 0% 100%,
    rgba(68, 142, 215, 1) 29%,
    rgba(0, 37.39183044433594, 224.35096740722656, 1) 70%,
    rgba(35, 93, 202, 1) 100%
  ) !important;
  width: 100% !important;
  box-shadow: none !important;
  margin-top: 10px !important;
}

.contact_sec .forminator-custom-form .forminator-button-submit::before {
  position: absolute;
  background-color: var(--primary-color);
  transition: var(--transetion);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  border-radius: 48px;
}

.contact_sec .forminator-custom-form .forminator-button-submit:hover::before {
  transform: scale(1);
}
/* privacy_new 15-12-2025 */
