/*!
 * RealHomes Ultra Styles
 *
 * This file includes
 */
:root {
  --GFT--global-color-primary: #1db2ff;
  --GFT--global-color-primary-rgb: 29, 178, 255;
  --GFT--global-color-primary-light: #e7f6fd;
  --GFT--global-color-primary-dark: #dbf0fa;
  --GFT--global-color-secondary: #f58220;
  --GFT--global-color-secondary-rgb: 245, 130, 32;
  --GFT--global-color-secondary-light: #fcd4b2;
  --GFT--global-color-secondary-dark: #c05d09;
  --GFT--global-color-text: #808080;
  --GFT--global-color-headings: #1a1a1a;
  --GFT--global-color-headings-hover: #1db2ff;
  --GFT--global-color-link: #1a1a1a;
  --GFT--global-color-link-hover: #1db2ff;
  --GFT--color-black: #000;
  --GFT--color-white: #fff;
  --GFT--body-bg-color: #fff;
  --GFT--footer-bg-color: #e7f6fd;
  --GFT--logo-container-width: 120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  background: var(--GFT--global-color-primary);
  color: #fff;
}

::selection {
  background: var(--GFT--global-color-primary);
  color: #fff;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625;
  min-height: 100%;
  background-color: var(--GFT--color-white);
  color: var(--GFT--global-color-text);
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--GFT--global-color-headings);
  opacity: 0;
}

h1 {
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
h2 {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
}
h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  transition: 0.2s all linear;
  color: var(--GFT--global-color-link);
}
a.btn {
  background-color: #E4BF6F;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E4BF6F;
  border-radius: 30px 30px 30px 30px;
  padding: 11px 23px 11px 23px;
  color: var(--GFT--color-black);
  display: inline-block;
}
a.link {
  text-decoration: underline;
  color: #E4BF6F;
}

a:hover {
  color: var(--GFT--global-color-link-hover);
}

button {
  text-decoration: none;
  transition: 0.2s all linear;
  color: var(--GFT--global-color-link);
  cursor: pointer;
}
button.btn {
  background-color: #1DB2FF;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #1DB2FF;
  border-radius: 30px 30px 30px 30px;
  padding: 8px 16px;
  color: var(--GFT--color-white);
}

button:hover {
  color: var(--GFT--global-color-headings);
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #000;
  transform: scale(0.82);
}

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

img,
svg {
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input,
textarea {
  padding: 0.5rem;
  outline: 0;
  box-shadow: none;
}

select {
  width: 100%;
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[role=button] {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button {
  outline: 0;
  box-shadow: none;
}

button:focus {
  outline: 0;
}

.wp-block-quote,
blockquote {
  margin: 0 0 20px;
}

b,
strong {
  font-weight: bolder;
  color: var(--GFT--global-color-headings);
}

figure {
  margin: 0 0 2rem;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

table {
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px solid #b1b1b1;
}

th {
  padding: 0.8rem 1rem;
  font-weight: 700;
}

td {
  padding: 0.8rem 1rem;
}

ol,
ul {
  padding-left: 3rem;
  list-style: none;
}

.rtl ol,
.rtl ul {
  padding-left: 0;
  padding-right: 3rem;
}

ol li,
ul li {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

ol li > ol,
ol li > ul,
ul li > ul,
ul li > ol {
  margin-bottom: 0;
}

dt {
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--GFT--global-color-headings);
}

dd {
  margin-bottom: 1rem;
}

address {
  margin-bottom: 2rem;
}

pre {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

hr {
  margin: 2rem 0;
}

.clearfix:after, .entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.only-for-print {
  display: none;
}

.content_wrap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-height: 100vh;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: "Poppins-Regular", sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #FFF;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #1db2ff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #1db2ff transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: var(--GFT--global-color-headings);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #1db2ff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

body {
  /* Animation css start */
  /* Loader animation */
  /* Heading text animation */
  /* paragraph animation */
  /* Animation css end */
  /* DEBT SCORECARD START */
  /* DEBT SCORECARD END */
  /* Section right for home page */
  /* Footer style */
}
body .loading-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 0.55s ease-in-out;
  transform: translateY(0);
}
body .loading-container.loading-hide {
  transform: translateY(-105%);
}
body .loading-container .loader {
  border: 8px solid #FFF;
  border-top: 8px solid #3498db; /* Blue color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.6s linear infinite;
}
body .tracking-in-expand {
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
body .focus-in-expand-fwd {
  animation: focus-in-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
body .text-pop-up-top {
  animation: text-pop-up-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
body .scale-up-center {
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
body .kenburns-top {
  animation: kenburns-top 5s ease-out both;
}
body .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 1% 4%;
  position: sticky;
  top: 0;
  background: #fcfcfc;
  z-index: 1000;
}
body .site-header .fast-theme-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .site-header .fast-theme-header-inner .main-menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3px;
  column-gap: 3px;
  row-gap: 5px;
  margin: 0;
  padding-left: 0;
}
body .site-header .fast-theme-header-inner .main-menu li {
  display: inline-block;
  position: relative;
  margin: 0;
}
body .site-header .fast-theme-header-inner .main-menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 16px;
  border-radius: 24px;
  font-weight: 500;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  background: transparent;
  color: #1a1a1a;
  padding-right: 24px;
  padding-left: 24px;
}
body .site-header .fast-theme-header-inner .main-menu li a img {
  height: 1.5rem;
  transform: rotate(90deg);
}
body .site-header .fast-theme-header-inner .main-menu li a:hover {
  /*color: #0037FF;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  -moz-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);*/
  color: #E4BF6F;
  opacity: 0.8;
}
body .site-header .fast-theme-header-inner .main-menu li.menu-item.active-menu a.active {
  /*color: #0037FF;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  -moz-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);*/
  background-color: #E4BF6F;
}
body .site-header .fast-theme-header-inner .main-menu li.menu-item.active-menu a.active:hover {
  color: #000;
  opacity: 0.7;
}
body .site-header .fast-theme-header-inner .main-menu li ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  background: #FFF;
  transition: 0.3s all;
  left: 0;
  top: 7rem;
  z-index: 99;
  box-shadow: 0px 1px 15px -3px rgb(0, 55, 255);
}
body .site-header .fast-theme-header-inner .main-menu li ul.open-menu {
  max-height: 55rem;
  border: 1px solid #CCC;
}
body .site-header .fast-theme-header-inner .main-menu li ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #CCC;
  margin: 0 2rem;
  border-radius: 0;
}
body .site-header .fast-theme-header-inner .main-menu li ul li a {
  white-space: nowrap;
  padding: 1rem 1rem 0rem 0;
}
body .site-header .fast-theme-header-inner .main-menu li ul li:last-child {
  padding-bottom: 2rem;
  border-bottom: 0;
}
body .site-header .fast-theme-header-inner .main-menu li ul li:hover {
  border-bottom: 2px solid #E4BF6F;
}
body .site-header .fast-theme-header-inner .main-menu li.active a img {
  transform: rotate(270deg);
}
body main {
  min-height: 40vh;
  margin: 1%;
}
body main .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the video covers the entire section */
  z-index: -1; /* Places the video behind the content */
}
body main .top-banner {
  position: relative;
  width: 100%;
  min-height: 68.8rem;
  border-radius: 4rem;
  overflow: hidden;
}
body main .top-banner .banner-content-container {
  padding: 10rem 1rem 10rem 8.6rem;
}
body main .top-banner .banner-content-container .banner-content-flex {
  display: flex;
  flex-direction: column;
}
body main .top-banner .banner-content-container .banner-content-flex h1 {
  font-family: "Poppins-Medium", sans-serif;
  color: var(--GFT--color-white);
  line-height: 1.2;
  font-size: 6.2rem;
}
body main .top-banner .banner-content-container .banner-content-flex .btn-container {
  margin-top: 8rem;
  margin-bottom: 3rem;
}
body main .top-banner .banner-content-container .banner-content-flex p {
  width: 60%;
  color: #FFF;
  border-left: 1px solid #FFF;
  padding-left: 2rem;
  font-size: 1.7rem;
}
body .section-debt-card {
  padding: 8rem 10%;
}
body .section-debt-card .section-debt-card-container h3 {
  color: #0150C9;
  text-align: center;
  padding-bottom: 4rem;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex {
  display: flex;
  position: relative;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info {
  flex-basis: 50%;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info .headin-text {
  font-size: 2.8rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
  cursor: pointer;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info .headin-text .text-content {
  opacity: 0.4;
  line-height: 1.1;
  transition: 0.8s all;
  color: #000;
  transform: scale(0.8);
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info .headin-text.active {
  pointer-events: none;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info .headin-text.active .text-content {
  opacity: 1;
  transform: scale(1);
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content {
  height: 70rem;
  overflow: hidden;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 70rem;
  opacity: 0;
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li {
  display: flex;
  margin: 0;
  cursor: pointer;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container {
  width: 5rem;
  text-align: center;
  color: #FFF;
  position: relative;
  margin: 0;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container.active-one {
  background-image: linear-gradient(110deg, #00B75C 100%, rgba(0, 183, 92, 0.5) 0%);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container.active-two {
  background-image: linear-gradient(110deg, #8dc643 100%, rgba(254, 217, 5, 0.5) 0%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container.active-three {
  background-image: linear-gradient(110deg, #ffcc01 100%, rgba(255, 67, 53, 0.5) 0%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container.active-four {
  background-image: linear-gradient(110deg, #f6ac63 100%, rgba(255, 67, 53, 0.5) 0%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .bg-container.active-five {
  background-image: linear-gradient(110deg, #FF4335 100%, rgba(255, 67, 53, 0.5) 0%);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 16%;
  transition: 0.8s all;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.in-active {
  opacity: 0;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line span {
  display: inline-block;
  height: 0.3rem;
  width: 9rem;
  background: #00B75C;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line::after {
  content: "\a";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00B75C;
  display: inline-block;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.two span {
  background: #8dc643;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.two::after {
  background: #8dc643;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.three span {
  background: #ffcc01;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.three::after {
  background: #ffcc01;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.four span {
  background: #f6ac63;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.four::after {
  background: #f6ac63;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.five span {
  background: #FF4335;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .line.five::after {
  background: #FF4335;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul li .text-content {
  flex-basis: 79%;
  transition: 0.5s all;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.2rem;
  color: #000;
  transition: 0.8s all;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content ul.active {
  opacity: 1;
}
body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .absolute-animate {
  position: absolute;
  height: 12rem;
  width: 100%;
  box-shadow: -1px 14px 22px 14px rgba(31, 82, 224, 0.2);
  transition: 0.6s all;
  opacity: 0;
  z-index: -1;
}
body .section-right {
  padding: 8rem 10%;
  /*background-image: url("management-bg.png");
  background-size: 65% 100%;*/
  position: relative;
  /* Service pages */
}
body .section-right .section-container .heading {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  font-size: 5rem;
}
body .section-right .section-container .heading span {
  color: #0150C9;
  font-size: 8rem;
  font-family: "Poppins-Medium", sans-serif;
}
body .section-right .section-container .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 0 0 3rem 0;
}
body .section-right .section-container .section-flex-container .section-flex {
  display: flex;
  align-items: start;
  row-gap: 3rem;
  flex-direction: column;
}
body .section-right .section-container .section-flex-container .section-flex .flex-content {
  background-color: #EBF1FB;
  padding: 2rem 3rem;
  color: #000;
  width: 53%;
  border-radius: 3rem;
  font-size: 1.9rem;
  line-height: 1.4;
}
body .section-right .section-container .section-flex-container .section-flex .flex-content h3 {
  padding-bottom: 1.5rem;
}
body .section-right .section-bg {
  position: absolute;
  top: 22rem;
  right: 10%;
  z-index: -1;
}
body .section-right .section-bg img {
  max-height: 58rem;
}
body .section-right.services-page {
  padding: 0rem 3% 2rem 3%;
}
body .section-right.services-page .section-flex-container {
  min-height: 50rem;
}
body .section-right.services-page .section-flex-container .section-flex {
  border-bottom: 2px solid #5398DD;
  flex-direction: row;
  align-items: flex-start;
  padding: 3rem 0;
}
body .section-right.services-page .section-flex-container .section-flex .content-left {
  flex-basis: 55%;
}
body .section-right.services-page .section-flex-container .section-flex .content-left h3 {
  font-size: 5rem;
}
body .section-right.services-page .section-flex-container .section-flex .content-right {
  flex-basis: 45%;
}
body .section-right.services-page .section-flex-container .section-flex .content-right .flex-content {
  width: 100%;
  background-color: #E4EEFE;
  font-size: 1.7rem;
}
body .section-right.services-page .section-flex-container .section-flex:last-child {
  border-bottom: 0;
}
body .section-right.services-page .section-flex-container .slick-custom-arrow {
  position: absolute;
  bottom: 1.5rem;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  padding: 1rem 2rem;
  font-size: 2rem;
}
body .section-right.services-page .section-flex-container .slick-custom-arrow.slick-prev {
  left: 39%;
}
body .section-right.services-page .section-flex-container .slick-custom-arrow.slick-next {
  left: 45%;
}
body .section-right.services-page.fund-raising .section-flex-container .section-flex {
  flex-wrap: wrap;
  border-bottom: 0;
}
body .section-right.services-page.fund-raising .section-flex-container .section-flex .content-left {
  flex-basis: 100%;
}
body .section-right.services-page.fund-raising .section-flex-container .section-flex .content-right {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
}
body .section-right.services-page.fund-raising .section-flex-container .section-flex .content-right .flex-content {
  flex-basis: 33%;
  background-color: #FFF;
  border-radius: 0;
}
body .section-right.services-page.fund-raising .section-flex-container .section-flex .content-right .flex-content h4 {
  font-size: 4rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
body .section-right.services-page.cro-services {
  padding: 0 10%;
}
body .section-right.services-page.cro-services .section-container .section-service-container h2 {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 4rem;
  padding-bottom: 3rem;
  font-weight: 400;
}
body .section-right.services-page.cro-services .section-container .section-service-container p {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex {
  border-bottom: 0;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex.flex-reverse {
  flex-direction: row-reverse;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex.flex-reverse .content-left {
  flex-basis: 50%;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex.flex-reverse .content-left h3 {
  text-align: center;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex.flex-reverse .content-right {
  flex-basis: 50%;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-left {
  flex-basis: 50%;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-left h3 {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  text-align: center;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-left .content-image img {
  max-height: 65rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right {
  flex-basis: 50%;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main {
  display: flex;
  align-items: center;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .viewed-content-tick {
  flex-basis: 6%;
  opacity: 0;
  transition: 0.9s all;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .viewed-content-tick img {
  height: 5.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .flex-content {
  background-color: #FFF;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .flex-content h4 {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  font-weight: 400;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .flex-content p {
  font-size: 1.8rem;
  line-height: 1.4;
}
body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main.viewed .viewed-content-tick {
  opacity: 1;
}
body .section-right.management-debt-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
body .section-right.management-debt-section .section-container {
  flex-basis: 50%;
  width: 50%;
}
body .section-right.management-debt-section .section-container .section-flex-container .section-flex .flex-content {
  width: 100% !important;
}
body .section-right.management-debt-section .section-bg {
  flex-basis: 50%;
  width: 50%;
  position: relative;
  top: auto;
  right: auto;
}
body .section-right.management-debt-section .section-bg img {
  max-height: 58rem;
  width: 100%;
}
body .service-top-section {
  padding: 5rem 3%;
}
body .service-top-section h1 {
  text-align: right;
  color: #1F2C38;
  font-size: 6rem;
}
body .service-top-section .heading-content-flex {
  display: flex;
  background-image: url("cso_bg.png");
  justify-content: flex-end;
  color: #FFF;
  background-repeat: no-repeat;
  padding: 6rem 2rem;
  background-size: 100% 100%;
  margin: 5rem 0;
  font-size: 2.1rem;
}
body .service-top-section .heading-content-flex .content-text {
  color: #FFF;
}
body .service-top-section .service-image-section {
  position: absolute;
  top: 2.8rem;
  left: 18rem;
}
body .service-top-section .service-image-section img {
  height: 51rem;
}
body .service-top-section .service-image-section.fund-raising {
  top: 4.1rem;
}
body .service-top-section .service-image-section.legal-services {
  top: 11rem;
  left: 23rem;
}
body .service-top-section .service-image-section.legal-services img {
  height: 46rem;
}
body .service-top-section.cro-top-section .service-top-section-content-container .heading-content-flex {
  padding: 3rem 2rem 1rem 2rem;
}
body .service-top-section.cro-top-section .service-image-section {
  top: 5rem !important;
  left: 23rem !important;
}
body .service-top-section.cro-top-section .service-image-section img {
  height: 45rem;
  -o-object-fit: contain;
     object-fit: contain;
}
body .section-our-comprehensive-services {
  padding: 5rem 10%;
}
body .section-our-comprehensive-services .our-comprehensive-services-container h3 {
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.03em;
  font-size: 5rem;
  padding-bottom: 10rem;
  font-weight: 400;
  text-align: center;
  width: 70%;
  position: relative;
}
body .section-our-comprehensive-services .our-comprehensive-services-container h3::before {
  content: "";
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 3px;
  height: 5rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container h3::after {
  content: "";
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 50.3%;
  height: 0.25rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container h3.viewed::before {
  background: #235BD3;
}
body .section-our-comprehensive-services .our-comprehensive-services-container h3.viewed::after {
  background: #235BD3;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10rem;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .comperhense-content-image {
  flex-basis: 40%;
  text-align: center;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .comperhense-content-image img {
  max-height: 40rem;
  max-width: 90%;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box {
  flex-basis: 60%;
  background-color: #E4EEFE;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4rem;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box h4 {
  border-bottom: 1px solid #0151CA;
  padding: 3rem;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box p {
  padding: 3rem;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 3px;
  height: 5rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 5rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left h4::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  width: 67%;
  height: 0.25rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left.last-child::after {
  display: none;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left.last-child h4::after {
  display: none;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 5rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: -16.7%;
  width: 67%;
  height: 0.25rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right .right-heading-before::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 3px;
  height: 5rem;
  background: #E4BF6F;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right.last-child::after {
  display: none;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right.last-child::before {
  display: none;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right.last-child h4::after {
  display: none;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.viewed::before {
  background: #235BD3 !important;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.viewed::after {
  background: #235BD3 !important;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.viewed .right-heading-before::before {
  background: #235BD3 !important;
}
body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.viewed h4::after {
  background: #235BD3 !important;
}
body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .comperhense-content-image {
  display: none;
}
body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right {
  margin-left: 40%;
}
body .page-top-section {
  padding: 5rem 10%;
  min-height: 40rem;
  background-color: #0033FF;
  background-image: url("header-bg-trans.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body .page-top-section.connect-with-us {
  background-image: url("connect_with_us.png?v=0.1");
  border-radius: 4rem;
  position: relative;
}
body .page-top-section.connect-with-us .absolute-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background-color: rgba(203, 203, 210, 0.3);
  transition-duration: 800ms;
  z-index: 2;
  border-radius: 4rem;
}
body .page-top-section .page-top-section-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 38rem;
}
body .page-top-section .page-top-section-content-container h1 {
  padding: 2.5rem 0;
  color: #FFF;
  font-size: 6rem;
  text-align: center;
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.03em;
}
body .page-top-section .page-top-section-content-container .desc p {
  color: #FFF;
  width: 65%;
  font-size: 1.9rem;
  line-height: 1.4;
}
body .about-us-top-section {
  padding: 5rem 10% 1rem 10%;
}
body .about-us-top-section .about-us-top-section-content-container {
  margin-bottom: 3rem;
}
body .about-us-top-section .about-us-top-section-content-container h1 {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
body .about-us-top-section .about-us-top-section-content-container .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 2rem 0 0 0;
}
body .section-about-page-information {
  padding: 5rem 10% 0 10%;
}
body .section-about-page-information.cl-and-partner {
  padding: 0 10%;
}
body .section-about-page-information.about-us-section-home .information-container:first-child {
  border: none;
}
body .section-about-page-information.about-us-section-home .information-container p {
  text-align: justify;
}
body .section-about-page-information .information-container h2 {
  font-size: 5rem;
  font-family: "DarkerGrotesque-Bold", sans-serif;
  font-weight: 400;
  padding-bottom: 1rem;
}
body .section-about-page-information .information-container h3 {
  padding-bottom: 3rem;
  font-family: "DidactGothic-regular", sans-serif;
  line-height: 1.1;
  font-size: 4rem;
  font-weight: 400;
  color: #292929;
}
body .section-about-page-information .information-container p {
  margin-bottom: 5rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-size: 2.4rem;
  line-height: 1.15;
}
body .section-about-page-information .information-container p:last-child {
  margin-bottom: 0;
}
body .section-about-page-information .information-container .action-btn {
  margin-bottom: 3rem;
}
body .section-about-page-information .information-container .action-btn a {
  background-color: #292929;
  color: #FFF;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 2.8rem;
}
body .section-about-page-information .information-container .action-btn a:hover {
  opacity: 0.6;
  color: #E4BF6F;
}
body .section-about-page-information .information-container ul {
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
body .section-about-page-information .information-container ul li {
  padding-bottom: 2rem;
  line-height: 3rem;
}
body .section-about-page-information .information-container:first-child {
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
body .section-about-page-information .information-container .information-container-details {
  padding-bottom: 4rem;
}
body .section-about-page-information .information-container .information-container-details .information-container-details-sub {
  padding: 3rem 2rem;
}
body .section-about-page-information .information-container .information-container-details h3 {
  font-size: 2.6rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-weight: 600;
  padding-bottom: 1rem;
}
body .section-about-page-information .information-container .information-container-details h4 {
  font-size: 2.4rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-weight: 600;
  padding: 1.1rem 0;
}
body .section-about-page-information .information-container .information-container-details p {
  margin-bottom: 0 !important;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-size: 2.2rem;
  line-height: 1.15;
}
body .section-about-page-information .information-container .information-container-details p.pt {
  padding-top: 1.2rem;
}
body .section-about-page-information .information-container .information-container-details p.pb {
  padding-bottom: 1.2rem;
}
body .section-about-page-information .information-container .information-container-details ul {
  padding: 0 0 0 4rem;
  margin: 0;
  list-style: disc;
}
body .section-about-page-information .information-container .information-container-details ul li {
  color: #000;
  padding-bottom: 0rem;
  line-height: 2rem;
  font-size: 2.2rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  transform: scale(0.82);
}
body .section-about-page-information .information-container .information-container-details a {
  color: #4076E8;
  transition: 0.5s all;
  font-weight: 600;
}
body .section-about-page-information .information-container .information-container-details a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
body .section-about-page-information .information-container.bt-none {
  border-bottom: 0;
}
body .section-business-info {
  padding: 0 10% 5rem 10%;
}
body .section-business-info h2 {
  font-size: 6rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.15;
}
body .design-info {
  padding: 0 10% 5rem 10%;
}
body .design-info .design-info-container h3 {
  text-align: center;
  padding: 3rem 0;
  font-family: "DidactGothic-Regular", sans-serif;
  font-weight: 400;
  font-size: 4rem;
}
body .design-info .design-info-container .design-info-content .design-info-flex {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
}
body .design-info .design-info-container .design-info-content .design-info-flex .flex-content {
  flex-basis: 33%;
  background-color: #D4E5FF;
  padding: 2rem;
}
body .design-info .design-info-container .design-info-content .design-info-flex .flex-content h4 {
  padding-bottom: 6rem;
  font-family: "DidactGothic-Regular", sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
  font-weight: 400;
}
body .design-info .design-info-container .design-info-content .design-info-flex .flex-content p {
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 0;
  font-family: "DarkerGrotesque-Regular", sans-serif;
}
body .design-info .design-info-container .design-info-content .design-info-flex .flex-content .tags {
  margin-top: 0.8rem;
}
body .design-info.bg-white-section .design-info-container {
  margin-top: 5rem;
}
body .design-info.bg-white-section .design-info-container h3 {
  text-align: left;
}
body .design-info.bg-white-section .design-info-container .design-info-content .design-info-flex .flex-content {
  background-color: #FFF;
}
body .design-info.bg-white-section .design-info-container .design-info-content .design-info-flex .flex-content h4 {
  padding-bottom: 3rem;
  font-family: "DarkerGrotesque-Bold", sans-serif;
}
body .design-info.bg-white-section .design-info-container .design-info-content .design-info-flex .flex-content:first-child {
  padding-left: 0 !important;
}
body .design-info.bg-white-section .design-info-container .design-info-content .design-info-flex .flex-content p {
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-size: 2.4rem;
}
body .design-info.career-section .design-info-container .header-container {
  background-color: #EFEFF4;
  padding: 1rem;
  margin-bottom: 2rem;
}
body .design-info.career-section .design-info-container .header-container .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .design-info.career-section .design-info-container .header-container .header-flex h3 {
  font-size: 3rem;
  font-family: "DidactGothic-Regular", sans-serif;
  font-weight: 400;
  padding: 0;
}
body .design-info.career-section .design-info-container .header-container .header-flex .btn {
  background-color: #292929;
  color: #FFF;
  border-radius: 0;
  font-size: 1.6rem;
}
body .design-info.career-section .design-info-container .design-info-content {
  margin-bottom: 2rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex {
  row-gap: 2rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content {
  flex-basis: 33.3%;
  background-color: #FFF;
  border: 1px solid #1467F2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
  perspective: 1000px;
  min-height: 35rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content h4 {
  font-size: 3rem !important;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content p {
  font-size: 2.4rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.front {
  background: #FFF;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.front .abosolute-container {
  padding: 1rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.front .abosolute-container span {
  display: inline-block;
  padding: 1rem 0;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.front .abosolute-container .tags span {
  display: inline-block;
  background-color: #D9D9D9;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.back {
  background: #1467F2;
  color: white;
  transform: rotateY(180deg);
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.back ul {
  list-style-type: disc;
  margin: 1rem 2.2rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content .flex-content-inner .flex-content-card.back ul li {
  padding-bottom: 1rem;
  color: #FFF;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content:hover .flex-content-inner {
  transform: rotateY(180deg);
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content.no-flip {
  padding: 2rem;
}
body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content.no-flip .tags span {
  display: inline-block;
  background-color: #D9D9D9;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body .design-info.key-achivements .design-info-container h3 {
  text-align: left;
  color: #4076E8;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 7rem;
  padding-bottom: 6rem;
  font-family: "DarkerGrotesque-Regular", sans-serif;
}
body .design-info.key-achivements .design-info-container .design-info-content .design-info-flex {
  flex-wrap: wrap;
}
body .design-info.key-achivements .design-info-container .design-info-content .design-info-flex .flex-content {
  flex-basis: 22%;
  background-color: #FFF;
  padding: 0 0 5.2rem 0;
}
body .design-info.key-achivements .design-info-container .design-info-content .design-info-flex .flex-content h4 {
  padding-bottom: 1rem;
}
body .section-look-for {
  padding: 5rem 10%;
}
body .section-look-for .section-container .content-section .flex-container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
body .section-look-for .section-container .content-section .flex-container .content-info {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
body .section-look-for .section-container .content-section .flex-container .content-info h5 {
  font-size: 7rem;
  padding-bottom: 2rem;
  color: #292929;
}
body .section-look-for .section-container .content-section .flex-container .content-info .bg-content {
  background-color: #F0F4FF;
  padding: 2rem;
  margin-bottom: 2rem;
}
body .section-look-for .section-container .content-section .flex-container .content-info .bg-content h6 {
  padding: 2rem 0;
  font-size: 4rem;
}
body .section-look-for .section-container .content-section .flex-container .content-info .bg-content p {
  padding: 1rem 0 5rem 0;
  font-size: 1.7rem;
  line-height: 1.4;
}
body .section-right-client {
  padding: 5rem 10%;
}
body .section-right-client .section-container {
  display: flex;
  justify-content: flex-end;
}
body .section-right-client .section-container .section-service-container {
  width: 60%;
}
body .section-right-client .section-container .section-service-container p {
  font-family: "DarkerGrotesque-Medium", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
body .section-right-client .section-container .get-in-touch-btn {
  text-align: right;
  margin-top: 4rem;
}
body .section-right-client .section-container .get-in-touch-btn a {
  background-color: #292929;
  color: #FFF;
  border-radius: 0;
  padding: 1.1rem 2.8rem 1.5rem 2.8rem;
  font-family: "DarkerGrotesque-Regular", sans-serif;
  font-size: 2.4rem;
}
body .section-right-client .section-container .get-in-touch-btn a:hover {
  opacity: 0.6;
  color: #E4BF6F;
}
body .section-career-page-join {
  padding: 5rem 10%;
}
body .section-career-page-join .section-container h3 {
  font-size: 3.5rem;
  font-family: "DidactGothic-Regular", sans-serif;
  font-weight: 400;
}
body .section-career-page-join .section-container .section-flex-container .section-flex {
  display: flex;
  border-bottom: 0.15rem solid #EABB54;
  padding: 3rem 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
body .section-career-page-join .section-container .section-flex-container .section-flex .content-left {
  flex-basis: 33%;
}
body .section-career-page-join .section-container .section-flex-container .section-flex .content-left h3 {
  color: #1467F2;
  font-size: 3.2rem;
  font-family: "DidactGothic-Bold", sans-serif;
}
body .section-career-page-join .section-container .section-flex-container .section-flex .content-right {
  flex-basis: 67%;
}
body .section-career-page-join .section-container .section-flex-container .section-flex .content-right p {
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: right;
  font-family: "DarkerGrotesque-Medium", sans-serif;
}
body .section-career-page-join .section-container .section-flex-container .section-flex:last-child {
  border-bottom: 0;
}
body .faq-section {
  padding: 0 10% 5rem 10%;
}
body .faq-section .faq-section-container h4 {
  padding-bottom: 4rem;
  font-size: 5rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  color: #1467F2;
  letter-spacing: 0.03em;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: self-start;
  row-gap: 2rem;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content {
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-question-container {
  display: flex;
  background-color: #235BD3;
  padding: 1rem 1.5rem;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
  height: 8rem;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-question-container .plus {
  display: block;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-question-container .minus {
  display: none;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-question-container p {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-answer-container {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content .faq-answer-container span {
  display: inline-block;
  padding: 2rem 3.2rem;
  border: 2px solid #235BD3;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content.active .faq-question-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content.active .faq-question-container .plus {
  display: none;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content.active .faq-question-container .minus {
  display: block;
}
body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main .faq-content-flex-content.active .faq-answer-container {
  max-height: 200rem;
}
body .section-services-ecosystem {
  padding: 5rem 10% 15rem 10%;
  background-color: #DFF0FF;
}
body .section-services-ecosystem .section-services-ecosystem-heading h3 {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body .section-services-ecosystem .section-services-ecosystem-heading .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 2rem 0 4rem 0;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left {
  flex-basis: 55%;
  width: 55%;
  display: flex;
  position: relative;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content {
  width: 100%;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex {
  display: flex;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex.top {
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box {
  flex-basis: 50%;
  width: 50%;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  background-color: #FFF;
  background: linear-gradient(to right, #FFF, #FFF);
  transition: opacity 0.5s ease, background 0.5s ease-out;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box.active {
  background-image: linear-gradient(to left, #0033FF, #0033FF);
  box-shadow: 0px 1px 15px -3px rgb(0, 0, 0);
  z-index: 9;
  opacity: 1;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box.active h5 {
  color: #FFF;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box h5 {
  font-size: 2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box h5.legal-text {
  padding: 2rem 0 0 2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex.bottom-full {
  background-image: linear-gradient(to left, #0033FF, #0033FF);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 1.2rem;
  margin-top: 0.5rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex.bottom-full .heading-box div {
  font-size: 1.7rem;
  color: #000;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex.bottom-full .heading-box div a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  font-family: "Poppins-Regular", sans-serif;
  letter-spacing: 0.03em;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .absoulte_bg {
  position: absolute;
  background-color: red;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute {
  position: absolute;
  top: 303px;
  width: 100%;
  left: -25%;
  transform: rotate(180deg);
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box {
  flex-basis: 50%;
  width: 50%;
  height: 300px;
  background: linear-gradient(to right, #FFF, #FFF);
  transition: opacity 0.5s ease, background 0.5s ease-out;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  cursor: pointer;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box.active {
  background-image: linear-gradient(to right, #0033FF, #0033FF);
  box-shadow: 0px 1px 15px -3px rgb(0, 0, 0);
  z-index: 9;
  opacity: 1;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box.active h5 {
  color: #FFF;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box h5 {
  transform: rotate(180deg);
  font-size: 2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right {
  flex-basis: 45%;
  width: 45%;
  display: flex;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content {
  max-width: 100%;
  width: 100%;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider {
  display: flex;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .slick-custom-arrow {
  position: absolute;
  bottom: -4.8rem;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  padding: 1rem 2rem;
  font-size: 2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .slick-custom-arrow.slick-prev {
  left: 33%;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .slick-custom-arrow.slick-next {
  left: 45%;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .service-right-slide h4 {
  font-size: 3.2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .service-right-slide .list-content {
  padding-top: 2rem;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .service-right-slide .list-content ul {
  margin: 0;
  padding: 0;
}
body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-content .service-right-slider .service-right-slide .list-content ul li {
  color: #000;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
}
body .section-services-ecosystem-org {
  padding: 5rem 2%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container h4 {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  font-size: 5rem;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 2rem 0 3rem 0;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content {
  background-color: #1F2F9A;
  padding: 1rem 0.5rem;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex-header {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex-header .header-ecosystem-org-flex-box {
  flex-basis: 33%;
  background-color: #FFF;
  color: #1F2F9A;
  text-align: center;
  padding: 0.8rem 0;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex {
  display: flex;
  flex-wrap: wrap;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box {
  flex-basis: 50%;
  border: 1px solid #FFF;
  position: relative;
  min-height: 33rem;
  transition: 0.5s all;
  z-index: 8;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
  display: flex;
  margin: 1rem 0 0 1rem;
  align-items: center;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header .info-counter {
  display: inline-block;
  border-radius: 50%;
  background-color: #FFF;
  color: #1F2F9A;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header h6 {
  color: #FFF;
  padding-left: 1.5rem;
  text-decoration: underline;
  letter-spacing: 0.03em;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 2.5rem;
  list-style: disc;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul li {
  color: #FFF;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-absolute {
  position: absolute;
  background-color: #FFF;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  border: 1px solid #1F2F9A;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-absolute .absolute-content-list ul li {
  color: #000;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:first-child .ecosystem-org-flex-absolute {
  border-top-left-radius: 100%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:first-child .ecosystem-org-flex-absolute .absolute-content-list ul {
  padding-left: 32%;
  padding-bottom: 10%;
  list-style: disc;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
  padding-left: 46%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
  padding-left: 48%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-absolute {
  border-top-right-radius: 100%;
  right: auto;
  left: 0;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-absolute .absolute-content-list ul {
  padding-left: 19%;
  padding-bottom: 22%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
  padding-top: 4%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-absolute {
  border-bottom-left-radius: 100%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-absolute .absolute-content-list ul {
  padding-left: 27%;
  padding-bottom: 46%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
  padding-left: 50%;
  padding-top: 4%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
  padding-left: 52%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-absolute {
  border-bottom-right-radius: 100%;
  right: auto;
  left: 0;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-absolute .absolute-content-list ul {
  padding-left: 17%;
  padding-bottom: 46%;
}
body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:hover {
  /*transform: scale(1.1);
  -webkit-box-shadow: 0px 1px 15px -3px rgba(192,93,9,1);
            -moz-box-shadow: 0px 1px 15px -3px rgba(192,93,9,1);
            box-shadow: 0px 1px 15px -3px rgba(192,93,9,1);
  background-color: rgba(192,93,9,1);*/
  transform: scale(1.03);
  box-shadow: 0px 1px 15px -3px rgb(0, 55, 255);
  z-index: 9;
}
body .section-our-team {
  padding: 0 10% 5rem 10%;
}
body .section-our-team .our-team-heading-info h5 {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
body .section-our-team .our-team-heading-info .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 2rem 0 0 0;
}
body .section-our-team .our-team-row-main {
  border-bottom: 1px solid #000;
}
body .section-our-team .our-team-row-main .our-team-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .section-our-team .our-team-row-main .our-team-row .col-left {
  flex-basis: 45%;
  padding-left: 0 !important;
}
body .section-our-team .our-team-row-main .our-team-row .col-left .img-container {
  text-align: center;
}
body .section-our-team .our-team-row-main .our-team-row .col-left .img-container img {
  max-height: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}
body .section-our-team .our-team-row-main .our-team-row .col-left .team-member-info {
  font-size: 2rem;
  padding: 1.5rem 1.5rem 2rem 5rem;
  font-family: "DidactGothic-Regular", sans-serif;
  line-height: 1.1;
}
body .section-our-team .our-team-row-main .our-team-row .col-left .team-member-info .member-name {
  color: #000;
  font-size: 2.4rem;
  font-family: "DarkerGrotesque-Medium", sans-serif;
  letter-spacing: 0.03em;
}
body .section-our-team .our-team-row-main .our-team-row .col-left .team-member-info .member-name span {
  font-size: 1.9rem;
  color: #4076E8;
  font-weight: 600;
  letter-spacing: 0.03em;
}
body .section-our-team .our-team-row-main .our-team-row .col-right {
  flex-basis: 55%;
  padding: 0 !important;
}
body .section-our-team .our-team-row-main .our-team-row .col-right .about-member {
  font-family: "DarkerGrotesque-Medium", sans-serif;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.15;
}
body .section-our-team .our-team-row-main .our-team-row.last-row {
  border-bottom: none;
  padding: 3.5rem 0 0 0;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1.5rem 2rem 5rem;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts .flex-data {
  flex-basis: 100%;
  display: flex;
  padding-bottom: 1rem;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts .flex-data .label-info {
  flex-basis: 12%;
  color: #000;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts .flex-data .link-info {
  flex-basis: 85%;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts .flex-data .link-info a {
  color: #4076E8;
  text-decoration: underline;
  transition: 0.5s all;
}
body .section-our-team .our-team-row-main .our-team-member-social-contacts .flex-data .link-info a:hover {
  text-decoration: none;
  opacity: 0.5;
}
body .section-our-team-ref {
  padding: 5rem 10%;
}
body .section-our-team-ref .section-our-team-ref-container .our-team-heading-info h5 {
  color: #4076E8;
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
body .section-our-team-ref .section-our-team-ref-container .our-team-heading-info .small-divider {
  width: 9%;
  background-color: #E4BF6F;
  height: 0.2rem;
  margin: 2rem 0 5rem 0;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 10rem;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box {
  flex-basis: 30%;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content {
  height: 40rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem;
  position: relative;
  /*-webkit-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  -moz-box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);
  box-shadow: 0px 1px 15px -3px rgba(0,55,255,1);*/
  background-color: #e1eaf5;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content {
  position: absolute;
  bottom: 0;
  max-height: 38rem;
  overflow: hidden;
  transition: 0.6s all;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .h4-contnet {
  padding: 1.5rem 2rem 1.5rem 4rem;
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .para-content {
  padding: 1.8rem 2rem 0 4rem;
  color: #FFF;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  transition: 0.6s all;
  max-height: 0;
  overflow: hidden;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .social-links {
  padding: 1.5rem 2rem 1.5rem 4rem;
  display: flex;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .social-links a {
  color: #FFF;
  padding-right: 3rem;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .social-links a:first-child {
  padding-bottom: 0.5rem;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .section-our-team-ref-flex-box-content .flex-box-absolute-content .social-links a:nth-child(2) {
  padding-top: 0.5rem;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .h4-contnet {
  padding: 1rem 2rem;
  color: #000;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box .h4-contnet span {
  font-size: 85%;
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:first-child .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/naresh_bg_big.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:nth-child(2) .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/balachander.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:nth-child(3) .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/govind_pv.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:nth-child(4) .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/kavya.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:nth-child(5) .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/mohamed-muzammil.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:last-child .section-our-team-ref-flex-box-content {
  background-image: url("images/team-members/sudarsan.png?v=0.1");
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:hover {
  /*&:first-child{
    background-image: url('images/team-members/naresh_bg.png');
  }
  &:nth-child(2){
    background-image: url('images/team-members/balachander.png');
  }
  &:nth-child(3){
    background-image: url('images/team-members/manvendra_bansal.png');
  }
  &:nth-child(4){
    background-image: url('images/team-members/govind_pv.png');
  }
  &:nth-child(5){
    background-image: url('images/team-members/kavya.png');
  }
  &:last-child{
    background-image: url('images/team-members/mohamed-muzammil.png');
  }*/
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:hover .flex-box-absolute-content {
  background-color: rgba(0, 51, 255, 0.7);
}
body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box:hover .flex-box-absolute-content .para-content {
  max-height: 38rem;
}
body .services-page-box-model {
  padding: 0rem 3% 2rem 3%;
}
body .services-page-box-model .section-flex-container {
  display: flex;
  -moz-column-gap: 4.3rem;
       column-gap: 4.3rem;
  margin-bottom: 5rem;
}
body .services-page-box-model .section-flex-container .section-flex {
  padding: 2.2rem 0;
  display: block;
  flex-basis: 33.33%;
  transition: 0.5s all;
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.2);
  position: relative;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box {
  transition: 0.5s all;
  padding: 2rem 3rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box .icon-container-main {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box .icon-container-main .icon-container {
  height: 8rem;
  width: 8rem;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box .icon-container-main .icon-container img {
  height: 6rem;
  width: 6rem;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box h3 {
  font-size: 2.8rem;
  padding-bottom: 2rem;
  color: var(--GFT--color-black);
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box .para-flex-content {
  width: 100%;
  font-size: 1.7rem;
  border-radius: 0;
  color: var(--GFT--color-black);
  transition: 0.5s all;
  transition-duration: 800ms;
  list-style: disc;
}
body .services-page-box-model .section-flex-container .section-flex .service-content-in-box .para-flex-content li {
  padding-bottom: 1.5rem;
}
body .services-page-box-model .section-flex-container .section-flex:last-child {
  border-bottom: 0;
}
body .services-page-box-model .section-flex-container .section-flex:hover .service-content-in-box h3 {
  color: #FFF;
}
body .services-page-box-model .section-flex-container .section-flex:hover .service-content-in-box .para-flex-content {
  color: #FFF;
}
body .services-page-box-model .section-flex-container .section-flex:hover .absolute-bg-container .absolute-bg-image {
  transform: scale(1.2);
}
body .services-page-box-model .section-flex-container .section-flex:hover .absolute-bg-container .absolute-bg-overlay {
  background-color: rgba(21, 19, 60, 0.6392156863);
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  transition-duration: 800ms;
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.business-plan {
  background-image: url("https://cfoservices.in/wp-content/uploads/2024/03/cfo_home13-1024x576.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.cashflow {
  background-image: url("images/cashflow.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.investor-reporting {
  background-image: url("images/investor_reporting.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.due-diligence-readiness {
  background-image: url("images/due_diligence_readiness.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.fn-management {
  background-image: url("images/fn_management.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-image.audit-management {
  background-image: url("images/audit_management.webp");
}
body .services-page-box-model .section-flex-container .section-flex .absolute-bg-container .absolute-bg-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background-color: #FFFFFF;
  transition-duration: 800ms;
  z-index: 2;
}
body .services-page-box-model .section-flex-container .slick-custom-arrow {
  position: absolute;
  bottom: 1.5rem;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  padding: 1rem 2rem;
  font-size: 2rem;
}
body .services-page-box-model .section-flex-container .slick-custom-arrow.slick-prev {
  left: 39%;
}
body .services-page-box-model .section-flex-container .slick-custom-arrow.slick-next {
  left: 45%;
}
body .section-fund-raising-prepare {
  padding: 5rem 10%;
  position: relative;
}
body .section-fund-raising-prepare h3 {
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.03em;
  font-size: 5rem;
  padding-bottom: 10rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}
body .section-fund-raising-prepare .absolute-content-container {
  position: absolute;
}
body .section-fund-raising-prepare .absolute-content-container .absolute-content-container-box .absolute-content-container-flex {
  background-color: #235BD3;
  padding: 1rem;
  max-width: 30rem;
}
body .section-fund-raising-prepare .absolute-content-container .absolute-content-container-box .absolute-content-container-flex h4 {
  color: #FFF;
  padding-bottom: 2rem;
}
body .section-fund-raising-prepare .absolute-content-container .absolute-content-container-box .absolute-content-container-flex p {
  color: #FFF;
}
body .section-fund-raising-prepare .absolute-content-container.top-left {
  left: 8%;
  top: 20%;
}
body .section-fund-raising-prepare .absolute-content-container.top-right {
  right: 0;
  top: 40%;
}
body .section-fund-raising-prepare .absolute-content-container.bottom-left {
  left: 1%;
  bottom: 20%;
}
body .section-fund-raising-prepare .absolute-content-container.bottom-right {
  right: 0;
  bottom: 0;
}
body .section-fund-raising-end-to-end {
  padding: 5rem 10%;
}
body .section-fund-raising-end-to-end .section-fund-raising-end-to-end-content h3 {
  font-family: "DidactGothic-Regular", sans-serif;
  letter-spacing: 0.03em;
  font-size: 5rem;
  padding-bottom: 10rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative {
  position: relative;
  /*background-image: url('images/roadmap-image.png');
  background-repeat: no-repeat;
  background-size: cover;*/
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box {
  display: flex;
  -moz-column-gap: 15%;
       column-gap: 15%;
  margin-bottom: 1.6rem;
  position: relative;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end {
  justify-content: flex-end;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content::before {
  left: 50%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content::after {
  left: -45%;
  width: 125%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content.box-first::after {
  left: -24%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content {
  flex-basis: 33.3%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .top-icon {
  border-radius: 50%;
  border: 0.5rem solid #FFF;
  background-color: #000064;
  height: 8rem;
  width: 8rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 20%;
  position: relative;
  z-index: 9;
  /*&::after{
    content: "";
    position: absolute;
    bottom: 7.5rem;
    left: 0;
    width: 150%;
    height: 5.25rem;
    background: #E4BF6F;
    transition: 0.5s all;
    transition-duration: 800ms;
    z-index: 2;
  }*/
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .top-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .top-icon.center {
  margin-left: 40%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content {
  background-color: #000064;
  padding: 1rem;
  position: relative;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content p {
  color: #FFF;
  margin: 0 !important;
  white-space: nowrap;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 29%;
  width: 3px;
  height: 2rem;
  background: #000064;
  transition: 0.5s all;
  transition-duration: 800ms;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content::after {
  content: "";
  position: absolute;
  bottom: 152%;
  left: 0;
  width: 145%;
  height: 6.25rem;
  background: #ECE6FC;
  transition: 0.5s all;
  transition-duration: 800ms;
  z-index: 2;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.top-right::after {
  width: 132%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right::before {
  bottom: auto;
  left: 34%;
  top: -2rem;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right::after {
  bottom: 150%;
  left: 0;
  width: 165%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right.last-child::after {
  width: 100%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-left::before {
  bottom: auto;
  left: 53%;
  top: -2rem;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-left::after {
  bottom: 150%;
  left: 83%;
  width: 86%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted {
  position: absolute;
  top: 18%;
  width: 100%;
  z-index: 8;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted.last-row {
  top: 15%;
  left: 18%;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted .absolute-dotted-content-container {
  display: flex;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted .absolute-dotted-content-container .absolute-dotted-content {
  background-color: #FFF;
  height: 1rem;
  width: 3rem;
  margin-right: 1.5rem;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-right-circle {
  position: absolute;
  right: -12%;
  top: -38%;
  width: 100%;
  z-index: 8;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-right-circle .absolute-dotted-right-circle-content {
  display: flex;
  justify-content: flex-end;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-left-circle {
  position: absolute;
  left: -12%;
  top: -84px;
  width: 100%;
  z-index: 8;
}
body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-left-circle .absolute-dotted-left-circle-content {
  display: flex;
  justify-content: flex-start;
}
body .site-footer-container .lets-connect-container {
  background-color: rgba(31, 82, 224, 0.2);
  padding: 8rem 10%;
}
body .site-footer-container .lets-connect-container .lets-connect-content {
  display: flex;
  justify-content: space-between;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container {
  flex-basis: 60%;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .title-text {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 2.9rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 3.5rem 0;
  align-items: center;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option span {
  color: #000;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option a {
  padding: 0.8rem 2.2rem;
  background: #FFF;
  border-radius: 3rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option a.active {
  background-color: #E4BF6F;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option a:hover {
  background-color: #E4BF6F;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container {
  display: flex;
  width: 100%;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin-bottom: 2.5rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-group {
  flex-basis: 50%;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-group.full-width {
  flex-basis: 100%;
  height: 10rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-group label.error {
  color: red;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box {
  display: block;
  width: 100%;
  border: 0;
  height: 5rem;
  padding-left: 1.8rem;
  background-color: rgba(255, 255, 255, 0.54);
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box::-moz-placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box::placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box.full-width {
  flex-basis: 100%;
  height: 10rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box.error {
  border-bottom: 1px solid red;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs {
  display: flex;
  flex-wrap: wrap;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input {
  border: 0;
  flex-basis: 15%;
  width: 15%;
  height: 5rem;
  padding-left: 1.8rem;
  background-color: rgba(255, 255, 255, 0.54);
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input::-moz-placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input::placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs.error {
  border-bottom: 1px solid red;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input-box {
  border: 0;
  flex-basis: 85%;
  width: 85%;
  height: 5rem;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.54);
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input-box::-moz-placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input-box::placeholder {
  color: #7E93B4;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs .prefix-input-box.error {
  border-bottom: 1px solid red;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs label {
  flex-basis: 100%;
  width: 100%;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .action-controls {
  margin: 3.5rem 0 0 0;
}
body .site-footer-container .lets-connect-container .lets-connect-content .form-container .action-controls .btn {
  background-color: #292929;
  color: #FFF;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 2.8rem;
  border-radius: 1.5rem;
  cursor: pointer;
}
body .site-footer-container .lets-connect-container .lets-connect-content .address-container {
  flex-basis: 40%;
}
body .site-footer-container .lets-connect-container .lets-connect-content .address-container .address-container-content {
  padding-left: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .site-footer-container .lets-connect-container .lets-connect-content .address-container .address-container-content .title-text {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 2.9rem;
  padding-bottom: 3rem;
}
body .site-footer-container .lets-connect-container .lets-connect-content .address-container .address-container-content .address-details {
  border-bottom: 2px solid #FFF;
  margin-bottom: 3rem;
}
body .site-footer-container .footer-container {
  padding: 5rem 10%;
  background-color: #235BD3;
}
body .site-footer-container .footer-container .site-footer-widget-area {
  display: flex;
  justify-content: space-between;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets {
  flex-basis: 25%;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets:nth-child(3) {
  flex-basis: 35%;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets:last-child {
  flex-basis: 15%;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu {
  display: flex;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu.center {
  justify-content: center;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu.end {
  justify-content: flex-end;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #EABB54;
  padding-bottom: 1.2rem;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul {
  padding: 0;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul li a {
  color: var(--GFT--color-white);
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul li a:hover {
  opacity: 0.8;
  color: #EABB54;
  text-decoration: underline;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul.reach-us li {
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul.reach-us li p {
  margin-bottom: 0;
  color: #FFF;
}
body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container ul.reach-us li a {
  color: #EABB54;
  white-space: nowrap;
  font-weight: 600;
}
body .site-footer-container .footer-container .widget-help-info {
  display: flex;
  flex-direction: column;
}
body .site-footer-container .footer-container .widget-help-info a {
  margin: 1rem 0;
  border-radius: 50px;
  padding: 1rem;
  width: 70%;
  background: var(--GFT--color-white);
  color: var(--GFT--global-color-headings);
}
body .site-footer-container .site-footer-bottom {
  background: #010146;
  display: flex;
  padding: 1.3rem 10%;
  justify-content: space-between;
}
body .site-footer-container .site-footer-bottom p {
  margin: 0;
  color: var(--GFT--color-white);
}
body .site-footer-container .site-footer-bottom a {
  color: #EABB54;
}

.trade-marck-img {
  height: 4rem;
  padding-bottom: 2rem;
}
.trade-marck-img.top-big {
  height: 9rem;
  padding-bottom: 5rem;
}
.trade-marck-img.absolute {
  position: absolute;
}
.trade-marck-img.small {
  height: 3.4rem;
}

/* For only desktop css */
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
/* For mobile css */
@media (max-width: 768px) {
  body .hide-on-mobile {
    display: none !important;
  }
  body main {
    min-height: auto;
  }
  body main .top-banner {
    margin: 3rem 0;
  }
  body main .top-banner .banner-content-container {
    padding: 3rem 2rem;
  }
  body main .top-banner .banner-content-container .banner-content-flex h1 {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  body main .top-banner .banner-content-container .banner-content-flex p {
    width: 100%;
  }
  body .site-header {
    padding: 4% 6% 0 6%;
  }
  body .site-header .fast-theme-header-inner {
    position: fixed;
    flex-direction: column;
    right: -100%;
    background: #FFF;
    top: 0;
    z-index: 999;
    padding: 2rem;
    height: 100%;
    width: 100%;
    transition: 0.3s all;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body .site-header .fast-theme-header-inner.open {
    right: 0;
  }
  body .site-header .fast-theme-header-inner .close-menu-btn {
    line-height: 2px;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
  }
  body .site-header .fast-theme-header-inner .close-menu-btn i {
    font-size: 2.8rem;
  }
  body .site-header .fast-theme-header-inner .close-menu-btn img {
    height: 16px;
  }
  body .site-header .fast-theme-header-inner .menu {
    flex-direction: column;
  }
  body .site-header .fast-theme-header-inner .menu li a {
    padding-left: 5rem;
  }
  body .site-header .fast-theme-header-inner .menu li ul {
    top: 4rem !important;
    left: -18px;
  }
  body .site-header .fast-theme-header-inner .menu li ul li a {
    padding-left: 1rem;
  }
  body .site-header .menu-container-parent {
    line-height: 2px;
  }
  body .site-header .menu-container-parent .fast-track-responsive-toggle {
    display: flex;
    flex-direction: column;
  }
  body .site-header .menu-container-parent .fast-track-responsive-toggle span {
    display: inline-block;
    width: 20px;
    font-size: 4.5rem;
    padding: 3px 0;
  }
  body .section-right {
    padding: 3rem 3%;
  }
  body .section-right .section-container .heading-container .heading {
    font-size: 2.5rem;
    padding-right: 1rem;
  }
  body .section-right .section-container .heading-container .heading span {
    font-size: 3rem;
  }
  body .section-right .section-container .section-flex-container .section-flex {
    row-gap: 1rem;
    align-items: flex-start;
  }
  body .section-right .section-container .section-flex-container .section-flex .flex-content {
    width: 100%;
    font-size: 1.6rem;
  }
  body .section-right .section-bg {
    display: none;
  }
  body .section-right.management-debt-section .section-container .section-flex-container .section-flex .flex-content p {
    font-size: 1.7rem;
  }
  body .section-right.services-page .section-container .section-flex-container .section-flex {
    flex-wrap: wrap;
  }
  body .section-right.services-page .section-container .section-flex-container .section-flex .content-left {
    flex-basis: 100%;
  }
  body .section-right.services-page .section-container .section-flex-container .section-flex .content-left h3 {
    font-size: 3.5rem;
  }
  body .section-right.services-page .section-container .section-flex-container .section-flex .content-right {
    flex-basis: 100%;
  }
  body .section-right.services-page .section-container .section-flex-container .section-flex .content-right h4 {
    font-size: 3.1rem;
  }
  body .service-top-section {
    padding: 2rem 3%;
  }
  body .service-top-section h1 {
    font-size: 4rem;
  }
  body .service-top-section .heading-content-flex {
    background-color: #1F2F9A;
    border-radius: 3rem;
    background-image: none;
  }
  body .service-top-section .service-image-section {
    display: none;
  }
  body .section-about-page-information {
    padding: 4rem 3% 0 3%;
  }
  body .page-top-section {
    padding: 2rem 3%;
  }
  body .page-top-section .page-top-section-content-container .desc p {
    width: 100%;
  }
  body .design-info {
    padding: 2rem 3%;
  }
  body .design-info .design-info-container .design-info-content .design-info-flex {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  body .design-info .design-info-container .design-info-content .design-info-flex .flex-content {
    flex-basis: 100%;
  }
  body .design-info.career-section .design-info-container .header-container .header-flex {
    flex-wrap: wrap;
  }
  body .design-info.career-section .design-info-container .header-container .header-flex h3 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  body .design-info.career-section .design-info-container .design-info-content .design-info-flex {
    flex-wrap: wrap;
  }
  body .design-info.career-section .design-info-container .design-info-content .design-info-flex .flex-content {
    flex-basis: 100%;
  }
  body .design-info.key-achivements .design-info-container h3 {
    font-size: 5rem;
  }
  body .design-info.key-achivements .design-info-container .design-info-content .design-info-flex .flex-content {
    flex-basis: 47%;
  }
  body .section-business-info {
    padding: 2rem 3%;
  }
  body .section-business-info h2 {
    line-height: 0.9;
  }
  body .section-career-page-join {
    padding: 2rem 3%;
  }
  body .section-career-page-join .section-container .section-flex-container .section-flex {
    flex-wrap: wrap;
  }
  body .section-career-page-join .section-container .section-flex-container .section-flex .content-left {
    flex-basis: 100%;
  }
  body .section-career-page-join .section-container .section-flex-container .section-flex .content-left h3 {
    padding-bottom: 2rem;
  }
  body .section-career-page-join .section-container .section-flex-container .section-flex .content-right {
    flex-basis: 100%;
  }
  body .about-us-top-section {
    padding: 4rem 3% 2rem 3%;
  }
  body .section-look-for {
    padding: 2rem 3%;
  }
  body .section-look-for .section-container .content-section .flex-container {
    flex-wrap: wrap;
  }
  body .section-look-for .section-container .content-section .flex-container .content-info {
    flex-basis: 100%;
  }
  body .section-look-for .section-container .content-section .flex-container .content-info h5 {
    font-size: 4.5rem;
  }
  body .section-right-client {
    padding: 2rem 3% 5rem 3%;
  }
  body .section-right-client .section-container .section-service-container {
    width: 90%;
  }
  body .faq-section {
    padding: 2rem 3%;
  }
  body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex {
    row-gap: 0;
  }
  body .faq-section .faq-section-container .faq-content .faq-content-container .faq-content-main-container .faq-content-flex .faq-content-flex-content-main {
    flex-basis: 100%;
    margin-bottom: 0;
  }
  body .section-our-team-ref {
    padding: 2rem 3%;
  }
  body .section-our-team-ref .section-our-team-ref-container .section-our-team-ref-main .section-our-team-ref-flex .section-our-team-ref-flex-box {
    flex-basis: 100%;
  }
  body .services-page-box-model {
    padding: 0rem 3% 2rem 3%;
  }
  body .services-page-box-model .section-flex-container {
    flex-wrap: wrap;
  }
  body .services-page-box-model .section-flex-container .section-flex {
    padding: 2.2rem 0;
    display: block;
    flex-basis: 100%;
    margin-bottom: 3rem;
  }
  body .section-our-comprehensive-services {
    padding: 5rem 10%;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container h3 {
    font-family: "DidactGothic-Regular", sans-serif;
    letter-spacing: 0.03em;
    font-size: 5rem;
    padding-bottom: 10rem;
    font-weight: 400;
    text-align: center;
    width: 70%;
    position: relative;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container h3::before {
    content: "";
    position: absolute;
    bottom: 5rem;
    left: 50%;
    width: 3px;
    height: 5rem;
    background: #E4BF6F;
    transition: 0.5s all;
    transition-duration: 800ms;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container h3::after {
    content: "";
    position: absolute;
    bottom: 5rem;
    left: 50%;
    width: 50.3%;
    height: 0.25rem;
    background: #E4BF6F;
    transition: 0.5s all;
    transition-duration: 800ms;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container h3.viewed::before {
    background: #235BD3;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container h3.viewed::after {
    background: #235BD3;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .comperhense-content-image {
    display: none;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box {
    flex-basis: 100%;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right {
    margin-left: 0;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right::after {
    display: none;
  }
  body .section-our-comprehensive-services .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left h4::after {
    display: none;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container h3 {
    width: 100%;
    font-size: 3.5rem;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container h3::after {
    width: 22.6%;
    display: none;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .comperhense-content-image {
    display: none;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box {
    flex-basis: 100%;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right {
    margin-left: 0;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.right::after {
    display: none;
  }
  body .section-our-comprehensive-services.fund-raising .our-comprehensive-services-container .our-comprehensive-services-blog .our-comprehensive-services-main-flex .our-comprehensive-services-flex-box.left h4::after {
    display: none;
  }
  body .section-fund-raising-end-to-end {
    padding: 2rem 3%;
  }
  body .section-fund-raising-end-to-end .section-fund-raising-end-to-end-content h3 {
    padding-bottom: 4rem;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative {
    position: relative;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box {
    flex-wrap: wrap;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content::before {
    left: 45%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box.justify-end .end-to-end-content-flex-content .bg-content.box-first::after {
    left: -24%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content {
    flex-basis: 100%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .top-icon {
    left: 35%;
    margin-left: 0;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .top-icon.center {
    margin-left: 0;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content p {
    color: #FFF;
    margin: 0 !important;
    white-space: nowrap;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content::before {
    left: 45%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.top-right::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right::before {
    left: 45%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right.last-child::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-left::before {
    left: 45%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-left::after {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-right-circle {
    display: none;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted-left-circle {
    display: none;
  }
  body .section-fund-raising-prepare {
    padding: 2rem 3%;
    position: relative;
  }
  body .section-fund-raising-prepare h3 {
    padding-bottom: 4rem;
  }
  body .section-fund-raising-prepare .section-fund-raising-prepare-content .image-container {
    display: none;
  }
  body .section-fund-raising-prepare .absolute-content-container {
    position: relative;
  }
  body .section-fund-raising-prepare .absolute-content-container .absolute-content-container-box .absolute-content-container-flex {
    margin-bottom: 2rem;
    max-width: 100%;
  }
  body .section-fund-raising-prepare .absolute-content-container.top-left {
    left: 0;
    top: auto;
  }
  body .section-fund-raising-prepare .absolute-content-container.top-right {
    right: 0;
    top: auto;
  }
  body .section-fund-raising-prepare .absolute-content-container.bottom-left {
    left: 0;
    bottom: 0;
  }
  body .section-fund-raising-prepare .absolute-content-container.bottom-right {
    right: 0;
    bottom: 0;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-left {
    flex-basis: 100% !important;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right {
    flex-basis: 100% !important;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .viewed-content-tick {
    flex-basis: auto !important;
  }
  body .section-right.management-debt-section {
    display: flex;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    flex-wrap: wrap;
  }
  body .section-right.management-debt-section .section-container {
    flex-basis: 100%;
    width: 100%;
  }
  body .section-right.management-debt-section .section-container .section-flex-container .section-flex .flex-content {
    width: 100% !important;
  }
  body .section-right.management-debt-section .section-bg {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  body .section-right.management-debt-section .section-bg img {
    max-height: 58rem;
    width: 100%;
  }
  body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex {
    flex-wrap: wrap;
  }
  body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-heading-info {
    flex-basis: 100%;
  }
  body .section-debt-card .section-debt-card-container .section-debt-card-content .section-debt-card-flex .section-list-content {
    flex-basis: 100%;
  }
  body .section-services-ecosystem {
    padding: 2rem 3% 8rem 3%;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex {
    flex-wrap: wrap;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left {
    flex-basis: 100%;
    width: 100%;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content {
    width: 100%;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box {
    height: 225px;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-flex .content-box h5 {
    font-size: 1.2rem;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute {
    position: absolute;
    top: 228px;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box {
    height: 225px;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-left .service-left-content .service-left-absolute .content-box h5 {
    font-size: 1.2rem;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right {
    flex-basis: 100%;
    width: 100%;
    margin-top: 1rem;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-slider .slick-custom-arrow.slick-prev {
    left: 30%;
  }
  body .section-services-ecosystem .section-services-ecosystem-container .section-services-ecosystem-content .services-ecosystem-main-flex .services-ecosystem-right .service-right-slider .slick-custom-arrow.slick-next {
    left: 50% !important;
  }
  body .section-services-ecosystem-org {
    padding: 2rem 2%;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container h4 {
    font-size: 3.5rem;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex-header {
    display: none;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex {
    display: flex;
    flex-wrap: wrap;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box {
    flex-basis: 100%;
    min-height: auto;
    margin-bottom: 1.5rem;
    transition: 0.5s all;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
    display: flex;
    margin: 1rem 0 0 1rem;
    align-items: center;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header .info-counter {
    display: inline-block;
    border-radius: 50%;
    background-color: #FFF;
    color: #1F2F9A;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header h6 {
    color: #FFF;
    padding-left: 1.5rem;
    text-decoration: underline;
    letter-spacing: 0.03em;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0 2.5rem;
    list-style: disc;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul li {
    color: #FFF;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-absolute {
    position: relative;
    background-color: #FFF;
    right: 0;
    bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #1F2F9A;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box .ecosystem-org-flex-absolute .absolute-content-list ul li {
    color: #000;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:first-child .ecosystem-org-flex-absolute {
    border-top-left-radius: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:first-child .ecosystem-org-flex-absolute .absolute-content-list ul {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
    padding-left: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
    padding-left: 2rem;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-absolute {
    border-top-right-radius: 0;
    right: auto;
    left: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(2) .ecosystem-org-flex-absolute .absolute-content-list ul {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
    padding-top: 4%;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-absolute {
    border-bottom-left-radius: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:nth-child(3) .ecosystem-org-flex-absolute .absolute-content-list ul {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-header {
    padding-left: 2rem;
    padding-top: 4%;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-box-content .ecosystem-org-flex-box-content-list ul {
    padding-left: 2rem;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-absolute {
    border-bottom-right-radius: 0;
    right: auto;
    left: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:last-child .ecosystem-org-flex-absolute .absolute-content-list ul {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  body .section-services-ecosystem-org .section-services-ecosystem-org-container .section-services-ecosystem-org-content .section-services-ecosystem-org-main-flex .section-services-ecosystem-org-flex-box:hover {
    transform: scale(1.1);
    box-shadow: 0px 1px 15px -3px rgb(192, 93, 9);
    background-color: rgb(192, 93, 9);
  }
  body .section-our-team {
    padding: 2rem 2%;
  }
  body .section-our-team .our-team-heading-info h5 {
    font-size: 3.6rem;
  }
  body .section-our-team .our-team-row-main .our-team-row {
    flex-wrap: wrap;
  }
  body .section-our-team .our-team-row-main .our-team-row .col-left {
    flex-basis: 100%;
  }
  body .section-our-team .our-team-row-main .our-team-row .col-left .team-member-info {
    padding: 1.5rem !important;
  }
  body .section-our-team .our-team-row-main .our-team-row .col-right {
    flex-basis: 100%;
  }
  body .section-our-team .our-team-member-social-contacts {
    padding: 1.5rem !important;
  }
  body .site-footer-container .lets-connect-container {
    padding: 3rem 3%;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content {
    flex-wrap: wrap;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container {
    flex-basis: 100%;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .connect-radio-option {
    margin: 2.5rem 0;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box {
    flex-basis: 85%;
    width: 85%;
    margin-bottom: 2rem;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .input-box.full-width {
    flex-basis: 85%;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .input-container .have-prefix-inputs {
    flex-basis: 85%;
    margin-bottom: 2rem;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .form-container .action-controls {
    margin: 1.5rem 0 0 0;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .address-container {
    flex-basis: 100%;
    margin-top: 5rem;
  }
  body .site-footer-container .lets-connect-container .lets-connect-content .address-container .address-container-content {
    padding-left: 2%;
  }
  body .site-footer-container .footer-container {
    padding: 5rem 3%;
  }
  body .site-footer-container .footer-container .site-footer-widget-area {
    flex-wrap: wrap;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets {
    flex-basis: 50%;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets:nth-child(3) {
    flex-basis: 50%;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets:last-child {
    flex-basis: 50%;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu.end {
    justify-content: flex-start;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu.center {
    justify-content: flex-start;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container h3 {
    font-size: 1.8rem;
  }
  body .site-footer-container .footer-container .site-footer-widget-area .fasttrack-footer-widgets .widget_nav_menu .menu-footer-widget-menu-container .menu li a {
    font-size: 1.6rem;
  }
  body .site-footer-container .site-footer-bottom {
    padding: 3rem 3%;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  body .site-footer-container .site-footer-bottom .copyrights {
    flex-basis: 100%;
  }
  body .site-footer-container .site-footer-bottom div {
    flex-basis: 50%;
  }
}
/* For tab css */
@media (max-width: 1024px) {
  .service-top-section .service-image-section img {
    display: none;
  }
}
/* For fund raising css */
@media (min-width: 950px) and (max-width: 1150px) {
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.top-right::after {
    width: 35%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.box-first::after {
    left: 17% !important;
    width: 100% !important;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.box-second::after {
    width: 100% !important;
  }
}
@media (min-width: 950px) and (max-width: 1145px) {
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-left::after {
    bottom: 200%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .end-to-end-content-flex-content .bg-content.bottom-right::after {
    bottom: 200%;
  }
  body .section-fund-raising-end-to-end .end-to-end-content-relative .end-to-end-content-main .end-to-end-content-flex-box .absolute-dotted.last-row {
    top: 5%;
    left: 32%;
  }
}
/* End fund raising css */
/* For only tab css */
@media (min-width: 768px) and (max-width: 1024px) {
  body .hide-on-tab {
    display: none !important;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-left {
    flex-basis: 100% !important;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right {
    flex-basis: 100% !important;
  }
  body .section-right.services-page.legal-services .section-container .section-flex-container .section-flex .content-right .flex-main .viewed-content-tick {
    flex-basis: auto !important;
  }
  body .section-right.management-debt-section {
    display: flex;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  body .section-right.management-debt-section .section-container {
    flex-basis: 65%;
    width: 65%;
  }
  body .section-right.management-debt-section .section-container .section-flex-container .section-flex .flex-content {
    width: 100% !important;
  }
  body .section-right.management-debt-section .section-bg {
    flex-basis: 35%;
    width: 35%;
    position: relative;
    top: auto;
    right: auto;
  }
  body .section-right.management-debt-section .section-bg img {
    max-height: 58rem;
    width: 100%;
  }
} /* For tab css */
/* For only tab css */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
* ----------------------------------------
* animation focus-in-expand-fwd
* ----------------------------------------
*/
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2025-3-18 21:53:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-pop-up-top
 * ----------------------------------------
 */
@keyframes text-pop-up-top {
  0% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    transform: translateY(-50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
/* ----------------------------------------------
* Generated by Animista on 2025-3-18 21:56:39
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.82);
  }
  100% {
    transform: scale(1);
  }
}
/* ----------------------------------------------
* Generated by Animista on 2025-3-18 23:34:52
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
@keyframes infrontAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */