@font-face {
  font-display: swap;
  font-family: GT-Haptik-Bold;
  src: url(../../assets/fonts/GT-Haptik-Bold/GT-Haptik-Bold.woff2) format("woff2"), url(../../assets/fonts/GT-Haptik-Bold/GT-Haptik-Bold.woff) format("woff"), url(../../fonts/assets/GT-Haptik-Bold/GT-Haptik-Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: GT-Haptik-Medium;
  src: url(../../assets/fonts/GT-Haptik-Medium/GT-Haptik-Medium.woff2) format("woff2"), url(../../assets/fonts/GT-Haptik-Medium/GT-Haptik-Medium.woff) format("woff"), url(../../fonts/assets/GT-Haptik-Medium/GT-Haptik-Medium.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: GT-Haptik-Regular;
  src: url(../../assets/fonts/GT-Haptik-Regular/GT-Haptik-Regular.woff2) format("woff2"), url(../../assets/fonts/GT-Haptik-Regular/GT-Haptik-Regular.woff) format("woff"), url(../../fonts/assets/GT-Haptik-Regular/GT-Haptik-Regular.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IvarDisplay-SemiBoldItalic;
  src: url(../../assets/fonts/IvarDisplay-SemiBoldItalic/IvarDisplay-SemiBoldItalic.woff2) format("woff2"), url(../../assets/fonts/IvarDisplay-SemiBoldItalic/IvarDisplay-SemiBoldItalic.woff) format("woff"), url(../../fonts/assets/IvarDisplay-SemiBoldItalic/IvarDisplay-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Mistral;
  src: url(../../assets/fonts/mistral/MISTRAL.woff) format("woff2"), url(../../assets/fonts/mistral/MISTRAL.woff) format("woff"), url(../../fonts/assets/mistral/MISTRAL.woff) format("truetype");
}

*, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: GT-Haptik-Regular,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: GT-Haptik-Medium, sans-serif;
}

p {
  font-family: GT-Haptik-Regular, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
}

a {
  font-family: GT-Haptik-Bold, sans-serif;
  text-decoration: none;
}

/* ===== Scrollbar CSS ===== */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99990;
  background-color: #000;
  left: 0px;
  top: 0px;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.mt-90 {
  margin-top: 90px;
}

.pb-footer {
  padding-bottom: 180px !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.w-80 {
  width: 80% !important;
  max-width: 80% !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-small {
  font-size: 0.9rem !important;
}

.font__style p {
  font-size: .9rem;
}

.mt--15 {
  margin-top: -15% !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.font_bold {
  font-family: 'GT-Haptik-Bold', sans-serif;
}

.mh-450 {
  max-height: 72vh !important;
}

.fs-50 {
  font-size: 50px !important;
}

.padding_ul {
  padding-left: 20px !important;
}

.text_gray {
  color: #b5b5b5 !important;
}

.mt_5 {
  margin-top: 5rem;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.bg_gray {
  background-color: #f7f7f7 !important;
}

.gradient_green {
  background-image: -webkit-gradient(linear, left top, right top, from(#CED429), to(#2AE4FF));
  background-image: linear-gradient(to right, #CED429, #2AE4FF);
}

.border-radius-3 {
  border-radius: 3px !important;
}

.text-justify {
  text-align: justify !important;
}

.fade_anim {
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.fade_anim.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.future_meet span:first-child {
  -webkit-animation: slide_up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
  display: inline-block;
}

.future_meet span:nth-child(2) {
  -webkit-animation: slide_up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
  display: inline-block;
}

.ding_text span:nth-child(1) {
  -webkit-animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  display: inline-block;
}

.future_meet_container a {
  -webkit-animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  display: inline-block;
}

.ding_text span:nth-child(2) {
  -webkit-animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  display: inline-block;
}

.ding_text span:nth-child(3) {
  -webkit-animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
  display: inline-block;
}

.ding_text span:nth-child(4) {
  -webkit-animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide_up 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
  display: inline-block;
}

@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide_up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.loader .loader-inner {
  width: 120px;
  height: 120px;
  border: 10px solid #fff;
  border-top: 10px solid #0f948d;
  border-radius: 50%;
  z-index: 99998;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader .loder-icon-delvens {
  width: 52px;
  height: 52px;
  position: fixed;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  margin-top: -26px;
  z-index: 99999;
}

.loader .loder-icon-delvens img {
  width: 100%;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mw-185 {
  max-width: 185px;
}

.navbar-toggler .burger {
  padding: 10px 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navbar-toggler .burger .burger-strip-2 div:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.navbar-toggler .burger .burger-strip-2 div:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .burger .burger-strip-2 div:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.navbar-toggler .strip div {
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin: 7px;
  -webkit-transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 26px;
}

.navbar-toggler.collapsed .burger .burger-strip-2 div:nth-child(2) {
  opacity: 1 !important;
}

.navbar-toggler.collapsed .strip div {
  -webkit-transform: translateY(0) rotate(0) !important;
          transform: translateY(0) rotate(0) !important;
}

.navbar__style {
  z-index: 9;
  background-color: #000;
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar__style .input-group-text {
  color: #fff;
  background-color: #5ccbf5;
  border: 1px solid #5ccbf5;
  cursor: pointer;
}

.navbar__style .navbar-brand {
  width: 190px;
  height: 60px;
  background: url(../img/home/White_190X60_Px-01.svg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar__style .navbar-nav .mega_menu_item {
  position: unset;
  margin: 0 12px;
}

.navbar__style .navbar-nav .mega_menu_item .nav-link {
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar__style .navbar-nav .mega_menu_item .nav-link::after {
  content: unset;
}

.navbar__style .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  padding: 35px 15px;
}

.navbar__style .navbar-nav .mega__dropdown {
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 0 40px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 6px solid #2faa6d;
}

.navbar__style .navbar-nav .mega__dropdown h3 {
  color: #5d5d5e;
  font-size: 2rem;
  font-family: GT-Haptik, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
}

.navbar__style .navbar-nav .mega__dropdown h4 {
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box a:hover h4 {
  color: #0f948d;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box h4 {
  list-style: none;
  font-size: 14px;
  font-family: GT-Haptik-Bold,sans-serif;
  color: #5d5d5e;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 22px;
  margin: 15px 0 0 0;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box .menu-blog-date {
  color: #9f9f9f;
  font-size: 14px;
  letter-spacing: 1px !important;
  margin: 5px 0 0 0;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box .innovation-menu-box-img {
  width: 100%;
  height: 200px;
  background-color: #e0e0e0;
  overflow: hidden;
  position: relative;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box .innovation-menu-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar__style .navbar-nav .mega__dropdown .innovation-menu-box, .navbar__style .navbar-nav .mega__dropdown .blog-menu-box {
  width: 100%;
  max-width: 90%;
}

.navbar__style .navbar-nav .mega__dropdown p {
  color: #9f9f9f;
  font-size: 16px;
  padding-right: 30px;
  margin: 0px;
}

.navbar__style .navbar-nav .mega__dropdown .mega-menu-li {
  padding-left: 0;
}

.navbar__style .navbar-nav .mega__dropdown .mega-menu-li li {
  list-style: none;
  font-size: 14px;
  font-family: GT-Haptik-Bold,sans-serif;
  color: #5d5d5e;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar__style .navbar-nav .mega__dropdown .mega-menu-li li a {
  color: #5d5d5e;
  text-decoration: none;
  font-family: GT-Haptik-bold, sans-serif;
}

.navbar__style .navbar-nav .mega__dropdown .mega-menu-li li a:hover {
  color: #0f948d;
}

.navbar__style .navbar-nav .mega__dropdown .mega-menu-li li + li {
  margin-top: 15px;
}

.navbar__style .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar__style:hover {
  background-color: #fff;
}

.navbar__style:hover .navbar-brand {
  background: url(../img/home/SVG_Orginal_190X60_Px-01.svg) no-repeat center center;
}

.navbar__style:hover .navbar-nav .nav-link {
  color: #000;
}

.navbar__style:hover .navbar-toggler span {
  color: #1f1f1f;
}

.navbar__style:hover .strip div {
  background: #1f1f1f;
}

.p-relative {
  position: relative !important;
}

.fa-close-icon {
  text-align: right;
  margin-top: -50px;
  margin-bottom: 30px;
  padding-right: 5px;
}

.fa-close-icon img {
  width: 30px;
}

.search_card {
  border-top: 1px solid #d4d4c9;
  padding: 25px 0;
}

.search_card .content_wrapper {
  list-style: none;
  padding-left: 0;
}

.search_card .content_wrapper li {
  padding-bottom: 10px;
}

.search_card .search_heading {
  font-size: 18px;
  font-family: GT-Haptik-Regular, sans-serif;
  display: inline;
  color: #1f1f1f;
  text-decoration: none;
  padding-bottom: 14px;
  background-size: 100% 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 66%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search_card .search_heading:hover {
  background-size: 0 1px;
}

.search_card .search_text {
  padding-top: 10px;
  font-size: 14px;
}

.search_card .search_date {
  padding-top: 15px;
  font-size: 12px;
}

.search_card .search_btn {
  color: #1bbfd5;
  font-family: GT-Haptik-Medium, sans-serif;
  font-size: 16px;
  margin-top: 7px;
  display: block;
}

.suggested_search_card .suggested_text {
  font-size: 16px;
  font-family: GT-Haptik-Regular, sans-serif;
  display: inline;
  color: #1f1f1f;
  text-decoration: none;
  padding-bottom: 22px;
  background-size: 100% 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 54%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.suggested_search_card .suggested_text:hover {
  background-size: 0 1px;
}

.search_input_container .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding-left: 0;
  font-size: 40px;
}

.search_input_container .input-group-text {
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 24px;
}

.ding_future {
  background-image: -webkit-gradient(linear, left top, right top, from(#ced429), to(#2ae4ff));
  background-image: linear-gradient(to right, #ced429, #2ae4ff);
  height: calc(100vh - 90px);
}

.ding_future .wave_bg {
  width: 100%;
  background-color: #000;
  height: 50vh;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-animation: wave_height 2s ease 3s forwards;
          animation: wave_height 2s ease 3s forwards;
}

.ding_future .wave_bg h1 {
  font-family: Mistral;
  font-size: 120px;
  line-height: 205px;
  text-align: center;
  color: #fff;
  margin: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  bottom: 2%;
}

.ding_future .future_meet {
  position: absolute;
  bottom: 10vh;
  font-size: 70px;
  color: #fff;
  display: contents;
}

.ding_future .future_meet .future_text {
  font-family: IvarDisplay-SemiBoldItalic, serif;
  padding-left: 10px;
}

.ding_future .future_meet_container {
  position: absolute;
  bottom: 10vh;
}

.ding_future .future_meet_container a {
  position: absolute;
  bottom: 5vh;
  font-size: 70px;
  right: -100px;
}

@-webkit-keyframes wave_height {
  from {
    height: 0vh;
    opacity: 0;
  }
  to {
    height: 45vh;
    opacity: 1;
  }
}

@keyframes wave_height {
  from {
    height: 0vh;
    opacity: 0;
  }
  to {
    height: 45vh;
    opacity: 1;
  }
}

.moon_section {
  position: relative;
}

.moon_section .moon_bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#ced429), to(#2ae4ff));
  background-image: linear-gradient(to right, #ced429, #2ae4ff);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 39% 100%;
  background-color: #1f1f1f;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moon_section .moon_bg .moon_circle {
  width: 550px;
  height: 550px;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.moon_section .moon_bg .moon_circle .moon_color {
  opacity: 1;
  background-color: #bbd540;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.moon_section .moon_content {
  position: absolute;
  top: 50%;
  width: 45%;
  text-align: left;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.moon_section .moon_content h3 {
  font-size: 44px;
  font-family: GT-Haptik-Medium,sans-serif;
  letter-spacing: 1px;
  line-height: 70px;
  color: #fff;
}

.arrow {
  max-width: 280px;
  position: relative;
  letter-spacing: 2px;
  display: block;
  margin: auto;
  padding: 20px 0;
  margin-top: 50px;
  -webkit-transition: letter-spacing .2s ease-in-out;
  transition: letter-spacing .2s ease-in-out;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.arrow span {
  margin-left: 70px;
  position: absolute;
  top: 25%;
  right: -25px;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 40px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.arrow span::before {
  content: "";
  width: 56px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 45%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow:hover {
  letter-spacing: 3px;
  color: #fff;
}

.arrow:hover span {
  border: 2px solid #fff;
}

.arrow:hover span::before {
  width: 20px;
  right: 22px;
}

.arrow:hover span::after {
  right: 20px;
}

.arrow.arrow_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow.arrow_2 span {
  top: 50%;
}

.arrow_black {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  position: relative;
  display: block;
}

.arrow_black span {
  width: 65px;
  position: relative;
  display: inline-block;
  height: 8px;
  padding-left: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow_black span::before {
  content: "";
  width: 65px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow_black span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -29px;
  margin-top: -5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow_black:hover {
  color: #000;
}

.arrow_black:hover span::before {
  width: 80px;
}

.arrow_black:hover span::after {
  right: -44px;
}

.services_wrapper {
  width: 100%;
  background-color: #000;
  padding: 90px 0 0 0;
  display: block;
}

.services_wrapper h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
}

.services_wrapper .services-sticky {
  width: 100%;
  max-width: 50%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  text-align: center;
}

.services_wrapper .services-container {
  width: 100%;
}

.services_wrapper .services_content {
  width: 50%;
  float: left;
}

.services_wrapper .services_content .service-card {
  padding: 200px 0;
}

.services_wrapper .services_content .service-card .service_right_content {
  padding: 0 40px;
}

.services_wrapper .services_content .service-card .service_right_content h3 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-top: 30px;
}

.services_wrapper .services_content .service-card .service_right_content h3 img {
  display: inline;
  width: 100px;
}

.services_wrapper .services_content .service-card .service_right_content h3 span {
  display: block;
}

.services_wrapper .services_content .service-card .service_right_content p {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 29px;
  margin-top: 20px;
}

.services_wrapper .services_content .service-last {
  padding: 200px 0 0 0;
}

.services_wrapper .service__numbers {
  position: relative;
  width: 50px;
  font-family: IvarDisplay-SemiBoldItalic,serif;
}

.services_wrapper .numbers_wrappper {
  position: absolute;
  left: 0px;
  top: 106px;
}

.services_wrapper .numbers_wrappper span {
  display: block;
}

.services_wrapper .service_images {
  width: 100%;
  max-width: 80%;
  height: auto;
  min-height: 600px;
  max-height: 880px;
  position: relative;
  margin: auto;
}

.services_wrapper .service_images img {
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 30px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
  transition: opacity 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
}

.services_wrapper .service_images img .sub-link.is-current {
  opacity: 1;
}

.services_wrapper .service_images .sub-link {
  padding: 0px;
}

.services_wrapper .service-img {
  display: none;
  width: 100%;
}

.services_wrapper .services-icon {
  width: 120px;
}

.services_wrapper .services-icon img {
  width: 100%;
}

.services_wrapper .sub-link {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  margin: 15px 0;
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
  transition: color 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
}

.services_wrapper .sub-link::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate3d(8px, -50%, 0);
          transform: translate3d(8px, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
  transition: all 0.3s cubic-bezier(0.71, 0.19, 0.68, 0.94);
  position: absolute;
  right: -25px;
  top: 10px;
  opacity: 0;
}

.services_wrapper .sub-link.is-current {
  opacity: 1;
  color: #fff;
}

.services_wrapper .sub-link.is-current::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.services_wrapper .sub-link.is-current::after {
  opacity: 1;
}

.clr {
  clear: both;
}

.built_section {
  padding: 40px 0;
  background-color: #fff;
}

.built_section .big_text {
  color: #000;
  font-size: 144px;
  line-height: 158px;
  font-family: GT-Haptik-Regular, sans-serif;
}

.built_section .who_text {
  position: absolute;
  top: 50%;
  font-family: GT-Haptik-Regular, sans-serif;
}

.built_section .est_text {
  font-size: 19px;
  color: #000;
  font-family: GT-Haptik-Bold,sans-serif;
  text-align: right;
}

.report_container.hide_container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.report_container.hide_container.show_container {
  max-height: 600px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.research_section {
  position: relative;
  display: block;
}

.research_section .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.research_section .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  bottom: 8%;
}

.research_section .carousel-indicators [data-bs-target] {
  text-indent: unset;
  color: #fff;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 60px;
  font-size: 14px;
  position: relative;
  height: auto;
  border-top: 3px solid #fff;
  background: transparent;
}

.research_section .research_text {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.research_section .research_text h3 {
  font-size: 55px;
  margin-bottom: 1.7rem;
}

.research_section .research_text h3 i {
  font-family: IvarDisplay-SemiBoldItalic, serif;
}

.testimonial_card {
  background-color: #fff;
  padding: 100px 50px;
  margin-top: 50px;
}

.testimonial_card .carousel-item {
  min-height: 420px;
}

.testimonial_card .testimonial__text {
  font-size: 24px;
}

.testimonial_card .testimonial__foot {
  margin-top: 30px;
  color: #9f9f9f;
  font-family: GT-Haptik-Medium, sans-serif;
  font-size: 14px;
}

.carousel-control-next, .carousel-control-prev {
  bottom: -30px;
  top: unset;
  width: auto;
}

.carousel-control-next:hover span::before, .carousel-control-prev:hover span::before {
  width: 34px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.carousel-control-next:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-prev:hover .carousel-control-next-icon {
  width: 36px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.carousel-control-prev {
  right: 46px;
  left: unset;
}

.carousel-control-prev .carousel-control-prev-icon {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel-control-next {
  right: 25px;
}

.carousel-control-next .carousel-control-next-icon {
  left: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 27px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
}

.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
  content: "";
  position: absolute;
  width: 26px;
  background: black;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.carousel-control-next-icon::after, .carousel-control-prev-icon::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer {
  background-color: #181819;
  color: #fff;
  padding: 60px 0 0;
}

footer .footer_nav_title {
  margin-bottom: 50px;
  font-size: 1.3em;
}

footer .footer_ul_content {
  margin-bottom: 20px;
}

footer .footer_url {
  font-size: 13px;
  color: #5d5d5e;
  text-decoration: none;
  text-transform: uppercase;
  font-family: GT-Haptik-Regular, sans-serif;
}

footer .footer_url:hover {
  color: #fff;
}

footer .footer_bottom {
  margin-top: 25px;
  border-top: 1px solid #282829;
  padding-top: 7px;
  padding-bottom: 7px;
}

footer .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

footer .footer_bottom ul li {
  margin-right: 110px;
}

footer .footer_bottom ul li a {
  color: #5d5d5e;
  font-family: GT-Haptik-Regular, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

footer .footer_bottom ul li a:hover {
  color: #fff;
}

footer .footer_bottom ul li img {
  max-width: 150px;
  padding-left: 15px;
}

footer .footer_bottom ul li:last-child {
  margin-right: 0;
}

footer .footer_bg_image {
  width: 100%;
  padding: 150px 0;
  background-image: url("../img/img-footer-inquiry-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -130px;
  margin-bottom: 100px;
}

footer .footer_bg_image .question_text h3 {
  font-size: 70px;
  color: #fff;
}

footer .footer_bg_image .question_text h3 i {
  font-family: IvarDisplay-SemiBoldItalic, serif;
}

.chosen-container {
  margin-bottom: 1rem;
}

.blog_search_wrapper {
  z-index: 1;
}

.blog_search_wrapper .chosen-single {
  height: 38px;
  line-height: 36px;
  font-size: 15px;
}

.blog_search_wrapper .chosen-single div b {
  top: 6px;
  position: relative;
}

.blog_search_wrapper .btn-report {
  padding: 11.5px 30px;
  border-radius: 3px;
}

.pagination_container {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-top: 1px solid #ddd;
}

.pagination_container .result_page {
  text-align: right;
  margin-top: 0.8rem;
  font-size: 13px;
  font-family: GT-Haptik-Bold, sans-serif;
  opacity: .7;
}

.pagination_container .result_page input {
  width: 70px;
  padding: 0 3px;
  border-radius: 3px;
}

.pagination_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination_wrapper .search_pagination span {
  margin-right: 10px;
  font-size: 13px;
  font-family: GT-Haptik-Bold, sans-serif;
  opacity: .7;
}

.pagination_wrapper .search_pagination select {
  border-radius: 3px;
}

.pagination-wrapper {
  text-align: right;
}

.pagination-wrapper .pagination {
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  border-radius: 35px;
  background-color: #eee;
}

@media only screen and (max-width: 1199px) {
  .pagination-wrapper .pagination {
    height: 50px;
    padding: 0 10px;
    border-radius: 25px;
  }
}

.pagination-wrapper ul li  {
  display: block;
  /*padding: 0 12px;*/
  float: left;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  color: #595959;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 36px;
  font-family: 'GT-HAPTIK-REGULAR', sans-serif;
  text-transform: uppercase;
  min-width:34px;
}

.pagination-wrapper ul li:hover, .pagination-wrapper ul li.active{
  background: -webkit-gradient(linear, left top, right top, from(#CED429), to(#2AE4FF));
  background: linear-gradient(to right, #CED429, #2AE4FF);
  color: #fff;
}
.pagination-wrapper ul{
    padding:0;
}
.pagination-wrapper ul li .page-link, .pagination-wrapper ul li .current{
    all:unset;
    padding: 8px 12px !important;
    cursor: pointer;
}
.pagination-wrapper ul li a.prev:hover, .pagination-wrapper ul li a.next:hover {
  background: transparent;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .pagination-wrapper ul li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

.text-initial {
  text-transform: initial !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.career_bg_banner {
  background-image: url("../img/career/career-form-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-attachment: fixed;
}

.header_banner_career {
  background-image: url("../img/career/career-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh !important;
}

.heading_stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #44e2dd;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#f28621), to(#2eabff));
  background: linear-gradient(to right, #f28621, #2eabff);
  -webkit-background-clip: text;
  font-family: 'GT-Haptik-Bold', sans-serif;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.heading_h2 {
  font-size: 35px;
  max-width: 750px;
  line-height: 1.3;
}

.blog_section {
  background-color: #f7f7f7;
  padding: 80px 0;
  position: relative;
}

.blog_section .block-item {
  margin-bottom: 30px;
}

.blog_section .item__image .image__container {
  max-height: 370px;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.blog_section .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.blog_section .item__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog_section .item__text {
  display: block;
  text-decoration: none;
}

.blog_section .item__text h4 {
  padding-bottom: 0;
  padding-top: 40px;
  color: #1f1f1f;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.blog_section .item__text span {
  color: #9e9e9e;
  display: inline-block;
  margin-top: 5px;
  text-transform: initial;
  font-family: 'GT-Haptik-Regular', sans-serif;
  display: block;
  font-size: 14px;
}

.gradient_bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#B654d6), to(#3A0C99));
  background-image: linear-gradient(to right, #B654d6, #3A0C99);
}

.header_bg_gradient {
  min-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header_bg_gradient h2 {
  text-transform: uppercase;
}

.header_bg_gradient .blog_heading {
  font-size: 50px;
  font-family: GT-Haptik-bold, sans-serif;
  color: #fff;
}

.iframe_style {
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.blog_content p, .blog_content a, .blog_content li {
  text-align: justify;
}

.blog_content img {
  width: 100%;
}

.blog_content ul {
  padding-left: 22px;
}

.blog_content ul li {
  padding-left: 10px;
}

.blog_author img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 7px #cccc;
          box-shadow: 0 0 30px 7px #cccc;
  margin-bottom: 15px;
}

.blog_author h4 {
  color: #9f9f9f;
}

.blog_author p {
  font-size: 12px;
}

.innovation_section {
  padding: 80px 0;
  background-color: #fff;
}

.innovation_card {
  margin-top: 50px;
}

.innovation_card:first-child {
  margin-top: 0;
}

.innovation_card .innovation_img_card {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 66.66%;
  max-height: 250px;
}

.innovation_card .innovation_img_card img.innovation_img {
  min-width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.innovation_card .innovation_img_card .innovation_img, .innovation_card .innovation_img_card a {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.innovation_card .innovation_img_card .innovation_hover {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.innovation_card .content_wrapper {
  margin-left: 30px;
}

.innovation_card .content_wrapper .innovation_heading {
  display: inline;
  font-size: 28px;
  line-height: 40px;
  color: #1f1f1f;
  text-decoration: none;
  padding-bottom: 7px;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 80%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: GT-Haptik-Regular, sans-serif;
}

.innovation_card .content_wrapper .innovation_heading.innovation_hover {
  background-size: 100% 1px;
}

.innovation_card .content_wrapper .innovation_text {
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
}

.partnership__section {
  background-color: #f7f7f7;
  padding: 80px 0 160px;
}

.partnership__section .partnership__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partnership__section .partnership__logos img {
  width: calc(100% / 7);
  max-width: 240px;
  margin: 10px 0;
}

.healthcare {
  background-color: #000;
}

.brands_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.brands_img img {
  width: calc(100% / 7);
}

.report_details .innovation_card {
  margin-top: 20px;
  padding-bottom: 20px;
}

.report_details .report_image {
  text-align: center;
}

.report_details .report_image img {
  max-height: 280px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.report_details .content_wrapper .innovation_heading {
  font-size: 24px;
  line-height: 1.5;
}
.report_details .content_wrapper .innovation_heading a {
  color: #000;
  font-family: GT-Haptik-Regular,sans-serif;
}
.report_details .content_wrapper .innovation_text {
  font-size: 14px;
}

.default-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 0;
  overflow: hidden;
}

.default-breadcrumb li.crumb {
  position: relative;
  padding: 0.25em;
  background-color: #eaecf1;
  color: #8093A7;
}

.default-breadcrumb li.crumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 1.5em;
  background-color: #eaecf1;
  -webkit-clip-path: polygon(50% 50%, -50% -50%, 0 100%);
          clip-path: polygon(50% 50%, -50% -50%, 0 100%);
}

.default-breadcrumb li.crumb::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 1px;
  width: 1.5em;
  background-color: #eaecf1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.default-breadcrumb li.crumb:not(:first-child) {
  margin-left: 2em;
}

.default-breadcrumb li.crumb:first-child {
  padding-left: 0.5em;
  border-radius: 5px 0 0 5px;
}

.default-breadcrumb li.crumb:first-child::before {
  display: none;
}

.default-breadcrumb li.crumb:last-child {
  padding-right: 1em;
  border-radius: 0 5px 5px 0;
}

.default-breadcrumb li.crumb:last-child::after {
  display: none;
}

.default-breadcrumb li.crumb.active {
  background: -webkit-gradient(linear, left top, right top, from(#2ae4ff), to(#ced429));
  background: linear-gradient(90deg, #2ae4ff 0%, #ced429 100%);
  color: #fff;
}

.default-breadcrumb li.crumb.active::before, .default-breadcrumb li.crumb.active::after {
  background-color: #2ce4fc;
}

.default-breadcrumb li.crumb a {
  color: #8093A7;
  font-family: "GT-Haptik-Regular" , sans-serif;
  font-size: 13px;
}

.default-breadcrumb li.crumb a:hover {
  color: #c1d53a;
}

.report_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.report_btn_container .btn-report {
  border-radius: 3px;
}

.h-53 {
  height: 53vh !important;
}

.btn-menu {
  background: #2ae4ff;
  background: -webkit-gradient(linear, left top, right top, from(#2ae4ff), to(#ced429));
  background: linear-gradient(90deg, #2ae4ff 0%, #ced429 100%);
  color: #000;
  position: relative;
  padding: 20px 30px;
  text-transform: uppercase;
  border: none;
  font-family: GT-Haptik-Bold, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 15px;
  margin-top: 30px;
  border-radius: 3px;
}

.btn-menu:hover {
  background: #ced429;
  background: -webkit-gradient(linear, left top, right top, from(#ced429), to(#2ae4ff));
  background: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  color: #000;
}

.remote-card-bs {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  z-index: 989;
}

.remote-card {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #eff1f5;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.remote-card h2 {
  background: -webkit-gradient(linear, left top, right top, from(#CED429), to(#2AE4FF));
  background: linear-gradient(to right, #CED429, #2AE4FF);
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 30px 50px 30px;
  margin: 0px;
}

.remote-card.remote-card-open {
  width: 520px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

.remote-card .close-remote {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  z-index: 999;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 15px;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.remote-card .close-remote:hover {
  background-color: #fff;
  color: #0f948d;
}

.remote-card .remote-card-inner {
  width: 100%;
  position: relative;
  background-color: #eff1f5;
  padding: 20px;
  margin-top: -30px;
}

.remote-card .remote-social
.remote-social ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.remote-card .remote-social li,.thanku_section .remote-social li {
  list-style: none;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}

.remote-card .remote-social li a,.thanku_section .remote-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.thanku_section .remote-social li a{
     width: 40px;
      height: 40px;
      line-height: 40px;
}
.remote-card .remote-social li a:hover,.thanku_section .remote-social li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#CED429), to(#2AE4FF));
  background: linear-gradient(to right, #CED429, #2AE4FF);
  color: #fff;
}

.remote-card .remote-icon-card {
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 14px;
  border-radius: 8px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: inset 0 0 20px 0px #cccccce8;
          box-shadow: inset 0 0 20px 0px #cccccce8;
}

.remote-card .remote-icon-card a {
  display: block;
  padding: 20px 10px;
  color: #000;
}

.remote-card .remote-icon-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.remote-card .remote-icon-card h4 {
  font-size: 14px;
  letter-spacing: 0px;
  margin: 12px 0 0 0;
}

.remote-card .remote-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
}

.remote-card .remote-icon img {
  width: 100%;
}

.remote-control-btn {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 990;
}

.remote-control-btn img {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.remote-control-btn img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.modal_wrapper .modal-dialog {
  border-radius: 0px;
}

.modal_wrapper .modal-dialog .modal-header {
  padding: 10px 28px;
  background: -webkit-gradient(linear, left top, right top, from(#CED429), to(#2AE4FF));
  background: linear-gradient(to right, #CED429, #2AE4FF);
}

.modal_wrapper .modal-dialog .modal-header .modal-title {
  font-size: 20px;
  color: #fff;
}

.modal_wrapper .modal-dialog .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal_wrapper .modal-dialog .modal-header
.modal-header .close {
  margin-top: 2px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}

.modal_wrapper .modal-dialog .modal-body {
  padding: 30px;
}

.modal_wrapper .modal-dialog .modal-body h4 {
  margin: 0 0 30px 0;
  font-size: 18px;
}

.modal_wrapper .modal-dialog .modal_form .form-control {
  margin-bottom: .8rem;
}

.modal_wrapper .modal-dialog .btnSubmit {
  padding: 15px 30px;
}

.modal_wrapper .modal-dialog .iconstyle {
  position: relative;
}

.modal_wrapper .modal-dialog .iconstyle .dateicon, .modal_wrapper .modal-dialog .iconstyle .timeicon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.back_to_top {
  position: fixed;
  right: 10px;
  bottom: 170px;
  z-index: 990;
  display: none;
}

.banking_partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banking_partner .footer_url {
  margin-left: 5px;
}

.banking_partner .hsbc_logo {
  width: 120px;
}

.blog_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  margin-bottom: 70px;
  margin-top: 70px;
}

.blog_wrapper .block-item:nth-of-type(odd) {
  -webkit-transform: translate3d(0, 90px, 0);
          transform: translate3d(0, 90px, 0);
}

.blog_wrapper .image__container {
  max-height: 370px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.blog_wrapper .image__container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.blog_wrapper .item__image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.blog_wrapper .item__image::nth-last-child(2) {
  margin-top: 65px;
}

.blog_wrapper .item__image:hover .image__container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog_wrapper .item__text {
  display: block;
  text-decoration: none;
}

.blog_wrapper .item__text span {
  font-size: 14px;
}

.blog_wrapper .item__text h4 {
  padding-bottom: 0;
  padding-top: 40px;
  color: #1f1f1f;
}

.blog_wrapper .item__text span {
  color: #9e9e9e;
  display: inline-block;
  margin-top: 5px;
  text-transform: initial;
  font-family: GT-Haptik-Regular, sans-serif;
}

.report_bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#1C5B97), to(#0B704E));
  background-image: linear-gradient(to right, #1C5B97, #0B704E);
  height: 55vh;
}

.report_bg .report_banner_wrapper .banner_small_img {
  max-height: 210px;
}

.report_bg .banner_content {
  color: #fff;
}

.report_bg .banner_content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.report_bg .banner_content p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.report_bg .banner_content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.report_bg .banner_content ul li {
  width: calc(100%/3);
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.report_bg .banner_content ul li i {
  font-size: 18px;
  padding-right: 5px;
}

.report_navbar .nav-link:hover {
  background-color: #a6e0dd;
}

.report_navbar .nav-link.active {
  background-color: #a6e0dd;
}

.report_navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.report_navbar > nav > .nav > .nav-link {
  font-family: GT-Haptik-medium, sans-serif;
}

.report_navbar .nav .nav-link {
  border-radius: 5px;
  padding: 12px 15px;
  color: #333;
  font-size: 14px;
  font-family: GT-Haptik-Regular, sans-serif;
  text-transform: uppercase;
}

.report_container .nav-link {
  font-size: 12px !important;
}

.report_container .nav-link:hover {
  background-color: rgba(14, 125, 179, 0.2) !important;
}

.report_container .nav-link.active {
  background-color: rgba(14, 125, 179, 0.2) !important;
}

.report_right_corner {
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 30px;
}

.report_right_corner .social__icon,.thanku_section .social__icon {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report_right_corner .social__icon li,.thanku_section .social__icon li {
  list-style: none;
}

.report_right_corner .social__icon li a,.thanku_section .social__icon li a {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
  background: linear-gradient(0deg, #ddd, #fff);
  -webkit-transition: .5s;
  transition: .5s;
}

.report_right_corner .social__icon li a:hover,.thanku_section .social__icon li a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.report_right_corner .social__icon li a i,.thanku_section .social__icon li a i {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ddd));
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(46px - 12px);
  font-size: 18px;
  color: #262626;
  -webkit-transition: .5s;
  transition: .5s;
}

.report_right_corner .gradient_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#43cea2), to(#185a9d));
  background-image: linear-gradient(to right, #43cea2, #185a9d);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 12px;
}

.report_right_corner .gradient_btn h4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.report_right_corner .report_card_style {
  padding: 0 15px;
}

.report_right_corner .report_card_style h5 {
  font-family: GT-Haptik-Medium, sans-serif;
  padding: 0 0 20px;
}

.report_right_corner .report_card_style .form-check {
  margin-bottom: 1rem;
}

.report_right_corner .report_card_style .form-check .hover_content {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 13px 15px 0;
  position: absolute;
  bottom: 21px;
  width: 100%;
  right: 0;
  font-size: 13px;
  max-width: 235px;
  width: 235px;
  border-radius: 5px;
}

.report_right_corner .report_card_style .form-check .hover_content i {
  color: #40c5a2;
  padding-right: 5px;
}

.report_right_corner .report_card_style .form-check .hover_content p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.report_right_corner .report_card_style .form-check i {
  cursor: pointer;
  position: relative;
}

.report_right_corner .report_card_style .form-check i:hover .hover_content {
  display: block;
}

.report_right_corner .report_card_style .form-check-label {
  text-transform: uppercase;
  font-size: 12px;
}

.report_right_corner .report_card_style .note_text {
  letter-spacing: 1px;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #868686;
}

.text_gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ced429), to(#2ae4ff));
  background: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.table_of_content ol, .table_of_content ul {
  list-style: none;
}

.table_of_content > ol > li > p {
  background-color: #f5f5f5;
  padding: 5px 5px 5px 15px;
  text-transform: uppercase;
}

.table_of_content li p {
  margin-bottom: 12px;
  font-size: 15px;
  text-align: justify;
}

.accordion_wrapper .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.accordion_wrapper .accordion-item .accordion-button {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}

.accordion_wrapper .accordion-item .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.report_heading_h5 {
  padding: 30px 0 20px;
  color: #0e7db3;
  font-size: 24px;
  font-family: GT-Haptik-Bold, sans-serif;
}

.btn-report {
  padding: 9px 30px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.research_card {
  color: #fff;
  width: 85%;
}

.research_card .research_list {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #000;
  opacity: .7;
}

.research_card .research_list::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.54, 0.5, 0.04, 0.98);
  transition: -webkit-transform 0.45s cubic-bezier(0.54, 0.5, 0.04, 0.98);
  transition: transform 0.45s cubic-bezier(0.54, 0.5, 0.04, 0.98);
  transition: transform 0.45s cubic-bezier(0.54, 0.5, 0.04, 0.98), -webkit-transform 0.45s cubic-bezier(0.54, 0.5, 0.04, 0.98);
  left: 0;
  right: 0;
}

.research_card .research_list ul {
  list-style: none;
  padding-left: 20px;
}

.research_card .research_list ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 0;
  -webkit-transition: padding-left .5s ease-in-out;
  transition: padding-left .5s ease-in-out;
  font-size: 14px;
}

.research_card .research_list ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #fff;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.research_card:hover .research_list {
  opacity: 1;
}

.research_card:hover .research_list::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.research_card:hover ul li {
  padding-left: 25px;
  -webkit-transition: padding-left .5s ease-in-out;
  transition: padding-left .5s ease-in-out;
}

.research_card:hover ul li::before {
  width: 15px;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.scrollspy-example-2 {
  height: 100%;
  position: relative;
}

.bg_animation .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg_animation .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.bg_animation .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.bg_animation .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.bg_animation .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg_animation .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.bg_animation .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.bg_animation .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.bg_animation .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.bg_animation .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.bg_animation .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.bg_animation .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.bg_animation .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

.bg_animation_2 {
  font-weight: 100;
  background: radial-gradient(#a23982, #1f1013);
  overflow-y: hidden;
  -webkit-animation: fadeIn 1 1s ease-out;
          animation: fadeIn 1 1s ease-out;
}

.bg_animation_2 .light {
  position: absolute;
  width: 0px;
  opacity: .75;
  background-color: white;
  -webkit-box-shadow: #e9f1f1 0px 0px 20px 2px;
          box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 45vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.bg_animation_2 .x1 {
  -webkit-animation: floatUp 4s infinite linear;
          animation: floatUp 4s infinite linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bg_animation_2 .x2 {
  -webkit-animation: floatUp 7s infinite linear;
          animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  left: 15%;
}

.bg_animation_2 .x3 {
  -webkit-animation: floatUp 2.5s infinite linear;
          animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  left: -15%;
}

.bg_animation_2 .x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
          animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  left: -34%;
}

.bg_animation_2 .x5 {
  -webkit-animation: floatUp 8s infinite linear;
          animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  left: -57%;
}

.bg_animation_2 .x6 {
  -webkit-animation: floatUp 3s infinite linear;
          animation: floatUp 3s infinite linear;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: -81%;
}

.bg_animation_2 .x7 {
  -webkit-animation: floatUp 5.3s infinite linear;
          animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
          transform: scale(3.2);
  left: 37%;
}

.bg_animation_2 .x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
          animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  left: 62%;
}

.bg_animation_2 .x9 {
  -webkit-animation: floatUp 4.1s infinite linear;
          animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: .8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: .8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

.chosen-container-single .chosen-single, .chosen-container .chosen-results li {
  text-transform: uppercase;
}

.services_details_container .services_details_card {
  max-width: 80%;
}

.services_details_container .services_details_img {
  margin-bottom: 30px;
}

.services_details_container .services_details_img img {
  max-width: 200px;
}

.services_details_container .services_details_content {
  margin-bottom: 4rem;
}

.services_details_container .services_details_content h4 {
  padding-bottom: 1rem;
}

.services_details_container .services_details_content p, .services_details_container .services_details_content ul {
  color: #868686;
  font-size: .9rem;
}

.services_details_container .services_details_content p {
  text-align: justify;
}

.services_details_content ul li {
  padding-bottom: 7px;
}

.career_content h3 span, .career_content p span {
  color: #2AE4FF;
}

.border_top {
  border-top: 1px solid #cccccc38 !important;
}

.contact_card i {
  color: #2ce4fc;
  margin-bottom: 20px;
  font-size: 24px;
}

.contact_card a {
  display: block;
  color: #fff;
  font-family: 'GT-Haptik-Medium', sans-serif;
}

.contact_form p, .contact_form label {
  font-size: 14px;
}

.tranparent_form .form-control {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.tranparent_form .form-control:focus {
  background-color: #fff;
  color: #000;
}

.tranparent_form .form-check-label a {
  color: #2ce4fc;
}

.tranparent_form .form-check-label a:hover {
  color: #2eaa6e;
}

.header_bg_contact {
  background-image: linear-gradient(45deg, #21252978, #21252933), url("../img/contact-us/contact-us-banner.jpg");
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.checkout_section .form-group {
  margin-bottom: 1rem;
}

.checkout_section .form-check-label a:hover {
  color: #2eaa6e;
}

.checkout_tab {
  margin: 0 -15px;
}

.checkout_tab .nav-item {
  width: 50%;
  padding: 0 15px;
}

.checkout_tab .nav-item .nav-link {
  width: 100%;
  text-transform: uppercase;
  background: #f0f0f0;
  color: #000;
}

.checkout_tab .nav-item .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to right, #7b4397, #dc2430);
  color: #fff;
}

.checkout_card {
  -webkit-box-shadow: 0px 0px 8px 0px #ccccccbf;
          box-shadow: 0px 0px 8px 0px #ccccccbf;
}

.checkout_card .card-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#7b4397), to(#dc2430));
  background-image: linear-gradient(to right, #7b4397, #dc2430);
  color: #fff;
  padding: 8px;
}

.checkout_card p {
  font-size: 14px;
  margin-bottom: 4px;
}

.checkout_card p span {
  opacity: .6;
}

.checkout_card label {
  font-size: 14px;
}

.payment_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment_img_wrapper .form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment_img_wrapper .form-check label {
  padding-left: 8px;
}

.payment_img_wrapper .form-check label img {
  max-width: 100px;
}

.promo_code_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  background: transparent;
}

.promo_code_input .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.promo_code_input .btn-menu {
  border-radius: 0;
}

.cms_pages p, .cms_pages li {
  color: #868686;
}

.who_we_are_infographic {
  text-align: center;
  margin-top: 2rem;
}

.who_we_are_infographic img {
  max-width: 150px;
  margin-bottom: 1rem;
}

.listing_card {
  margin-bottom: 30px;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 10px;
}

.listing_card p {
  text-align: justify;
  font-size: 14px;
}

.listing_card ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.listing_card h4 {
  margin-bottom: 1rem;
}

.listing_card a {
  color: #2ce4fc;
  font-family: GT-Haptik-Medium, sans-serif;
}

.listing_card a:hover {
  color: #2eaa6e;
}

.report_modal .modal-content {
  overflow: hidden;
}

.report_modal .btn-close {
  outline: 0;
  float: right;
  padding: 20px;
}

.report_modal .btn-close:active, .report_modal .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert_fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  font-size: 14px;
}

.customer_faq_tab .nav-pills .nav-item {
  padding: 0 10px !important;
}

.color_text {
  color: #25e454;
}

.color_orange {
  color: #e16d11;
}

.color_quantitaive {
  color: #d558ff;
}

.methodology_tab {
  padding-top: 20px;
}

.methodology_tab .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.methodology_tab .nav-pills .nav-item {
  padding: 0 4px;
}

.methodology_tab .nav-pills .nav-link {
  color: #fff;
  background-color: #0d6efd;
  font-family: GT-Haptik-regular, sans-serif;
}

.methodology_tab .nav-pills .nav-link.active, .methodology_tab .nav-pills .show > .nav-link {
  background: #fff;
  color: #000;
}

.delvens_reach {
  width: 60%;
  margin: 0 auto;
}

.methodology_tab_content p, .methodology_tab_content li, .methodology_content p, .methodology_content li {
  color: #868686;
  font-size: 14px;
}

.methodology_tab_content p, .methodology_content p {
  text-align: justify;
}

.in_house.active {
  background: #17A4A4 !important;
}

.paid_partnership.active {
  background: #19A35E !important;
}

.gradient_bg_who {
  position: relative;
}

.gradient_bg_who .padding__bottom {
  padding-bottom: 75px;
}

.gradient_bg_who img, .gradient_bg_who .forshen_content {
  position: relative;
  z-index: 2;
}

.gradient_bg_who .bg_background {
  position: absolute;
  width: calc(50% - 12px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2ae4ff), to(#ced429));
  background: linear-gradient(90deg, #2ae4ff 0%, #ced429 100%);
  top: 0;
  z-index: 0;
  left: 0;
}

.btn_tryagian {
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 30px;
  margin: 0 5px;
  min-width: 150px;
}

.btn_cancel {
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  min-width: 150px;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.cstm_radio_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cstm_radio_btn_container .cstm_radio_btn {
  position: relative;
  margin: 0 5px 0 0;
  width: 100%;
  height: 40px;
  background: #cccccc42;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}

.cstm_radio_btn_container .cstm_radio_btn label, .cstm_radio_btn_container .cstm_radio_btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  cursor: pointer;
}

.cstm_radio_btn_container .cstm_radio_btn input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.cstm_radio_btn_container .cstm_radio_btn input[type="radio"]:checked + label {
  background: #a6e0dd;
  border-radius: 4px;
}

.cstm_radio_btn_container .cstm_radio_btn label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}

.ul_li_spacing li {
  margin-bottom: 10px;
}

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

.scroll_wrapper h3 {
  font-size: 20px !important;
}

.scroll_wrapper th,.blog_content  th,.blog_content thead td {
  background-color: #47B8B6;
  font-size: 18px;
  color: white;
  text-align: center;
  border: 1px solid #000;
}

.scroll_wrapper ul li {
  margin-bottom: 10px;
}

.scroll_wrapper p, .scroll_wrapper ul li {
  text-align: justify;
}

.scroll_wrapper th, .scroll_wrapper td,.blog_content th,.blog_content td {
  padding: 5px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.scroll_wrapper td p,.blog_content td p {
  text-align: left;
}

.scroll_wrapper th p,.blog_content th p,.blog_content thead td p {
  text-align: center;
}

.scroll_wrapper tr:nth-child(even),.blog_content tr:nth-child(even) {
  background-color: #ebfcfc;
}

.scroll_wrapper table,.blog_content table {
  width: 100%;
}

.scroll_wrapper table th p,.blog_content table th p {
  margin-bottom: 0;
}

:focus-visible {
  outline: none;
}

.text_color {
  color: #0e7db3;
}

.scroll_wrapper p, .scroll_wrapper li {
  font-size: .9rem;
}

@media (min-width: 320px) and (max-width: 480px) {
    
  .methodology_tab .nav-pills .nav-link {
    width: 100%;
  }
  .methodology_tab .nav-pills .nav-item {
    min-width: 50%;
    text-align: center;
    margin: 5px 0;
    padding: 0 6px !important;
    font-size: 10px;
  }
  .testimonial_card .testimonial__foot {
    margin-top: 24px;
    font-size: 12px;
  }
  .testimonial_card .testimonial__text {
    font-size: 20px;
  }
  .partnership__section .partnership__logos img {
    width: calc(100% / 2);
  }
  .pagination-wrapper .pagination {
    height: 40px;
    padding: 0 6px;
  }
  .pagination-wrapper ul li {
    padding: 0;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    min-width:26px;
  }
  .pagination-wrapper ul li .page-link, .pagination-wrapper ul li .current{
          padding: 8px 8px!important;
  }
  .fs-70 {
    font-size: 44px !important;
  }
  .report_btn_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .report_btn_container .btn-report {
    margin-bottom: 15px !important;
  }
  .brands_img img {
    width: calc(100% / 3);
  }
}

@media (min-width: 481px) and (max-width: 767px) {
    .pagination-wrapper ul li{
            padding: 0 2px;
            font-size:14px;
            min-width: 26px;
    }
  .partnership__section .partnership__logos img {
    width: calc(100% / 4);
  }
  .fs-70 {
    font-size: 64px !important;
  }
  .brands_img img {
    width: calc(100% / 4);
  }
  .report_btn_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .report_btn_container .btn-report {
    margin: 0 6px 15px 6px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .ding_future .future_meet_container a {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 0;
    display: block;
    position: relative;
  }
  .thanku_section .thank-you-title{
      margin-bottom:20px;
  }
  .thanku_section .remote-social{
      justify-content: flex-start;
  }
  .built_section {
    position: relative;
  }
  .built_section .position-relative {
    position: unset !important;
  }
  .built_section .who_text {
    top: unset;
    bottom: 44px;
    right: 30px;
    z-index: 99;
  }
  .alert_fixed {
    top: 83px;
    right: 10px;
  }
  .mt-top-3 {
    margin-top: 3rem !important;
  }
  .checkout_card {
    margin-bottom: 30px;
  }
  .report_bg .report_banner_wrapper .banner_small_img, .report_navbar {
    margin-bottom: 20px;
  }
  .report_modal img {
    display: none;
  }
  .report_bg .banner_content ul li {
    width: 100%;
  }
  .payment_img_wrapper .form-check {
    margin: 10px;
  }
  .report_right_corner {
    margin-top: 30px;
  }
  .payment_img_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .methodology_tab .nav-pills .nav-item {
    margin-bottom: 10px;
  }
  .header_bg_gradient {
    min-height: auto;
  }
  .checkout_tab .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .research_card h4 {
    margin-top: 30px;
  }
  .services_details_container .services_details_card {
    max-width: 100%;
  }
  .healthcare .btn {
    margin-bottom: 30px;
  }
  .research_section .carousel-item {
    height: 100vh;
  }
  .header_banner_career {
    background-position: center;
  }
  .fs-50 {
    font-size: 40px !important;
  }
  .fs-55 {
    font-size: 42px !important;
  }
  .pagination_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagination_wrapper .search_pagination {
    margin-bottom: 20px;
  }
  .blog_search_wrapper .form-control {
    margin-bottom: 1rem;
  }
  .pagination_container .result_page {
    text-align: center;
  }
  .pagination-wrapper {
    text-align: center;
  }
  .blog_wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-row-gap: 45px;
  }
  .blog_wrapper .block-item:nth-of-type(odd) {
    -webkit-transform: unset;
            transform: unset;
  }
  .blog_wrapper .item__text h4 {
    padding-top: 25px;
  }
  footer .footer_bg_image .question_text h3 {
    font-size: 45px;
  }
  .services-sticky {
    display: none;
  }
  .services_wrapper .service-img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .services_wrapper .services_content {
    width: 100%;
    float: none;
  }
  .services_wrapper .services_content .service-card {
    padding: 20px 0;
  }
  footer .footer_bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_bottom ul li {
    margin-right: 0;
  }
  footer .footer_bottom ul li.banking-partner {
    margin-left: 0 !important;
  }
  .services_wrapper .services_content .service-card .service_right_content {
    padding: 0 30px;
  }
  .services_wrapper .services_content .service-card .service_right_content h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .ding_future .wave_bg {
    height: 45vh;
  }
  .ding_future .wave_bg h1 {
    font-size: 92px;
    padding-top: 100px;
    line-height: 110px;
  }
  .ding_future .future_meet {
    font-size: 54px;
  }
  .moon_section .moon_bg {
    background-position: 32% 41%;
  }
  .moon_section .moon_bg .moon_circle {
    width: 300px;
    height: 300px;
  }
  .moon_section .moon_bg .moon_circle .moon_color {
    width: 290px;
    height: 290px;
  }
  .moon_section .moon_content {
    top: 64%;
    width: auto;
  }
  .moon_section .moon_content h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .research_section .carousel-indicators {
    bottom: 0%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research_section .carousel-indicators [data-bs-target] {
    width: 45%;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .blog_section .blog_wrapper {
    display: block;
  }
  .blog_section .blog_wrapper .item__image .image__container img {
    width: 100%;
  }
  .blog_section .blog_wrapper .block-item:nth-of-type(odd) {
    -webkit-transform: none;
            transform: none;
  }
  .blog_section .blog_wrapper .block-item {
    margin-bottom: 45px;
  }
  .blog_section .blog_wrapper .item__text h4 {
    padding-top: 20px;
  }
  .innovation_card .content_wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
  .innovation_card .content_wrapper .innovation_heading {
    letter-spacing: .3px;
    line-height: 34px;
    font-size: 24px;
  }
  .wave_bg h1 {
    font-size: 64px;
    padding-top: 130px;
  }
  .Text_eyebrow__Rroex {
    font-size: 1.5rem;
    padding-right: 15px;
  }
  #built_different .arrow.view-all {
    font-size: 14px;
    bottom: unset;
    left: 38%;
    top: 18px;
  }
  .built_section .est_text {
    margin-top: 35px;
    text-align: left;
  }
  .built_section .big_text {
    font-size: 3em;
    line-height: 70px;
  }
  .navbar__style {
    padding: 10px 0;
  }
  .navbar__style .navbar-collapse {
    max-height: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .navbar__style .collapse:not(.show) {
    max-height: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .navbar__style .navbar-nav {
    padding-top: 10px;
  }
  .navbar__style .navbar-nav .nav-item {
    margin: 0 5px;
    border-bottom: 1px solid #cccccc7d;
    padding: 5px 0 0;
  }
  .navbar__style .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: 'GT-Haptik-Medium',sans-serif;
  }
  .navbar__style .navbar-nav .fa__icon {
    font-size: 12px;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li {
    margin-right: -12px;
    margin-left: -12px;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "GT-Haptik-Regular", sans-serif !important;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li + li {
    margin-top: 0;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li li {
    font-size: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
    font-family: 'GT-Haptik-Regular',sans-serif;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li li .navbar-nav .mega__dropdown .mega-menu-li:last-child li:last-child {
    border-bottom: 0;
  }
  .navbar__style .navbar-nav .mega__dropdown {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    max-height: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    overflow: hidden;
  }
  .navbar__style .navbar-nav .dropdown-menu.show {
    display: block;
    max-height: 1000px;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
  }
  a.arrow span:before {
    width: 33px;
  }
  #home__cities a.carrow span {
    right: -60px;
  }
  .innovation_section h3 {
    font-size: 2rem;
  }
  #home__partnerships .arrow.view-all {
    margin-top: -10px !important;
  }
  .pagination a.arrow--small span {
    width: 34px;
  }
  .navbar-toggler span {
    color: #fff;
  }
  .mega__dropdown .btn-menu {
    margin-bottom: 30px;
  }
  .navbar.navbar-delevens .dropdown.mega_menu_item .dropdown-menu {
    margin-bottom: 20px;
  }
  .remote-card.remote-card-open {
    width: 100%;
    overflow-y: auto;
  }
  .remote-social {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .remote-card .remote-social li {
    margin: 0 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .alert_fixed {
    top: 83px;
    right: 10px;
  }
  .checkout_tab .nav-item {
    width: 100%;
    margin-bottom: 8px;
  }
  .payment_img_wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .payment_img_wrapper .form-check {
    margin-bottom: 15px;
  }
  .report_bg .banner_content ul li {
    width: calc(100%/2);
  }
  .services_details_container .services_details_card {
    max-width: 100%;
  }
  .methodology_tab .nav-pills .nav-item {
    margin-bottom: 10px;
  }
  .report_modal img {
    display: none;
  }
  .report_right_corner {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_bg_contact, .header_banner_career {
    background-position: center;
  }
  .report_btn_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .report_btn_container .btn-report {
    margin: 0 6px 15px 6px !important;
  }
  .navbar-toggler span {
    color: #fff;
  }
  .navbar__style {
    padding: 10px 0;
  }
  .navbar__style .navbar-nav {
    padding-top: 10px;
  }
  .navbar__style .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .navbar__style .navbar-nav .nav-link {
    padding: 12px 0px;
  }
  .navbar__style .navbar-nav .mega__dropdown .mega-menu-li li {
    margin-top: 15px;
  }
  .moon_section .moon_content {
    width: 75%;
  }
  .moon_section .moon_content h3 {
    font-size: 44px;
  }
  .services_wrapper .services-sticky {
    top: 5%;
  }
  .services_wrapper .service_images img {
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .built_section .big_text {
    font-size: 76px;
    line-height: 115px;
  }
  .built_section .est_text {
    margin-top: 60px;
  }
  .partnership__section .partnership__logos img {
    width: calc(100% / 5);
  }
  footer .footer_bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 0;
  }
  footer .footer_bottom ul li {
    margin-right: 0;
    width: 50%;
  }
  footer .footer_bottom ul li.banking-partner {
    margin-left: 0 !important;
  }
  .innovation_card .content_wrapper .innovation_heading {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .navbar__style .navbar-nav .nav-link {
    padding: 35px 6px;
  }
  .built_section .big_text {
    font-size: 124px;
  }
  footer .footer_bottom ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
  }
  footer .footer_bottom ul .banking-partner {
    margin-left: 0 !important;
  }
  .partnership__section .partnership__logos img {
    width: calc(100% / 6);
  }
  .partnership__section.domain_brands_img .partnership__logos img {
    width: calc(100% / 7);
  }
}

 .reports_gradient_text{
        background: -webkit-linear-gradient(#02aab0 , #00cdac );
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .border-right-1{
        border-right:1px solid #d4d4c9;
    }
    .reports_container ul li{
        margin-bottom: 1rem;
    }
    .reports_container .content_wrapper p{
        font-size:14px;
    }
    .reports_container .report_btn_container .btn-report{
        padding: 10px;
    }
    
    @media (max-width:1200px){
         .reports_container .report_btn_container .btn-report{
            margin: 0 auto 10px !important;
            padding: 10px;
        }
        .reports_container .report_btn_container{
            flex-wrap: wrap;
            justify-content: center;
        }   
        .default-breadcrumb li.crumb{
            margin-bottom: 10px;
        }
        .default-breadcrumb li.crumb::before{
            top:0;
            bottom:0;
        }
    }
    
    .benefit_list p{
        display: flex;
        align-items: baseline;
    }
     .benefit_list i{
         margin-right:7px;
     }
    .choose_licence_card{
        box-shadow: inset 0 0 6px 0 #ccccccbf;
        padding: 10px 12px;
        height: 100%;
        border-radius: 5px;
    }
    .checkout_card .choose_licence_card label{
        font-size:13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 3.4px;
    }
    .choose_licence_card .chosen-container{
        margin-bottom: 6px;
    }
    .mt_39{
        margin-top:39px;
    }
    .brd__bottom{
        border-bottom: 1px solid #ccc;
        padding-bottom: 4px;
    }
    .checkout_card .note_text {
        letter-spacing: 1px;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 1.5;
        color: #868686;
        text-align: justify;
    }
    .fs_14{
  font-size: 14px!important;
}
.thanku_section .client_title{
  font-size: 25px;
  background-image: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.thank-you-title span{
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: -1px;
  color: #1b3c72;
  font-family: 'Mistral';
  background-image: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thanku_section .thank-you-title {
  font-size: 14px;
  letter-spacing: 1px;
}
.thanku_section .remote-social li{
  justify-content: flex-start;
 margin: 0 6px;
}
.thanku_section .remote-social{
     margin: 0 -10px;
}
.gradient_text{
     background-image: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.delvens_text{
     background-image: linear-gradient(90deg, #ced429 0%, #2ae4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Mistral';
  font-size:46px;
}
.error_msg{
    font-size: 14px;
    color: red;
    padding-top:6px;
}
/*# sourceMappingURL=style.css.map */