/* ==== main css */

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Light";
  src: url("../fonts/SourceSans3-Light.ttf");
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/SourceSans3-Regular.ttf");
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/SourceSans3-Medium.ttf");
}

@font-face {
  font-family: "SemiBold";
  src: url("../fonts/SourceSans3-SemiBold.ttf");
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/SourceSans3-Bold.ttf");
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
  background: #e3e8ed;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #e3e8ed;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  color: rgb(0, 0, 89);
  font-size: 18px;
  font-family: "Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body>main {
  flex: 1;
  overflow: hidden;
}

::selection {
  background: #409df1;
  color: #fff;
}

::-moz-selection {
  background: #409df1;
  color: #fff;
}

body a {
  color: #080a0f;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #5688b8;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bold";
  line-height: 1.4;
  margin: 0 0 10px;
  color: #00005a;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p>a {
  color: #75c835;
}

p>a:hover {
  color: #75c835;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 19px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #0e0e50;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* ===== mainBtn */

.mainBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  height: 44px;
  background: rgb(11, 138, 0);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "SemiBold" !important;
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  border-radius: 15px;
  outline: none !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.mainBtn:hover,
.mainBtn:focus {
  color: #fff;
}

.blueBtn {
  background: transparent;
  border: 2px solid #4c4dee;
  color: #0000e7;
}

.blueBtn:hover {
  border: 2px solid #000059 !important;
  color: #000059 !important;
}

.blueBtn:focus {
  border: 2px solid #000059 !important;
  color: #000059 !important;
}

/* ====== */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "SemiBold";
  font-weight: normal;
  color: #00005a;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1100px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 7rem 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow>[class*="col-"],
.formRow>[class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow>.col {
  padding: 10px;
}

/* ===== */



.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  width: 28px;
  height: 28px;
  color: #8b9593;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

/*
  |----------------------------------------------------------------------
  |       Dropdown
  |----------------------------------------------------------------------
  */

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn>i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /*border: 1px solid #eee;
  */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
  display: block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst>li,
.dropLst>li>* {
  display: block;
}

.dropLst>li:nth-child(1)>* {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.dropLst>li:nth-last-child(1)>* {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.dropLst>li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #eee;
}

.dropLst>li>* {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  /* padding: 6px 15px; */
  border: 0;
}

.dropLst>li {
  padding: 0px 10px !important;
}

/* .dropLst > li > *:hover {
  background: #fafafa;
  } */

.dropLst>li>*>i {
  margin-right: 6px;
}

.dropLst>li a {
  justify-content: flex-start;
  text-align: left !important;
}

/* ====== header ====== */

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 30;
}

.logo {
  width: 174px;
  height: 70px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo>a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.logo>a>img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  transition: inherit;
}

nav {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: center;
  gap: 198px;
  position: absolute;
  top: 0;
  right: 0;
}

nav ul {
  display: flex;
  align-items: center;
}

nav ul:first-child {
  justify-content: flex-end;
}

nav ul>li {
  position: relative;
  padding: 0 20px;
  color: #fff;
}

nav ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #414042;
  font-family: "Medium";
  font-size: 18px;
  text-align: center;
  position: relative;
}

nav>ul li>.active {
  color: #000059 !important;
  transition: all ease 05;
  -webkit-transition: all ease 05;
  -moz-transition: all ease 05;
  -ms-transition: all ease 05;
  -o-transition: all ease 05;
}

nav ul>li>a:hover {
  color: #000059;
}

nav ul>li>a i {
  margin-right: 10px;
  font-size: 20px;
}

/* ====================================hero_section====================== */

.hero_section {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding-top: 1.5rem;
}

.hero_section .contain {
  width: 100%;
}

.hero_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 96%;
  border-radius: 0 150px 0 0;
  bottom: 0;
  background: rgb(236, 245, 254);
  z-index: 1;
  -webkit-border-radius: 0 150px 0 0;
  -moz-border-radius: 0 150px 0 0;
  -ms-border-radius: 0 150px 0 0;
  -o-border-radius: 0 150px 0 0;
}

.hero_section .flex {
  width: 80%;
  margin: 0 auto;
}

.hero_section .flex .col {
  flex: unset;
}

.hero_section .flex h1 {
  color: #000059;
  font-size: 45px;
  line-height: 1.1;
  font-family: "Bold";
  margin-bottom: 52px;
}

.hero_section .flex h1 span {
  position: relative;
  font-size: 80px;
}

.hero_section .flex h1 span .title_img {
  position: absolute;
  bottom: -13px;
}

.hero_section .main_content p {
  color: rgb(0, 0, 89);
}

.hero_section .main_content h5 {
  color: rgb(0, 0, 89);
  font-size: 19px;
  margin-bottom: 57px;
}

.hero_section .colA {
  align-self: center;
  width: 45%;
}

.hero_section .colB {
  align-self: center;
  width: 55%;
}

.hero_section .image {
  position: relative;
  padding-bottom: 129%;
  margin-left: -51px;
}

.hero_section .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero_section .mainBtn {
  min-width: 218px;
  height: 47px;
}

.hero_section .quotes {
  display: flex;
  width: 80%;
  color: #00005a;
  font-family: "SemiBold";
  margin: 0 auto;
  align-items: center;
  padding: 20px;
  background: #fff;
  box-shadow: 2px 4px 0 #fbdb9e;
  filter: drop-shadow(5px 10px 10px rgba(0 0 0 / 15%));
  justify-content: center;
  border-bottom-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
}

.hero_section .quotes .quo {
  width: 38px;
  padding-right: 11px;
}

.hero_section .quotes .quo_2 {
  width: 38px;
  padding-right: 11px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* ==== logo_section ===== */
.logo_section .main_heading {
  text-align: center;
  width: 36%;
  margin: 0 auto;
  margin-bottom: 27px;
}

.logo_section .common_col {
  width: calc(100% / 5);
  padding: 15px 18px;
  display: flex;
  align-items: center;
}

.logo_section .common_col .image {
  width: 89%;
  margin: 0 auto;
}

.logo_section .main_btn {
  text-align: center;
  margin-top: 30px;
}

.logo_section .main_btn a {
  color: rgb(0, 0, 231);
  text-decoration: underline;
}

/* ===== peace_section ==== */
.peace_section {
  background-color: rgb(245, 246, 246);
  border-top-left-radius: 7rem;
  overflow: hidden;
}

.peace_section .left_image {
  position: absolute;
  left: -18rem;
  top: -18rem;
  width: 33rem;
  transform: rotate(269deg);
}

.peace_section .flex {
  width: 85%;
  margin: 0 auto;
}

.peace_section .common_col {
  width: calc(100% / 2);
  padding: 20px;
}

.peace_section .common_col .inBlock {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 35px;
  height: 100%;
}

.peace_section .inBlock .image {
  width: 70px;
  margin: 0 auto;
  height: 70px;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgb(222, 239, 255);
}

.peace_section .inBlock .main_content h5 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.peace_section .inBlock p {
  line-height: 1.8;
}

.peace_section .main_heading {
  text-align: center;
  margin-bottom: 30px;
}

.main_heading strong {
  display: block;
  font-size: 40px;
  font-family: "Bold";
}

.peace_section .main_btn {
  margin-top: 30px;
  text-align: center;
}

.long.mainBtn {
  min-width: 230px;
  height: 48px;
}

/* ===== plan_section===== */
.plan_section .col {
  flex: unset;
  width: 50%;
}

.plan_section .main_heading {
  text-align: center;
}

.plan_section .image {
  position: relative;
  padding-bottom: 127%;
}

.plan_section .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.plan_section .image::before {
  border-bottom-right-radius: 3.75rem;
  height: 100%;
  left: 0.75rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -10;
  opacity: 1;
  background-color: rgb(247, 230, 212);
  content: "";
}

.plan_section .blue_heading {
  position: relative;
}

.plan_section .blue_heading h4 {
  color: #fff;
  margin-bottom: 0;
  padding: 15px 40px;
  text-align: center;
  margin-top: 35px;
}

.plan_section .blue_heading::before {
  border-radius: 0 20px 20px 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1;
  background-color: rgb(0, 110, 245);
  content: "";
}

.plan_section .main_content {
  padding-left: 56px;
  padding-top: 43px;
}

.main_content p {
  line-height: 1.8;
}

/* ==== plan2_section ==== */
.plan2_section {
  padding-top: 3rem;
}

.plan2_section .right_image {
  position: absolute;
  right: -10rem;
  top: -5.5rem;
  width: 30rem;
  z-index: 1;
}

.plan2_section::before {
  left: unset;
  right: 0;
  border-radius: 7rem 0 0 0;
  -webkit-border-radius: 7rem 0 0 0;
  -moz-border-radius: 7rem 0 0 0;
  -ms-border-radius: 7rem 0 0 0;
  -o-border-radius: 7rem 0 0 0;
  background: rgb(235, 230, 255);
  height: 100%;
}

.plan2_section .flex {
  width: 100%;
}

.plan2_section .image {
  position: relative;
  padding-bottom: 102%;
  margin-left: 0;
}

.plan2_section .main_btn {
  margin-top: 35px;
}

.main_btn a {
  align-items: center;
}

.main_btn a i {
  padding-right: 10px;
}

.plan2_section .main_content {
  margin-top: 30px;
}

.plan2_section .colA {
  padding-left: 5rem;
}

/* ===== media_section ==== */
.media_section {
  padding-bottom: 0;
}

.media_section .flex {
  position: relative;
}

.media_section .flex::before {
  border-bottom-right-radius: 4.688rem;
  border-top-right-radius: 4.688rem;
  height: 100%;
  right: 0;
  position: absolute;
  top: 110px;
  height: 69%;
  width: 73%;
  z-index: -1;
  opacity: 1;
  background-color: rgb(255, 246, 230);
  content: "";
}

.media_section .col {
  flex: unset;
  width: 50%;
}

.media_section .image {
  position: relative;
  padding-bottom: 127%;
  margin-right: -86px;
}

.media_section .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.media_section .colB {
  align-self: center;
  padding-right: 3rem;
}

.media_section .colB .main_heading {
  margin-bottom: 25px;
}

.media_section .colB .main_btn {
  margin-top: 30px;
}

.media_section .main_btn a i {
  padding-left: 10px;
}

/* ==== faq_section ====== */
.faq_section {
  background-color: rgb(245, 246, 246);
  border-bottom-left-radius: 7rem;
  overflow: hidden;
}

.faq_section .main_heading {
  text-align: center;
  margin-bottom: 30px;
}

.faq_section .main_content {
  width: 55%;
  margin: 0 auto;
}

.faq_section .left_image {
  position: absolute;
  left: -18rem;
  bottom: -18rem;
  width: 33rem;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.main_content .faq_block {
  position: relative;
  display: block;
  padding: 22px 0;
  transition: all ease 0.5s;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.main_content .faq_block:last-child {
  border: none;
}

.main_content>.faq_block h5 {
  margin-bottom: 0;
  padding-left: 45px;
  padding: 12px;
  position: relative;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 20px;
}

.faq_block h5 {
  cursor: pointer;
}

.main_content>.faq_block h5::before {
  content: "";
  position: absolute;
  background-image: url(../images/chv.svg);
  background-size: contain;
  height: 8px;
  width: 15px;
  top: 20px;
  right: 19px;
  z-index: 1;
  font-size: 67%;
}

.main_content>.faq_block .txt {
  padding-top: 13px;
  display: none;
}

.faq_block p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 13px;
}

.faq_section .main_content>.active h5::before {
  background-image: url(../images/chv.svg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq_section .main_content .faq_block .txt {
  display: none;
}

.faq_section .main_btn {
  margin-top: 50px;
  text-align: center;
}

/* ======= call_section ==== */
.call_section {
  text-align: center;
  background: rgb(245, 246, 246);
  padding: 3rem 0;
  margin-top: 7rem;
  border-top-left-radius: 7rem;
}

.call_section .main_inner {
  width: 50%;
  margin: 0 auto;
}

.call_section .image {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call_section .main_inner h3 {
  margin-bottom: 0;
}

.call_section .main_inner a {
  text-decoration: underline;
  color: rgb(0, 0, 231);
  margin: 15px 0;
}

.owl-dots {
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 0;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-dots>button {
  width: 25px;
  height: 5px;
  margin: 0 3px;
  border-radius: 10px;
  background-color: #1d303a;
  /*margin-right: 0;
  */
  border-radius: 5px;
  text-align: center;
  /*border: 1px solid #828b8f;
  */
  padding-bottom: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 99;
}

.owl-carousel .owl-dots>button.active {
  background-color: #e4be2b;
}

/* =======================testimonials============== */
.testimonials {
  background: #fff6e6;
  margin-bottom: 7rem;
}

.testimonials .main_heading {
  text-align: center;
}

.review-star {
  display: flex;
  align-items: center;
  width: 29%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.testimonials .main_content {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 2rem 2.5rem;
  text-align: center;
  background: #fff;
  border-radius: 3.125rem;
  box-shadow: 0 10px 50px #00000026;
}

.testi-carousel .review-star {
  width: 66%;
}

.testi-carousel {
  margin-top: 30px;
}

.testimonials .main_content .quotes {
  margin: 0 auto;
  width: 30px;
  margin-bottom: 10px;
}

.testimonials .main_content p {
  color: #1f1e1f;
  font-size: 21px;
}

.testimonials .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.testimonials .client-details h3 {
  margin-bottom: 1px;
  color: #000;
  font-family: "Bold";
}

.testimonials .client-details p {
  font-size: 16px;
  margin-bottom: 10px;
}

/*  ===== footer ----- */
footer {
  background: #0e0e50;
  border-top-right-radius: 7rem;
  overflow: hidden;
  color: #fff;
  line-height: 2.1;
  font-size: 20px;
  padding-top: 7rem;
  position: relative;
}

footer h4 {
  color: #fff;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

footer::before {
  height: 100%;
  right: 0;
  left: 0;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgb(245, 246, 246);
  content: "";
}

footer .links li {
  display: block;
  padding-bottom: 10px;
}

footer .links li a {
  text-decoration: none;
}

.links_area {
  width: 60%;
  display: flex;
  align-items: center;
}

.links_area .col {
  flex: unset;
  width: calc(100% / 3);
}

footer strong {
  color: #fffff9;
  opacity: 0.9;
}

.copyright {
  background: #fff;
  padding: 13px 0;
  text-align: center;
  color: #414042;
}

footer .copyright strong {
  color: #414042;
}

footer .flexRow.flex {
  justify-content: space-between;
  margin-bottom: 40px;
}

footer .logo_here {
  display: flex;
  align-items: center;
  width: 52%;
}

footer .social li {
  width: 50px;
}

footer .social li a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

footer .social li a {
  padding: 0 5px;
}

footer .logo_here li {
  width: calc(100% / 4);
  opacity: 0.5;
  padding-right: 38px;
}

footer .app h4 {
  text-align: center;
  font-size: 24px;
}

footer .textBlock {
  padding-bottom: 5rem;
}

footer .left_image {
  position: absolute;
  right: -8rem;
  top: -13rem;
  width: 33rem;
  opacity: 0.5;
  transform: rotate(269deg);
}

/* === contact-section ==== */
.contact-section {
  padding-bottom: 0rem;
  padding-top: 3rem;
}

.contact-section .flex {
  width: 90%;
  margin: 0 auto;
}

.contact-section .colA {
  padding-right: 65px;
  width: 40%;
}

.contact-section .colA a {
  text-decoration: underline;
  color: #0000e7;
  font-family: "SemiBold";
}

.contact-section .colB {
  width: 60%;
}

.form_input {
  display: block;
  width: 100%;
  height: 3rem;
  font-size: 14px;
  background: #fff;
  text-align: left;
  color: #414042;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none !important;
  transition: all ease 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.input_block {
  position: relative;
  margin-bottom: 20px;
}

textarea.form_input {
  height: 240px !important;
}

.form_block {
  padding: 2.5rem 3rem;
  box-shadow: 10px 20px 40px -20px #22222259;
  position: relative;
  background: #fff;
  border-radius: 0.75rem 4.5rem 0.75rem 0.75rem;
  -webkit-border-radius: 0.75rem 4.5rem 0.75rem 0.75rem;
  -moz-border-radius: 0.75rem 4.5rem 0.75rem 0.75rem;
  -ms-border-radius: 0.75rem 4.5rem 0.75rem 0.75rem;
  -o-border-radius: 0.75rem 4.5rem 0.75rem 0.75rem;
}

.form_block:before {
  border-top-left-radius: 1rem;
  border-top-right-radius: 4.5rem;
  height: 90%;
  position: absolute;
  right: 0.375rem;
  top: -0.375rem;
  width: 100%;
  z-index: -10;
  background-color: #298bff;
  content: "";
}

.contact-section .main_btn .mainBtn {
  width: 100%;
}

label {
  color: #00005a;
  font-family: "SemiBold";
}

/* ==== team_section ==== */
.team_section .main_heading {
  text-align: center;
}

.team_section .main_content {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.team_section .col {
  flex: unset;
  width: calc(100% / 4);
  padding: 15px;
}

.team_section .col .image {
  position: relative;
  padding-bottom: 98%;
  margin-bottom: 10px;
  border-radius: 1.5rem;
}

.team_section .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  height: 100%;
  object-fit: cover;
  border: 1px solid #eee;
  object-position: center;
}

.team_section .col h3 {
  margin-bottom: 0px;
  line-height: 1.1;
  font-size: 20px;
  font-family: "Bold";
}

/* ===== join_section==== */
.join_section {
  padding-bottom: 0;
}

.join_section .col {
  flex: unset;
}

.join_section .col .image {
  position: relative;
  padding-bottom: 48%;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  -webkit-border-radius: 1.5rem 0 1.5rem 1.5rem;
  -moz-border-radius: 1.5rem 0 1.5rem 1.5rem;
  -ms-border-radius: 1.5rem 0 1.5rem 1.5rem;
  -o-border-radius: 1.5rem 0 1.5rem 1.5rem;
}

.join_section .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  height: 100%;
  object-fit: cover;
  border: 1px solid #eee;
  object-position: center;
}

.join_section .colA {
  padding-right: 40px;
  width: 60%;
  align-self: center;
}

.join_section .colB {
  width: 40%;
  align-self: center;
}

.join_section .main_btn {
  margin-top: 25px;
}

/* ===== ceo_section==== */
.col {
  flex: unset;
}

.ceo_section {
  padding-bottom: 0;
}

.ceo_section .col .image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.ceo_section .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom-left-radius: 3.75rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ceo_section .colA {
  padding-right: 40px;
  width: 40%;
  align-self: center;
}

.ceo_section .colB {
  width: 60%;
  align-self: center;
  padding-left: 2rem;
  padding-right: 10rem;
  padding-top: 22px;
}

.ceo_section .flex {
  position: relative;
}

.ceo_section .flex::before {
  border-bottom-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
  height: 100%;
  right: 0;
  position: absolute;
  top: 25px;
  height: 93%;
  width: 100%;
  z-index: -1;
  opacity: 1;
  background-color: #f0ebfb;
  content: "";
}

.ceo_section .flex::after {
  border-top-right-radius: 3.75rem;
  height: 79%;
  position: absolute;
  right: -0.75rem;
  top: 12px;
  width: 60%;
  z-index: -10;
  background-color: #298bff;
  content: "";
}

.ceo_section .main_heading strong {
  display: block;
  font-size: 32px;
  font-family: "Bold";
}

.ceo_section .main_content strong {
  font-family: "Bold";
  font-size: 21px;
}

/* ====== values_section ===== */
.values_section .common_col {
  width: calc(100% / 2);
  padding: 20px;
}

.values_section .common_col .inBlock {
  height: 100%;
  background: #fff;
}

.values_section .main_block {
  padding: 3rem 4rem;
  border: 1px solid #d9dcdd;
  border-radius: 3.125rem;
}

.values_section .flex {
  margin: 0 -20px;
}

.values_section {
  padding-bottom: 0;
}

/* ==== vision_section ==== */
.vision_section {
  color: #fff;
  padding: 3rem 0;
}

.vision_section::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 96%;
  height: 100%;
  content: "";
  background: #298bff;
  border-top-right-radius: 4rem;
}

.vision_section .main_heading h2 strong {
  color: #fff;
}

.vision_section .colA {
  width: 20%;
  align-self: center;
}

.vision_section .colB {
  width: 80%;
  padding-left: 3rem;
  padding-right: 9rem;
}

/* ====  build_section ==== */
.build_section .colA {
  width: 30%;
  padding-right: 4rem;
  padding-top: 5rem;
}

.build_section .colB {
  width: 70%;
}

.build_section .colB .main_btn {
  margin-top: 25px;
}

.build_section {
  padding-bottom: 0;
}

/* ===== mini_banner ==== */
.mini_banner {
  overflow: hidden;
}

.mini_banner::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../images/mini_banner.webp);
  height: 100%;
  width: 95%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 11.125rem;
}

.mini_banner .right-image {
  position: absolute;
  right: -10rem;
  width: 25rem;
  top: -14rem;
}

.mini_banner .inBlock {
  padding-left: 4rem;
}

.mini_banner .inBlock h1 {
  margin-bottom: 0;
}

/* ==== news_section ==== */
.news_section {
  padding: 0;
}

.news_section .colA {
  width: 24%;
  padding-left: 3rem;
  padding-top: 9rem;
}

.news_section a {
  text-decoration: underline;
  color: #0000e7;
  font-family: "SemiBold";
}

.news_section .colB {
  width: 76%;
  padding-left: 2rem;
}

.news_section:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 95%;
  height: 96%;
  border-radius: 150px 0 0 0;
  bottom: 0;
  background: rgb(236, 245, 254);
  z-index: -1;
  -webkit-border-radius: 150px 0 0 0;
  -moz-border-radius: 150px 0 0 0;
  -ms-border-radius: 150px 0 0 0;
  -o-border-radius: 150px 0 0 0;
}

.news_section .inBlock {
  display: flex;
  align-items: center;
  box-shadow: 1.5rem 2.75rem 2rem -2rem #0000000d;
  background: #fff;
  border-radius: 50px 50px 15px 50px;
  -webkit-border-radius: 50px 50px 15px 50px;
  -moz-border-radius: 50px 50px 15px 50px;
  -ms-border-radius: 50px 50px 15px 50px;
  -o-border-radius: 50px 50px 15px 50px;
}

.news_section .inBlock .picture {
  width: 30%;
}

.news_section .inBlock .main_content {
  width: 70%;
  padding-left: 2rem;
}

.news_section .inBlock .image {
  border-bottom-left-radius: 2.188rem;
  border-top-left-radius: 2.188rem;
  /* border-top-right-radius: 2.188rem; */
  min-width: 269px;
  overflow: hidden;
  height: 282px;
}

.news_section .col {
  padding-bottom: 15px;
}

.news_section .inBlock .image img {
  max-width: 19.188rem;
  max-height: none;
  height: 100%;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.news_section .inBlock .main_content {
  padding: 15px;
  padding-left: 58px;
}

/* ===== step_section ==== */
.step_section {
  padding-top: 3rem;
}

.step_section .mainBtn {
  height: 53px;
  min-width: 266px;
}

.step_section .main_block {
  width: 70%;
  margin: 0 auto;
}

.step_section form .main_heading h1 {
  font-size: 55px;
  margin-bottom: 0;
}

.step_section .main_content_2 {
  width: 46%;
  margin-bottom: 51px;
}

.step_section .main_content p {
  font-family: "Medium";
}

.step_section .main_content p strong {
  color: #006ef5;
}

.first_step .common_col {
  width: calc(100% / 3);
  padding: 10px;
}

.first_step .common_col .inBlock {
  padding: 2rem 0.5rem 2.25rem;
  background: #edf5fa;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  height: 100%;
}

.first_step .common_col .image {
  width: 33px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.first_step .common_col .main_content {
  text-align: center;
}

.first_step .common_col .main_content h4 {
  margin-bottom: 0px;
}

.step_section .main_btn {
  margin-top: 30px;
}

.main_block .qes_heading {
  position: relative;
}

.main_block .qes_heading h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 48px;
}

.main_block .qes_heading .back {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 32px;
  color: #4c4dee;
  cursor: pointer;
}

.hidden {
  display: none;
}

.second_step {
  width: 80%;
  margin: 0 auto;
}

.second_step .inBlock {
  border: 1px solid #d9dcdd;
  border-radius: 38px;
  padding: 35px 40px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 8px #6f728533;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.second_step .inBlock:hover {
  background: #f4fff4;
}

.second_step .common_col {
  padding: 20px;
  width: calc(100%/2);
}

.second_step .common_col .image {
  width: 57px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.second_step .common_col .main_content h4 {
  font-family: 'Medium';
  font-size: 21px;
  margin-bottom: 0;
}

.second_step .common_col:last-child .inBlock {
  background: #4c4dee;
}

.fifth-step .common_col:last-child .inBlock {
  background: #fff;
}

.fifth-step .common_col:last-child .main_content h4 {
  color: #00005a !important;
}

.second_step .common_col:last-child .main_content h4 {
  color: #fff;
}

.third-step ul li {
  display: flex;
  align-items: center;
  font-size: 21px;
  margin-bottom: 34px;
}

.third-step ul {
  width: 66%;
  margin: 0 auto;
  margin-top: 46px;
}

.third-step ul li p {
  padding-left: 10px;
}

.third-step ul li.active .num {
  background: #4c4dee;
  color: #fff;
}

.third-step ul li .num {
  background: #4c4dee;
  color: #fff;
}

.third-step ul li .num {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #eef0f1;
  color: rgb(204 204 204 / 1);
  font-size: 19px;
  font-family: 'Bold';
}

.forth-step {
  width: 64%;
  margin: 0 auto;
}

.forth-step .inBlock label {
  font-size: 21px;
  margin-bottom: 7px
}

.forth-step p {
  font-size: 21px;
  margin-top: 22px;
}

.forth-step .form_input {
  height: 4rem;
  font-size: 20px;
  color: #00005a;
}

.grayBtn {
  background-color: #e8e8e8;
  color: #686868;
  width: 100%;
}

.grayBtn:hover {
  color: #686868;
}

.common_inBlock {
  border: 1px solid #d9dcdd;
  border-radius: 38px;
  padding: 35px 40px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 8px #6f728533;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.common_inBlock:hover {
  background: #f4fff4;
}


.common_inBlock .image {
  width: 56px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.common_inBlock .main_content h4 {
  font-family: 'Medium';
  font-size: 24px;
  margin-bottom: 0;
}

.sixth-step .common_col {
  width: calc(100%/4);
  padding: 15px;
}

.main_block_2 {
  width: 100% !important;
}

.sixth-step .common_inBlock {
  padding: 35px 13px;
  height: 100%;
}

.sixth-step .common_inBlock h4 {
  font-family: 'Medium';
  font-size: 20px;
  margin-bottom: 0;
}

.main_block_2 .qes_heading {
  width: 81%;
  margin: 0 auto;
}

.main_block_2 .bottom {
  border: 1px solid #d9dcdd;
  padding: 1rem 2rem;
  width: fit-content;
  margin: 0 auto;
  margin-top: 37px;
  font-size: 22px;
  border-radius: 55px;
}

.main_block_2 .bottom a {
  color: #0000e7;
  text-decoration: underline;
  font-family: "SemiBold";
}

.seventh-step .common_col:last-child .inBlock {
  background: #fff;
}

.seventh-step .common_col:last-child .main_content h4 {
  color: #00005a;
}

.bottom_p {
  width: 58%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.eight_step .qes_heading h3 {
  width: 58%;
  margin: 0 auto;
}

.sen_head {
  text-align: center;
  width: 59%;
  margin: 0 auto;
  margin-top: 29px;
}

.ninth_step .main_btn_inner {
  text-align: center;
}

.ninth_step .blueBtn {

  margin-bottom: 30px;
}

.ninth_step .blueBtn i {
  padding-right: 14px;
}

.back_blue_p p {
  background: #f5f6f6;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 15px;
  margin: 0 auto;
}

/* Entire popup initially hidden */
.popup {
  display: none;
  /* Popup is completely hidden initially */
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* Dim background */
  z-index: 101;
  pointer-events: none;
  /* No interaction when hidden */
}

/* Sliding .flex container (starts off-screen to the right) */
.popup .flex {
  opacity: 0;
  transform: translateX(100%);
  /* Start off-screen */
  transition: transform 1s ease, opacity 1s ease;
  /* Transition for both opacity and transform */
  width: 30rem;
  margin-left: auto;
  /* Align to the right */
  background: #fff;
  padding: 3rem;
  height: 100%;
  border-radius: 5rem 0 0 5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f, 0 7px 8px -4px #0003;
}

/* Show the popup (background visible) */
.popup.show {
  display: block;
  /* Make popup visible */
  opacity: 1;
  pointer-events: all;
  /* Enable interaction */
}

/* Show the .flex container when popup is visible */
.popup.show .flex {
  opacity: 1;
  transform: translateX(0);
  /* Slide in */
}

/* Hide the .flex container when popup is closing */
.popup.hide .flex {
  opacity: 0;
  transform: translateX(100%);
  /* Slide out */
}



.popup .heading {
  width: 100%;
}

.popup .heading h2 {
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
}

.popup .inputBlock {
  width: 100%;
}

.popup .inputBlock .form_input {
  font-size: 17px;
}

.popup .main_btn {
  width: 100%;
}

.popup .blueBtn {
  width: 100%;
}

.popup .link {
  width: 29px;
  margin-right: 13px;
}

.fade-in {
  animation: fade-e2717857 .15s linear forwards;
  -webkit-animation: fade-e2717857 .15s linear forwards;
}

.opacity-0 {
  opacity: 1 !important;
}

.bg-black\/40 {
  background-color: #2f2f3166;
}

.z-30 {
  z-index: -1;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed {
  position: fixed;
}

.tenth_step {
  position: relative;
  padding: 5rem;
}

.tenth_step::before {
  background-color: #f0ebfb;
  position: absolute;
  content: '';
  border-radius: 5rem 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 77%;
}

.tenth_step .image {
  width: 32%;
  margin: 0 auto;
  margin-bottom: 29px;
  position: relative;
}

.tenth_step h3 {
  position: relative;
  margin-bottom: 52px;
  margin-top: 57px;
  text-align: center;
}

.tenth_step .quotation_area {
  position: relative;
}

.tenth_step .quotation_area p {
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 19px 30px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f, 0 7px 8px -4px #0003;
}

.tenth_step .quotation_area .quote {
  width: 12%;
  position: absolute;
  left: 0;
  top: -41px;
  z-index: 1;
}

.tenth_step .quotation_area .quote_2 {

  top: unset;
  left: unset;

  right: -14px;
  margin-left: auto;
  transform: rotate(180deg);
  bottom: -39px;
}

fieldset {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

fieldset.visible {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: opacity 1s ease-in-out;
}