/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
# Utility
# Common
# Custom Cursor
# Animations
# Cards
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Forms
# Contact
# Newsletter
# Comments
# Sidebar
# Footer
# Client Carousel
# Hero
# About
# Quote
# Our Process
# Testimonials
# Why Choose
# Funfact
# Faq
# Slide Text
# AI Power
# App Download
# CTA
# Team Details
# Gallery
# Services
# Service Details
# Projects
# Project Details
# Shop
# Shop Details
# Cart
# Checkout
# Blog Details
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  /*--cdm-font: "Plus Jakarta Sans", sans-serif;*/
  --cdm-font: "Arial", "Helvetica", sans-serif;
  --cdm-text: #1155CC;
  --cdm-text-rgb: 22, 68, 124;
  --cdm-text-gray: #4a4a4a;
  --cdm-text-gray-rgb: 28, 108, 164;
  --cdm-base: #3CB4FF;
  --cdm-base-rgb: 15, 171, 221;
  --cdm-primary: #3CB4FF;
  --cdm-primary-rgb: 28, 112, 176;
  --cdm-gray: #8995B9;
  --cdm-gray-rgb: 137, 149, 185;
  --cdm-gray2: #A1AAC7;
  --cdm-gray2-rgb: 161, 170, 199;
  --cdm-gray3: #818FB2;
  --cdm-gray3-rgb: 129, 143, 178;
  --cdm-white: #FFFFFF;
  --cdm-white-rgb: 255, 255, 255;
  --cdm-white2: #F1F3FF;
  --cdm-white2-rgb: 241, 243, 255;
  --cdm-black: #1155CC;
  --cdm-black-rgb: 13, 26, 66;
  --cdm-black2: #000000;
  --cdm-black2-rgb: 0, 0, 0;
  --cdm-black3: #081435;
  --cdm-black3-rgb: 8, 20, 53;
  --cdm-black4: #222230;
  --cdm-black4-rgb: 34, 34, 48;
  --cdm-black5: #00040E;
  --cdm-black5-rgb: 0, 4, 14;
  --cdm-black6: #091536;
  --cdm-black6-rgb: 9, 21, 54;
  --cdm-black7: #020B28;
  --cdm-black7-rgb: 2, 11, 40;
  --cdm-black8: #091843;
  --cdm-black8-rgb: 9, 24, 67;
  --cdm-border-color: #E6EAFF;
  --cdm-border-color-rgb: 230, 234, 255;
  --section-space: 60px;
  --section-space-2: 50px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* Body stays the same */
body {
  font-family: var(--cdm-font, "Arial", sans-serif);
  color: #333;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transform: none !important;
  perspective: none !important;
  background: #f6f9fc;
}
a {
  color: var(--cdm-base, #3CB4FF);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  color: var(--cdm-black, #1155CC);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-2 {
  padding-top: var(--section-space-2, 50px);
  padding-bottom: var(--section-space, 60px);
}
@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-top-2 {
  padding-top: var(--section-space-2, 108px);
}
@media (max-width: 767px) {
  .section-space-top-2 {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .section-space-top-2 {
    padding-top: 73px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* button */
.cdm-btn {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  transition: 500ms;
  border-radius: 20px;
}

.cdm-btn__text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 19px 30px;
  font-size: 1rem;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 800;
  text-align: center;
  line-height: 1.285;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 100px;
  /* Keep same color gradient */
  background: linear-gradient(90deg, #1155CC 0%, #3CB4FF 100%);
  /* Add subtle luminous depth */
  box-shadow:
    0 0 10px rgba(20, 176, 226, 0.45),
    inset 0 0 6px rgba(255, 255, 255, 0.25);
  /* Add slight glossy sheen */
  position: relative;
  transition: all 500ms ease;
}
.cdm-btn__text::before {
  /* glossy reflection layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.15);
  mix-blend-mode: overlay;
  pointer-events: none;
}
.cdm-btn__text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  /* same color reversed for hover */
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  box-shadow:
    0 0 15px rgba(20, 176, 226, 0.55),
    inset 0 0 10px rgba(255, 255, 255, 0.3);
  transition: all 500ms ease;
}
.cdm-btn:hover .cdm-btn__text {
  color: var(--cdm-white, #FFFFFF);
}
.cdm-btn:hover .cdm-btn__text::after {
  opacity: 1;
}
.cdm-btn__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  color: var(--cdm-white, #FFFFFF);
  overflow: hidden;
  border-radius: 50%;

  /* keep same gradient direction */
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  box-shadow:
    0 0 10px rgba(20, 176, 226, 0.45),
    inset 0 0 6px rgba(255, 255, 255, 0.25);

  transition: all 500ms ease;
}

.cdm-btn__icon::before {
  /* soft highlight on top */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.15);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.cdm-btn__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;

  background: linear-gradient(270deg, #1155CC 0%, #3CB4FF 100%);
  box-shadow:
    0 0 15px rgba(20, 176, 226, 0.55),
    inset 0 0 10px rgba(255, 255, 255, 0.3);
  transition: all 500ms ease;
}
.cdm-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cdm-btn:hover .cdm-btn__icon {
  color: var(--cdm-white, #FFFFFF);
}
.cdm-btn:hover .cdm-btn__icon::after {
  opacity: 1;
}
.cdm-btn:hover .cdm-btn__icon > * {
  animation: slideRight 500ms;
}
.cdm-btn--white .cdm-btn__text,
.cdm-btn--white .cdm-btn__icon {
  color: var(--cdm-black, #1155CC);
  background: var(--cdm-white, #FFFFFF);
}
.cdm-btn--white .cdm-btn__text::after,
.cdm-btn--white .cdm-btn__icon::after {
  background: var(--cdm-base, #1155CC);
}

.cdm-btn-two {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  outline: 0;
  border: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  font-size:1rem;
  font-weight: 600;
  color: var(--cdm-black, #1155CC);
  line-height: 1.428;
  border-radius: 30px;
  background-color: var(--cdm-white2, #F1F3FF);
  transition: all 500ms ease;
}
.cdm-btn-two:hover {
  color: var(--cdm-white, #FFFFFF);
}
.cdm-btn-two::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(90deg, #1155CC 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.cdm-btn-two:hover::after {
  opacity: 1;
}

.video-btn {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  border: 4px solid var(--cdm-white, #FFFFFF);
  font-size: 35px;
  color: var(--cdm-white, #FFFFFF);
  transition: all 500ms ease;
}
.video-btn:hover {
  background-color: var(--cdm-base, #1155CC);
  border-color: var(--cdm-base, #1155CC);
}
.video-btn > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--cdm-white, #FFFFFF);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}
.video-btn:hover > span {
  border-color: var(--cdm-base, #1155CC);
}
.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
/* section title */
.sec-title {
  margin: 0px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}
.sec-title--center {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sec-title {
    font-size: 30px;
  }
	.cdm-btn__text{
		padding: 10px 20px;
		font-size: .85rem;
	}
	.cdm-btn__icon {
		width: 40px;
		height:40px;
	}
}

/* customers */
.customers {
  display: flex;
  align-items: center;
  gap: 15px 22px;
}
@media (max-width: 575px) {
  .customers {
    flex-direction: column;
    align-items: flex-start;
  }
}
.customers__inner {
  display: inline-flex;
  align-items: center;
}
.customers__image {
  display: inline-flex;
  align-items: center;
}
.customers__image img {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--cdm-white, #FFFFFF);
}
.customers__image img:not(:first-child) {
  margin-left: -15px;
}
.customers__text {
  margin: 0px;
  font-size: 16px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 800;
  text-transform: capitalize;
}

/* ratings */
.cdm-ratings {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cdm-ratings__icon {
  display: inline-flex;
  font-size: 19px;
  color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.cdm-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--cdm-white2, #F1F3FF);
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links__icon {
  display: inline-flex;
  font-size: 13px;
  color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--cdm-base, #1155CC);
}
.social-links a:hover .social-links__icon {
  color: var(--cdm-white, #FFFFFF);
  animation: slideTop 400ms;
}

.social-links-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10.99px;
}
.social-links-two a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--cdm-text, #959CB2);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links-two__icon {
  display: inline-flex;
  font-size: 15px;
  color: var(--cdm-text, #959CB2);
  transition: all 500ms ease;
}
.social-links-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links-two a:hover {
  background-color: var(--cdm-base, #1155CC);
  border-color: var(--cdm-base, #1155CC);
}
.social-links-two a:hover .social-links-two__icon {
  color: var(--cdm-white, #FFFFFF);
  animation: slideTop 400ms;
}

/* progress bar */
.progress-box__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--cdm-black, #1155CC);
  line-height: 1.444;
}
@media (max-width: 430px) {
  .progress-box__title {
    font-size: 16px;
  }
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: var(--cdm-white2, #F1F3FF);
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 800ms linear;
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  font-size: 18px;
  color: var(--cdm-black, #1155CC);
  font-weight: 500;
  line-height: 1.444;
}
@media (max-width: 430px) {
  .progress-box__number {
    font-size: 16px;
  }
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-pagination {
    gap: 12px;
  }
}
.post-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: var(--cdm-black, #1155CC);
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  background-color: transparent;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--cdm-border-color, #E6EAFF);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .post-pagination__btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.post-pagination__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(48deg, #1155CC 2.35%, #0fabdd97.17%);
  transition: all 500ms ease;
}
.post-pagination__btn:hover, .post-pagination__btn.active {
  color: var(--cdm-white, #FFFFFF);
  border-color: transparent;
}
.post-pagination__btn:hover::after, .post-pagination__btn.active::after {
  opacity: 1;
}
.post-pagination__btn--icon {
  font-size: 16px;
  color: var(--cdm-base, #1155CC);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .post-pagination__btn--icon {
    font-size: 13px;
  }
}
.post-pagination__btn--icon:hover > * {
  animation: slideLeft 500ms;
}
.post-pagination__btn--icon-right:hover > * {
  animation: slideRight 500ms;
}
.post-pagination__btn.active.post-pagination__btn--icon > * {
  animation-play-state: paused;
}
.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* tab */
.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

/* bootstrap-select */
.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--cdm-base, #1155CC);
}

/* tiny slider button customize */
.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cdm-text, #959CB2);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cdm-black, #1155CC);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 50px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--cdm-base, #1155CC);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

/* owl & slick slider buton, dots customize */
.cdm-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.cdm-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.cdm-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: var(--cdm-black, #1155CC);
  background-color: var(--cdm-white2, #F1F3FF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--cdm-white, #FFFFFF);
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover::after {
  opacity: 1;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .cdm-owl__carousel--basic-nav.owl-carousel .owl-dots {
    gap: 15px;
  }
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 50px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--cdm-border-color, #E6EAFF);
}
@media (max-width: 991px) {
  .cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    width: 30px;
  }
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 400ms ease;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .cdm-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 45px;
}
.cdm-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.cdm-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* datepicker */
.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--cdm-black, #1155CC);
  color: var(--cdm-white, #FFFFFF);
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--cdm-text, #959CB2);
  background-image: none;
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  color: var(--cdm-text, #959CB2);
}
.ui-datepicker-calendar td a {
  border-color: var(--cdm-border-color, #E6EAFF);
  background-color: var(--cdm-text, #959CB2);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--cdm-border-color, #E6EAFF);
  background-color: var(--cdm-text, #959CB2);
  background-image: none;
  color: var(--cdm-text, #959CB2);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--cdm-white, #FFFFFF);
  background-color: var(--cdm-base, #1155CC);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--cdm-white, #FFFFFF);
  background-color: var(--cdm-base, #1155CC);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--cdm-white, #FFFFFF);
  color: var(--cdm-black, #1155CC);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--cdm-base, #1155CC);
  color: var(--cdm-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--cdm-base, #1155CC);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cdm-black, #1155CC);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* preloader */
.preloader {
  position: fixed;
  background: 
    linear-gradient(rgba(13, 26, 66, 0.75), rgba(13, 26, 66, 0.75)),
    url("/wp-content/uploads/2025/10/bg.gif") center center / cover no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}
/* class used to start fade out */
.preloader-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--cdm-base, #1155CC);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--cdm-base, #1155CC);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--cdm-base, #1155CC);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rainMove {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  padding-bottom: 190px;
}
@media (max-width: 767px) {
  .video-one {
    padding-bottom: 170px;
  }
}
@media (max-width: 575px) {
  .video-one {
    padding-bottom: 150px;
  }
}
.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--cdm-text-rgb, 149, 156, 178), 0.9);
}
.video-one .container {
  position: relative;
  z-index: 1;
}
.video-one__content {
  text-align: center;
}
.video-one .video-btn {
  margin: 0px auto 36px;
}
.video-one__title {
  margin-bottom: 15px;
  font-size: 50px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.314;
}
@media (max-width: 575px) {
  .video-one__title {
    font-size: 30px;
  }
}
.video-one__text {
  margin-bottom: 32px;
  color: var(--cdm-white, #FFFFFF);
}
.video-one__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.video-one .cdm-btn--border {
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: var(--cdm-white, #FFFFFF);
}
.video-one .cdm-btn--border:hover {
  border-color: var(--cdm-base, #1155CC);
}
.video-one .cdm-btn--border .cdm-btn__text {
  color: var(--cdm-white, #FFFFFF);
}
.video-one .cdm-btn--border .cdm-btn__icon {
  color: var(--cdm-base, #1155CC);
  background-color: var(--cdm-white, #FFFFFF);
}

.team-card {
  position: relative;
  transition: all 500ms ease;
}
.team-card:hover {
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.1));
}
.team-card__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px 30px 30px 30px;
  background-color: var(--cdm-white2, #F1F3FF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1149.000000"><g transform="translate(0.000000,1149.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M366 11475 c-3 -8 -18 -17 -33 -21 -55 -13 -128 -57 -186 -113 -65 -61 -98 -112 -128 -193 -19 -52 -19 -133 -19 -4573 0 -3883 2 -4527 14 -4567 44 -143 151 -256 295 -313 59 -23 70 -23 448 -28 309 -4 398 -8 439 -20 175 -52 317 -192 357 -352 5 -22 13 -240 16 -485 6 -392 9 -450 24 -485 50 -114 97 -177 171 -233 45 -33 76 -49 164 -83 13 -5 1389 -9 3257 -9 3602 0 3275 -7 3433 72 65 32 102 59 163 120 43 43 85 91 93 106 39 69 80 161 90 202 7 25 17 44 24 43 9 -2 12 957 12 4357 0 3086 -3 4359 -11 4358 -6 -2 -23 33 -38 77 -42 119 -80 181 -167 269 -85 85 -176 139 -295 175 -50 15 -107 20 -264 24 -224 6 -297 19 -408 70 -198 92 -345 274 -389 477 -5 25 -13 164 -17 310 -9 276 -14 311 -66 420 -39 84 -101 166 -173 230 -60 54 -213 134 -274 145 -24 3 -38 11 -38 20 0 13 -412 15 -3244 15 -2845 0 -3245 -2 -3250 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1149.000000"><g transform="translate(0.000000,1149.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M366 11475 c-3 -8 -18 -17 -33 -21 -55 -13 -128 -57 -186 -113 -65 -61 -98 -112 -128 -193 -19 -52 -19 -133 -19 -4573 0 -3883 2 -4527 14 -4567 44 -143 151 -256 295 -313 59 -23 70 -23 448 -28 309 -4 398 -8 439 -20 175 -52 317 -192 357 -352 5 -22 13 -240 16 -485 6 -392 9 -450 24 -485 50 -114 97 -177 171 -233 45 -33 76 -49 164 -83 13 -5 1389 -9 3257 -9 3602 0 3275 -7 3433 72 65 32 102 59 163 120 43 43 85 91 93 106 39 69 80 161 90 202 7 25 17 44 24 43 9 -2 12 957 12 4357 0 3086 -3 4359 -11 4358 -6 -2 -23 33 -38 77 -42 119 -80 181 -167 269 -85 85 -176 139 -295 175 -50 15 -107 20 -264 24 -224 6 -297 19 -408 70 -198 92 -345 274 -389 477 -5 25 -13 164 -17 310 -9 276 -14 311 -66 420 -39 84 -101 166 -173 230 -60 54 -213 134 -274 145 -24 3 -38 11 -38 20 0 13 -412 15 -3244 15 -2845 0 -3245 -2 -3250 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.team-card:hover .team-card__shape {
  background-color: var(--cdm-white, #FFFFFF);
}
.team-card__image {
  position: relative;
  z-index: 1;
  border-radius: 20px 30px 30px 30px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 945.000000"><g transform="translate(0.000000,945.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M366 9435 c-3 -8 -18 -17 -33 -21 -55 -13 -128 -57 -186 -113 -65 -61 -98 -112 -128 -193 -19 -52 -19 -123 -19 -3704 0 -2604 3 -3661 11 -3685 51 -158 171 -282 322 -330 54 -17 93 -19 409 -19 390 0 457 -7 563 -63 111 -58 214 -186 248 -307 5 -19 13 -170 17 -335 7 -318 7 -317 62 -420 33 -61 76 -111 132 -153 45 -33 76 -49 164 -83 13 -5 1389 -9 3257 -9 3602 0 3278 -7 3434 72 64 32 103 61 162 120 43 43 85 91 93 106 39 69 80 161 90 202 7 25 17 44 24 42 9 -1 12 766 12 3483 0 3043 -2 3485 -15 3485 -9 0 -16 14 -20 38 -8 46 -60 161 -100 218 -76 107 -156 174 -275 231 -110 52 -125 55 -360 63 -315 11 -394 33 -552 153 -84 64 -141 132 -186 223 -61 122 -74 179 -87 369 -6 105 -22 162 -73 264 -72 145 -237 286 -388 333 -41 12 -74 28 -74 35 0 11 -629 13 -3249 13 -2849 0 -3250 -2 -3255 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 945.000000"><g transform="translate(0.000000,945.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M366 9435 c-3 -8 -18 -17 -33 -21 -55 -13 -128 -57 -186 -113 -65 -61 -98 -112 -128 -193 -19 -52 -19 -123 -19 -3704 0 -2604 3 -3661 11 -3685 51 -158 171 -282 322 -330 54 -17 93 -19 409 -19 390 0 457 -7 563 -63 111 -58 214 -186 248 -307 5 -19 13 -170 17 -335 7 -318 7 -317 62 -420 33 -61 76 -111 132 -153 45 -33 76 -49 164 -83 13 -5 1389 -9 3257 -9 3602 0 3278 -7 3434 72 64 32 103 61 162 120 43 43 85 91 93 106 39 69 80 161 90 202 7 25 17 44 24 42 9 -1 12 766 12 3483 0 3043 -2 3485 -15 3485 -9 0 -16 14 -20 38 -8 46 -60 161 -100 218 -76 107 -156 174 -275 231 -110 52 -125 55 -360 63 -315 11 -394 33 -552 153 -84 64 -141 132 -186 223 -61 122 -74 179 -87 369 -6 105 -22 162 -73 264 -72 145 -237 286 -388 333 -41 12 -74 28 -74 35 0 11 -629 13 -3249 13 -2849 0 -3250 -2 -3255 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.team-card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: RGBA(var(--cdm-black-rgb, 13, 26, 66), 0.5);
  transition: all 500ms ease;
}
.team-card__image img {
  width: 100% !important;
  display: block;
}
.team-card:hover .team-card__image::after {
  opacity: 1;
}
.team-card__social {
  padding-bottom: 30px;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.team-card__social__icon {
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(180deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.team-card__social__icon::before, .team-card__social__icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--cdm-white, #FFFFFF);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.team-card__social__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-card__social:hover .team-card__social__icon::after {
  opacity: 0;
}
.team-card__social__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 75px;
  left: calc(50% - 10px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 50%);
  transition: all 500ms ease;
}
.team-card__social__links a {
  width: 35px;
  height: 35px;
  background-color: var(--cdm-white, #FFFFFF);
}
.team-card__social__links .social-links__icon {
  font-size: 14px;
}
.team-card__social:hover .team-card__social__links {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0%);
}
.team-card__info {
	position: relative;
    padding: 17px 20px 20px 20px;
    z-index: 1;
    text-align: center;
}
@media (max-width: 390px) {
  .team-card__info {
    padding-left: 100px;
  }
}
@media (max-width: 375px) {
  .team-card__info {
    padding-left: 90px;
  }
}
@media (max-width: 360px) {
  .team-card__info {
    padding-left: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .team-card__info {
    padding-left: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__info {
    padding-left: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__info {
    padding-left: 70px;
  }
}
.team-card__name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.444;
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  color: var(--cdm-base, #1155CC);
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__designation {
  margin: 0px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1.277;
}

.team-card-two {
  padding: 14px 14px 0px;
  position: relative;
}
.team-card-two__shape {
  width: 100%;
  height: calc(100% - 45px);
  background-color: var(--cdm-white2, #F1F3FF);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 348.000000"><g transform="translate(0.000000,348.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2580 6931 c-1334 -196 -2369 -1239 -2551 -2571 -23 -171 -28 -598 -29 -2285 l0 -2075 3000 0 3000 0 0 2075 c-1 2209 -4 2292 -100 2651 -389 1462 -1836 2423 -3320 2205z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 348.000000"><g transform="translate(0.000000,348.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2580 6931 c-1334 -196 -2369 -1239 -2551 -2571 -23 -171 -28 -598 -29 -2285 l0 -2075 3000 0 3000 0 0 2075 c-1 2209 -4 2292 -100 2651 -389 1462 -1836 2423 -3320 2205z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 575px) {
  .team-card-two__shape {
    width: 451px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .team-card-two__shape {
    width: 383px;
  }
}
@media (max-width: 412px) {
  .team-card-two__shape {
    width: 331px;
  }
}
@media (max-width: 360px) {
  .team-card-two__shape {
    width: 290px;
  }
}
.team-card-two__shape::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 500px 500px;
  background-color: var(--cdm-text, #959CB2);
  position: absolute;
  top: -124px;
  left: -73px;
  transition: all 500ms ease;
}
.team-card-two:hover .team-card-two__shape::before {
  background-color: var(--cdm-base, #1155CC);
}
.team-card-two__inner {
  position: relative;
  z-index: 1;
}
.team-card-two__image {
  margin: 0px auto 30px;
  display: block;
  width: 342px !important;
  height: 342px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__image {
    width: 262px !important;
    height: 262px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card-two__image {
    width: 302px !important;
    height: 302px;
  }
}
@media (max-width: 767px) {
  .team-card-two__image {
    width: 482px !important;
    height: 482px;
  }
}
@media (max-width: 575px) {
  .team-card-two__image {
    width: 423px !important;
    height: 423px;
  }
}
@media (max-width: 480px) {
  .team-card-two__image {
    width: 355px !important;
    height: 355px;
  }
}
@media (max-width: 412px) {
  .team-card-two__image {
    width: 303px !important;
    height: 303px;
  }
}
@media (max-width: 360px) {
  .team-card-two__image {
    width: 262px !important;
    height: 262px;
  }
}
.team-card-two__info {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  width: calc(100% - 32px);
  padding: 14px 30px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--cdm-white, #FFFFFF);
  border: 1px solid var(--cdm-border-color, #E6EAFF);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__info {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card-two__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .team-card-two__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 412px) {
  .team-card-two__info {
    width: calc(100% - 12px);
    gap: 20px;
  }
}
.team-card-two__info::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--cdm-text, #959CB2);
  transition: all 500ms ease;
}
.team-card-two:hover .team-card-two__info {
  border-color: var(--cdm-text, #959CB2);
}
.team-card-two:hover .team-card-two__info::after {
  width: 100%;
  left: 0px;
}
.team-card-two__name {
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--cdm-black, #1155CC);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-card-two__name {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .team-card-two__name {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .team-card-two__name {
    font-size: 18px;
  }
}
.team-card-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__name a:hover {
  background-size: 100% 1px;
}
.team-card-two__designation {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.277;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-card-two__designation {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .team-card-two__designation {
    font-size: 16px;
  }
}
.team-card-two:hover .team-card-two__name, .team-card-two:hover .team-card-two__designation {
  color: var(--cdm-white, #FFFFFF);
}
.team-card-two__social {
  position: relative;
}
.team-card-two__social::before {
  content: "";
  width: 40px;
  height: 50px;
  position: absolute;
  top: -48px;
  left: 0px;
}
.team-card-two__social__icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--cdm-base, #1155CC);
  transition: all 500ms ease;
}
.team-card-two__social__icon::before, .team-card-two__social__icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--cdm-white, #FFFFFF);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.team-card-two__social__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-card-two__social:hover .team-card-two__social__icon::after {
  opacity: 0;
}
.team-card-two__social__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: absolute;
  left: 50%;
  bottom: 82px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-40%);
  z-index: 1;
  transition: all 500ms ease;
}
.team-card-two__social__links a {
  background-color: var(--cdm-text, #959CB2);
}
.team-card-two__social__links a:hover {
  background-color: var(--cdm-base, #1155CC);
}
.team-card-two__social__links a .social-links__icon {
  color: var(--cdm-white, #FFFFFF);
}
.team-card-two__social__links a:hover .social-links__icon {
  color: var(--cdm-white, #FFFFFF);
}
.team-card-two__social:hover .team-card-two__social__links {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0%);
}
.team-card-two:hover .team-card-two__social__icon {
  background-color: var(--cdm-white, #FFFFFF);
}
.team-card-two:hover .team-card-two__social__icon::before, .team-card-two:hover .team-card-two__social__icon::after {
  background-color: var(--cdm-base, #1155CC);
}

.team-one,
.team-two {
  background-color: var(--cdm-white, #FFFFFF);
}

.team-one {
  padding-top: 224px;
  position: relative;
}
@media (max-width: 1599px) {
  .team-one {
    padding-top: 227px;
  }
}
@media (max-width: 1399px) {
  .team-one {
    padding-top: 231px;
  }
}
@media (max-width: 1199px) {
  .team-one {
    padding-top: 234px;
  }
}
@media (max-width: 991px) {
  .team-one {
    padding-top: 224px;
  }
}
@media (max-width: 575px) {
  .team-one {
    padding-top: 263px;
  }
}
.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.team-one--about {
  padding-top: var(--section-space-2, 108px);
}
@media (max-width: 767px) {
  .team-one--about {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .team-one--about {
    padding-top: 73px;
  }
}

.team-two {
  position: relative;
  background-color: var(--cdm-white, #FFFFFF);
}
.team-two .container {
  position: relative;
  z-index: 1;
}
.team-two .row {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.team-two .team-two__item {
  position: relative;
  border-top: 1px solid var(--cdm-border-color, #E6EAFF);
  padding: 30px 0;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .team-two .team-two__item {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .team-two .team-two__item {
    padding-top: 21px;
  }
}
@media (max-width: 500px) {
  .team-two .team-two__item {
    padding-bottom: 58px;
  }
}
.team-two .team-two__item:hover, .team-two .team-two__item:hover + .team-two__item {
  border-color: transparent;
}
.team-two .team-two__item:hover .team-two__item__bg {
  left: 0;
  width: 100%;
}
.team-two .team-two__item:hover .row {
  padding: 0 30px;
}
@media (max-width: 412px) {
  .team-two .team-two__item:hover .row {
    padding: 0 25px;
  }
}
.team-two .team-two__item:hover .team-two__name {
  color: var(--cdm-white, #FFFFFF);
  background: none;
}
.team-two .team-two__item:hover .team-two__designation {
  color: var(--cdm-white, #FFFFFF);
}
.team-two .team-two__item__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.team-two .team-two__item__bg .team-two__item__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
}
.team-two .team-two__name {
  margin: 0;
  font-size: 50px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #1155CC, #1155CC, #1155CC, #1155CC);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}
.team-two .team-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-two .team-two__name a:hover {
  background-size: 100% 1px;
}
@media (max-width: 1399px) {
  .team-two .team-two__name {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .team-two .team-two__name {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .team-two .team-two__name {
    font-size: 35px;
  }
}
@media (max-width: 412px) {
  .team-two .team-two__name {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .team-two .team-two__name {
    font-size: 28px;
  }
}
.team-two .team-two__designation {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .team-two .team-two__designation {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .team-two .team-two__designation {
    font-size: 14px;
  }
}
.team-two .team-two__image {
  position: relative;
  margin-left: auto;
}
@media (max-width: 991px) {
  .team-two .team-two__image {
    margin-left: 0;
    margin-top: 10px;
  }
}
.team-two .team-two__image,
.team-two .team-two__image img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .team-two .team-two__image,
  .team-two .team-two__image img {
    width: 130px;
    height: 130px;
  }
}
.team-two .team-two__social {
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--cdm-white, #FFFFFF);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .team-two .team-two__social {
    left: auto;
    right: -29px;
  }
}
@media (max-width: 500px) {
  .team-two .team-two__social {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -29px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 360px) {
  .team-two .team-two__social {
    left: 0;
    bottom: -29px;
    transform: translate(0, 0);
  }
}
.team-two .team-two__social .team-two__social__share {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--cdm-base, #1155CC);
  font-size: 18px;
  color: var(--cdm-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-two .team-two__social .team-two__social__share:hover {
  color: var(--cdm-base, #1155CC);
  background-color: var(--cdm-white, #FFFFFF);
}
.team-two .team-two__social .team-two__social__list {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) scale(0, 1);
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 6px 10px 6px 6px;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: top right;
}
@media (max-width: 991px) {
  .team-two .team-two__social .team-two__social__list {
    right: auto;
    left: 100%;
    transform-origin: top left;
    padding: 6px 6px 6px 10px;
  }
}
.team-two .team-two__social .team-two__social__list .team-two__social__list__border {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 50px);
  height: 100%;
  border: 1px solid var(--cdm-white, #FFFFFF);
  border-radius: 25px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .team-two .team-two__social .team-two__social__list .team-two__social__list__border {
    background-color: var(--cdm-base, #1155CC);
  }
}
@media (max-width: 991px) {
  .team-two .team-two__social .team-two__social__list .team-two__social__list__border {
    left: -50px;
    background-color: transparent;
  }
}
.team-two .team-two__social .team-two__social__list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--cdm-white, #FFFFFF);
  font-size: 14px;
  border: 1px solid var(--cdm-border-color, #E6EAFF);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.team-two .team-two__social .team-two__social__list a::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--cdm-white, #FFFFFF);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team-two .team-two__social .team-two__social__list a:hover {
  color: var(--cdm-base, #1155CC);
  border-color: transparent;
}
.team-two .team-two__social .team-two__social__list a:hover::after {
  bottom: -50%;
}
.team-two .team-two__social:hover .team-two__social__list {
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}
.team-two .team-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -79px;
  right: 26px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .team-two .team-two__shape {
    display: none;
  }
}

.blog-card {
  position: relative;
  border-radius: 20px;
  transition: all 500ms ease;
}
.blog-card:hover {
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
}
.blog-card::before {
  content: "";
  width: 100%;
  height: calc(100% - 28px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--cdm-white2, #F1F3FF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1389.000000"><g transform="translate(0.000000,1389.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M363 13878 c1 -6 -14 -17 -33 -23 -148 -48 -275 -173 -314 -309 -14 -49 -16 -687 -16 -6608 0 -5810 2 -6558 15 -6596 44 -127 134 -235 237 -285 127 -61 -101 -57 3376 -57 3359 0 3254 -1 3377 43 22 8 310 148 640 312 1110 550 1045 514 1151 627 81 87 148 212 169 316 4 18 13 32 21 32 12 0 14 835 14 6090 0 4652 -3 6089 -12 6088 -6 -2 -17 13 -23 32 -47 144 -180 281 -301 311 -26 7 -44 17 -44 25 0 12 -623 14 -4130 14 -3153 0 -4129 -3 -4127 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1389.000000"><g transform="translate(0.000000,1389.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M363 13878 c1 -6 -14 -17 -33 -23 -148 -48 -275 -173 -314 -309 -14 -49 -16 -687 -16 -6608 0 -5810 2 -6558 15 -6596 44 -127 134 -235 237 -285 127 -61 -101 -57 3376 -57 3359 0 3254 -1 3377 43 22 8 310 148 640 312 1110 550 1045 514 1151 627 81 87 148 212 169 316 4 18 13 32 21 32 12 0 14 835 14 6090 0 4652 -3 6089 -12 6088 -6 -2 -17 13 -23 32 -47 144 -180 281 -301 311 -26 7 -44 17 -44 25 0 12 -623 14 -4130 14 -3153 0 -4129 -3 -4127 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.blog-card:hover::before {
  background-color: var(--cdm-white, #FFFFFF);
}
.blog-card__image {
  position: relative;
  z-index: 1;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--cdm-black-rgb, 13, 26, 66), 0.7);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10%);
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--cdm-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card__content {
  position: relative;
  padding: 17px 40px 0px;
  z-index: 1;
}
@media (max-width: 412px) {
  .blog-card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-card__meta {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(var(--cdm-black-rgb, 13, 26, 66), 0.1);
  transition: all 500ms ease;
}
.blog-card:hover .blog-card__meta {
  border-color: var(--cdm-base, #1155CC);
}
.blog-card__admin {
  display: flex;
  align-items: center;
  gap: 9px;
}
.blog-card__admin__image {
  width: 21px !important;
  height: 21px;
  border-radius: 50%;
  border: 1px solid var(--cdm-white, #FFFFFF);
}
.blog-card__admin__name {
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
  color: var(--cdm-text, #959CB2);
}
.blog-card__date {
  min-width: 83px;
  min-height: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 50px 50px 0px 0px;
  background-color: var(--cdm-white, #FFFFFF);
}
@media (max-width: 412px) {
  .blog-card__date {
    min-width: 70px;
    min-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card__date {
    min-width: 70px;
    min-height: 90px;
  }
}
.blog-card__date::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, #3F5DFE 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.blog-card__date__day {
  font-size: 30px;
  font-weight: 800;
  color: var(--cdm-black, #1155CC);
  line-height: 1.25;
  letter-spacing: -1.8px;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .blog-card__date__day {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card__date__day {
    font-size: 25px;
  }
}
.blog-card__date__month {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .blog-card__date__month {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card__date__month {
    font-size: 14px;
  }
}
.blog-card:hover .blog-card__date::after {
  opacity: 1;
}
.blog-card:hover .blog-card__date__day {
  color: var(--cdm-white, #FFFFFF);
}
.blog-card:hover .blog-card__date__month {
  color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.8);
}
.blog-card__title {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: 800;
  color: var(--cdm-black, #1155CC);
  line-height: 1.2;
}
@media (max-width: 412px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card__title {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  color: var(--cdm-base, #1155CC);
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__text {
  margin-bottom: 32px;
  line-height: 1.866;
}
.blog-card__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.blog-card__btn::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card__btn:hover::after {
  opacity: 0;
}
.blog-card__btn__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.blog-card__btn:hover .blog-card__btn__icon {
  color: var(--cdm-white, #FFFFFF);
  animation: slideRight 500ms;
}

.blog-card-two {
  position: relative;
  padding: 0px 20px 20px;
  border-radius: 30px;
}
.blog-card-two__shape {
  width: 100%;
  height: calc(100% - 18px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 30px;
  background-color: var(--cdm-border-color, #E6EAFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 601"><g><path d="M 13.21,599.88 L 12.64,599.71 L 11.44,599.15 L 10.82,598.83 L 9.57,598.01 L 8.32,597.13 L 5.91,594.82 L 4.75,593.61 L 2.85,590.99 L 2.43,590.33 L 1.75,589.04 L 1.05,587.18 L 1.02,587.09 L 0.98,586.67 L 0.96,586.42 L 0.92,585.66 L 0.89,585.24 L 0.85,584.14 L 0.83,583.54 L 0.79,582.10 L 0.78,581.33 L 0.74,579.55 L 0.72,578.61 L 0.69,576.47 L 0.67,575.35 L 0.63,572.86 L 0.62,571.57 L 0.59,568.73 L 0.57,567.26 L 0.54,564.05 L 0.53,562.40 L 0.50,558.84 L 0.49,557.01 L 0.46,553.08 L 0.45,551.07 L 0.42,546.77 L 0.41,544.57 L 0.39,539.90 L 0.38,537.52 L 0.36,532.48 L 0.35,529.91 L 0.33,524.49 L 0.32,521.74 L 0.30,515.94 L 0.30,512.99 L 0.28,506.81 L 0.27,503.67 L 0.26,497.11 L 0.25,493.78 L 0.24,486.83 L 0.24,483.30 L 0.23,475.96 L 0.22,472.23 L 0.21,464.50 L 0.21,460.58 L 0.20,452.44 L 0.20,448.32 L 0.20,439.79 L 0.19,435.47 L 0.19,426.53 L 0.19,422.01 L 0.19,412.67 L 0.19,407.94 L 0.19,398.19 L 0.19,393.26 L 0.19,383.09 L 0.19,377.96 L 0.20,367.38 L 0.20,362.03 L 0.21,351.04 L 0.21,345.48 L 0.22,334.06 L 0.22,328.30 L 0.23,316.46 L 0.24,298.21 L 0.50,13.17 L 3.50,8.93 L 3.91,8.34 L 4.98,7.11 L 5.54,6.50 L 6.79,5.31 L 7.43,4.74 L 8.71,3.74 L 10.50,2.59 L 11.00,2.33 L 12.12,1.90 L 12.46,1.80 L 13.36,1.62 L 13.85,1.53 L 15.18,1.38 L 15.92,1.30 L 17.83,1.17 L 18.87,1.11 L 21.52,1.00 L 22.95,0.94 L 26.48,0.85 L 27.43,0.83 L 29.51,0.79 L 30.58,0.77 L 32.94,0.73 L 34.16,0.71 L 36.81,0.68 L 38.17,0.66 L 41.13,0.63 L 42.65,0.61 L 45.94,0.59 L 47.63,0.57 L 51.27,0.55 L 53.14,0.53 L 57.15,0.51 L 59.20,0.50 L 63.60,0.48 L 65.85,0.47 L 70.65,0.45 L 73.10,0.44 L 78.33,0.42 L 81.00,0.41 L 86.67,0.40 L 89.57,0.39 L 95.70,0.37 L 98.83,0.37 L 105.45,0.35 L 108.82,0.34 L 115.94,0.33 L 119.56,0.32 L 127.20,0.31 L 131.09,0.30 L 139.27,0.29 L 143.43,0.28 L 152.16,0.26 L 165.91,0.24 L 170.58,0.23 L 179.50,0.22 L 183.89,0.21 L 192.25,0.20 L 196.36,0.19 L 204.18,0.18 L 208.03,0.17 L 215.34,0.16 L 218.93,0.16 L 225.74,0.15 L 229.09,0.14 L 235.42,0.14 L 238.52,0.13 L 244.39,0.13 L 247.27,0.13 L 252.69,0.13 L 255.35,0.13 L 260.35,0.13 L 262.80,0.13 L 267.39,0.13 L 269.64,0.14 L 273.84,0.14 L 275.90,0.15 L 279.73,0.16 L 281.60,0.16 L 285.08,0.18 L 286.78,0.19 L 289.93,0.20 L 291.46,0.21 L 294.29,0.24 L 295.67,0.25 L 298.20,0.27 L 299.43,0.29 L 301.68,0.32 L 302.78,0.33 L 304.77,0.37 L 306.70,0.41 L 309.85,0.49 L 311.33,0.54 L 313.67,0.65 L 314.76,0.71 L 316.45,0.84 L 317.22,0.91 L 318.39,1.06 L 318.92,1.14 L 319.73,1.32 L 321.44,1.97 L 321.75,2.12 L 322.76,2.88 L 323.32,3.33 L 324.79,4.64 L 325.57,5.36 L 327.42,7.14 L 328.39,8.08 L 330.56,10.25 L 331.67,11.37 L 334.09,13.86 L 335.32,15.13 L 337.90,17.86 L 340.52,20.63 L 345.98,26.54 L 348.70,29.51 L 353.93,35.38 L 355.20,36.81 L 357.59,39.56 L 358.76,40.91 L 360.91,43.43 L 361.94,44.65 L 363.77,46.87 L 364.63,47.93 L 366.07,49.77 L 366.73,50.63 L 367.69,52.00 L 368.55,53.46 L 368.63,53.65 L 368.77,54.45 L 368.84,54.93 L 368.97,56.42 L 369.03,57.27 L 369.15,59.61 L 369.18,60.26 L 369.23,61.74 L 369.26,62.51 L 369.31,64.25 L 369.33,65.16 L 369.38,67.19 L 369.40,68.24 L 369.44,70.57 L 369.46,71.78 L 369.50,74.43 L 369.52,75.80 L 369.56,78.80 L 369.58,80.34 L 369.61,83.70 L 369.63,85.43 L 369.66,89.17 L 369.68,91.08 L 369.70,95.22 L 369.72,97.34 L 369.75,101.90 L 369.76,104.23 L 369.78,109.22 L 369.79,111.77 L 369.82,117.22 L 369.83,120.01 L 369.85,125.93 L 369.85,128.95 L 369.87,135.37 L 369.88,138.65 L 369.90,145.58 L 369.90,149.11 L 369.92,156.58 L 369.92,160.38 L 369.93,168.40 L 369.94,172.48 L 369.95,181.07 L 369.95,185.43 L 369.96,194.61 L 369.97,199.28 L 369.97,209.07 L 369.98,214.04 L 369.98,224.45 L 369.98,229.74 L 369.99,240.81 L 369.99,246.42 L 369.99,258.15 L 370.00,264.10 L 370.00,276.52 L 370.00,282.81 L 370.00,295.94 L 370.00,316.43 L 370.00,324.47 L 370.00,339.82 L 370.00,347.37 L 370.00,361.76 L 370.00,368.84 L 370.00,382.30 L 370.00,388.92 L 370.00,401.49 L 369.99,407.67 L 369.99,419.37 L 369.99,425.12 L 369.99,436.00 L 369.98,441.33 L 369.98,451.41 L 369.97,456.35 L 369.97,465.65 L 369.96,470.21 L 369.95,478.78 L 369.95,482.98 L 369.94,490.84 L 369.93,494.69 L 369.91,501.88 L 369.91,505.39 L 369.89,511.94 L 369.88,515.14 L 369.86,521.08 L 369.85,523.97 L 369.83,529.33 L 369.81,531.94 L 369.79,536.75 L 369.77,539.09 L 369.74,543.39 L 369.73,545.47 L 369.69,549.28 L 369.67,551.13 L 369.64,554.49 L 369.62,556.11 L 369.57,559.05 L 369.55,560.47 L 369.50,563.02 L 369.48,564.24 L 369.43,566.43 L 369.40,567.48 L 369.34,569.35 L 369.31,570.24 L 369.25,571.80 L 369.21,572.55 L 369.15,573.86 L 369.08,575.10 L 368.92,576.93 L 368.83,577.76 L 368.65,578.94 L 368.55,579.48 L 368.34,580.27 L 367.99,581.29 L 367.31,583.11 L 365.50,586.45 L 364.53,588.06 L 362.16,590.95 L 360.92,592.34 L 358.05,594.73 L 353.22,597.69 L 347.50,600.50 L 182.00,600.67 L 175.59,600.67 L 163.22,600.68 L 157.11,600.68 L 145.37,600.69 L 139.58,600.69 L 128.49,600.68 L 123.03,600.68 L 112.62,600.67 L 107.50,600.66 L 97.79,600.65 L 93.03,600.64 L 84.04,600.62 L 79.63,600.61 L 71.39,600.58 L 67.36,600.56 L 59.89,600.53 L 56.25,600.51 L 49.57,600.48 L 46.33,600.46 L 40.46,600.41 L 37.63,600.39 L 32.59,600.34 L 30.19,600.32 L 26.01,600.26 L 24.04,600.24 L 20.75,600.18 L 19.22,600.15 L 16.84,600.09 L 15.77,600.05 L 14.32,599.98 L 13.71,599.95 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 601"><g><path d="M 13.21,599.88 L 12.64,599.71 L 11.44,599.15 L 10.82,598.83 L 9.57,598.01 L 8.32,597.13 L 5.91,594.82 L 4.75,593.61 L 2.85,590.99 L 2.43,590.33 L 1.75,589.04 L 1.05,587.18 L 1.02,587.09 L 0.98,586.67 L 0.96,586.42 L 0.92,585.66 L 0.89,585.24 L 0.85,584.14 L 0.83,583.54 L 0.79,582.10 L 0.78,581.33 L 0.74,579.55 L 0.72,578.61 L 0.69,576.47 L 0.67,575.35 L 0.63,572.86 L 0.62,571.57 L 0.59,568.73 L 0.57,567.26 L 0.54,564.05 L 0.53,562.40 L 0.50,558.84 L 0.49,557.01 L 0.46,553.08 L 0.45,551.07 L 0.42,546.77 L 0.41,544.57 L 0.39,539.90 L 0.38,537.52 L 0.36,532.48 L 0.35,529.91 L 0.33,524.49 L 0.32,521.74 L 0.30,515.94 L 0.30,512.99 L 0.28,506.81 L 0.27,503.67 L 0.26,497.11 L 0.25,493.78 L 0.24,486.83 L 0.24,483.30 L 0.23,475.96 L 0.22,472.23 L 0.21,464.50 L 0.21,460.58 L 0.20,452.44 L 0.20,448.32 L 0.20,439.79 L 0.19,435.47 L 0.19,426.53 L 0.19,422.01 L 0.19,412.67 L 0.19,407.94 L 0.19,398.19 L 0.19,393.26 L 0.19,383.09 L 0.19,377.96 L 0.20,367.38 L 0.20,362.03 L 0.21,351.04 L 0.21,345.48 L 0.22,334.06 L 0.22,328.30 L 0.23,316.46 L 0.24,298.21 L 0.50,13.17 L 3.50,8.93 L 3.91,8.34 L 4.98,7.11 L 5.54,6.50 L 6.79,5.31 L 7.43,4.74 L 8.71,3.74 L 10.50,2.59 L 11.00,2.33 L 12.12,1.90 L 12.46,1.80 L 13.36,1.62 L 13.85,1.53 L 15.18,1.38 L 15.92,1.30 L 17.83,1.17 L 18.87,1.11 L 21.52,1.00 L 22.95,0.94 L 26.48,0.85 L 27.43,0.83 L 29.51,0.79 L 30.58,0.77 L 32.94,0.73 L 34.16,0.71 L 36.81,0.68 L 38.17,0.66 L 41.13,0.63 L 42.65,0.61 L 45.94,0.59 L 47.63,0.57 L 51.27,0.55 L 53.14,0.53 L 57.15,0.51 L 59.20,0.50 L 63.60,0.48 L 65.85,0.47 L 70.65,0.45 L 73.10,0.44 L 78.33,0.42 L 81.00,0.41 L 86.67,0.40 L 89.57,0.39 L 95.70,0.37 L 98.83,0.37 L 105.45,0.35 L 108.82,0.34 L 115.94,0.33 L 119.56,0.32 L 127.20,0.31 L 131.09,0.30 L 139.27,0.29 L 143.43,0.28 L 152.16,0.26 L 165.91,0.24 L 170.58,0.23 L 179.50,0.22 L 183.89,0.21 L 192.25,0.20 L 196.36,0.19 L 204.18,0.18 L 208.03,0.17 L 215.34,0.16 L 218.93,0.16 L 225.74,0.15 L 229.09,0.14 L 235.42,0.14 L 238.52,0.13 L 244.39,0.13 L 247.27,0.13 L 252.69,0.13 L 255.35,0.13 L 260.35,0.13 L 262.80,0.13 L 267.39,0.13 L 269.64,0.14 L 273.84,0.14 L 275.90,0.15 L 279.73,0.16 L 281.60,0.16 L 285.08,0.18 L 286.78,0.19 L 289.93,0.20 L 291.46,0.21 L 294.29,0.24 L 295.67,0.25 L 298.20,0.27 L 299.43,0.29 L 301.68,0.32 L 302.78,0.33 L 304.77,0.37 L 306.70,0.41 L 309.85,0.49 L 311.33,0.54 L 313.67,0.65 L 314.76,0.71 L 316.45,0.84 L 317.22,0.91 L 318.39,1.06 L 318.92,1.14 L 319.73,1.32 L 321.44,1.97 L 321.75,2.12 L 322.76,2.88 L 323.32,3.33 L 324.79,4.64 L 325.57,5.36 L 327.42,7.14 L 328.39,8.08 L 330.56,10.25 L 331.67,11.37 L 334.09,13.86 L 335.32,15.13 L 337.90,17.86 L 340.52,20.63 L 345.98,26.54 L 348.70,29.51 L 353.93,35.38 L 355.20,36.81 L 357.59,39.56 L 358.76,40.91 L 360.91,43.43 L 361.94,44.65 L 363.77,46.87 L 364.63,47.93 L 366.07,49.77 L 366.73,50.63 L 367.69,52.00 L 368.55,53.46 L 368.63,53.65 L 368.77,54.45 L 368.84,54.93 L 368.97,56.42 L 369.03,57.27 L 369.15,59.61 L 369.18,60.26 L 369.23,61.74 L 369.26,62.51 L 369.31,64.25 L 369.33,65.16 L 369.38,67.19 L 369.40,68.24 L 369.44,70.57 L 369.46,71.78 L 369.50,74.43 L 369.52,75.80 L 369.56,78.80 L 369.58,80.34 L 369.61,83.70 L 369.63,85.43 L 369.66,89.17 L 369.68,91.08 L 369.70,95.22 L 369.72,97.34 L 369.75,101.90 L 369.76,104.23 L 369.78,109.22 L 369.79,111.77 L 369.82,117.22 L 369.83,120.01 L 369.85,125.93 L 369.85,128.95 L 369.87,135.37 L 369.88,138.65 L 369.90,145.58 L 369.90,149.11 L 369.92,156.58 L 369.92,160.38 L 369.93,168.40 L 369.94,172.48 L 369.95,181.07 L 369.95,185.43 L 369.96,194.61 L 369.97,199.28 L 369.97,209.07 L 369.98,214.04 L 369.98,224.45 L 369.98,229.74 L 369.99,240.81 L 369.99,246.42 L 369.99,258.15 L 370.00,264.10 L 370.00,276.52 L 370.00,282.81 L 370.00,295.94 L 370.00,316.43 L 370.00,324.47 L 370.00,339.82 L 370.00,347.37 L 370.00,361.76 L 370.00,368.84 L 370.00,382.30 L 370.00,388.92 L 370.00,401.49 L 369.99,407.67 L 369.99,419.37 L 369.99,425.12 L 369.99,436.00 L 369.98,441.33 L 369.98,451.41 L 369.97,456.35 L 369.97,465.65 L 369.96,470.21 L 369.95,478.78 L 369.95,482.98 L 369.94,490.84 L 369.93,494.69 L 369.91,501.88 L 369.91,505.39 L 369.89,511.94 L 369.88,515.14 L 369.86,521.08 L 369.85,523.97 L 369.83,529.33 L 369.81,531.94 L 369.79,536.75 L 369.77,539.09 L 369.74,543.39 L 369.73,545.47 L 369.69,549.28 L 369.67,551.13 L 369.64,554.49 L 369.62,556.11 L 369.57,559.05 L 369.55,560.47 L 369.50,563.02 L 369.48,564.24 L 369.43,566.43 L 369.40,567.48 L 369.34,569.35 L 369.31,570.24 L 369.25,571.80 L 369.21,572.55 L 369.15,573.86 L 369.08,575.10 L 368.92,576.93 L 368.83,577.76 L 368.65,578.94 L 368.55,579.48 L 368.34,580.27 L 367.99,581.29 L 367.31,583.11 L 365.50,586.45 L 364.53,588.06 L 362.16,590.95 L 360.92,592.34 L 358.05,594.73 L 353.22,597.69 L 347.50,600.50 L 182.00,600.67 L 175.59,600.67 L 163.22,600.68 L 157.11,600.68 L 145.37,600.69 L 139.58,600.69 L 128.49,600.68 L 123.03,600.68 L 112.62,600.67 L 107.50,600.66 L 97.79,600.65 L 93.03,600.64 L 84.04,600.62 L 79.63,600.61 L 71.39,600.58 L 67.36,600.56 L 59.89,600.53 L 56.25,600.51 L 49.57,600.48 L 46.33,600.46 L 40.46,600.41 L 37.63,600.39 L 32.59,600.34 L 30.19,600.32 L 26.01,600.26 L 24.04,600.24 L 20.75,600.18 L 19.22,600.15 L 16.84,600.09 L 15.77,600.05 L 14.32,599.98 L 13.71,599.95 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.blog-card-two__shape::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: inherit;
  z-index: 1;
  background-color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.blog-card-two__shape::after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 601"><g><path d="M 13.21,599.88 L 12.64,599.71 L 11.44,599.15 L 10.82,598.83 L 9.57,598.01 L 8.32,597.13 L 5.91,594.82 L 4.75,593.61 L 2.85,590.99 L 2.43,590.33 L 1.75,589.04 L 1.05,587.18 L 1.02,587.09 L 0.98,586.67 L 0.96,586.42 L 0.92,585.66 L 0.89,585.24 L 0.85,584.14 L 0.83,583.54 L 0.79,582.10 L 0.78,581.33 L 0.74,579.55 L 0.72,578.61 L 0.69,576.47 L 0.67,575.35 L 0.63,572.86 L 0.62,571.57 L 0.59,568.73 L 0.57,567.26 L 0.54,564.05 L 0.53,562.40 L 0.50,558.84 L 0.49,557.01 L 0.46,553.08 L 0.45,551.07 L 0.42,546.77 L 0.41,544.57 L 0.39,539.90 L 0.38,537.52 L 0.36,532.48 L 0.35,529.91 L 0.33,524.49 L 0.32,521.74 L 0.30,515.94 L 0.30,512.99 L 0.28,506.81 L 0.27,503.67 L 0.26,497.11 L 0.25,493.78 L 0.24,486.83 L 0.24,483.30 L 0.23,475.96 L 0.22,472.23 L 0.21,464.50 L 0.21,460.58 L 0.20,452.44 L 0.20,448.32 L 0.20,439.79 L 0.19,435.47 L 0.19,426.53 L 0.19,422.01 L 0.19,412.67 L 0.19,407.94 L 0.19,398.19 L 0.19,393.26 L 0.19,383.09 L 0.19,377.96 L 0.20,367.38 L 0.20,362.03 L 0.21,351.04 L 0.21,345.48 L 0.22,334.06 L 0.22,328.30 L 0.23,316.46 L 0.24,298.21 L 0.50,13.17 L 3.50,8.93 L 3.91,8.34 L 4.98,7.11 L 5.54,6.50 L 6.79,5.31 L 7.43,4.74 L 8.71,3.74 L 10.50,2.59 L 11.00,2.33 L 12.12,1.90 L 12.46,1.80 L 13.36,1.62 L 13.85,1.53 L 15.18,1.38 L 15.92,1.30 L 17.83,1.17 L 18.87,1.11 L 21.52,1.00 L 22.95,0.94 L 26.48,0.85 L 27.43,0.83 L 29.51,0.79 L 30.58,0.77 L 32.94,0.73 L 34.16,0.71 L 36.81,0.68 L 38.17,0.66 L 41.13,0.63 L 42.65,0.61 L 45.94,0.59 L 47.63,0.57 L 51.27,0.55 L 53.14,0.53 L 57.15,0.51 L 59.20,0.50 L 63.60,0.48 L 65.85,0.47 L 70.65,0.45 L 73.10,0.44 L 78.33,0.42 L 81.00,0.41 L 86.67,0.40 L 89.57,0.39 L 95.70,0.37 L 98.83,0.37 L 105.45,0.35 L 108.82,0.34 L 115.94,0.33 L 119.56,0.32 L 127.20,0.31 L 131.09,0.30 L 139.27,0.29 L 143.43,0.28 L 152.16,0.26 L 165.91,0.24 L 170.58,0.23 L 179.50,0.22 L 183.89,0.21 L 192.25,0.20 L 196.36,0.19 L 204.18,0.18 L 208.03,0.17 L 215.34,0.16 L 218.93,0.16 L 225.74,0.15 L 229.09,0.14 L 235.42,0.14 L 238.52,0.13 L 244.39,0.13 L 247.27,0.13 L 252.69,0.13 L 255.35,0.13 L 260.35,0.13 L 262.80,0.13 L 267.39,0.13 L 269.64,0.14 L 273.84,0.14 L 275.90,0.15 L 279.73,0.16 L 281.60,0.16 L 285.08,0.18 L 286.78,0.19 L 289.93,0.20 L 291.46,0.21 L 294.29,0.24 L 295.67,0.25 L 298.20,0.27 L 299.43,0.29 L 301.68,0.32 L 302.78,0.33 L 304.77,0.37 L 306.70,0.41 L 309.85,0.49 L 311.33,0.54 L 313.67,0.65 L 314.76,0.71 L 316.45,0.84 L 317.22,0.91 L 318.39,1.06 L 318.92,1.14 L 319.73,1.32 L 321.44,1.97 L 321.75,2.12 L 322.76,2.88 L 323.32,3.33 L 324.79,4.64 L 325.57,5.36 L 327.42,7.14 L 328.39,8.08 L 330.56,10.25 L 331.67,11.37 L 334.09,13.86 L 335.32,15.13 L 337.90,17.86 L 340.52,20.63 L 345.98,26.54 L 348.70,29.51 L 353.93,35.38 L 355.20,36.81 L 357.59,39.56 L 358.76,40.91 L 360.91,43.43 L 361.94,44.65 L 363.77,46.87 L 364.63,47.93 L 366.07,49.77 L 366.73,50.63 L 367.69,52.00 L 368.55,53.46 L 368.63,53.65 L 368.77,54.45 L 368.84,54.93 L 368.97,56.42 L 369.03,57.27 L 369.15,59.61 L 369.18,60.26 L 369.23,61.74 L 369.26,62.51 L 369.31,64.25 L 369.33,65.16 L 369.38,67.19 L 369.40,68.24 L 369.44,70.57 L 369.46,71.78 L 369.50,74.43 L 369.52,75.80 L 369.56,78.80 L 369.58,80.34 L 369.61,83.70 L 369.63,85.43 L 369.66,89.17 L 369.68,91.08 L 369.70,95.22 L 369.72,97.34 L 369.75,101.90 L 369.76,104.23 L 369.78,109.22 L 369.79,111.77 L 369.82,117.22 L 369.83,120.01 L 369.85,125.93 L 369.85,128.95 L 369.87,135.37 L 369.88,138.65 L 369.90,145.58 L 369.90,149.11 L 369.92,156.58 L 369.92,160.38 L 369.93,168.40 L 369.94,172.48 L 369.95,181.07 L 369.95,185.43 L 369.96,194.61 L 369.97,199.28 L 369.97,209.07 L 369.98,214.04 L 369.98,224.45 L 369.98,229.74 L 369.99,240.81 L 369.99,246.42 L 369.99,258.15 L 370.00,264.10 L 370.00,276.52 L 370.00,282.81 L 370.00,295.94 L 370.00,316.43 L 370.00,324.47 L 370.00,339.82 L 370.00,347.37 L 370.00,361.76 L 370.00,368.84 L 370.00,382.30 L 370.00,388.92 L 370.00,401.49 L 369.99,407.67 L 369.99,419.37 L 369.99,425.12 L 369.99,436.00 L 369.98,441.33 L 369.98,451.41 L 369.97,456.35 L 369.97,465.65 L 369.96,470.21 L 369.95,478.78 L 369.95,482.98 L 369.94,490.84 L 369.93,494.69 L 369.91,501.88 L 369.91,505.39 L 369.89,511.94 L 369.88,515.14 L 369.86,521.08 L 369.85,523.97 L 369.83,529.33 L 369.81,531.94 L 369.79,536.75 L 369.77,539.09 L 369.74,543.39 L 369.73,545.47 L 369.69,549.28 L 369.67,551.13 L 369.64,554.49 L 369.62,556.11 L 369.57,559.05 L 369.55,560.47 L 369.50,563.02 L 369.48,564.24 L 369.43,566.43 L 369.40,567.48 L 369.34,569.35 L 369.31,570.24 L 369.25,571.80 L 369.21,572.55 L 369.15,573.86 L 369.08,575.10 L 368.92,576.93 L 368.83,577.76 L 368.65,578.94 L 368.55,579.48 L 368.34,580.27 L 367.99,581.29 L 367.31,583.11 L 365.50,586.45 L 364.53,588.06 L 362.16,590.95 L 360.92,592.34 L 358.05,594.73 L 353.22,597.69 L 347.50,600.50 L 182.00,600.67 L 175.59,600.67 L 163.22,600.68 L 157.11,600.68 L 145.37,600.69 L 139.58,600.69 L 128.49,600.68 L 123.03,600.68 L 112.62,600.67 L 107.50,600.66 L 97.79,600.65 L 93.03,600.64 L 84.04,600.62 L 79.63,600.61 L 71.39,600.58 L 67.36,600.56 L 59.89,600.53 L 56.25,600.51 L 49.57,600.48 L 46.33,600.46 L 40.46,600.41 L 37.63,600.39 L 32.59,600.34 L 30.19,600.32 L 26.01,600.26 L 24.04,600.24 L 20.75,600.18 L 19.22,600.15 L 16.84,600.09 L 15.77,600.05 L 14.32,599.98 L 13.71,599.95 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 601"><g><path d="M 13.21,599.88 L 12.64,599.71 L 11.44,599.15 L 10.82,598.83 L 9.57,598.01 L 8.32,597.13 L 5.91,594.82 L 4.75,593.61 L 2.85,590.99 L 2.43,590.33 L 1.75,589.04 L 1.05,587.18 L 1.02,587.09 L 0.98,586.67 L 0.96,586.42 L 0.92,585.66 L 0.89,585.24 L 0.85,584.14 L 0.83,583.54 L 0.79,582.10 L 0.78,581.33 L 0.74,579.55 L 0.72,578.61 L 0.69,576.47 L 0.67,575.35 L 0.63,572.86 L 0.62,571.57 L 0.59,568.73 L 0.57,567.26 L 0.54,564.05 L 0.53,562.40 L 0.50,558.84 L 0.49,557.01 L 0.46,553.08 L 0.45,551.07 L 0.42,546.77 L 0.41,544.57 L 0.39,539.90 L 0.38,537.52 L 0.36,532.48 L 0.35,529.91 L 0.33,524.49 L 0.32,521.74 L 0.30,515.94 L 0.30,512.99 L 0.28,506.81 L 0.27,503.67 L 0.26,497.11 L 0.25,493.78 L 0.24,486.83 L 0.24,483.30 L 0.23,475.96 L 0.22,472.23 L 0.21,464.50 L 0.21,460.58 L 0.20,452.44 L 0.20,448.32 L 0.20,439.79 L 0.19,435.47 L 0.19,426.53 L 0.19,422.01 L 0.19,412.67 L 0.19,407.94 L 0.19,398.19 L 0.19,393.26 L 0.19,383.09 L 0.19,377.96 L 0.20,367.38 L 0.20,362.03 L 0.21,351.04 L 0.21,345.48 L 0.22,334.06 L 0.22,328.30 L 0.23,316.46 L 0.24,298.21 L 0.50,13.17 L 3.50,8.93 L 3.91,8.34 L 4.98,7.11 L 5.54,6.50 L 6.79,5.31 L 7.43,4.74 L 8.71,3.74 L 10.50,2.59 L 11.00,2.33 L 12.12,1.90 L 12.46,1.80 L 13.36,1.62 L 13.85,1.53 L 15.18,1.38 L 15.92,1.30 L 17.83,1.17 L 18.87,1.11 L 21.52,1.00 L 22.95,0.94 L 26.48,0.85 L 27.43,0.83 L 29.51,0.79 L 30.58,0.77 L 32.94,0.73 L 34.16,0.71 L 36.81,0.68 L 38.17,0.66 L 41.13,0.63 L 42.65,0.61 L 45.94,0.59 L 47.63,0.57 L 51.27,0.55 L 53.14,0.53 L 57.15,0.51 L 59.20,0.50 L 63.60,0.48 L 65.85,0.47 L 70.65,0.45 L 73.10,0.44 L 78.33,0.42 L 81.00,0.41 L 86.67,0.40 L 89.57,0.39 L 95.70,0.37 L 98.83,0.37 L 105.45,0.35 L 108.82,0.34 L 115.94,0.33 L 119.56,0.32 L 127.20,0.31 L 131.09,0.30 L 139.27,0.29 L 143.43,0.28 L 152.16,0.26 L 165.91,0.24 L 170.58,0.23 L 179.50,0.22 L 183.89,0.21 L 192.25,0.20 L 196.36,0.19 L 204.18,0.18 L 208.03,0.17 L 215.34,0.16 L 218.93,0.16 L 225.74,0.15 L 229.09,0.14 L 235.42,0.14 L 238.52,0.13 L 244.39,0.13 L 247.27,0.13 L 252.69,0.13 L 255.35,0.13 L 260.35,0.13 L 262.80,0.13 L 267.39,0.13 L 269.64,0.14 L 273.84,0.14 L 275.90,0.15 L 279.73,0.16 L 281.60,0.16 L 285.08,0.18 L 286.78,0.19 L 289.93,0.20 L 291.46,0.21 L 294.29,0.24 L 295.67,0.25 L 298.20,0.27 L 299.43,0.29 L 301.68,0.32 L 302.78,0.33 L 304.77,0.37 L 306.70,0.41 L 309.85,0.49 L 311.33,0.54 L 313.67,0.65 L 314.76,0.71 L 316.45,0.84 L 317.22,0.91 L 318.39,1.06 L 318.92,1.14 L 319.73,1.32 L 321.44,1.97 L 321.75,2.12 L 322.76,2.88 L 323.32,3.33 L 324.79,4.64 L 325.57,5.36 L 327.42,7.14 L 328.39,8.08 L 330.56,10.25 L 331.67,11.37 L 334.09,13.86 L 335.32,15.13 L 337.90,17.86 L 340.52,20.63 L 345.98,26.54 L 348.70,29.51 L 353.93,35.38 L 355.20,36.81 L 357.59,39.56 L 358.76,40.91 L 360.91,43.43 L 361.94,44.65 L 363.77,46.87 L 364.63,47.93 L 366.07,49.77 L 366.73,50.63 L 367.69,52.00 L 368.55,53.46 L 368.63,53.65 L 368.77,54.45 L 368.84,54.93 L 368.97,56.42 L 369.03,57.27 L 369.15,59.61 L 369.18,60.26 L 369.23,61.74 L 369.26,62.51 L 369.31,64.25 L 369.33,65.16 L 369.38,67.19 L 369.40,68.24 L 369.44,70.57 L 369.46,71.78 L 369.50,74.43 L 369.52,75.80 L 369.56,78.80 L 369.58,80.34 L 369.61,83.70 L 369.63,85.43 L 369.66,89.17 L 369.68,91.08 L 369.70,95.22 L 369.72,97.34 L 369.75,101.90 L 369.76,104.23 L 369.78,109.22 L 369.79,111.77 L 369.82,117.22 L 369.83,120.01 L 369.85,125.93 L 369.85,128.95 L 369.87,135.37 L 369.88,138.65 L 369.90,145.58 L 369.90,149.11 L 369.92,156.58 L 369.92,160.38 L 369.93,168.40 L 369.94,172.48 L 369.95,181.07 L 369.95,185.43 L 369.96,194.61 L 369.97,199.28 L 369.97,209.07 L 369.98,214.04 L 369.98,224.45 L 369.98,229.74 L 369.99,240.81 L 369.99,246.42 L 369.99,258.15 L 370.00,264.10 L 370.00,276.52 L 370.00,282.81 L 370.00,295.94 L 370.00,316.43 L 370.00,324.47 L 370.00,339.82 L 370.00,347.37 L 370.00,361.76 L 370.00,368.84 L 370.00,382.30 L 370.00,388.92 L 370.00,401.49 L 369.99,407.67 L 369.99,419.37 L 369.99,425.12 L 369.99,436.00 L 369.98,441.33 L 369.98,451.41 L 369.97,456.35 L 369.97,465.65 L 369.96,470.21 L 369.95,478.78 L 369.95,482.98 L 369.94,490.84 L 369.93,494.69 L 369.91,501.88 L 369.91,505.39 L 369.89,511.94 L 369.88,515.14 L 369.86,521.08 L 369.85,523.97 L 369.83,529.33 L 369.81,531.94 L 369.79,536.75 L 369.77,539.09 L 369.74,543.39 L 369.73,545.47 L 369.69,549.28 L 369.67,551.13 L 369.64,554.49 L 369.62,556.11 L 369.57,559.05 L 369.55,560.47 L 369.50,563.02 L 369.48,564.24 L 369.43,566.43 L 369.40,567.48 L 369.34,569.35 L 369.31,570.24 L 369.25,571.80 L 369.21,572.55 L 369.15,573.86 L 369.08,575.10 L 368.92,576.93 L 368.83,577.76 L 368.65,578.94 L 368.55,579.48 L 368.34,580.27 L 367.99,581.29 L 367.31,583.11 L 365.50,586.45 L 364.53,588.06 L 362.16,590.95 L 360.92,592.34 L 358.05,594.73 L 353.22,597.69 L 347.50,600.50 L 182.00,600.67 L 175.59,600.67 L 163.22,600.68 L 157.11,600.68 L 145.37,600.69 L 139.58,600.69 L 128.49,600.68 L 123.03,600.68 L 112.62,600.67 L 107.50,600.66 L 97.79,600.65 L 93.03,600.64 L 84.04,600.62 L 79.63,600.61 L 71.39,600.58 L 67.36,600.56 L 59.89,600.53 L 56.25,600.51 L 49.57,600.48 L 46.33,600.46 L 40.46,600.41 L 37.63,600.39 L 32.59,600.34 L 30.19,600.32 L 26.01,600.26 L 24.04,600.24 L 20.75,600.18 L 19.22,600.15 L 16.84,600.09 L 15.77,600.05 L 14.32,599.98 L 13.71,599.95 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__shape::before {
  height: 100%;
  top: 0px;
}
.blog-card-two__content {
  position: relative;
  z-index: 1;
  padding: 0px 20px 22px;
}
@media (max-width: 412px) {
  .blog-card-two__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-two__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card-two__category {
  display: inline-block;
  margin-bottom: 26px;
  padding: 7px 15.5px;
  font-size: 12px;
  color: var(--cdm-black, #1155CC);
  font-weight: 700;
  line-height: 1.333;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: var(--cdm-border-color, #E6EAFF);
}
.blog-card-two__category:hover {
  color: var(--cdm-white, #FFFFFF);
  background-color: var(--cdm-base, #1155CC);
}
.blog-card-two__title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  color: var(--cdm-black, #1155CC);
  line-height: 1.2;
}
@media (max-width: 575px) {
  .blog-card-two__title {
    font-size: 25px;
  }
}
@media (max-width: 412px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-two__title {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  color: var(--cdm-base, #1155CC);
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
.blog-card-two:hover .blog-card-two__title {
  color: var(--cdm-white, #FFFFFF);
}
.blog-card-two__text {
  margin: 0px;
  line-height: 1.866;
}
.blog-card-two__meta {
  position: relative;
  z-index: 1;
  padding: 20px 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
  border-radius: 20px;
}
@media (max-width: 412px) {
  .blog-card-two__meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .blog-card-two__meta {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-two__meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.blog-card-two__meta::before, .blog-card-two__meta::after {
  content: "";
  width: 100%;
  height: calc(100% + 46px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M413 3138 c1 -6 -16 -17 -39 -23 -139 -42 -269 -155 -333 -290 -41 -85 -40 -67 -41 -1472 l0 -1353 4500 0 4500 0 0 1005 c0 862 -2 1005 -14 1005 -8 0 -17 14 -21 31 -11 51 -43 114 -84 168 -35 47 -85 108 -330 405 -46 55 -91 110 -100 121 -9 11 -45 56 -81 100 -36 44 -95 109 -131 145 -65 65 -171 130 -209 130 -11 0 -29 9 -40 20 -20 20 -33 20 -3800 20 -2865 0 -3779 -3 -3777 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M413 3138 c1 -6 -16 -17 -39 -23 -139 -42 -269 -155 -333 -290 -41 -85 -40 -67 -41 -1472 l0 -1353 4500 0 4500 0 0 1005 c0 862 -2 1005 -14 1005 -8 0 -17 14 -21 31 -11 51 -43 114 -84 168 -35 47 -85 108 -330 405 -46 55 -91 110 -100 121 -9 11 -45 56 -81 100 -36 44 -95 109 -131 145 -65 65 -171 130 -209 130 -11 0 -29 9 -40 20 -20 20 -33 20 -3800 20 -2865 0 -3779 -3 -3777 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.blog-card-two__meta::before {
  background: var(--cdm-border-color, #E6EAFF);
}
.blog-card-two__meta::after {
  opacity: 0;
  background: linear-gradient(270deg, #1155CC 0%, #3F5DFE 100%);
}
.blog-card-two:hover .blog-card-two__meta::before {
  opacity: 0;
}
.blog-card-two:hover .blog-card-two__meta::after {
  opacity: 1;
}
.blog-card-two__admin {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-two__admin__image {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--cdm-white, #FFFFFF);
}
.blog-card-two__admin__name {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cdm-text, #959CB2);
  transition: all 500ms ease;
}
.blog-card-two__date {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-card-two__date__day {
  display: inline-block;
  font-size: 24px;
  color: var(--cdm-black, #1155CC);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1.44px;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-card-two__date__month {
  display: inline-block;
  font-size: 18px;
  color: var(--cdm-text, #959CB2);
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__admin__name, .blog-card-two:hover .blog-card-two__date__day {
  color: var(--cdm-white, #FFFFFF);
}
.blog-card-two:hover .blog-card-two__date__month {
  color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.8);
}
.blog-card-two__image {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.blog-card-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.05) rotate(3deg);
}

.blog-card-three__image {
  margin-bottom: 33px;
  position: relative;
}
.blog-card-three__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.blog-card-three__date {
  min-width: 83px;
  min-height: 101px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  border-radius: 50px 50px 0px 0px;
  background-color: var(--cdm-white, #FFFFFF);
}
@media (max-width: 767px) {
  .blog-card-three__date {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 440px) {
  .blog-card-three__date {
    min-width: 70px;
    min-height: 90px;
  }
}
.blog-card-three__date::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, #3F5DFE 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.blog-card-three__date__day {
  font-size: 30px;
  font-weight: 800;
  color: var(--cdm-black, #1155CC);
  line-height: 1.25;
  letter-spacing: -1.8px;
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .blog-card-three__date__day {
    font-size: 25px;
  }
}
.blog-card-three__date__month {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 440px) {
  .blog-card-three__date__month {
    font-size: 14px;
  }
}
.blog-card-three__meta {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.blog-card-three__meta li {
  position: relative;
  font-size: 14px;
  color: var(--cdm-black, #1155CC);
  font-weight: 600;
  text-transform: capitalize;
}
.blog-card-three__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--cdm-text, #959CB2);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.blog-card-three__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-three__meta li a:hover {
  color: var(--cdm-base, #1155CC);
}
.blog-card-three__meta__icon {
  position: relative;
  display: inline-flex;
  top: 1px;
  font-size: 14px;
  color: var(--cdm-base, #1155CC);
}
.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three__title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  color: var(--cdm-black, #1155CC);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blog-card-three__title {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .blog-card-three__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .blog-card-three__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 25px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  color: var(--cdm-base, #1155CC);
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__text {
  margin: 0px;
}
.blog-card-three__text + .blog-card-three__text {
  margin-top: 20px;
}
.blog-card-three__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.blog-card-three__btn::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card-three__btn:hover::after {
  opacity: 0;
}
.blog-card-three__btn__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.blog-card-three__btn:hover .blog-card-three__btn__icon {
  color: var(--cdm-white, #FFFFFF);
  animation: slideRight 500ms;
}

.blog-one,
.blog-two,
.blog-three {
  background-color: var(--cdm-white, #FFFFFF);
}

.blog-page .post-pagination {
  justify-content: center;
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page--list .post-pagination {
  margin-top: 20px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 35px 40px 40px;
  background-color: var(--aigence-white, #FFFFFF);
  border-radius: 10px;
  border: 1px solid var(--aigence-border-color, #E6EAFF);
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
@media (max-width: 390px) {
  .sidebar__single {
    padding: 25px 30px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 25px 25px 30px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.083;
  border-bottom: 1px solid var(--aigence-base, #D032AF);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: 0;
  border: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: var(--aigence-text, #959CB2);
  font-weight: 500;
  padding-left: 53px;
  border-radius: 10px;
  background-color: var(--aigence-white2, #F1F3FF);
  transition: all 400ms ease;
}
@media (max-width: 390px) {
  .sidebar__search input[type=search],
  .sidebar__search input[type=text] {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__search input[type=search],
  .sidebar__search input[type=text] {
    padding-left: 50px;
  }
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--aigence-black, #0D1A42);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--aigence-text, #959CB2);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--aigence-black, #0D1A42);
}
.sidebar__search input[type=search]:focus + button[type=submit],
.sidebar__search input[type=text]:focus + button[type=submit] {
  color: var(--aigence-black, #0D1A42);
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 360px) {
  .sidebar__posts__item {
    flex-direction: column;
  }
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--aigence-border-color, #E6EAFF);
}
@media (max-width: 360px) {
  .sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 19px;
  }
}
.sidebar__posts__image {
  width: 70px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.sidebar__posts__content {
  width: calc(100% - 70px);
}
@media (max-width: 360px) {
  .sidebar__posts__content {
    margin: 0;
    width: 100%;
  }
}
.sidebar__posts__meta {
  display: flex;
  gap: 13px;
  font-size: 16px;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.25;
}
.sidebar__posts__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--aigence-base, #D032AF);
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  color: var(--aigence-base, #D032AF);
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories-wrapper {
  padding-bottom: 34px;
}
@media (max-width: 390px) {
  .sidebar__categories-wrapper {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 24px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--aigence-border-color, #E6EAFF);
}
.sidebar__categories li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: var(--aigence-text, #959CB2);
  text-transform: capitalize;
  line-height: 1.428;
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  color: var(--aigence-base, #D032AF);
}
.sidebar__categories li a .sidebar__categories__icon {
  position: relative;
  top: 4px;
  display: inline-flex;
  font-size: 14px;
  color: var(--aigence-base, #D032AF);
  overflow: hidden;
}
.sidebar__categories li a .sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 500ms;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__comments-wrapper {
  padding-bottom: 31px;
}
@media (max-width: 390px) {
  .sidebar__comments-wrapper {
    padding-bottom: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__comments-wrapper {
    padding-bottom: 21px;
  }
}
.sidebar__comments {
  margin: 0;
  padding: 0;
}
.sidebar__comments li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 14px;
}
.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  top: 8px;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--aigence-border-color, #E6EAFF);
  font-size: 18px;
  color: var(--aigence-text, #959CB2);
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  border-radius: 39px;
  background: linear-gradient(90deg, #D033AE 0%, #425CFE 100%);
  transition: all 500ms ease;
}
.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .sidebar__comments__icon {
  color: var(--aigence-white, #FFFFFF);
}
li:hover .sidebar__comments__icon::after {
  opacity: 1;
}
.sidebar__comments__title {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: var(--aigence-text, #959CB2);
}
.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  color: var(--aigence-base, #D032AF);
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__pages__title {
  margin: 0;
  padding: 20px 30px 21px;
  font-size: 24px;
  color: var(--aigence-white, #FFFFFF);
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.5;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(90deg, #D033AE 0%, #425CFE 100%);
}
@media (max-width: 390px) {
  .service-sidebar__pages__title {
    padding: 15px 25px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__pages__title {
    padding: 15px 25px 16px;
  }
}
.service-sidebar__pages__list {
  padding: 40px 30px;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid var(--aigence-border-color, #E6EAFF);
  border-top: none;
}
@media (max-width: 390px) {
  .service-sidebar__pages__list {
    padding: 30px 25px;
  }
}
@media (max-width: 360px) {
  .service-sidebar__pages__list {
    padding: 25px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__pages__list {
    padding: 30px 25px;
  }
}
.service-sidebar__nav {
  margin: 0;
}
.service-sidebar__nav li + li {
  margin-top: 10px;
}
.service-sidebar__nav li a {
  position: relative;
  display: block;
  padding: 13px 55px 13px 30px;
  font-size: 16px;
  color: var(--aigence-black, #0D1A42);
  line-height: 1.625;
  text-transform: capitalize;
  background-color: var(--aigence-white, #FFFFFF);
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid var(--aigence-border-color, #E6EAFF);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .service-sidebar__nav li a {
    padding-left: 20px;
    padding-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__nav li a {
    padding-left: 20px;
    padding-right: 45px;
  }
}
.service-sidebar__nav li a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--aigence-border-color, #E6EAFF);
  z-index: -1;
  transition: all 500ms ease;
}
.service-sidebar__nav li a::after {
  content: "\e90b";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  font-family: "icomoon" !important;
  font-size: 14px;
  color: var(--aigence-black, #0D1A42);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .service-sidebar__nav li a::after {
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__nav li a::after {
    right: 20px;
  }
}
.service-sidebar__nav li:hover a, .service-sidebar__nav li.current a {
  color: var(--aigence-black, #0D1A42);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar__nav li:hover a::before, .service-sidebar__nav li.current a::before {
  width: 100%;
  left: 0px;
}
.service-sidebar__nav li:hover a::after, .service-sidebar__nav li.current a::after {
  color: var(--aigence-base, #D032AF);
}
.service-sidebar__contact {
  position: relative;
  text-align: right;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90deg, #D033AE 0%, #425CFE 100%);
}
.service-sidebar__contact__content {
  padding: 33px 40px 0px;
  position: relative;
  text-align: left;
  z-index: 2;
}
@media (max-width: 390px) {
  .service-sidebar__contact__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-sidebar__contact__title {
  margin-bottom: 27px;
  font-size: 26px;
  color: var(--aigence-white, #FFFFFF);
  font-weight: 800;
  line-height: 1.307;
}
@media (max-width: 575px) {
  .service-sidebar__contact__title br {
    display: inline;
  }
}
.service-sidebar__contact__btn {
  display: inline-block;
  padding: 11px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--aigence-black, #0D1A42);
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: var(--aigence-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-sidebar__contact__btn:hover {
  color: var(--aigence-white, #FFFFFF);
  background-color: var(--aigence-black, #0D1A42);
}
.service-sidebar__contact__image {
  margin-top: -103px;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 390px) {
  .service-sidebar__contact__image {
    margin-top: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__image {
    margin-top: -60px;
  }
}
.service-sidebar__contact__shape {
  width: 490px;
  height: 490px;
  position: absolute;
  right: -200px;
  bottom: -245px;
  border-radius: 50%;
  background-color: RGBA(var(--aigence-white-rgb, 255, 255, 255), 0.24);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .container {
  position: relative;
  z-index: 1;
}
.topbar .container::after {
  content: "";
  width: calc(100% + 129px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
}
@media (max-width: 1399px) {
  .topbar .container::after {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1299px) {
  .topbar .container::after {
    width: calc(100% + 10px);
  }
}
.topbar__inner {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .topbar__inner {
    padding: 12px 0px;
  }
}
.topbar__info {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between; /* evenly fills available width */
  margin: 0;
}
@media (max-width: 1199px) {
  .topbar__info {
    width: 100%;
  }
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--cdm-white, #FFFFFF);
  line-height: 1.285;
}
.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__info li a:hover {
  background-size: 100% 1px;
}
.topbar__info__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 13px;
  color: var(--cdm-white, #FFFFFF);
}
.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 25px;
  width: 33%;
}
@media (max-width: 1199px) {
  .topbar__social {
    display: none;
  }
}
.topbar__social a {
  display: inline-flex;
  font-size: 13px;
  color: var(--cdm-white, #FFFFFF);
}
.topbar__social a:hover {
  color: var(--cdm-base, #1155CC);
}
.topbar__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--two {
  background: var(--cdm-white, #FFFFFF);
}
.topbar--two .container::after {
  display: none;
}
.topbar--two .topbar__info__icon {
  color: var(--cdm-primary, #1155CC);
}
.topbar--two .topbar__info li {
  color: var(--cdm-text, #959CB2);
}
.topbar--two .topbar__info li a:hover {
  color: var(--cdm-primary, #1155CC);
}
.topbar--two .topbar__social a {
  color: var(--cdm-base, #1155CC);
}
.topbar--two .topbar__social a:hover {
  color: var(--cdm-primary, #1155CC);
}
.topbar--three {
  background: var(--cdm-black6, #091536);
}
.topbar--three .container::after {
  display: none;
}
.topbar--three .topbar__info__icon {
  color: var(--cdm-base, #1155CC);
}
.topbar--three .topbar__info li {
  color: var(--cdm-gray2, #A1AAC7);
}
.topbar--three .topbar__info li a:hover {
  color: var(--cdm-base, #1155CC);
}
.topbar--three .topbar__social a {
  color: var(--cdm-white, #FFFFFF);
}
.topbar--three .topbar__social a:hover {
  color: var(--cdm-base, #1155CC);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header {
  width: 100%;
  padding: 0px 15px;
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 999;
}
@media (max-width: 575px) {
  .header {
    top: 20px;
  }
}

.main-header {
  position: relative;
  z-index: 999;
}
.main-header__container {
  position: relative;
  z-index: 1;
}
.main-header__container::after {
  content: "";
  width: calc(100% + 129px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 0px 0px 20px 20px;
  background-color: RGBA(var(--cdm-black2-rgb, 0, 0, 0), 0.12);
  border: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.17);
  border-top: 0;
  backdrop-filter: blur(5.1999998093px);
}
@media (max-width: 1399px) {
  .main-header__container::after {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1299px) {
  .main-header__container::after {
    width: calc(100% + 10px);
  }
}
@media (max-width: 991px) {
  .main-header__container::after {
    border-radius: 20px;
    border: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.17);
  }
}
.main-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 25px 0px;
  }
}
@media (max-width: 575px) {
    .main-header__inner {
        padding: 10px 0px;
    }
}
@media (max-width: 375px) {
  .main-header__logo {
    margin-right: 20px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__btn {
  margin-left: 27px;
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn .cdm-btn__text {
  padding: 12.5px 20.25px;
  font-size: 12px;
}
.main-header__search, .main-header__user {
  display: inline-flex;
  position: relative;
  font-size: 20px;
  color: var(--cdm-base, #3CB4FF);
  transition: all 500ms ease;
}
.main-header__search:hover, .main-header__user:hover {
  color: var(--cdm-base, #1155CC);
}
.main-header__search svg, .main-header__user svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__search {
  margin-left: 56px;
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 430px) {
  .main-header__search {
    margin-left: 40px;
  }
}
.main-header__search::before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  background-color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1199px) {
  .main-header__search::before {
    left: -28px;
  }
}
@media (max-width: 767px) {
  .main-header__search::before {
    height: 30px;
  }
}
@media (max-width: 430px) {
  .main-header__search::before {
    left: -20px;
  }
}
.main-header__user {
  margin-left: 20px;
}
.main-header--two {
    width: 100%;
    position: relative;
    top: 0px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(221, 221, 221, 0.8));
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .main-header--two {
    top: 0px;
  }
}
.main-header--two .main-header__container::after {
  display: none;
}
.main-header--two .main-header__inner {
  border-bottom: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 28.5px;
  padding-bottom: 28.5px;
}
.main-header--three .main-header__inner {
  border: none;
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border: none;
  border-radius: 50px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.85), rgba(221, 221, 221, 0.85));
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--cdm-black-rgb, 13, 26, 66), 0.3);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  top:77px;
  visibility: visible;
}
.sticky-header--cloned .main-header__container::after {
  display: none;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--cdm-base, #1155CC);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 39px;
  padding-bottom: 39px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 38px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: RGBA(var(--cdm-black, #1155CC), 0.5);
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li:hover > a {
	color: #3CB4FF;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 390px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--cdm-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  line-height: 26px;
  color: var(--cdm-black, #1155CC);
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
  padding: 8px 15px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 15px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f45c";
  color: var(--cdm-white, #FFFFFF);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--cdm-base, #1155CC);
  color: var(--cdm-white, #FFFFFF);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--cdm-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: #6B8CC1;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
	margin-bottom: 15px;
    display: flex;
    background: #fff;
    padding: 30px;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--cdm-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--cdm-base, #1155CC);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  line-height: 30px;
  color: var(--cdm-white, #FFFFFF);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li a {
  font-size: 13px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--cdm-base, #1155CC);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--cdm-base, #1155CC);
  border: none;
  outline: none;
  color: var(--cdm-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--cdm-white, #FFFFFF);
  color: var(--cdm-black, #1155CC);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.mobile-nav__contact li {
  color: var(--cdm-white, #FFFFFF);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--cdm-base, #1155CC);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--cdm-base, #1155CC);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--cdm-white, #FFFFFF);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links {
  gap: 13px;
}
.mobile-nav__content .social-links a {
  background-color: var(--cdm-base, #1155CC);
}
.mobile-nav__content .social-links__icon {
  color: var(--cdm-white, #FFFFFF);
}
.mobile-nav__content .social-links a:hover {
  background-color: var(--cdm-white, #FFFFFF);
}
.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--cdm-base, #1155CC);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--cdm-white, #FFFFFF);
  font-size: 16px;
  font-weight: 400;
  color: var(--cdm-text, #959CB2);
  border-radius: 10px;
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--cdm-black, #1155CC);
}
.search-popup__form button,
.search-popup__form input[type=submit] {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  overflow: hidden;
  border-radius: 0px 10px 10px 0px;
  font-size: 23px;
  color: var(--cdm-white, #FFFFFF);
  background-color: var(--cdm-base, #1155CC);
  transition: all 500ms ease;
}
.search-popup__form button:hover,
.search-popup__form input[type=submit]:hover {
  background-color: var(--cdm-primary, #1155CC);
}
.search-popup__form button svg,
.search-popup__form input[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  height: 68vh; /* full viewport height */
  border-radius: 38px;
  overflow: hidden;
}

/* Background image layer */
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 38px;
}

/* Optional overlay tint */
.page-header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 38px;
}

/* Container positions the content correctly */
.page-header .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* Center-bottom alignment (~3/4 height down) */
.page-header__content {
  position: absolute;
  bottom: 20%; /* pushes content down */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
/* blur glass background 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
  border-radius: 30px;
  padding: 15px 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

/* Page title */
.page-header__title {
  margin-bottom: 20px;
  font-size: 50px;
  color: var(--cdm-text, #1155CC);
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.2;
  text-shadow: 1px 2px 1px #3CB4FF;
}
/* Breadcrumb styling (already good) */
.cdm-breadcrumb {
  margin: 0;
  padding: 11px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  flex-wrap: wrap;
  border-radius: 65px;
  /*background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);*/
}

.cdm-breadcrumb li {
  position: relative;
  font-size: 14px;
  color: var(--cdm-text, #1155CC);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.428;
}

.cdm-breadcrumb li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: calc(50% - 2px);
  right: -14px;
  transform: translateY(-50%);
  font-size: 17px;
}

.cdm-breadcrumb li:not(:first-child) span {
  color: #3CB4FF;
}

.cdm-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cdm-breadcrumb li a:hover {
  color: var(--cdm-black, #1155CC);
  background-size: 100% 1px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .page-header__content {
    bottom: 0%;
    padding: 5px;
  }

  .page-header__title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .page-header__title {
    font-size: 18px;
  }
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
}
@media (max-width: 430px) {
  .google-map iframe {
    height: 400px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--cdm-white, #FFFFFF);
  mix-blend-mode: luminosity;
}

.contact-map {
  position: relative;
  background-color: var(--cdm-white, #FFFFFF);
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: 1px solid;
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.form-one__control:last-child {
    border: none;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border: 0;
  border-radius: 10px;
  background-color: var(--cdm-white2, #F1F3FF) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  color: var(--cdm-text, #959CB2) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 390px) {
  .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 18px;
  color: var(--cdm-text, #959CB2);
}
@media (max-width: 390px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 25px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--cdm-border-color, #E6EAFF);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 10px;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--cdm-text, #959CB2);
  background-color: var(--cdm-white2, #F1F3FF);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--cdm-base, #1155CC);
  color: var(--cdm-white, #FFFFFF);
  border-color: var(--cdm-base, #1155CC);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  font-family: var(--cdm-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--cdm-text, #959CB2);
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--cdm-white2, #F1F3FF);
  transition: all 400ms ease;
}
@media (max-width: 390px) {
  .form-one .bootstrap-select > .dropdown-toggle,
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=password],
  .form-one input[type=tel],
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--cdm-black, #1155CC);
}
.form-one textarea {
  height: 176px;
  padding: 14px 30px 0;
}
@media (max-width: 390px) {
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page {
  background-color: var(--cdm-white, #FFFFFF);
}
.contact-page__content {
  text-align: center;
}
.contact-page__image {
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 575px) {
  .contact-page__image {
    margin-bottom: 30px;
  }
}
.contact-page__image__main {
  width: 100%;
  display: block;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .contact-page__image__main {
    border-radius: 10px;
  }
}
.contact-page__logo {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--cdm-white, #FFFFFF);
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.15));
}
@media (max-width: 767px) {
  .contact-page__logo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .contact-page__logo {
    display: none;
  }
}
.contact-page__logo img {
  max-width: 100%;
  height: auto;
  animation: shapeRotate 2s linear infinite;
}
.contact-page__text {
  margin: 0px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.538;
}
@media (max-width: 767px) {
  .contact-page__text {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .contact-page__text {
    font-size: 18px;
  }
}
.contact-page__text span {
  color: var(--cdm-text, #959CB2);
}

.contact-info {
  position: relative;
  z-index: 1;
  margin-bottom: -127px;
}
@media (min-width: 1200px) {
  .contact-info .container {
    max-width: 1380px;
  }
}
.contact-info .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
@media (max-width: 767px) {
  .contact-info .row {
    --bs-gutter-y: 20px;
  }
}
.contact-info__card {
  position: relative;
  z-index: 1;
  padding: 38px 30px 31px;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--cdm-white, #FFFFFF);
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.1));
}
@media (max-width: 390px) {
  .contact-info__card {
    padding: 30px 25px 23px;
  }
}
.contact-info__card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.85);
  border-radius: inherit;
  background: linear-gradient(90deg, #3CB4FF, #1155CC 100%);
  transition: all 500ms ease;
}
.contact-info__card:hover::after {
  opacity: 1;
  transform: scale(1);
}
.contact-info__icon-box {
  width: 70px;
  height: 70px;
  margin: 0px auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: RGBA(var(--cdm-border-color-rgb, 230, 234, 255), 0.3);
  transition: all 500ms ease;
}
.contact-info__card:hover .contact-info__icon-box {
  background-color: var(--cdm-white, #FFFFFF);
}
.contact-info__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--cdm-base, #1155CC);
}
.contact-info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info__card:hover .contact-info__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.contact-info__title {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .contact-info__title {
    font-size: 18px;
  }
}
.contact-info__text {
  margin: 0px;
  font-weight: 500;
  line-height: 1.75;
  transition: all 500ms ease;
}
.contact-info__card:hover .contact-info__title, .contact-info__card:hover .contact-info__text {
  color: var(--cdm-white, #FFFFFF);
}

.contact-one {
  position: relative;
  margin-bottom: 100px;
  padding-top: 235px;
}
@media (max-width: 767px) {
  .contact-one {
    margin-bottom: 60px;
    padding-top: 217px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    margin-bottom: 40px;
    padding-top: 201px;
  }
}
.contact-one--team-details {
  padding-top: var(--section-space-2, 108px);
}
@media (max-width: 767px) {
  .contact-one--team-details {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .contact-one--team-details {
    padding-top: 73px;
  }
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact-one .container {
  position: relative;
  z-index: 1;
}
.contact-one .sec-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .contact-one .sec-title {
    font-size: 30px;
  }
}
.contact-one .form-one input[type=text],
.contact-one .form-one input[type=email],
.contact-one .form-one input[type=password],
.contact-one .form-one input[type=tel],
.contact-one .form-one textarea {
  background-color: var(--cdm-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
  border-radius: 60px 60px 0px 0px;
  background-color: #dee2e6;
}
@media (max-width: 575px) {
  .main-footer {
    border-radius: 0px;
  }
}
.main-footer__bg {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
}
.main-footer__top {
  padding-top: 289px;
  padding-bottom: 99px;
}
@media (max-width: 1199px) {
  .main-footer__top {
    padding-top: 273px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 80px !important;
	padding-bottom: 15px !important;
  }
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom {
  padding: 31.5px 0 32.5px;
  border-top: 1px solid RGBA(var(--cdm-border-color-rgb, 230, 234, 255), 0.2);
}
@media (max-width: 575px) {
  .main-footer__bottom {
    padding: 20px 0px;
  }
}
.main-footer__bottom__inner {
  text-align: center;
}
.main-footer__copyright {
  margin: 0;
  font-weight: 500;
  color: var(--cdm-black, #1155CC);
}
.main-footer--two {
  border-radius: 0px;
}
.main-footer--two .main-footer__bg {
  opacity: 0.4;
  mix-blend-mode: color-dodge;
  background-repeat: repeat-x;
  background-position: left top;
  animation: moveBackground 60s linear 0s infinite;
}
.main-footer--two .main-footer__top {
  padding-top: 113px;
  padding-bottom: 51px;
}
.main-footer--two .footer-widget--about {
  padding: 0px;
}
.main-footer--two .footer-widget__logo {
  margin: 0px;
}
.main-footer--two .footer-widget--social {
  display: flex;
  align-items: center;
  gap: 40px 80px;
}
@media (max-width: 480px) {
  .main-footer--two .footer-widget--social {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer--two .footer-widget--social {
    gap: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer--two .footer-widget--social {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-footer--two .footer-widget--social .social-links {
  position: relative;
  gap: 13px;
}
.main-footer--two .footer-widget--social .social-links::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -40px;
  background-color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 480px) {
  .main-footer--two .footer-widget--social .social-links::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer--two .footer-widget--social .social-links::before {
    left: -22.5px;
  }
}
@media (min-width: 992x) and (max-width: 1199px) {
  .main-footer--two .footer-widget--social .social-links::before {
    display: none;
  }
}
.main-footer--two .footer-widget--social .social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--cdm-white, #FFFFFF);
}
.main-footer--two .footer-widget--social .social-links__icon {
  font-size: 15px;
  color: var(--cdm-black, #1155CC);
}
.main-footer--two .footer-widget__social-title {
  margin: 0px;
  font-size: 24px;
  color: var(--cdm-base, #1155CC);
  font-weight: 800;
  line-height: 0px;
}
.main-footer--two .main-footer__wrapper {
  padding-bottom: 70px;
  border-top: 1px solid RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 991px) {
  .main-footer--two .main-footer__wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .main-footer--two .main-footer__wrapper {
    padding-top: 15px;
  }
}
.main-footer--two .footer-widget__about-title {
  margin: 0px;
  font-size: 70px;
  color: var(--cdm-base, #1155CC);
  font-weight: 800;
  line-height: 1.142;
  letter-spacing: -2.8px;
}
@media (max-width: 1199px) {
  .main-footer--two .footer-widget__about-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget__about-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-footer--two .footer-widget__about-title {
    font-size: 40px;
  }
}
.main-footer--two .footer-widget__about-title br {
  display: inline;
}
.main-footer--two .footer-widget__about-title span {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget__about-title span {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .main-footer--two .footer-widget__about-title span {
    font-size: 50px;
  }
}
.main-footer--two .main-footer__bottom {
  border: none;
  background-color: RGBA(var(--cdm-black5-rgb, 0, 4, 14), 0.3);
}
@media (max-width: 575px) {
  .main-footer--three {
    border-radius: 30px 30px 0px 0px;
  }
}
.main-footer--three .main-footer__bg {
  background-position: bottom center;
}
.main-footer--three .main-footer__top {
  padding-top: 96px;
}
@media (max-width: 1199px) {
  .main-footer--three .main-footer__top {
    padding-top: 80px;
  }
}

.footer-widget--about {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .footer-widget--about {
    padding-right: 0px;
  }
}
.footer-widget__title {
  position: relative;
  margin: 0 0 25px;
  font-size: 20px;
  color: var(--cdm-base, #1155CC);
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer-widget__title {
    margin-bottom: 28px;
  }
}
.footer-widget__title::after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 100px;
  background: linear-gradient(90deg, #1155CC 0%, #3CB4FF 100%);
}
.footer-widget__logo {
  display: inline-block;
  margin-bottom: 18px;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__text {
  margin-bottom: 22px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 700;
}
.footer-widget .social-links {
  gap: 13px;
}
.footer-widget .social-links a {
  width: 45px;
  height: 45px;
  background-color: var(--cdm-black3, #081435);
}
.footer-widget .social-links a:hover {
  background-color: var(--cdm-base, #1155CC);
}
.footer-widget .social-links__icon {
  font-size: 15px;
  color: var(--cdm-white, #FFFFFF);
}
.footer-widget__links {
  margin: 0px;
}
.footer-widget__links li + li {
  margin-top: 4px;
}
.footer-widget__links li {
  font-size: 15px;
  font-weight: 600;
  color: var(--cdm-base, #1155CC);
  line-height: 2;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  color: var(--cdm-base, #1155CC);
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__address {
  margin-bottom: 40px;
  font-weight: 600;
  color: var(--cdm-text-gray, #8C9ED3);
}
@media (max-width: 1199px) {
  .footer-widget__address {
    margin-bottom: 30px;
  }
}
.footer-widget__info {
  margin: 0;
}
.footer-widget__info li + li {
  margin-top: 17px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cdm-base, #1155CC);
  line-height: 1.333;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  color: var(--cdm-base, #1155CC);
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info__icon {
  position: relative;
  top: 2px;
  display: inline-flex;
  font-size: 16px;
  color: var(--cdm-base, #1155CC);
}
.footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  background-color: var(--cdm-white, #FFFFFF);
}
.client-carousel__content {
  text-align: center;
}
.client-carousel__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.428;
  font-weight: 700;
}
.client-carousel__title::before, .client-carousel__title::after {
  content: "";
  width: calc(50% - 190px);
  height: 0.25px;
  background-color: var(--cdm-base, #3CB4FF);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.client-carousel__title::before {
  left: 0px;
}
.client-carousel__title::after {
  right: 0px;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}

.client-carousel__item {
  overflow: visible; /* Allow hover effects to show */
  position: relative;
  z-index: 1;
}
.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Hover effect */
.client-carousel__item img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
  z-index: 2;
}

.client-carousel__image {
  margin: auto;
}
.client-carousel__hover-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.client-carousel__item:hover .client-carousel__hover-image {
  opacity: 1;
}
.client-carousel--two {
  margin-top: 100px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .client-carousel--two {
    margin-top: 80px;
  }
}
.client-carousel--two .client-carousel__title {
  color: var(--cdm-black, #1155CC);
}
.client-carousel--two .client-carousel__title::before,
.client-carousel--two .client-carousel__title::after {
  background-color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.1);
}
.client-carousel--home2 {
  margin-top: 44px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-two {
  position: relative;
  overflow: hidden;
}

.hero-two__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100vh;
}

.hero-two__bg__inner {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease, opacity 1.5s ease;
}

.swiper-slide-active .hero-two__bg__inner {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 768px) {
 .hero-two__bg__inner, .hero-two__bg {
	height: 55vh;
 }
}
@media (max-width: 575px) {
 .hero-two__bg__inner, .hero-two__bg {
	height: 35vh;
 }
}
/* ===== Hero Content Area ===== */
.hero-two__content {
  position: relative;
  z-index: 3;
  color: #1155CC;
  text-align: left;
  max-width: 700px;
  padding-top: 25vh;
  padding-bottom: 22vh;
}

.hero-two__title {
  font-size: 4vw;
  line-height: 1.1;
  font-weight: 700;
  text-transform: capitalize;
  color: #1155CC;
  margin-bottom: 10px;
}

.hero-two__title-2 {
  font-size: 2.5vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #3CB4FF;
  margin-bottom: 30px;
  line-height: 1.3;
}

.hero-two__button .cdm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ===== Swiper Controls ===== */
.hero-nav .swiper-button-prev,
.hero-nav .swiper-button-next {
  color: #1155CC;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.hero-nav .swiper-button-prev:hover,
.hero-nav .swiper-button-next:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  background: rgba(22, 68, 124, 0.6);
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #1155CC;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .hero-two__content {
    padding-top: 14vh;
	padding-bottom: 14vh;
    max-width: 90%;
  }
  .hero-two__title {
    font-size: 7vw;
  }
  .hero-two__title-2 {
    font-size: 3vw;
  }
}

@media (max-width: 575px) {
  .hero-two__content {
    padding-top: 10vh;
	padding-bottom: 5vh;
	max-width:70%;
  }
  .hero-two__title {
    font-size: 5vw;
  }
 h2.hero-two__title,
 p.hero-two__title-2 {
    text-shadow: 
        1px 1px 0px rgba(255,255,255,0.8),
        2px 2px 0px rgba(255,255,255,0.7);
}

  .hero-two__title-2 {
    font-size: 3.5vw;
  }
}
.hero-two__container {
    max-width: 1666px;
}
.hero-two__carousel {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.hero-two__carousel__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-section {
  padding: 60px 0;
  /*background: linear-gradient(to right, #ffffffba, #ffffffb8), url(/wp-content/uploads/2025/10/about-bg-shape-1-1.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  border-radius: 60px;
}
.about-section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.about-section__left {
  flex: 0 0 40%;
  max-width: 40%;
}
.about-section__years h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  color: #1155CC;
  margin-bottom: 10px;
}
.about-section__years h2 span {
  color:RGBA(var(--cdm-base, #3CB4FF), 0.5);
}
.about-section__years p {
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.about-section__content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}
.about-section__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-section__content li {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 5px;
  font-weight: 400;
}

/* Right Section */
.about-section__right {
  flex: 0 0 55%;
  max-width: 55%;
}
.about-section__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 50px;
}
.about-section__image-grid {
  display: grid;
  gap: 8px;
}
.about-section__image-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.about-section__image-grid img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .about-section__inner {
    flex-direction: column;
    gap: 50px;
  }
  .about-section__left,
  .about-section__right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .about-section__title {
    font-size: 28px;
  }
  .about-section__years h2 {
    font-size: 100px;
  }
  .about-section__image-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
  position: relative;
  padding: 49px 0px 45px 50px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .testimonial-card {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card {
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card {
    padding-left: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-card {
    padding-left: 35px;
  }
}
.testimonial-card__shape {
  width: calc(100% - 130px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
}
@media (max-width: 575px) {
  .testimonial-card__shape {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card__shape {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-card__shape {
    width: calc(100% - 80px);
  }
}
.testimonial-card__shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1600 10936 c0 -8 -14 -17 -30 -21 -37 -8 -110 -46 -157 -82 -30 -23 -133 -141 -268 -308 -22 -27 -85 -103 -140 -170 -55 -66 -107 -130 -115 -141 -14 -20 -147 -180 -395 -476 -55 -66 -107 -130 -115 -142 -8 -13 -36 -47 -62 -77 -211 -244 -265 -319 -299 -411 -19 -52 -19 -131 -19 -4394 0 -3159 3 -4350 11 -4375 36 -111 107 -206 199 -267 118 -79 -227 -72 3575 -72 3791 0 3456 -6 3572 69 32 21 83 63 113 92 31 30 85 81 120 114 62 56 145 134 575 540 105 99 195 184 201 190 6 5 72 67 145 136 74 69 183 171 243 228 60 56 120 116 134 134 30 40 67 114 76 149 3 16 13 28 21 28 13 0 15 526 15 4445 0 3394 -3 4444 -12 4443 -6 -2 -17 13 -23 32 -47 144 -180 281 -301 311 -26 7 -44 17 -44 25 0 12 -531 14 -3510 14 -3026 0 -3510 -2 -3510 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1095.000000"><g transform="translate(0.000000,1095.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1600 10936 c0 -8 -14 -17 -30 -21 -37 -8 -110 -46 -157 -82 -30 -23 -133 -141 -268 -308 -22 -27 -85 -103 -140 -170 -55 -66 -107 -130 -115 -141 -14 -20 -147 -180 -395 -476 -55 -66 -107 -130 -115 -142 -8 -13 -36 -47 -62 -77 -211 -244 -265 -319 -299 -411 -19 -52 -19 -131 -19 -4394 0 -3159 3 -4350 11 -4375 36 -111 107 -206 199 -267 118 -79 -227 -72 3575 -72 3791 0 3456 -6 3572 69 32 21 83 63 113 92 31 30 85 81 120 114 62 56 145 134 575 540 105 99 195 184 201 190 6 5 72 67 145 136 74 69 183 171 243 228 60 56 120 116 134 134 30 40 67 114 76 149 3 16 13 28 21 28 13 0 15 526 15 4445 0 3394 -3 4444 -12 4443 -6 -2 -17 13 -23 32 -47 144 -180 281 -301 311 -26 7 -44 17 -44 25 0 12 -531 14 -3510 14 -3026 0 -3510 -2 -3510 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonial-card__shape::before {
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonial-card__shape::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1098.000000"><g transform="translate(0.000000,1098.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1600 10965 c0 -8 -12 -17 -27 -21 -102 -21 -198 -100 -328 -269 -16 -21 -55 -68 -86 -104 -46 -55 -259 -314 -574 -699 -60 -73 -112 -137 -255 -311 -41 -51 -111 -135 -155 -189 -110 -132 -130 -165 -158 -247 -16 -45 -17 -371 -17 -4395 0 -4172 1 -4349 18 -4402 24 -74 66 -142 117 -193 44 -45 142 -106 190 -120 17 -5 1566 -10 3448 -12 3775 -3 3467 -9 3574 60 53 34 73 51 354 317 96 90 241 227 323 305 83 77 188 176 235 220 47 44 130 123 185 175 55 52 145 138 201 190 246 232 298 296 319 393 4 15 13 27 21 27 13 0 15 527 15 4450 0 3838 -2 4450 -14 4450 -8 0 -18 14 -21 33 -17 78 -93 189 -163 240 -58 42 -118 74 -154 81 -16 4 -28 13 -28 21 0 13 -417 15 -3510 15 -3093 0 -3510 -2 -3510 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1098.000000"><g transform="translate(0.000000,1098.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1600 10965 c0 -8 -12 -17 -27 -21 -102 -21 -198 -100 -328 -269 -16 -21 -55 -68 -86 -104 -46 -55 -259 -314 -574 -699 -60 -73 -112 -137 -255 -311 -41 -51 -111 -135 -155 -189 -110 -132 -130 -165 -158 -247 -16 -45 -17 -371 -17 -4395 0 -4172 1 -4349 18 -4402 24 -74 66 -142 117 -193 44 -45 142 -106 190 -120 17 -5 1566 -10 3448 -12 3775 -3 3467 -9 3574 60 53 34 73 51 354 317 96 90 241 227 323 305 83 77 188 176 235 220 47 44 130 123 185 175 55 52 145 138 201 190 246 232 298 296 319 393 4 15 13 27 21 27 13 0 15 527 15 4450 0 3838 -2 4450 -14 4450 -8 0 -18 14 -21 33 -17 78 -93 189 -163 240 -58 42 -118 74 -154 81 -16 4 -28 13 -28 21 0 13 -417 15 -3510 15 -3093 0 -3510 -2 -3510 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonial-card__shape::after {
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonial-card:hover .testimonial-card__shape::before {
  background-color: var(--cdm-base, #1155CC);
}
.testimonial-card__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-gap: 30px;
}
@media (max-width: 575px) {
  .testimonial-card__content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card__content {
    grid-template-columns: 1fr 130px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-card__content {
    grid-template-columns: 1fr 130px;
  }
}
.testimonial-card__inner {
  position: relative;
  z-index: 1;
}
.testimonial-card__quote {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.666;
}
@media (max-width: 390px) {
  .testimonial-card__quote {
    font-size: 16px;
  }
}
.testimonial-card .cdm-ratings {
  margin-bottom: 28px;
}
.testimonial-card .cdm-ratings__icon {
  font-size: 17px;
  color: var(--cdm-base, #1155CC);
}
.testimonial-card__info {
  position: relative;
  padding-top: 29px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-card__info::before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  position: absolute;
  top: -3px;
  left: 0px;
  background-color: var(--cdm-white2, #F1F3FF);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonial-card__info::before {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card__info::before {
    width: calc(100% + 80px);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-card__info::before {
    width: calc(100% + 80px);
  }
}
.testimonial-card:hover .testimonial-card__info::before {
  width: calc(100% + 98px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card:hover .testimonial-card__info::before {
    width: calc(100% + 78px);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-card:hover .testimonial-card__info::before {
    width: calc(100% + 78px);
  }
}
.testimonial-card__icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: var(--cdm-base, #1155CC);
  border-radius: 50%;
  background-color: var(--cdm-white2, #F1F3FF);
  transition: all 500ms ease;
}
.testimonial-card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #1155CC 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.testimonial-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card:hover .testimonial-card__icon {
  color: var(--cdm-white, #FFFFFF);
}
.testimonial-card:hover .testimonial-card__icon::after {
  opacity: 1;
}
.testimonial-card__name {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.444;
}
.testimonial-card__designation {
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.testimonial-card__image {
  position: relative;
  z-index: 1;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 825.000000"><g transform="translate(0.000000,825.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M470 8235 c0 -9 -14 -17 -37 -20 -74 -13 -199 -84 -274 -155 -26 -25 -109 -149 -109 -163 0 -7 -5 -18 -10 -23 -6 -6 -17 -36 -25 -68 -13 -50 -15 -496 -15 -3686 0 -2704 3 -3642 12 -3677 22 -94 86 -209 158 -284 8 -9 45 -37 82 -62 l68 -47 2299 0 c2031 0 2300 2 2311 15 7 8 16 15 21 15 13 0 93 63 153 119 28 27 74 68 101 91 85 72 107 91 211 184 55 50 119 107 141 126 98 85 269 239 284 256 29 34 89 124 89 133 0 5 7 22 15 38 8 15 17 45 20 66 4 23 11 37 20 37 13 0 15 421 15 3315 0 2894 -2 3315 -15 3315 -9 0 -17 14 -20 38 -13 73 -84 198 -155 273 -22 23 -148 109 -160 109 -6 0 -21 6 -33 14 -12 8 -39 17 -59 20 -24 4 -38 12 -38 21 0 13 -322 15 -2525 15 -2203 0 -2525 -2 -2525 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600.000000 825.000000"><g transform="translate(0.000000,825.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M470 8235 c0 -9 -14 -17 -37 -20 -74 -13 -199 -84 -274 -155 -26 -25 -109 -149 -109 -163 0 -7 -5 -18 -10 -23 -6 -6 -17 -36 -25 -68 -13 -50 -15 -496 -15 -3686 0 -2704 3 -3642 12 -3677 22 -94 86 -209 158 -284 8 -9 45 -37 82 -62 l68 -47 2299 0 c2031 0 2300 2 2311 15 7 8 16 15 21 15 13 0 93 63 153 119 28 27 74 68 101 91 85 72 107 91 211 184 55 50 119 107 141 126 98 85 269 239 284 256 29 34 89 124 89 133 0 5 7 22 15 38 8 15 17 45 20 66 4 23 11 37 20 37 13 0 15 421 15 3315 0 2894 -2 3315 -15 3315 -9 0 -17 14 -20 38 -13 73 -84 198 -155 273 -22 23 -148 109 -160 109 -6 0 -21 6 -33 14 -12 8 -39 17 -59 20 -24 4 -38 12 -38 21 0 13 -322 15 -2525 15 -2203 0 -2525 -2 -2525 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.testimonial-card-two {
  position: relative;
  padding: 29px 40px 17px;
  border-radius: 20px;
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
}
@media (max-width: 767px) {
  .testimonial-card-two {
    padding: 19px 30px 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two {
    padding: 19px 30px 17px;
  }
}
.testimonial-card-two__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
}
.testimonial-card-two__shape__1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  opacity: 0;
  background-color: var(--cdm-base, #1155CC);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M210 4696 c0 -8 -15 -20 -34 -26 -52 -17 -122 -84 -150 -145 l-26 -54 0 -1896 c0 -1487 3 -1904 12 -1937 9 -27 33 -62 68 -98 51 -52 88 -73 465 -261 226 -113 430 -216 455 -229 25 -13 61 -30 80 -37 51 -18 7086 -19 7139 -1 39 14 103 59 166 116 22 21 76 68 120 106 109 93 196 168 209 181 6 5 40 35 76 65 105 88 138 124 165 179 15 28 30 49 36 46 5 -4 9 711 9 1884 0 1628 -2 1891 -14 1891 -8 0 -20 17 -27 37 -15 48 -104 137 -152 152 -20 7 -37 19 -37 27 0 12 -586 14 -4280 14 -3694 0 -4280 -2 -4280 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 471.000000"><g transform="translate(0.000000,471.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M210 4696 c0 -8 -15 -20 -34 -26 -52 -17 -122 -84 -150 -145 l-26 -54 0 -1896 c0 -1487 3 -1904 12 -1937 9 -27 33 -62 68 -98 51 -52 88 -73 465 -261 226 -113 430 -216 455 -229 25 -13 61 -30 80 -37 51 -18 7086 -19 7139 -1 39 14 103 59 166 116 22 21 76 68 120 106 109 93 196 168 209 181 6 5 40 35 76 65 105 88 138 124 165 179 15 28 30 49 36 46 5 -4 9 711 9 1884 0 1628 -2 1891 -14 1891 -8 0 -20 17 -27 37 -15 48 -104 137 -152 152 -20 7 -37 19 -37 27 0 12 -586 14 -4280 14 -3694 0 -4280 -2 -4280 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .testimonial-card-two__shape__1 {
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonial-card-two__shape__2 {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 468.000000"><g transform="translate(0.000000,468.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M210 4666 c0 -8 -15 -20 -34 -26 -52 -17 -122 -84 -150 -145 l-26 -54 0 -1889 c0 -2138 -9 -1925 88 -2021 52 -51 98 -76 507 -281 248 -124 466 -230 485 -237 52 -19 7089 -18 7141 0 20 7 54 26 75 42 34 25 170 141 184 155 3 3 50 44 105 90 55 46 105 89 110 95 6 6 39 36 75 66 119 99 161 143 183 191 12 26 28 48 34 48 10 0 13 377 13 1875 0 1615 -2 1875 -14 1875 -8 0 -20 17 -27 37 -15 48 -104 137 -152 152 -20 7 -37 19 -37 27 0 12 -586 14 -4280 14 -3694 0 -4280 -2 -4280 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 468.000000"><g transform="translate(0.000000,468.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M210 4666 c0 -8 -15 -20 -34 -26 -52 -17 -122 -84 -150 -145 l-26 -54 0 -1889 c0 -2138 -9 -1925 88 -2021 52 -51 98 -76 507 -281 248 -124 466 -230 485 -237 52 -19 7089 -18 7141 0 20 7 54 26 75 42 34 25 170 141 184 155 3 3 50 44 105 90 55 46 105 89 110 95 6 6 39 36 75 66 119 99 161 143 183 191 12 26 28 48 34 48 10 0 13 377 13 1875 0 1615 -2 1875 -14 1875 -8 0 -20 17 -27 37 -15 48 -104 137 -152 152 -20 7 -37 19 -37 27 0 12 -586 14 -4280 14 -3694 0 -4280 -2 -4280 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .testimonial-card-two__shape__2 {
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonial-card-two__shape__2::after {
  content: "";
  width: calc(100% - 20px);
  height: 55px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
}
@media (max-width: 767px) {
  .testimonial-card-two__shape__2::after {
    border-radius: 0px 0px 0px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-two__shape__2::after {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__shape__2::after {
    height: 78px;
  }
}
.testimonial-card-two:hover .testimonial-card-two__shape__1 {
  opacity: 1;
}
.testimonial-card-two__inner {
  position: relative;
  z-index: 2;
}
.testimonial-card-two__quote {
  margin-bottom: 19px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.888;
}
@media (max-width: 575px) {
  .testimonial-card-two__quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__quote {
    font-size: 16px;
  }
}
.testimonial-card-two .cdm-ratings {
  margin-bottom: 54px;
}
@media (max-width: 575px) {
  .testimonial-card-two .cdm-ratings {
    margin-bottom: 30px;
  }
}
.testimonial-card-two .cdm-ratings__icon {
  color: var(--cdm-base, #1155CC);
}
.testimonial-card-two__identity {
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 5px 32px;
}
@media (max-width: 767px) {
  .testimonial-card-two__identity {
    padding-left: 0px;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two__identity {
    padding-left: 0px;
  }
}
.testimonial-card-two__name, .testimonial-card-two__designation {
  margin: 0px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
}
.testimonial-card-two__name {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
}
.testimonial-card-two__designation {
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-card-two__image {
  width: 162px !important;
  height: 162px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  bottom: -57px;
  background: #3CB4FF;
}
@media (max-width: 767px) {
  .testimonial-card-two__image {
    width: 130px !important;
    height: 130px;
    bottom: -47px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-two__image {
    position: static;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two__image {
    width: 130px !important;
    height: 130px;
    right: -30px;
    bottom: -47px;
  }
}

.testimonial-card-three {
  position: relative;
  border-radius: 30px;
}
.testimonial-card-three__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.06));
}
.testimonial-card-three__shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--cdm-border-color, #E6EAFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 525.000000"><g transform="translate(0.000000,525.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M415 5235 c-6 -9 -32 -18 -64 -22 -29 -3 -72 -17 -95 -29 -22 -13 -50 -28 -61 -33 -25 -11 -102 -90 -120 -122 -37 -66 -52 -112 -64 -189 -16 -111 -11 -4429 6 -4500 10 -43 28 -87 58 -139 18 -32 95 -111 120 -122 11 -5 39 -20 61 -33 23 -12 66 -27 95 -32 72 -12 8206 -12 8278 0 97 16 233 108 276 186 36 67 52 109 58 155 4 28 14 55 22 61 13 10 15 204 15 1618 0 1008 -4 1605 -9 1601 -11 -6 -31 56 -31 97 0 42 -57 142 -111 196 -26 26 -106 90 -179 142 -72 52 -175 127 -228 165 -53 39 -115 83 -137 98 -22 15 -67 47 -100 72 -33 24 -82 60 -110 80 -27 19 -63 45 -80 58 -68 50 -213 154 -250 179 -40 27 -189 134 -255 183 -19 14 -69 51 -110 80 -41 30 -80 58 -86 63 -36 31 -180 125 -216 141 -24 11 -67 23 -96 26 -31 4 -56 13 -59 21 -4 12 -484 14 -3262 14 -2912 0 -3257 -2 -3266 -15z m6348 -2 c-13 -2 -33 -2 -45 0 -13 2 -3 4 22 4 25 0 35 -2 23 -4z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 525.000000"><g transform="translate(0.000000,525.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M415 5235 c-6 -9 -32 -18 -64 -22 -29 -3 -72 -17 -95 -29 -22 -13 -50 -28 -61 -33 -25 -11 -102 -90 -120 -122 -37 -66 -52 -112 -64 -189 -16 -111 -11 -4429 6 -4500 10 -43 28 -87 58 -139 18 -32 95 -111 120 -122 11 -5 39 -20 61 -33 23 -12 66 -27 95 -32 72 -12 8206 -12 8278 0 97 16 233 108 276 186 36 67 52 109 58 155 4 28 14 55 22 61 13 10 15 204 15 1618 0 1008 -4 1605 -9 1601 -11 -6 -31 56 -31 97 0 42 -57 142 -111 196 -26 26 -106 90 -179 142 -72 52 -175 127 -228 165 -53 39 -115 83 -137 98 -22 15 -67 47 -100 72 -33 24 -82 60 -110 80 -27 19 -63 45 -80 58 -68 50 -213 154 -250 179 -40 27 -189 134 -255 183 -19 14 -69 51 -110 80 -41 30 -80 58 -86 63 -36 31 -180 125 -216 141 -24 11 -67 23 -96 26 -31 4 -56 13 -59 21 -4 12 -484 14 -3262 14 -2912 0 -3257 -2 -3266 -15z m6348 -2 c-13 -2 -33 -2 -45 0 -13 2 -3 4 22 4 25 0 35 -2 23 -4z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.testimonial-card-three__shape::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 522.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,522.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M425 5211 c6 -11 -54 -30 -95 -32 -14 0 -45 -11 -70 -24 -25 -13 -54 -28 -65 -34 -25 -12 -103 -91 -120 -122 -37 -66 -52 -112 -64 -189 -16 -111 -11 -4399 6 -4470 10 -42 26 -82 58 -140 17 -31 94 -107 126 -125 59 -33 108 -52 154 -61 67 -12 8203 -12 8270 0 46 9 95 28 154 61 32 18 109 95 126 125 36 67 52 109 58 155 4 28 14 55 22 61 13 10 15 203 15 1608 0 1001 -4 1595 -9 1591 -11 -6 -31 56 -31 100 0 17 -7 39 -15 49 -8 11 -15 27 -15 36 0 8 -21 39 -47 69 -46 53 -139 126 -379 296 -70 50 -173 124 -230 165 -56 41 -112 82 -125 90 -37 25 -193 138 -206 150 -7 6 -34 25 -60 42 -48 32 -127 89 -150 108 -7 6 -34 25 -60 42 -48 32 -127 89 -150 108 -7 6 -34 25 -60 42 -27 18 -73 50 -103 73 -162 123 -285 195 -331 195 -38 0 -100 20 -94 31 4 5 -1208 9 -3255 9 -2047 0 -3259 -4 -3255 -9z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 522.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,522.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M425 5211 c6 -11 -54 -30 -95 -32 -14 0 -45 -11 -70 -24 -25 -13 -54 -28 -65 -34 -25 -12 -103 -91 -120 -122 -37 -66 -52 -112 -64 -189 -16 -111 -11 -4399 6 -4470 10 -42 26 -82 58 -140 17 -31 94 -107 126 -125 59 -33 108 -52 154 -61 67 -12 8203 -12 8270 0 46 9 95 28 154 61 32 18 109 95 126 125 36 67 52 109 58 155 4 28 14 55 22 61 13 10 15 203 15 1608 0 1001 -4 1595 -9 1591 -11 -6 -31 56 -31 100 0 17 -7 39 -15 49 -8 11 -15 27 -15 36 0 8 -21 39 -47 69 -46 53 -139 126 -379 296 -70 50 -173 124 -230 165 -56 41 -112 82 -125 90 -37 25 -193 138 -206 150 -7 6 -34 25 -60 42 -48 32 -127 89 -150 108 -7 6 -34 25 -60 42 -48 32 -127 89 -150 108 -7 6 -34 25 -60 42 -27 18 -73 50 -103 73 -162 123 -285 195 -331 195 -38 0 -100 20 -94 31 4 5 -1208 9 -3255 9 -2047 0 -3259 -4 -3255 -9z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.testimonial-card-three__inner {
  position: relative;
  z-index: 1;
  padding: 50px 50px 47px;
}
@media (max-width: 575px) {
  .testimonial-card-three__inner {
    padding: 40px 40px 37px;
  }
}
@media (max-width: 430px) {
  .testimonial-card-three__inner {
    padding: 30px 30px 27px;
  }
}
.testimonial-card-three__top {
  margin-bottom: 22px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 20px;
}
@media (max-width: 575px) {
  .testimonial-card-three__top {
    padding-right: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonial-card-three__top {
    padding-right: 40px;
  }
}
.testimonial-card-three__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 430px) {
  .testimonial-card-three__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-card-three__image {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
}
.testimonial-card-three__name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.272;
}
.testimonial-card-three__designation {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.466;
}
.testimonial-card-three .cdm-ratings__icon {
  font-size: 16px;
  color: var(--cdm-base, #1155CC);
}
.testimonial-card-three__quote-icon {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.testimonial-card-three__quote {
  margin-bottom: 0px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.666;
}
@media (max-width: 430px) {
  .testimonial-card-three__quote {
    font-size: 16px;
  }
}

.testimonials-one {
  position: relative;
  padding-top: 247px;
}
@media (max-width: 767px) {
  .testimonials-one {
    padding-top: 230px;
  }
}
@media (max-width: 575px) {
  .testimonials-one {
    padding-top: 212px;
  }
}
.testimonials-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 575px) {
  .testimonials-one__bg {
    border-radius: 30px;
  }
}
.testimonials-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .testimonials-one .container {
    max-width: 1590px;
  }
}
.testimonials-one__carousel.owl-carousel .owl-nav button {
  background-color: var(--cdm-white, #FFFFFF);
}

.testimonials-two {
  position: relative;
  padding-bottom: 244px;
  background-color: var(--cdm-border-color, #E6EAFF);
}
@media (max-width: 767px) {
  .testimonials-two {
    padding-bottom: 224px;
  }
}
@media (max-width: 575px) {
  .testimonials-two {
    padding-bottom: 204px;
  }
}
.testimonials-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.testimonials-two .container {
  position: relative;
  z-index: 1;
}
.testimonials-two__top {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonials-two__top {
    margin-bottom: 30px;
  }
}
.testimonials-two__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.testimonials-two__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: var(--cdm-black, #1155CC);
  background-color: var(--cdm-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.testimonials-two__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .testimonials-two__custome-navs button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.testimonials-two__custome-navs button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease;
}
.testimonials-two__custome-navs button:hover {
  color: var(--cdm-white, #FFFFFF);
}
.testimonials-two__custome-navs button:hover::after {
  opacity: 1;
}
.testimonials-two__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
@media (min-width: 1200px) {
  .testimonials-two__container {
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
    margin-left: calc((100% - 1200px) / 2);
  }
}
.testimonials-two__bottom {
  margin-top: 100px;
  padding-top: 31px;
  border-top: 1px solid RGBA(var(--cdm-black-rgb, 13, 26, 66), 0.2);
}
@media (max-width: 575px) {
  .testimonials-two__bottom {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-two__bottom {
    margin-top: 90px;
  }
}
.testimonials-two__bottom__title {
  margin: 0px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.666;
}
@media (max-width: 991px) {
  .testimonials-two__bottom__title {
    text-align: center;
  }
}
.testimonials-two__bottom__button {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .testimonials-two__bottom__button {
    justify-content: center;
  }
}

.testimonials-three {
  position: relative;
  background-color: var(--cdm-white, #FFFFFF);
}
.testimonials-three__image {
  width: 45.1%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 500px 500px 0px;
}
@media (max-width: 1199px) {
  .testimonials-three__image {
    display: none;
  }
}
.testimonials-three__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.testimonials-three .container {
  position: relative;
  z-index: 1;
}
.testimonials-three .sec-title {
  margin-bottom: 50px;
}
.testimonials-three__content {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .testimonials-three__content {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .testimonials-three__carousel {
    padding: 0 15px;
  }
}
.testimonials-three__carousel.owl-carousel .owl-dots {
  justify-content: flex-start;
}

.testimonials-four {
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .testimonials-four {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .testimonials-four {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .testimonials-four {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-four {
    padding-bottom: 150px;
  }
}
.testimonials-four__carousel.owl-carousel .owl-nav {
  margin-top: 86px;
}
@media (max-width: 767px) {
  .testimonials-four__carousel.owl-carousel .owl-nav {
    margin-top: 76px;
  }
}
@media (max-width: 575px) {
  .testimonials-four__carousel.owl-carousel .owl-nav {
    margin-top: 45px;
  }
}

.testimonials-page {
  background-color: var(--cdm-white, #FFFFFF);
}
.testimonials-page--two {
  padding-bottom: 160px;
}
@media (max-width: 575px) {
  .testimonials-page--two {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials-page--two {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page--two {
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .testimonials-page--two .row {
    --bs-gutter-y: 30px ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials-page--two .row {
    --bs-gutter-y: 60px ;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page--two .row {
    --bs-gutter-y: 60px ;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials-page--two .testimonials-page__carousel.owl-carousel .owl-nav {
    margin-top: 75px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-page--two .testimonials-page__carousel.owl-carousel .owl-nav {
    margin-top: 85px !important;
  }
}
.testimonials-page--two .testimonials-page__carousel.owl-carousel .owl-dots {
  margin-top: 85px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page--two .testimonials-page__carousel.owl-carousel .owl-dots {
    margin-top: 75px !important;
  }
}
.testimonials-page .testimonial-card {
  padding-left: 60px;
}
@media (max-width: 575px) {
  .testimonials-page .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .testimonials-page .testimonial-card {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-page .testimonial-card {
    padding-left: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page .testimonial-card {
    padding-left: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials-page .testimonial-card-three__inner {
    padding: 40px 40px 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page .testimonial-card-three__inner {
    padding: 40px 40px 37px;
  }
}
@media (max-width: 767px) {
  .testimonials-page .testimonial-card-three__top {
    padding-right: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-page .testimonial-card-three__top {
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page .testimonial-card-three__top {
    padding-right: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-two {
  position: relative;
}
.funfact-two .container {
  position: relative;
  z-index: 1;
}
.funfact-two__item__top {
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid var(--cdm-border-color, #E6EAFF);
}
@media (max-width: 412px) {
  .funfact-two__item__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-two__item__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 412px) {
  .funfact-two__item__left {
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-two__item__left {
    order: 1;
  }
}
.funfact-two__item__count {
  display: flex;
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}
.funfact-two__item__title {
  margin: 0px;
  font-size: 14px;
  color: transparent;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.8;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.funfact-two__item__shape {
  max-width: 100%;
  height: 80px;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .funfact-two__item__shape {
    order: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-two__item__shape {
    order: 0;
  }
}
.funfact-two__item:hover .funfact-two__item__shape {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.funfact-two__item__text {
  margin: 0px;
  color: var(--cdm-black, #1155CC);
  line-height: 1.733;
}
.funfact-two--about {
  border-radius: 0px 0px 60px 60px;
  background-color: var(--cdm-black, #1155CC);
}
.funfact-two--about .funfact-two__bg-1,
.funfact-two--about .funfact-two__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.funfact-two--about .funfact-two__bg-1 {
  z-index: 1;
  opacity: 0.7;
  mix-blend-mode: hard-light;
}
.funfact-two--about .funfact-two__bg-2 {
  mix-blend-mode: overlay;
}
.funfact-two--about .funfact-two__item__top {
  border-color: RGBA(var(--cdm-white-rgb, 255, 255, 255), 0.2);
}
.funfact-two--about .funfact-two__item__count {
  color: var(--cdm-white, #FFFFFF);
}
.funfact-two--about .funfact-two__item__title {
  opacity: 1;
  color: var(--cdm-base, #1155CC);
  background: transparent;
  -webkit-text-fill-color: var(--cdm-base, #1155CC);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
}
.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}
.faq-accordion .accordion-title,
.faq-accordion .accordion-content__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq-accordion .accordion-title h4,
.faq-accordion .accordion-content__title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  font-size: 20px;
  color: var(--cdm-black4, #222230);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .faq-accordion .accordion-title h4,
  .faq-accordion .accordion-content__title h4 {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title h4,
  .faq-accordion .accordion-content__title h4 {
    font-size: 16px;
  }
}
.faq-accordion .accordion-title__icon,
.faq-accordion .accordion-content__title__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: relative;
  background: var(--cdm-white2, #F1F3FF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before,
.faq-accordion .accordion-content__title__icon::after,
.faq-accordion .accordion-content__title__icon::before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: var(--cdm-black, #1155CC);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after,
.faq-accordion .accordion-content__title__icon::after {
  width: 12px;
  height: 2px;
}
.faq-accordion .accordion-title {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 17px 40px 17px 60px;
  border-radius: 30px;
  background-color: var(--cdm-white, #FFFFFF);
  transition: all 1000ms ease;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-title {
    padding: 17px 30px;
  }
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-accordion .active .accordion-title {
  display: none;
}
.faq-accordion .accordion-content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: all 1000ms ease;
}
.faq-accordion .accordion-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3CB4FF 0%, #1155CC 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 181"><g><path d="M 19.42,178.95 L 17.74,178.30 L 14.60,176.57 L 13.07,175.64 L 10.28,173.39 L 8.94,172.20 L 6.55,169.46 L 3.47,164.86 L 0.50,159.50 L 0.22,92.38 L 0.20,88.28 L 0.17,80.83 L 0.15,77.22 L 0.13,70.67 L 0.12,67.51 L 0.11,61.82 L 0.10,59.07 L 0.09,54.16 L 0.09,51.79 L 0.10,47.60 L 0.11,45.58 L 0.13,42.04 L 0.14,40.34 L 0.17,37.38 L 0.19,35.96 L 0.25,33.52 L 0.27,32.36 L 0.34,30.38 L 0.38,29.43 L 0.47,27.83 L 0.52,27.08 L 0.63,25.80 L 0.69,25.19 L 0.82,24.17 L 0.96,23.21 L 1.32,21.76 L 1.97,19.80 L 2.66,17.96 L 4.48,14.59 L 5.46,12.96 L 7.82,10.06 L 9.07,8.67 L 11.94,6.28 L 16.78,3.31 L 22.50,0.50 L 541.50,0.24 L 549.06,0.24 L 563.84,0.23 L 571.18,0.23 L 585.53,0.22 L 592.66,0.22 L 606.59,0.21 L 613.51,0.21 L 627.02,0.20 L 633.73,0.20 L 646.83,0.19 L 653.34,0.19 L 666.04,0.18 L 672.34,0.18 L 684.64,0.18 L 690.75,0.17 L 702.66,0.17 L 708.57,0.17 L 720.10,0.16 L 725.81,0.16 L 736.96,0.16 L 742.49,0.16 L 753.27,0.15 L 758.61,0.15 L 769.03,0.15 L 774.19,0.15 L 784.24,0.15 L 789.22,0.14 L 798.92,0.14 L 803.73,0.14 L 813.08,0.14 L 817.72,0.14 L 826.73,0.14 L 831.20,0.14 L 839.87,0.14 L 844.17,0.14 L 852.53,0.14 L 856.66,0.14 L 864.69,0.15 L 868.67,0.15 L 876.38,0.15 L 880.20,0.15 L 887.61,0.15 L 891.28,0.15 L 898.38,0.16 L 901.90,0.16 L 908.71,0.16 L 912.08,0.17 L 918.60,0.17 L 921.82,0.17 L 928.06,0.18 L 931.14,0.18 L 937.10,0.19 L 940.05,0.19 L 945.74,0.20 L 948.55,0.21 L 953.98,0.21 L 959.34,0.22 L 969.30,0.24 L 974.16,0.25 L 983.14,0.27 L 987.52,0.29 L 995.58,0.31 L 999.50,0.33 L 1006.70,0.36 L 1010.19,0.37 L 1016.56,0.41 L 1019.65,0.42 L 1025.25,0.46 L 1027.96,0.48 L 1032.85,0.52 L 1035.21,0.54 L 1039.43,0.59 L 1041.46,0.61 L 1045.06,0.66 L 1046.79,0.69 L 1049.82,0.75 L 1051.27,0.77 L 1053.79,0.83 L 1054.99,0.86 L 1057.05,0.93 L 1058.03,0.96 L 1059.67,1.03 L 1060.44,1.07 L 1061.73,1.14 L 1062.33,1.18 L 1063.30,1.26 L 1063.75,1.30 L 1064.46,1.38 L 1065.86,1.66 L 1066.74,1.94 L 1068.54,2.72 L 1069.44,3.15 L 1071.25,4.19 L 1073.04,5.30 L 1076.44,8.13 L 1078.08,9.62 L 1080.90,12.97 L 1081.55,13.83 L 1082.68,15.58 L 1084.07,18.23 L 1084.61,19.45 L 1085.36,21.73 L 1085.53,22.35 L 1085.80,23.76 L 1085.93,24.52 L 1086.13,26.34 L 1086.23,27.32 L 1086.39,29.73 L 1086.46,31.03 L 1086.59,34.21 L 1086.66,35.91 L 1086.78,40.04 L 1086.81,41.14 L 1086.87,43.55 L 1086.96,47.50 L 1087.00,49.18 L 1087.08,52.24 L 1087.11,53.73 L 1087.19,56.43 L 1087.24,57.74 L 1087.33,60.12 L 1087.38,61.27 L 1087.49,63.34 L 1087.61,65.35 L 1087.93,68.60 L 1088.11,70.11 L 1088.61,72.57 L 1088.89,73.73 L 1089.63,75.65 L 1090.03,76.57 L 1091.06,78.20 L 1091.62,79.01 L 1093.01,80.61 L 1095.55,83.23 L 1096.48,84.15 L 1098.17,85.70 L 1099.00,86.43 L 1100.65,87.63 L 1101.49,88.19 L 1103.28,89.09 L 1104.21,89.51 L 1106.32,90.17 L 1107.43,90.47 L 1110.04,90.92 L 1111.43,91.13 L 1114.71,91.43 L 1116.46,91.56 L 1120.61,91.76 L 1121.71,91.81 L 1124.10,91.89 L 1128.00,92.00 L 1130.35,92.06 L 1134.26,92.17 L 1136.10,92.22 L 1139.10,92.34 L 1140.51,92.40 L 1142.79,92.54 L 1143.86,92.62 L 1145.59,92.82 L 1146.41,92.92 L 1147.77,93.19 L 1148.42,93.34 L 1149.58,93.71 L 1153.18,95.29 L 1154.72,96.05 L 1157.48,97.82 L 1158.82,98.76 L 1161.20,100.94 L 1162.35,102.09 L 1164.42,104.73 L 1167.23,109.28 L 1167.75,110.26 L 1168.47,112.13 L 1168.63,112.64 L 1168.88,113.84 L 1169.00,114.48 L 1169.19,116.05 L 1169.28,116.90 L 1169.41,118.99 L 1169.47,120.12 L 1169.57,122.89 L 1169.62,124.38 L 1169.70,127.98 L 1169.82,134.50 L 1169.86,136.92 L 1169.91,140.98 L 1169.94,142.90 L 1169.95,146.09 L 1169.95,147.59 L 1169.91,150.05 L 1169.89,151.21 L 1169.79,153.11 L 1169.73,154.01 L 1169.55,155.51 L 1169.46,156.22 L 1169.20,157.48 L 1168.07,161.08 L 1167.40,162.87 L 1165.67,166.15 L 1164.73,167.74 L 1162.48,170.60 L 1161.30,171.97 L 1158.54,174.40 L 1153.86,177.53 L 1148.50,180.50 L 586.50,180.70 L 577.82,180.70 L 560.86,180.71 L 552.44,180.71 L 536.01,180.72 L 527.86,180.72 L 511.94,180.73 L 504.04,180.73 L 488.64,180.73 L 480.99,180.74 L 466.09,180.74 L 458.69,180.74 L 444.28,180.75 L 437.13,180.75 L 423.20,180.76 L 416.29,180.76 L 402.84,180.76 L 396.17,180.76 L 383.18,180.77 L 376.74,180.77 L 364.21,180.77 L 358.00,180.77 L 345.92,180.77 L 339.94,180.78 L 328.30,180.78 L 322.54,180.78 L 311.33,180.78 L 305.79,180.78 L 295.01,180.78 L 289.67,180.78 L 279.31,180.78 L 274.18,180.78 L 264.23,180.78 L 259.30,180.78 L 249.75,180.78 L 245.02,180.78 L 235.86,180.78 L 231.33,180.78 L 222.56,180.77 L 218.22,180.77 L 209.82,180.77 L 205.66,180.77 L 197.63,180.76 L 193.66,180.76 L 185.98,180.76 L 182.19,180.76 L 174.86,180.75 L 171.24,180.75 L 164.26,180.74 L 160.81,180.74 L 154.16,180.73 L 150.88,180.73 L 144.55,180.72 L 141.43,180.72 L 135.42,180.71 L 132.46,180.70 L 126.76,180.69 L 123.95,180.69 L 118.55,180.68 L 115.89,180.67 L 110.78,180.66 L 108.26,180.65 L 103.44,180.64 L 101.06,180.64 L 96.51,180.62 L 92.03,180.61 L 83.86,180.58 L 79.90,180.56 L 72.72,180.53 L 69.25,180.51 L 62.99,180.47 L 59.97,180.45 L 54.57,180.40 L 51.98,180.38 L 47.37,180.33 L 45.16,180.30 L 41.28,180.25 L 39.42,180.22 L 36.19,180.16 L 34.66,180.13 L 32.02,180.06 L 30.77,180.03 L 28.66,179.96 L 27.67,179.92 L 26.01,179.84 L 25.24,179.80 L 23.97,179.72 L 23.39,179.67 L 22.45,179.58 L 21.57,179.49 L 20.52,179.29 L 20.06,179.18 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 181"><g><path d="M 19.42,178.95 L 17.74,178.30 L 14.60,176.57 L 13.07,175.64 L 10.28,173.39 L 8.94,172.20 L 6.55,169.46 L 3.47,164.86 L 0.50,159.50 L 0.22,92.38 L 0.20,88.28 L 0.17,80.83 L 0.15,77.22 L 0.13,70.67 L 0.12,67.51 L 0.11,61.82 L 0.10,59.07 L 0.09,54.16 L 0.09,51.79 L 0.10,47.60 L 0.11,45.58 L 0.13,42.04 L 0.14,40.34 L 0.17,37.38 L 0.19,35.96 L 0.25,33.52 L 0.27,32.36 L 0.34,30.38 L 0.38,29.43 L 0.47,27.83 L 0.52,27.08 L 0.63,25.80 L 0.69,25.19 L 0.82,24.17 L 0.96,23.21 L 1.32,21.76 L 1.97,19.80 L 2.66,17.96 L 4.48,14.59 L 5.46,12.96 L 7.82,10.06 L 9.07,8.67 L 11.94,6.28 L 16.78,3.31 L 22.50,0.50 L 541.50,0.24 L 549.06,0.24 L 563.84,0.23 L 571.18,0.23 L 585.53,0.22 L 592.66,0.22 L 606.59,0.21 L 613.51,0.21 L 627.02,0.20 L 633.73,0.20 L 646.83,0.19 L 653.34,0.19 L 666.04,0.18 L 672.34,0.18 L 684.64,0.18 L 690.75,0.17 L 702.66,0.17 L 708.57,0.17 L 720.10,0.16 L 725.81,0.16 L 736.96,0.16 L 742.49,0.16 L 753.27,0.15 L 758.61,0.15 L 769.03,0.15 L 774.19,0.15 L 784.24,0.15 L 789.22,0.14 L 798.92,0.14 L 803.73,0.14 L 813.08,0.14 L 817.72,0.14 L 826.73,0.14 L 831.20,0.14 L 839.87,0.14 L 844.17,0.14 L 852.53,0.14 L 856.66,0.14 L 864.69,0.15 L 868.67,0.15 L 876.38,0.15 L 880.20,0.15 L 887.61,0.15 L 891.28,0.15 L 898.38,0.16 L 901.90,0.16 L 908.71,0.16 L 912.08,0.17 L 918.60,0.17 L 921.82,0.17 L 928.06,0.18 L 931.14,0.18 L 937.10,0.19 L 940.05,0.19 L 945.74,0.20 L 948.55,0.21 L 953.98,0.21 L 959.34,0.22 L 969.30,0.24 L 974.16,0.25 L 983.14,0.27 L 987.52,0.29 L 995.58,0.31 L 999.50,0.33 L 1006.70,0.36 L 1010.19,0.37 L 1016.56,0.41 L 1019.65,0.42 L 1025.25,0.46 L 1027.96,0.48 L 1032.85,0.52 L 1035.21,0.54 L 1039.43,0.59 L 1041.46,0.61 L 1045.06,0.66 L 1046.79,0.69 L 1049.82,0.75 L 1051.27,0.77 L 1053.79,0.83 L 1054.99,0.86 L 1057.05,0.93 L 1058.03,0.96 L 1059.67,1.03 L 1060.44,1.07 L 1061.73,1.14 L 1062.33,1.18 L 1063.30,1.26 L 1063.75,1.30 L 1064.46,1.38 L 1065.86,1.66 L 1066.74,1.94 L 1068.54,2.72 L 1069.44,3.15 L 1071.25,4.19 L 1073.04,5.30 L 1076.44,8.13 L 1078.08,9.62 L 1080.90,12.97 L 1081.55,13.83 L 1082.68,15.58 L 1084.07,18.23 L 1084.61,19.45 L 1085.36,21.73 L 1085.53,22.35 L 1085.80,23.76 L 1085.93,24.52 L 1086.13,26.34 L 1086.23,27.32 L 1086.39,29.73 L 1086.46,31.03 L 1086.59,34.21 L 1086.66,35.91 L 1086.78,40.04 L 1086.81,41.14 L 1086.87,43.55 L 1086.96,47.50 L 1087.00,49.18 L 1087.08,52.24 L 1087.11,53.73 L 1087.19,56.43 L 1087.24,57.74 L 1087.33,60.12 L 1087.38,61.27 L 1087.49,63.34 L 1087.61,65.35 L 1087.93,68.60 L 1088.11,70.11 L 1088.61,72.57 L 1088.89,73.73 L 1089.63,75.65 L 1090.03,76.57 L 1091.06,78.20 L 1091.62,79.01 L 1093.01,80.61 L 1095.55,83.23 L 1096.48,84.15 L 1098.17,85.70 L 1099.00,86.43 L 1100.65,87.63 L 1101.49,88.19 L 1103.28,89.09 L 1104.21,89.51 L 1106.32,90.17 L 1107.43,90.47 L 1110.04,90.92 L 1111.43,91.13 L 1114.71,91.43 L 1116.46,91.56 L 1120.61,91.76 L 1121.71,91.81 L 1124.10,91.89 L 1128.00,92.00 L 1130.35,92.06 L 1134.26,92.17 L 1136.10,92.22 L 1139.10,92.34 L 1140.51,92.40 L 1142.79,92.54 L 1143.86,92.62 L 1145.59,92.82 L 1146.41,92.92 L 1147.77,93.19 L 1148.42,93.34 L 1149.58,93.71 L 1153.18,95.29 L 1154.72,96.05 L 1157.48,97.82 L 1158.82,98.76 L 1161.20,100.94 L 1162.35,102.09 L 1164.42,104.73 L 1167.23,109.28 L 1167.75,110.26 L 1168.47,112.13 L 1168.63,112.64 L 1168.88,113.84 L 1169.00,114.48 L 1169.19,116.05 L 1169.28,116.90 L 1169.41,118.99 L 1169.47,120.12 L 1169.57,122.89 L 1169.62,124.38 L 1169.70,127.98 L 1169.82,134.50 L 1169.86,136.92 L 1169.91,140.98 L 1169.94,142.90 L 1169.95,146.09 L 1169.95,147.59 L 1169.91,150.05 L 1169.89,151.21 L 1169.79,153.11 L 1169.73,154.01 L 1169.55,155.51 L 1169.46,156.22 L 1169.20,157.48 L 1168.07,161.08 L 1167.40,162.87 L 1165.67,166.15 L 1164.73,167.74 L 1162.48,170.60 L 1161.30,171.97 L 1158.54,174.40 L 1153.86,177.53 L 1148.50,180.50 L 586.50,180.70 L 577.82,180.70 L 560.86,180.71 L 552.44,180.71 L 536.01,180.72 L 527.86,180.72 L 511.94,180.73 L 504.04,180.73 L 488.64,180.73 L 480.99,180.74 L 466.09,180.74 L 458.69,180.74 L 444.28,180.75 L 437.13,180.75 L 423.20,180.76 L 416.29,180.76 L 402.84,180.76 L 396.17,180.76 L 383.18,180.77 L 376.74,180.77 L 364.21,180.77 L 358.00,180.77 L 345.92,180.77 L 339.94,180.78 L 328.30,180.78 L 322.54,180.78 L 311.33,180.78 L 305.79,180.78 L 295.01,180.78 L 289.67,180.78 L 279.31,180.78 L 274.18,180.78 L 264.23,180.78 L 259.30,180.78 L 249.75,180.78 L 245.02,180.78 L 235.86,180.78 L 231.33,180.78 L 222.56,180.77 L 218.22,180.77 L 209.82,180.77 L 205.66,180.77 L 197.63,180.76 L 193.66,180.76 L 185.98,180.76 L 182.19,180.76 L 174.86,180.75 L 171.24,180.75 L 164.26,180.74 L 160.81,180.74 L 154.16,180.73 L 150.88,180.73 L 144.55,180.72 L 141.43,180.72 L 135.42,180.71 L 132.46,180.70 L 126.76,180.69 L 123.95,180.69 L 118.55,180.68 L 115.89,180.67 L 110.78,180.66 L 108.26,180.65 L 103.44,180.64 L 101.06,180.64 L 96.51,180.62 L 92.03,180.61 L 83.86,180.58 L 79.90,180.56 L 72.72,180.53 L 69.25,180.51 L 62.99,180.47 L 59.97,180.45 L 54.57,180.40 L 51.98,180.38 L 47.37,180.33 L 45.16,180.30 L 41.28,180.25 L 39.42,180.22 L 36.19,180.16 L 34.66,180.13 L 32.02,180.06 L 30.77,180.03 L 28.66,179.96 L 27.67,179.92 L 26.01,179.84 L 25.24,179.80 L 23.97,179.72 L 23.39,179.67 L 22.45,179.58 L 21.57,179.49 L 20.52,179.29 L 20.06,179.18 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-content::before {
    -webkit-mask: unset;
    mask: unset;
  }
}
.faq-accordion .accordion-content::after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--cdm-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 181"><g><path d="M 19.42,178.95 L 17.74,178.30 L 14.60,176.57 L 13.07,175.64 L 10.28,173.39 L 8.94,172.20 L 6.55,169.46 L 3.47,164.86 L 0.50,159.50 L 0.22,92.38 L 0.20,88.28 L 0.17,80.83 L 0.15,77.22 L 0.13,70.67 L 0.12,67.51 L 0.11,61.82 L 0.10,59.07 L 0.09,54.16 L 0.09,51.79 L 0.10,47.60 L 0.11,45.58 L 0.13,42.04 L 0.14,40.34 L 0.17,37.38 L 0.19,35.96 L 0.25,33.52 L 0.27,32.36 L 0.34,30.38 L 0.38,29.43 L 0.47,27.83 L 0.52,27.08 L 0.63,25.80 L 0.69,25.19 L 0.82,24.17 L 0.96,23.21 L 1.32,21.76 L 1.97,19.80 L 2.66,17.96 L 4.48,14.59 L 5.46,12.96 L 7.82,10.06 L 9.07,8.67 L 11.94,6.28 L 16.78,3.31 L 22.50,0.50 L 541.50,0.24 L 549.06,0.24 L 563.84,0.23 L 571.18,0.23 L 585.53,0.22 L 592.66,0.22 L 606.59,0.21 L 613.51,0.21 L 627.02,0.20 L 633.73,0.20 L 646.83,0.19 L 653.34,0.19 L 666.04,0.18 L 672.34,0.18 L 684.64,0.18 L 690.75,0.17 L 702.66,0.17 L 708.57,0.17 L 720.10,0.16 L 725.81,0.16 L 736.96,0.16 L 742.49,0.16 L 753.27,0.15 L 758.61,0.15 L 769.03,0.15 L 774.19,0.15 L 784.24,0.15 L 789.22,0.14 L 798.92,0.14 L 803.73,0.14 L 813.08,0.14 L 817.72,0.14 L 826.73,0.14 L 831.20,0.14 L 839.87,0.14 L 844.17,0.14 L 852.53,0.14 L 856.66,0.14 L 864.69,0.15 L 868.67,0.15 L 876.38,0.15 L 880.20,0.15 L 887.61,0.15 L 891.28,0.15 L 898.38,0.16 L 901.90,0.16 L 908.71,0.16 L 912.08,0.17 L 918.60,0.17 L 921.82,0.17 L 928.06,0.18 L 931.14,0.18 L 937.10,0.19 L 940.05,0.19 L 945.74,0.20 L 948.55,0.21 L 953.98,0.21 L 959.34,0.22 L 969.30,0.24 L 974.16,0.25 L 983.14,0.27 L 987.52,0.29 L 995.58,0.31 L 999.50,0.33 L 1006.70,0.36 L 1010.19,0.37 L 1016.56,0.41 L 1019.65,0.42 L 1025.25,0.46 L 1027.96,0.48 L 1032.85,0.52 L 1035.21,0.54 L 1039.43,0.59 L 1041.46,0.61 L 1045.06,0.66 L 1046.79,0.69 L 1049.82,0.75 L 1051.27,0.77 L 1053.79,0.83 L 1054.99,0.86 L 1057.05,0.93 L 1058.03,0.96 L 1059.67,1.03 L 1060.44,1.07 L 1061.73,1.14 L 1062.33,1.18 L 1063.30,1.26 L 1063.75,1.30 L 1064.46,1.38 L 1065.86,1.66 L 1066.74,1.94 L 1068.54,2.72 L 1069.44,3.15 L 1071.25,4.19 L 1073.04,5.30 L 1076.44,8.13 L 1078.08,9.62 L 1080.90,12.97 L 1081.55,13.83 L 1082.68,15.58 L 1084.07,18.23 L 1084.61,19.45 L 1085.36,21.73 L 1085.53,22.35 L 1085.80,23.76 L 1085.93,24.52 L 1086.13,26.34 L 1086.23,27.32 L 1086.39,29.73 L 1086.46,31.03 L 1086.59,34.21 L 1086.66,35.91 L 1086.78,40.04 L 1086.81,41.14 L 1086.87,43.55 L 1086.96,47.50 L 1087.00,49.18 L 1087.08,52.24 L 1087.11,53.73 L 1087.19,56.43 L 1087.24,57.74 L 1087.33,60.12 L 1087.38,61.27 L 1087.49,63.34 L 1087.61,65.35 L 1087.93,68.60 L 1088.11,70.11 L 1088.61,72.57 L 1088.89,73.73 L 1089.63,75.65 L 1090.03,76.57 L 1091.06,78.20 L 1091.62,79.01 L 1093.01,80.61 L 1095.55,83.23 L 1096.48,84.15 L 1098.17,85.70 L 1099.00,86.43 L 1100.65,87.63 L 1101.49,88.19 L 1103.28,89.09 L 1104.21,89.51 L 1106.32,90.17 L 1107.43,90.47 L 1110.04,90.92 L 1111.43,91.13 L 1114.71,91.43 L 1116.46,91.56 L 1120.61,91.76 L 1121.71,91.81 L 1124.10,91.89 L 1128.00,92.00 L 1130.35,92.06 L 1134.26,92.17 L 1136.10,92.22 L 1139.10,92.34 L 1140.51,92.40 L 1142.79,92.54 L 1143.86,92.62 L 1145.59,92.82 L 1146.41,92.92 L 1147.77,93.19 L 1148.42,93.34 L 1149.58,93.71 L 1153.18,95.29 L 1154.72,96.05 L 1157.48,97.82 L 1158.82,98.76 L 1161.20,100.94 L 1162.35,102.09 L 1164.42,104.73 L 1167.23,109.28 L 1167.75,110.26 L 1168.47,112.13 L 1168.63,112.64 L 1168.88,113.84 L 1169.00,114.48 L 1169.19,116.05 L 1169.28,116.90 L 1169.41,118.99 L 1169.47,120.12 L 1169.57,122.89 L 1169.62,124.38 L 1169.70,127.98 L 1169.82,134.50 L 1169.86,136.92 L 1169.91,140.98 L 1169.94,142.90 L 1169.95,146.09 L 1169.95,147.59 L 1169.91,150.05 L 1169.89,151.21 L 1169.79,153.11 L 1169.73,154.01 L 1169.55,155.51 L 1169.46,156.22 L 1169.20,157.48 L 1168.07,161.08 L 1167.40,162.87 L 1165.67,166.15 L 1164.73,167.74 L 1162.48,170.60 L 1161.30,171.97 L 1158.54,174.40 L 1153.86,177.53 L 1148.50,180.50 L 586.50,180.70 L 577.82,180.70 L 560.86,180.71 L 552.44,180.71 L 536.01,180.72 L 527.86,180.72 L 511.94,180.73 L 504.04,180.73 L 488.64,180.73 L 480.99,180.74 L 466.09,180.74 L 458.69,180.74 L 444.28,180.75 L 437.13,180.75 L 423.20,180.76 L 416.29,180.76 L 402.84,180.76 L 396.17,180.76 L 383.18,180.77 L 376.74,180.77 L 364.21,180.77 L 358.00,180.77 L 345.92,180.77 L 339.94,180.78 L 328.30,180.78 L 322.54,180.78 L 311.33,180.78 L 305.79,180.78 L 295.01,180.78 L 289.67,180.78 L 279.31,180.78 L 274.18,180.78 L 264.23,180.78 L 259.30,180.78 L 249.75,180.78 L 245.02,180.78 L 235.86,180.78 L 231.33,180.78 L 222.56,180.77 L 218.22,180.77 L 209.82,180.77 L 205.66,180.77 L 197.63,180.76 L 193.66,180.76 L 185.98,180.76 L 182.19,180.76 L 174.86,180.75 L 171.24,180.75 L 164.26,180.74 L 160.81,180.74 L 154.16,180.73 L 150.88,180.73 L 144.55,180.72 L 141.43,180.72 L 135.42,180.71 L 132.46,180.70 L 126.76,180.69 L 123.95,180.69 L 118.55,180.68 L 115.89,180.67 L 110.78,180.66 L 108.26,180.65 L 103.44,180.64 L 101.06,180.64 L 96.51,180.62 L 92.03,180.61 L 83.86,180.58 L 79.90,180.56 L 72.72,180.53 L 69.25,180.51 L 62.99,180.47 L 59.97,180.45 L 54.57,180.40 L 51.98,180.38 L 47.37,180.33 L 45.16,180.30 L 41.28,180.25 L 39.42,180.22 L 36.19,180.16 L 34.66,180.13 L 32.02,180.06 L 30.77,180.03 L 28.66,179.96 L 27.67,179.92 L 26.01,179.84 L 25.24,179.80 L 23.97,179.72 L 23.39,179.67 L 22.45,179.58 L 21.57,179.49 L 20.52,179.29 L 20.06,179.18 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 181"><g><path d="M 19.42,178.95 L 17.74,178.30 L 14.60,176.57 L 13.07,175.64 L 10.28,173.39 L 8.94,172.20 L 6.55,169.46 L 3.47,164.86 L 0.50,159.50 L 0.22,92.38 L 0.20,88.28 L 0.17,80.83 L 0.15,77.22 L 0.13,70.67 L 0.12,67.51 L 0.11,61.82 L 0.10,59.07 L 0.09,54.16 L 0.09,51.79 L 0.10,47.60 L 0.11,45.58 L 0.13,42.04 L 0.14,40.34 L 0.17,37.38 L 0.19,35.96 L 0.25,33.52 L 0.27,32.36 L 0.34,30.38 L 0.38,29.43 L 0.47,27.83 L 0.52,27.08 L 0.63,25.80 L 0.69,25.19 L 0.82,24.17 L 0.96,23.21 L 1.32,21.76 L 1.97,19.80 L 2.66,17.96 L 4.48,14.59 L 5.46,12.96 L 7.82,10.06 L 9.07,8.67 L 11.94,6.28 L 16.78,3.31 L 22.50,0.50 L 541.50,0.24 L 549.06,0.24 L 563.84,0.23 L 571.18,0.23 L 585.53,0.22 L 592.66,0.22 L 606.59,0.21 L 613.51,0.21 L 627.02,0.20 L 633.73,0.20 L 646.83,0.19 L 653.34,0.19 L 666.04,0.18 L 672.34,0.18 L 684.64,0.18 L 690.75,0.17 L 702.66,0.17 L 708.57,0.17 L 720.10,0.16 L 725.81,0.16 L 736.96,0.16 L 742.49,0.16 L 753.27,0.15 L 758.61,0.15 L 769.03,0.15 L 774.19,0.15 L 784.24,0.15 L 789.22,0.14 L 798.92,0.14 L 803.73,0.14 L 813.08,0.14 L 817.72,0.14 L 826.73,0.14 L 831.20,0.14 L 839.87,0.14 L 844.17,0.14 L 852.53,0.14 L 856.66,0.14 L 864.69,0.15 L 868.67,0.15 L 876.38,0.15 L 880.20,0.15 L 887.61,0.15 L 891.28,0.15 L 898.38,0.16 L 901.90,0.16 L 908.71,0.16 L 912.08,0.17 L 918.60,0.17 L 921.82,0.17 L 928.06,0.18 L 931.14,0.18 L 937.10,0.19 L 940.05,0.19 L 945.74,0.20 L 948.55,0.21 L 953.98,0.21 L 959.34,0.22 L 969.30,0.24 L 974.16,0.25 L 983.14,0.27 L 987.52,0.29 L 995.58,0.31 L 999.50,0.33 L 1006.70,0.36 L 1010.19,0.37 L 1016.56,0.41 L 1019.65,0.42 L 1025.25,0.46 L 1027.96,0.48 L 1032.85,0.52 L 1035.21,0.54 L 1039.43,0.59 L 1041.46,0.61 L 1045.06,0.66 L 1046.79,0.69 L 1049.82,0.75 L 1051.27,0.77 L 1053.79,0.83 L 1054.99,0.86 L 1057.05,0.93 L 1058.03,0.96 L 1059.67,1.03 L 1060.44,1.07 L 1061.73,1.14 L 1062.33,1.18 L 1063.30,1.26 L 1063.75,1.30 L 1064.46,1.38 L 1065.86,1.66 L 1066.74,1.94 L 1068.54,2.72 L 1069.44,3.15 L 1071.25,4.19 L 1073.04,5.30 L 1076.44,8.13 L 1078.08,9.62 L 1080.90,12.97 L 1081.55,13.83 L 1082.68,15.58 L 1084.07,18.23 L 1084.61,19.45 L 1085.36,21.73 L 1085.53,22.35 L 1085.80,23.76 L 1085.93,24.52 L 1086.13,26.34 L 1086.23,27.32 L 1086.39,29.73 L 1086.46,31.03 L 1086.59,34.21 L 1086.66,35.91 L 1086.78,40.04 L 1086.81,41.14 L 1086.87,43.55 L 1086.96,47.50 L 1087.00,49.18 L 1087.08,52.24 L 1087.11,53.73 L 1087.19,56.43 L 1087.24,57.74 L 1087.33,60.12 L 1087.38,61.27 L 1087.49,63.34 L 1087.61,65.35 L 1087.93,68.60 L 1088.11,70.11 L 1088.61,72.57 L 1088.89,73.73 L 1089.63,75.65 L 1090.03,76.57 L 1091.06,78.20 L 1091.62,79.01 L 1093.01,80.61 L 1095.55,83.23 L 1096.48,84.15 L 1098.17,85.70 L 1099.00,86.43 L 1100.65,87.63 L 1101.49,88.19 L 1103.28,89.09 L 1104.21,89.51 L 1106.32,90.17 L 1107.43,90.47 L 1110.04,90.92 L 1111.43,91.13 L 1114.71,91.43 L 1116.46,91.56 L 1120.61,91.76 L 1121.71,91.81 L 1124.10,91.89 L 1128.00,92.00 L 1130.35,92.06 L 1134.26,92.17 L 1136.10,92.22 L 1139.10,92.34 L 1140.51,92.40 L 1142.79,92.54 L 1143.86,92.62 L 1145.59,92.82 L 1146.41,92.92 L 1147.77,93.19 L 1148.42,93.34 L 1149.58,93.71 L 1153.18,95.29 L 1154.72,96.05 L 1157.48,97.82 L 1158.82,98.76 L 1161.20,100.94 L 1162.35,102.09 L 1164.42,104.73 L 1167.23,109.28 L 1167.75,110.26 L 1168.47,112.13 L 1168.63,112.64 L 1168.88,113.84 L 1169.00,114.48 L 1169.19,116.05 L 1169.28,116.90 L 1169.41,118.99 L 1169.47,120.12 L 1169.57,122.89 L 1169.62,124.38 L 1169.70,127.98 L 1169.82,134.50 L 1169.86,136.92 L 1169.91,140.98 L 1169.94,142.90 L 1169.95,146.09 L 1169.95,147.59 L 1169.91,150.05 L 1169.89,151.21 L 1169.79,153.11 L 1169.73,154.01 L 1169.55,155.51 L 1169.46,156.22 L 1169.20,157.48 L 1168.07,161.08 L 1167.40,162.87 L 1165.67,166.15 L 1164.73,167.74 L 1162.48,170.60 L 1161.30,171.97 L 1158.54,174.40 L 1153.86,177.53 L 1148.50,180.50 L 586.50,180.70 L 577.82,180.70 L 560.86,180.71 L 552.44,180.71 L 536.01,180.72 L 527.86,180.72 L 511.94,180.73 L 504.04,180.73 L 488.64,180.73 L 480.99,180.74 L 466.09,180.74 L 458.69,180.74 L 444.28,180.75 L 437.13,180.75 L 423.20,180.76 L 416.29,180.76 L 402.84,180.76 L 396.17,180.76 L 383.18,180.77 L 376.74,180.77 L 364.21,180.77 L 358.00,180.77 L 345.92,180.77 L 339.94,180.78 L 328.30,180.78 L 322.54,180.78 L 311.33,180.78 L 305.79,180.78 L 295.01,180.78 L 289.67,180.78 L 279.31,180.78 L 274.18,180.78 L 264.23,180.78 L 259.30,180.78 L 249.75,180.78 L 245.02,180.78 L 235.86,180.78 L 231.33,180.78 L 222.56,180.77 L 218.22,180.77 L 209.82,180.77 L 205.66,180.77 L 197.63,180.76 L 193.66,180.76 L 185.98,180.76 L 182.19,180.76 L 174.86,180.75 L 171.24,180.75 L 164.26,180.74 L 160.81,180.74 L 154.16,180.73 L 150.88,180.73 L 144.55,180.72 L 141.43,180.72 L 135.42,180.71 L 132.46,180.70 L 126.76,180.69 L 123.95,180.69 L 118.55,180.68 L 115.89,180.67 L 110.78,180.66 L 108.26,180.65 L 103.44,180.64 L 101.06,180.64 L 96.51,180.62 L 92.03,180.61 L 83.86,180.58 L 79.90,180.56 L 72.72,180.53 L 69.25,180.51 L 62.99,180.47 L 59.97,180.45 L 54.57,180.40 L 51.98,180.38 L 47.37,180.33 L 45.16,180.30 L 41.28,180.25 L 39.42,180.22 L 36.19,180.16 L 34.66,180.13 L 32.02,180.06 L 30.77,180.03 L 28.66,179.96 L 27.67,179.92 L 26.01,179.84 L 25.24,179.80 L 23.97,179.72 L 23.39,179.67 L 22.45,179.58 L 21.57,179.49 L 20.52,179.29 L 20.06,179.18 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-content::after {
    -webkit-mask: unset;
    mask: unset;
  }
}
.faq-accordion .accordion-content__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 181px auto;
  align-items: center;
  gap: 28px;
}
@media (max-width: 767px) {
  .faq-accordion .accordion-content__inner {
    grid-template-columns: auto;
  }
}
.faq-accordion .accordion-content__image {
  height: 100%;
  border-radius: 30px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 546.000000 543.000000"><g transform="translate(0.000000,543.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M737 5416 c-3 -8 -27 -18 -54 -22 -26 -3 -60 -13 -75 -20 -15 -8 -36 -14 -46 -14 -11 0 -25 -7 -32 -15 -7 -8 -20 -15 -30 -15 -10 0 -23 -7 -30 -15 -7 -8 -19 -15 -27 -15 -16 0 -118 -74 -176 -129 -39 -36 -127 -144 -127 -155 0 -4 -13 -25 -30 -48 -16 -22 -30 -49 -30 -58 0 -10 -7 -23 -15 -30 -8 -7 -15 -21 -15 -32 0 -11 -5 -29 -12 -41 -6 -12 -16 -42 -22 -67 -6 -29 -11 -854 -13 -2348 l-3 -2302 45 -45 44 -45 2298 0 c2043 0 2306 2 2373 16 41 8 79 19 85 25 5 5 19 9 31 9 12 0 27 7 34 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 19 15 27 15 16 0 118 74 176 129 39 36 127 144 127 155 0 4 14 25 30 48 17 22 30 49 30 58 0 10 7 23 15 30 8 7 15 22 15 34 1 11 7 32 15 46 8 14 14 40 15 58 0 18 8 40 20 52 20 20 20 33 20 795 0 762 0 775 -20 795 -11 11 -20 31 -20 44 0 13 -7 29 -15 36 -8 7 -15 17 -15 22 0 5 -18 33 -40 62 -85 112 -230 185 -370 186 -102 0 -203 33 -285 94 -47 35 -115 107 -115 122 0 5 -5 15 -12 22 -13 13 -34 66 -50 127 -7 26 -13 327 -17 860 -7 885 -4 825 -57 953 -8 18 -14 39 -14 46 0 8 -7 19 -15 26 -8 7 -15 19 -15 26 0 20 -77 130 -135 193 -28 29 -84 79 -125 110 -72 54 -195 121 -223 121 -7 0 -17 4 -23 10 -5 5 -34 14 -64 20 -30 6 -60 17 -66 25 -17 22 -3019 23 -3027 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 546.000000 543.000000"><g transform="translate(0.000000,543.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M737 5416 c-3 -8 -27 -18 -54 -22 -26 -3 -60 -13 -75 -20 -15 -8 -36 -14 -46 -14 -11 0 -25 -7 -32 -15 -7 -8 -20 -15 -30 -15 -10 0 -23 -7 -30 -15 -7 -8 -19 -15 -27 -15 -16 0 -118 -74 -176 -129 -39 -36 -127 -144 -127 -155 0 -4 -13 -25 -30 -48 -16 -22 -30 -49 -30 -58 0 -10 -7 -23 -15 -30 -8 -7 -15 -21 -15 -32 0 -11 -5 -29 -12 -41 -6 -12 -16 -42 -22 -67 -6 -29 -11 -854 -13 -2348 l-3 -2302 45 -45 44 -45 2298 0 c2043 0 2306 2 2373 16 41 8 79 19 85 25 5 5 19 9 31 9 12 0 27 7 34 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 19 15 27 15 16 0 118 74 176 129 39 36 127 144 127 155 0 4 14 25 30 48 17 22 30 49 30 58 0 10 7 23 15 30 8 7 15 22 15 34 1 11 7 32 15 46 8 14 14 40 15 58 0 18 8 40 20 52 20 20 20 33 20 795 0 762 0 775 -20 795 -11 11 -20 31 -20 44 0 13 -7 29 -15 36 -8 7 -15 17 -15 22 0 5 -18 33 -40 62 -85 112 -230 185 -370 186 -102 0 -203 33 -285 94 -47 35 -115 107 -115 122 0 5 -5 15 -12 22 -13 13 -34 66 -50 127 -7 26 -13 327 -17 860 -7 885 -4 825 -57 953 -8 18 -14 39 -14 46 0 8 -7 19 -15 26 -8 7 -15 19 -15 26 0 20 -77 130 -135 193 -28 29 -84 79 -125 110 -72 54 -195 121 -223 121 -7 0 -17 4 -23 10 -5 5 -34 14 -64 20 -30 6 -60 17 -66 25 -17 22 -3019 23 -3027 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-content__image {
    -webkit-mask: unset;
    mask: unset;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion-content__image {
    display: none;
  }
}
.faq-accordion .accordion-content__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.faq-accordion .accordion-content__box {
  padding: 19px 14px 28px 0px;
}
@media (max-width: 1199px) {
  .faq-accordion .accordion-content__box {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion-content__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 440px) {
  .faq-accordion .accordion-content__box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-accordion .accordion-content__title__icon {
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
}
.faq-accordion .accordion-content__title__icon::after, .faq-accordion .accordion-content__title__icon::before {
  background-color: var(--cdm-white, #FFFFFF);
  opacity: 0;
}
.faq-accordion .accordion-content__title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content p {
  margin: 11px 0px 0px;
  padding-right: 115px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .faq-accordion .accordion-content p {
    padding-right: 0px;
  }
}

.faq-page-search {
  background-color: var(--cdm-white, #FFFFFF);
}
.faq-page-search__content {
  text-align: center;
}
.faq-page-search__title {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .faq-page-search__title {
    font-size: 34px;
  }
}
.faq-page-search__form {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 770px;
}
.faq-page-search__form input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 59px;
  background-color: var(--cdm-white, #FFFFFF);
  color: var(--cdm-text, #959CB2);
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid var(--cdm-border-color, #E6EAFF);
  transition: all 500ms ease;
}
.faq-page-search__form input[type=text]:focus {
  color: var(--cdm-black, #1155CC);
  border-color: var(--cdm-base, #1155CC);
}
.faq-page-search__form button[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
  outline: none;
  color: var(--cdm-base, #1155CC);
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  background-color: transparent;
  transition: all 500ms ease;
}
.faq-page-search__form button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.faq-page {
  position: relative;
  background-color: var(--cdm-white2, #F1F3FF);
}
.faq-page__bg {
  width: 100%;
  height: calc(100% + 546px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.faq-page .container {
  position: relative;
  z-index: 1;
}

.faq-one .accordion-title {
  background-color: var(--cdm-white2, #F1F3FF);
}
.faq-one .faq-accordion .accordion-title__icon, .faq-one .faq-accordion .accordion-content__title__icon {
  background-color: var(--cdm-white, #FFFFFF);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
  border-radius: 0px 0px 60px 60px;
  background-color: var(--cdm-white, #FFFFFF);
}
@media (max-width: 575px) {
  .cta-one {
    border-radius: 0px 0px 30px 30px;
  }
}
.cta-one__wrapper {
  position: relative;
  padding: 52px 90px;
  border-radius: 20px;
  background: linear-gradient(90deg, #3CB4FF 0%, #3CB4FF 100%);
}
@media (max-width: 1199px) {
  .cta-one__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .cta-one__wrapper {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cta-one__wrapper {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cta-one__wrapper {
    padding: 40px 30px 0px;
  }
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cta-one__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-one__content {
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .cta-one__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-one__content {
    flex-direction: column;
  }
}
.cta-one__title {
  margin: 0px;
  font-size: 48px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 800;
  line-height: 1.176;
}
@media (max-width: 1199px) {
  .cta-one__title {
    font-size: 30px;
  }
}
.cta-one .cdm-btn {
  flex-shrink: 0;
}
.cta-one__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 54px;
  bottom: 0px;
  animation: moveX2 2.5s linear infinite;
}
@media (max-width: 1199px) {
  .cta-one__image {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .cta-one__image {
    position: relative;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  background-color: var(--cdm-white, #FFFFFF);
}
.team-details .row {
  --bs-gutter-x: 50px;
}
@media (max-width: 1199px) {
  .team-details .row {
    --bs-gutter-x: 30px;
  }
}
.team-details .col-image {
  flex: 0 0 auto;
  width: 45%;
}
@media (max-width: 991px) {
  .team-details .col-image {
    width: 100%;
  }
}
.team-details .col-content {
  flex: 0 0 auto;
  width: 55%;
}
@media (max-width: 991px) {
  .team-details .col-content {
    width: 100%;
  }
}
.team-details__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.team-details__content {
  margin-top: -4px;
}
@media (max-width: 991px) {
  .team-details__content {
    margin-top: 0;
  }
}
.team-details__about {
  margin-bottom: 33px;
}
.team-details__designation {
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
}
.team-details__name {
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
@media (max-width: 430px) {
  .team-details__name {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .team-details__name {
    font-size: 28px;
  }
}
.team-details__text {
  margin: 0;
}
.team-details__text-box {
  position: relative;
  margin-bottom: 35px;
  padding: 22px 30px 22px 40px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--cdm-black, #1155CC);
}
@media (max-width: 430px) {
  .team-details__text-box {
    padding-left: 35px;
    padding-right: 25px;
  }
}
.team-details__text-box::before {
  content: "";
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #1155CC 0%, #3CB4FF 100%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.team-details__text-box__text {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--cdm-white, #FFFFFF);
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 575px) {
  .team-details__text-box__text {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .team-details__text-box__text {
    font-size: 16px;
  }
}
.team-details__text-box__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.team-details__info {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .team-details__info {
    margin-bottom: 25px;
  }
}
.team-details__info li + li {
  margin-top: 6px;
}
.team-details__info li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-details__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--cdm-base, #1155CC);
}
.team-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.team-details__info__content {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 16px;
  line-height: 1.625;
}
.team-details__info__title, .team-details__info__text {
  display: inline-block;
}
.team-details__info__text {
  color: var(--cdm-black, #1155CC);
}
.team-details__info__text--link:hover {
  color: var(--cdm-base, #1155CC);
}
.team-details__skill {
  margin-bottom: 40px;
}
.team-details .progress-box + .progress-box {
  margin-top: 33px;
}

.team-education {
  background-color: var(--cdm-white, #FFFFFF);
  border-top: 1px solid var(--cdm-border-color, #E6EAFF);
}
.team-education__sec-title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
.team-education__sec-text {
  margin: 0;
}
.team-education__certificate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.team-education__certificate img {
  max-width: 100%;
  height: auto;
}
.team-education__list {
  margin-top: 85px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 99px;
  border-top: 1px solid var(--cdm-border-color, #E6EAFF);
}
@media (max-width: 1199px) {
  .team-education__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 50px;
  }
}
@media (max-width: 767px) {
  .team-education__list {
    grid-gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .team-education__list {
    padding: 0px;
    margin-top: 120px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 75px;
    border: none;
  }
}
.team-education__list__item {
  position: relative;
}
.team-education__list__item:nth-child(1)::before, .team-education__list__item:nth-child(2)::before, .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--cdm-text, #959CB2);
  position: absolute;
  top: -48px;
  left: 0px;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .team-education__list__item:nth-child(1)::before, .team-education__list__item:nth-child(2)::before, .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
    top: -35px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .team-education__list__item:nth-child(3)::before, .team-education__list__item:nth-child(4)::before {
    display: none;
  }
}
.team-education__list__item:hover::before {
  background-color: var(--cdm-base, #1155CC);
}
.team-education__year {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--cdm-black, #1155CC);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.625;
}
.team-education__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.5;
}
.team-education__text {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--cdm-white, #FFFFFF);
}
.gallery-page .container-fluid {
  max-width: 1672px;
}
.gallery-page__filter__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery-page__filter__list li .cdm-btn__text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gallery-page__filter__list li:hover .cdm-btn__text::after, .gallery-page__filter__list li.active .cdm-btn__text::after {
  opacity: 1;
  background: var(--cdm-primary, #1155CC);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.gallery-page__card img {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: all 500ms ease;
}
.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  border-radius: inherit;
  background-color: RGBA(var(--cdm-black-rgb, 13, 26, 66), 0.7);
  transition: all 500ms ease;
}
.gallery-page__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  border-radius: 50%;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
  transition: all 500ms ease 0ms;
}
@media (max-width: 430px) {
  .gallery-page__card__hover .img-popup {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-page__card__hover .img-popup {
    width: 60px;
    height: 60px;
  }
}
.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}
.gallery-page__card:hover .gallery-page__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
.gallery-page__card__icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--cdm-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-page__card:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 200ms;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card-three {
  position: relative;
  border-radius: 30px;
}
.service-card-three__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  overflow: hidden;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.service-card-three__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1317.000000"><g transform="translate(0.000000,1317.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 13156 c-3 -8 -23 -18 -44 -22 -21 -3 -83 -28 -139 -55 -190 -92 -323 -256 -380 -467 -12 -45 -14 -905 -14 -6037 0 -5300 2 -5991 15 -6042 8 -32 36 -99 61 -149 90 -184 263 -320 474 -373 60 -16 6265 -10 6325 5 75 19 194 84 287 157 51 39 120 92 152 117 33 25 141 108 242 185 100 77 292 223 425 325 134 102 266 203 294 225 28 22 134 103 236 179 202 153 280 223 343 306 45 59 101 181 111 243 4 23 11 37 20 37 22 0 23 10775 1 10783 -8 3 -18 23 -22 44 -3 21 -28 83 -55 139 -38 78 -65 118 -117 171 -100 105 -235 185 -350 208 -18 4 -36 13 -39 21 -8 21 -7818 21 -7826 0z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1317.000000"><g transform="translate(0.000000,1317.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 13156 c-3 -8 -23 -18 -44 -22 -21 -3 -83 -28 -139 -55 -190 -92 -323 -256 -380 -467 -12 -45 -14 -905 -14 -6037 0 -5300 2 -5991 15 -6042 8 -32 36 -99 61 -149 90 -184 263 -320 474 -373 60 -16 6265 -10 6325 5 75 19 194 84 287 157 51 39 120 92 152 117 33 25 141 108 242 185 100 77 292 223 425 325 134 102 266 203 294 225 28 22 134 103 236 179 202 153 280 223 343 306 45 59 101 181 111 243 4 23 11 37 20 37 22 0 23 10775 1 10783 -8 3 -18 23 -22 44 -3 21 -28 83 -55 139 -38 78 -65 118 -117 171 -100 105 -235 185 -350 208 -18 4 -36 13 -39 21 -8 21 -7818 21 -7826 0z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
}
.service-card-three:hover .service-card-three__bg::after {
  background-color: var(--cdm-black, #1155CC);
}
.service-card-three__content {
  position: relative;
  padding: 20px 15px 50px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 575px) {
  .service-card-three__content {
    padding-bottom: 40px;
  }
}
@media (max-width: 412px) {
  .service-card-three__content {
    padding: 25px 30px 30px;
  }
}
.service-card-three__title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.153;
}
@media (max-width: 412px) {
  .service-card-three__title {
    font-size: 22px;
  }
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-three__title a:hover {
  color: var(--cdm-base, #1155CC);
}
.service-card-three__title a:hover {
  background-size: 100% 1px;
}
.service-card-three:hover .service-card-three__title {
  color: var(--cdm-white, #FFFFFF);
}
.service-card-three__image {
  width: 269px !important;
  height: 269px;
  margin: 0px auto 20px;
  border-radius: 50%;
}
@media (max-width: 375px) {
  .service-card-three__image {
    width: 228px !important;
    height: 228px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card-three__image {
    width: 240px !important;
    height: 240px;
  }
}
.service-card-three__text {
  margin: 0px;
  color: var(--cdm-gray2, #A1AAC7);
  line-height: 1.733;
  transition: all 500ms ease;
}
.service-card-three__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--cdm-base, #1155CC);
}
@media (max-width: 575px) {
  .service-card-three__btn {
    position: static;
    margin: 30px auto 0px;
  }
}
.service-card-three__btn:hover {
  background-color: var(--cdm-white, #FFFFFF);
}
.service-card-three__btn__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--cdm-white, #FFFFFF);
}
.service-card-three__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three__btn:hover .service-card-three__btn__icon {
  color: var(--cdm-base, #1155CC);
  animation: slideRight 500ms;
}
.service-card-three__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
.service-card-three:hover .service-card-three__shape {
  opacity: 1;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details__title {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.566;
  text-shadow: 1px 2px 1px #3CB4FF;
  color: var(--cdm-text, #1155CC);
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 25px;
  }
}
.service-details__sm-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.444;
}
@media (max-width: 767px) {
  .service-details__sm-title {
    font-size: 25px;
  }
}
.service-details__sm-title--base {
  margin-bottom: 22px;
  color: var(--cdm-base, #1155CC);
}
.service-details__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
.service-details__thumbnail {
  margin-bottom: 18px;
}
.service-details__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.service-details__box--1 {
  margin-bottom: 20px;
}
.service-details__box--2 {
  margin-bottom: 40px;
}
.service-details__why-choose {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-details__why-choose {
    margin-bottom: 50px;
  }
}
.service-details__why-choose .service-details__title {
  margin-bottom: 27px;
  text-align: center;
}
.service-details__why-choose__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24.5px 25px;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid var(--cdm-border-color, #E6EAFF);
}
@media (max-width: 412px) {
  .service-details__why-choose__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-details__why-choose__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-details__why-choose__icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--cdm-border-color, #E6EAFF);
  transition: all 500ms ease;
}
.service-details__why-choose__card:hover .service-details__why-choose__icon-box {
  background-color: var(--cdm-base, #1155CC);
}
.service-details__why-choose__icon {
  display: inline-flex;
  font-size: 31px;
  color: var(--cdm-black, #1155CC);
  transition: all 500ms ease;
}
.service-details__why-choose__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__why-choose__card:hover .service-details__why-choose__icon {
  color: var(--cdm-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-details__why-choose__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.444;
}
.service-details__why-choose__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}
.service-details__benefits {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-details__benefits {
    margin-bottom: 50px;
  }
}
.service-details__benefits__col-1 {
  flex: 0 0 auto;
  width: 37.4%;
}
@media (max-width: 767px) {
  .service-details__benefits__col-1 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details__benefits__col-1 {
    width: 100%;
  }
}
.service-details__benefits__col-2 {
  flex: 0 0 auto;
  width: 62.6%;
}
@media (max-width: 767px) {
  .service-details__benefits__col-2 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details__benefits__col-2 {
    width: 100%;
  }
}
.service-details__benefits__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.service-details__benefits__content {
  margin-top: -10px;
}
.service-details__benefits__title {
  margin-bottom: 12px;
}
.service-details__benefits__text {
  margin-bottom: 17px;
  font-weight: 500;
}
.service-details__benefits__sm-title {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 800;
  color: var(--cdm-base, #1155CC);
  text-transform: capitalize;
  line-height: 1.444;
}
@media (max-width: 767px) {
  .service-details__benefits__sm-title {
    font-size: 20px;
  }
}
.service-details__benefits__list {
  margin: 0;
}
.service-details__benefits__list li + li {
  margin-top: 8px;
}
.service-details__benefits__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--cdm-black, #1155CC);
  line-height: 1.625;
}
.service-details__benefits__list__icon {
  position: relative;
  top: 6px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 7px;
  color: var(--cdm-white, #FFFFFF);
  border-radius: 100px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3CB4FF 0%, #1155CC 100%);
}
.service-details__benefits__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details .faq-accordion .accordion-content::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 770 181"><g><path d="M 17.56,178.98 L 15.90,178.33 L 12.67,176.36 L 11.09,175.28 L 8.21,172.62 L 6.84,171.23 L 4.53,168.13 L 1.99,163.24 L 1.75,162.61 L 1.36,161.31 L 1.17,160.62 L 0.87,158.86 L 0.80,158.36 L 0.68,157.20 L 0.62,156.59 L 0.52,155.14 L 0.47,154.37 L 0.39,152.57 L 0.35,151.62 L 0.28,149.41 L 0.25,148.24 L 0.19,145.55 L 0.17,144.14 L 0.13,140.92 L 0.11,139.23 L 0.08,135.41 L 0.06,133.42 L 0.04,128.94 L 0.03,126.61 L 0.02,121.40 L 0.01,118.70 L 0.01,112.71 L 0.00,109.61 L 0.00,102.77 L -0.00,91.50 L -0.00,87.50 L 0.00,80.19 L 0.00,76.65 L 0.01,70.23 L 0.01,67.13 L 0.02,61.53 L 0.02,58.83 L 0.04,53.98 L 0.05,51.65 L 0.08,47.50 L 0.09,45.51 L 0.12,42.00 L 0.14,40.31 L 0.19,37.37 L 0.22,35.96 L 0.28,33.52 L 0.31,32.36 L 0.39,30.37 L 0.43,29.42 L 0.52,27.81 L 0.57,27.04 L 0.68,25.75 L 0.74,25.14 L 0.88,24.10 L 1.02,23.12 L 1.37,21.65 L 2.01,19.71 L 2.69,17.89 L 4.50,14.55 L 5.47,12.94 L 7.84,10.05 L 9.08,8.66 L 11.95,6.27 L 16.78,3.31 L 22.50,0.50 L 351.20,0.24 L 356.31,0.24 L 366.30,0.23 L 371.26,0.23 L 380.94,0.22 L 385.74,0.22 L 395.11,0.21 L 399.76,0.21 L 408.83,0.20 L 413.33,0.20 L 422.10,0.19 L 426.45,0.19 L 434.93,0.18 L 439.14,0.18 L 447.33,0.17 L 451.40,0.17 L 459.31,0.16 L 463.23,0.16 L 470.87,0.16 L 474.65,0.15 L 482.02,0.15 L 489.31,0.15 L 503.12,0.14 L 509.89,0.14 L 522.67,0.13 L 528.93,0.13 L 540.73,0.13 L 546.51,0.13 L 557.37,0.13 L 562.69,0.13 L 572.64,0.13 L 577.51,0.14 L 586.61,0.14 L 591.05,0.15 L 599.33,0.16 L 603.37,0.17 L 610.87,0.18 L 614.52,0.19 L 621.28,0.21 L 624.57,0.22 L 630.63,0.24 L 633.57,0.25 L 638.97,0.28 L 641.59,0.29 L 646.37,0.32 L 648.69,0.34 L 652.89,0.37 L 654.92,0.39 L 658.59,0.43 L 660.36,0.45 L 663.52,0.50 L 665.05,0.52 L 667.75,0.57 L 669.05,0.60 L 671.34,0.65 L 672.44,0.68 L 674.35,0.75 L 675.27,0.78 L 676.84,0.85 L 677.59,0.88 L 678.87,0.95 L 679.48,0.99 L 680.50,1.07 L 681.47,1.16 L 682.81,1.34 L 683.40,1.44 L 684.24,1.65 L 685.28,2.00 L 687.02,2.66 L 690.24,4.37 L 691.80,5.30 L 694.64,7.55 L 696.00,8.73 L 698.41,11.48 L 701.53,16.14 L 704.50,21.50 L 705.01,45.50 L 705.05,47.16 L 705.12,50.21 L 705.16,51.68 L 705.24,54.39 L 705.28,55.70 L 705.37,58.09 L 705.42,59.25 L 705.53,61.36 L 705.65,63.40 L 705.97,66.76 L 706.14,68.33 L 706.62,70.93 L 706.89,72.15 L 707.57,74.22 L 707.95,75.21 L 708.89,76.97 L 709.40,77.84 L 710.65,79.54 L 712.92,82.26 L 714.26,83.78 L 717.32,86.23 L 718.93,87.37 L 722.68,89.10 L 723.67,89.49 L 725.81,90.15 L 726.91,90.46 L 729.28,90.97 L 730.50,91.20 L 733.13,91.56 L 737.40,91.95 L 739.34,92.07 L 742.89,92.50 L 744.62,92.75 L 747.76,93.44 L 749.28,93.82 L 752.05,94.80 L 753.39,95.33 L 755.83,96.62 L 757.02,97.31 L 759.18,98.94 L 760.23,99.80 L 762.15,101.80 L 763.08,102.84 L 764.81,105.23 L 767.23,109.28 L 767.75,110.26 L 768.47,112.13 L 768.63,112.64 L 768.88,113.84 L 769.00,114.48 L 769.19,116.05 L 769.28,116.90 L 769.41,118.99 L 769.47,120.12 L 769.57,122.89 L 769.62,124.38 L 769.70,127.98 L 769.82,134.50 L 769.86,136.92 L 769.91,140.98 L 769.94,142.90 L 769.95,146.09 L 769.95,147.59 L 769.91,150.05 L 769.89,151.21 L 769.79,153.11 L 769.73,154.01 L 769.55,155.51 L 769.46,156.22 L 769.20,157.48 L 768.07,161.08 L 767.40,162.87 L 765.67,166.15 L 764.73,167.74 L 762.48,170.60 L 761.30,171.97 L 758.54,174.40 L 753.86,177.53 L 748.50,180.50 L 385.50,180.71 L 379.93,180.71 L 369.04,180.72 L 363.64,180.72 L 353.09,180.73 L 347.86,180.73 L 337.63,180.73 L 332.56,180.74 L 322.67,180.74 L 317.76,180.74 L 308.18,180.75 L 303.43,180.75 L 294.17,180.76 L 289.57,180.76 L 280.62,180.76 L 276.18,180.77 L 267.53,180.77 L 263.24,180.77 L 254.88,180.77 L 250.74,180.78 L 242.68,180.78 L 238.69,180.78 L 230.91,180.78 L 227.06,180.78 L 219.57,180.79 L 215.85,180.79 L 208.64,180.79 L 205.07,180.79 L 198.12,180.79 L 191.24,180.79 L 178.28,180.79 L 171.93,180.79 L 159.98,180.79 L 154.13,180.78 L 143.15,180.78 L 137.79,180.78 L 127.74,180.77 L 122.84,180.76 L 113.68,180.75 L 109.21,180.74 L 100.91,180.73 L 96.85,180.72 L 89.35,180.70 L 85.70,180.69 L 78.95,180.67 L 75.67,180.66 L 69.65,180.63 L 66.72,180.62 L 61.38,180.59 L 58.78,180.57 L 54.07,180.54 L 51.79,180.52 L 47.67,180.48 L 45.68,180.46 L 42.10,180.42 L 40.38,180.39 L 37.32,180.34 L 35.84,180.32 L 33.24,180.26 L 31.99,180.24 L 29.81,180.18 L 28.77,180.15 L 26.96,180.08 L 26.10,180.05 L 24.64,179.98 L 23.94,179.94 L 22.77,179.86 L 21.66,179.79 L 20.14,179.61 L 19.47,179.52 L 18.58,179.32 L 18.18,179.21 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 770 181"><g><path d="M 17.56,178.98 L 15.90,178.33 L 12.67,176.36 L 11.09,175.28 L 8.21,172.62 L 6.84,171.23 L 4.53,168.13 L 1.99,163.24 L 1.75,162.61 L 1.36,161.31 L 1.17,160.62 L 0.87,158.86 L 0.80,158.36 L 0.68,157.20 L 0.62,156.59 L 0.52,155.14 L 0.47,154.37 L 0.39,152.57 L 0.35,151.62 L 0.28,149.41 L 0.25,148.24 L 0.19,145.55 L 0.17,144.14 L 0.13,140.92 L 0.11,139.23 L 0.08,135.41 L 0.06,133.42 L 0.04,128.94 L 0.03,126.61 L 0.02,121.40 L 0.01,118.70 L 0.01,112.71 L 0.00,109.61 L 0.00,102.77 L -0.00,91.50 L -0.00,87.50 L 0.00,80.19 L 0.00,76.65 L 0.01,70.23 L 0.01,67.13 L 0.02,61.53 L 0.02,58.83 L 0.04,53.98 L 0.05,51.65 L 0.08,47.50 L 0.09,45.51 L 0.12,42.00 L 0.14,40.31 L 0.19,37.37 L 0.22,35.96 L 0.28,33.52 L 0.31,32.36 L 0.39,30.37 L 0.43,29.42 L 0.52,27.81 L 0.57,27.04 L 0.68,25.75 L 0.74,25.14 L 0.88,24.10 L 1.02,23.12 L 1.37,21.65 L 2.01,19.71 L 2.69,17.89 L 4.50,14.55 L 5.47,12.94 L 7.84,10.05 L 9.08,8.66 L 11.95,6.27 L 16.78,3.31 L 22.50,0.50 L 351.20,0.24 L 356.31,0.24 L 366.30,0.23 L 371.26,0.23 L 380.94,0.22 L 385.74,0.22 L 395.11,0.21 L 399.76,0.21 L 408.83,0.20 L 413.33,0.20 L 422.10,0.19 L 426.45,0.19 L 434.93,0.18 L 439.14,0.18 L 447.33,0.17 L 451.40,0.17 L 459.31,0.16 L 463.23,0.16 L 470.87,0.16 L 474.65,0.15 L 482.02,0.15 L 489.31,0.15 L 503.12,0.14 L 509.89,0.14 L 522.67,0.13 L 528.93,0.13 L 540.73,0.13 L 546.51,0.13 L 557.37,0.13 L 562.69,0.13 L 572.64,0.13 L 577.51,0.14 L 586.61,0.14 L 591.05,0.15 L 599.33,0.16 L 603.37,0.17 L 610.87,0.18 L 614.52,0.19 L 621.28,0.21 L 624.57,0.22 L 630.63,0.24 L 633.57,0.25 L 638.97,0.28 L 641.59,0.29 L 646.37,0.32 L 648.69,0.34 L 652.89,0.37 L 654.92,0.39 L 658.59,0.43 L 660.36,0.45 L 663.52,0.50 L 665.05,0.52 L 667.75,0.57 L 669.05,0.60 L 671.34,0.65 L 672.44,0.68 L 674.35,0.75 L 675.27,0.78 L 676.84,0.85 L 677.59,0.88 L 678.87,0.95 L 679.48,0.99 L 680.50,1.07 L 681.47,1.16 L 682.81,1.34 L 683.40,1.44 L 684.24,1.65 L 685.28,2.00 L 687.02,2.66 L 690.24,4.37 L 691.80,5.30 L 694.64,7.55 L 696.00,8.73 L 698.41,11.48 L 701.53,16.14 L 704.50,21.50 L 705.01,45.50 L 705.05,47.16 L 705.12,50.21 L 705.16,51.68 L 705.24,54.39 L 705.28,55.70 L 705.37,58.09 L 705.42,59.25 L 705.53,61.36 L 705.65,63.40 L 705.97,66.76 L 706.14,68.33 L 706.62,70.93 L 706.89,72.15 L 707.57,74.22 L 707.95,75.21 L 708.89,76.97 L 709.40,77.84 L 710.65,79.54 L 712.92,82.26 L 714.26,83.78 L 717.32,86.23 L 718.93,87.37 L 722.68,89.10 L 723.67,89.49 L 725.81,90.15 L 726.91,90.46 L 729.28,90.97 L 730.50,91.20 L 733.13,91.56 L 737.40,91.95 L 739.34,92.07 L 742.89,92.50 L 744.62,92.75 L 747.76,93.44 L 749.28,93.82 L 752.05,94.80 L 753.39,95.33 L 755.83,96.62 L 757.02,97.31 L 759.18,98.94 L 760.23,99.80 L 762.15,101.80 L 763.08,102.84 L 764.81,105.23 L 767.23,109.28 L 767.75,110.26 L 768.47,112.13 L 768.63,112.64 L 768.88,113.84 L 769.00,114.48 L 769.19,116.05 L 769.28,116.90 L 769.41,118.99 L 769.47,120.12 L 769.57,122.89 L 769.62,124.38 L 769.70,127.98 L 769.82,134.50 L 769.86,136.92 L 769.91,140.98 L 769.94,142.90 L 769.95,146.09 L 769.95,147.59 L 769.91,150.05 L 769.89,151.21 L 769.79,153.11 L 769.73,154.01 L 769.55,155.51 L 769.46,156.22 L 769.20,157.48 L 768.07,161.08 L 767.40,162.87 L 765.67,166.15 L 764.73,167.74 L 762.48,170.60 L 761.30,171.97 L 758.54,174.40 L 753.86,177.53 L 748.50,180.50 L 385.50,180.71 L 379.93,180.71 L 369.04,180.72 L 363.64,180.72 L 353.09,180.73 L 347.86,180.73 L 337.63,180.73 L 332.56,180.74 L 322.67,180.74 L 317.76,180.74 L 308.18,180.75 L 303.43,180.75 L 294.17,180.76 L 289.57,180.76 L 280.62,180.76 L 276.18,180.77 L 267.53,180.77 L 263.24,180.77 L 254.88,180.77 L 250.74,180.78 L 242.68,180.78 L 238.69,180.78 L 230.91,180.78 L 227.06,180.78 L 219.57,180.79 L 215.85,180.79 L 208.64,180.79 L 205.07,180.79 L 198.12,180.79 L 191.24,180.79 L 178.28,180.79 L 171.93,180.79 L 159.98,180.79 L 154.13,180.78 L 143.15,180.78 L 137.79,180.78 L 127.74,180.77 L 122.84,180.76 L 113.68,180.75 L 109.21,180.74 L 100.91,180.73 L 96.85,180.72 L 89.35,180.70 L 85.70,180.69 L 78.95,180.67 L 75.67,180.66 L 69.65,180.63 L 66.72,180.62 L 61.38,180.59 L 58.78,180.57 L 54.07,180.54 L 51.79,180.52 L 47.67,180.48 L 45.68,180.46 L 42.10,180.42 L 40.38,180.39 L 37.32,180.34 L 35.84,180.32 L 33.24,180.26 L 31.99,180.24 L 29.81,180.18 L 28.77,180.15 L 26.96,180.08 L 26.10,180.05 L 24.64,179.98 L 23.94,179.94 L 22.77,179.86 L 21.66,179.79 L 20.14,179.61 L 19.47,179.52 L 18.58,179.32 L 18.18,179.21 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .service-details .faq-accordion .accordion-content::before {
    -webkit-mask: unset;
    mask: unset;
  }
}
.service-details .faq-accordion .accordion-content::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 770 181"><g><path d="M 17.56,178.98 L 15.90,178.33 L 12.67,176.36 L 11.09,175.28 L 8.21,172.62 L 6.84,171.23 L 4.53,168.13 L 1.99,163.24 L 1.75,162.61 L 1.36,161.31 L 1.17,160.62 L 0.87,158.86 L 0.80,158.36 L 0.68,157.20 L 0.62,156.59 L 0.52,155.14 L 0.47,154.37 L 0.39,152.57 L 0.35,151.62 L 0.28,149.41 L 0.25,148.24 L 0.19,145.55 L 0.17,144.14 L 0.13,140.92 L 0.11,139.23 L 0.08,135.41 L 0.06,133.42 L 0.04,128.94 L 0.03,126.61 L 0.02,121.40 L 0.01,118.70 L 0.01,112.71 L 0.00,109.61 L 0.00,102.77 L -0.00,91.50 L -0.00,87.50 L 0.00,80.19 L 0.00,76.65 L 0.01,70.23 L 0.01,67.13 L 0.02,61.53 L 0.02,58.83 L 0.04,53.98 L 0.05,51.65 L 0.08,47.50 L 0.09,45.51 L 0.12,42.00 L 0.14,40.31 L 0.19,37.37 L 0.22,35.96 L 0.28,33.52 L 0.31,32.36 L 0.39,30.37 L 0.43,29.42 L 0.52,27.81 L 0.57,27.04 L 0.68,25.75 L 0.74,25.14 L 0.88,24.10 L 1.02,23.12 L 1.37,21.65 L 2.01,19.71 L 2.69,17.89 L 4.50,14.55 L 5.47,12.94 L 7.84,10.05 L 9.08,8.66 L 11.95,6.27 L 16.78,3.31 L 22.50,0.50 L 351.20,0.24 L 356.31,0.24 L 366.30,0.23 L 371.26,0.23 L 380.94,0.22 L 385.74,0.22 L 395.11,0.21 L 399.76,0.21 L 408.83,0.20 L 413.33,0.20 L 422.10,0.19 L 426.45,0.19 L 434.93,0.18 L 439.14,0.18 L 447.33,0.17 L 451.40,0.17 L 459.31,0.16 L 463.23,0.16 L 470.87,0.16 L 474.65,0.15 L 482.02,0.15 L 489.31,0.15 L 503.12,0.14 L 509.89,0.14 L 522.67,0.13 L 528.93,0.13 L 540.73,0.13 L 546.51,0.13 L 557.37,0.13 L 562.69,0.13 L 572.64,0.13 L 577.51,0.14 L 586.61,0.14 L 591.05,0.15 L 599.33,0.16 L 603.37,0.17 L 610.87,0.18 L 614.52,0.19 L 621.28,0.21 L 624.57,0.22 L 630.63,0.24 L 633.57,0.25 L 638.97,0.28 L 641.59,0.29 L 646.37,0.32 L 648.69,0.34 L 652.89,0.37 L 654.92,0.39 L 658.59,0.43 L 660.36,0.45 L 663.52,0.50 L 665.05,0.52 L 667.75,0.57 L 669.05,0.60 L 671.34,0.65 L 672.44,0.68 L 674.35,0.75 L 675.27,0.78 L 676.84,0.85 L 677.59,0.88 L 678.87,0.95 L 679.48,0.99 L 680.50,1.07 L 681.47,1.16 L 682.81,1.34 L 683.40,1.44 L 684.24,1.65 L 685.28,2.00 L 687.02,2.66 L 690.24,4.37 L 691.80,5.30 L 694.64,7.55 L 696.00,8.73 L 698.41,11.48 L 701.53,16.14 L 704.50,21.50 L 705.01,45.50 L 705.05,47.16 L 705.12,50.21 L 705.16,51.68 L 705.24,54.39 L 705.28,55.70 L 705.37,58.09 L 705.42,59.25 L 705.53,61.36 L 705.65,63.40 L 705.97,66.76 L 706.14,68.33 L 706.62,70.93 L 706.89,72.15 L 707.57,74.22 L 707.95,75.21 L 708.89,76.97 L 709.40,77.84 L 710.65,79.54 L 712.92,82.26 L 714.26,83.78 L 717.32,86.23 L 718.93,87.37 L 722.68,89.10 L 723.67,89.49 L 725.81,90.15 L 726.91,90.46 L 729.28,90.97 L 730.50,91.20 L 733.13,91.56 L 737.40,91.95 L 739.34,92.07 L 742.89,92.50 L 744.62,92.75 L 747.76,93.44 L 749.28,93.82 L 752.05,94.80 L 753.39,95.33 L 755.83,96.62 L 757.02,97.31 L 759.18,98.94 L 760.23,99.80 L 762.15,101.80 L 763.08,102.84 L 764.81,105.23 L 767.23,109.28 L 767.75,110.26 L 768.47,112.13 L 768.63,112.64 L 768.88,113.84 L 769.00,114.48 L 769.19,116.05 L 769.28,116.90 L 769.41,118.99 L 769.47,120.12 L 769.57,122.89 L 769.62,124.38 L 769.70,127.98 L 769.82,134.50 L 769.86,136.92 L 769.91,140.98 L 769.94,142.90 L 769.95,146.09 L 769.95,147.59 L 769.91,150.05 L 769.89,151.21 L 769.79,153.11 L 769.73,154.01 L 769.55,155.51 L 769.46,156.22 L 769.20,157.48 L 768.07,161.08 L 767.40,162.87 L 765.67,166.15 L 764.73,167.74 L 762.48,170.60 L 761.30,171.97 L 758.54,174.40 L 753.86,177.53 L 748.50,180.50 L 385.50,180.71 L 379.93,180.71 L 369.04,180.72 L 363.64,180.72 L 353.09,180.73 L 347.86,180.73 L 337.63,180.73 L 332.56,180.74 L 322.67,180.74 L 317.76,180.74 L 308.18,180.75 L 303.43,180.75 L 294.17,180.76 L 289.57,180.76 L 280.62,180.76 L 276.18,180.77 L 267.53,180.77 L 263.24,180.77 L 254.88,180.77 L 250.74,180.78 L 242.68,180.78 L 238.69,180.78 L 230.91,180.78 L 227.06,180.78 L 219.57,180.79 L 215.85,180.79 L 208.64,180.79 L 205.07,180.79 L 198.12,180.79 L 191.24,180.79 L 178.28,180.79 L 171.93,180.79 L 159.98,180.79 L 154.13,180.78 L 143.15,180.78 L 137.79,180.78 L 127.74,180.77 L 122.84,180.76 L 113.68,180.75 L 109.21,180.74 L 100.91,180.73 L 96.85,180.72 L 89.35,180.70 L 85.70,180.69 L 78.95,180.67 L 75.67,180.66 L 69.65,180.63 L 66.72,180.62 L 61.38,180.59 L 58.78,180.57 L 54.07,180.54 L 51.79,180.52 L 47.67,180.48 L 45.68,180.46 L 42.10,180.42 L 40.38,180.39 L 37.32,180.34 L 35.84,180.32 L 33.24,180.26 L 31.99,180.24 L 29.81,180.18 L 28.77,180.15 L 26.96,180.08 L 26.10,180.05 L 24.64,179.98 L 23.94,179.94 L 22.77,179.86 L 21.66,179.79 L 20.14,179.61 L 19.47,179.52 L 18.58,179.32 L 18.18,179.21 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 770 181"><g><path d="M 17.56,178.98 L 15.90,178.33 L 12.67,176.36 L 11.09,175.28 L 8.21,172.62 L 6.84,171.23 L 4.53,168.13 L 1.99,163.24 L 1.75,162.61 L 1.36,161.31 L 1.17,160.62 L 0.87,158.86 L 0.80,158.36 L 0.68,157.20 L 0.62,156.59 L 0.52,155.14 L 0.47,154.37 L 0.39,152.57 L 0.35,151.62 L 0.28,149.41 L 0.25,148.24 L 0.19,145.55 L 0.17,144.14 L 0.13,140.92 L 0.11,139.23 L 0.08,135.41 L 0.06,133.42 L 0.04,128.94 L 0.03,126.61 L 0.02,121.40 L 0.01,118.70 L 0.01,112.71 L 0.00,109.61 L 0.00,102.77 L -0.00,91.50 L -0.00,87.50 L 0.00,80.19 L 0.00,76.65 L 0.01,70.23 L 0.01,67.13 L 0.02,61.53 L 0.02,58.83 L 0.04,53.98 L 0.05,51.65 L 0.08,47.50 L 0.09,45.51 L 0.12,42.00 L 0.14,40.31 L 0.19,37.37 L 0.22,35.96 L 0.28,33.52 L 0.31,32.36 L 0.39,30.37 L 0.43,29.42 L 0.52,27.81 L 0.57,27.04 L 0.68,25.75 L 0.74,25.14 L 0.88,24.10 L 1.02,23.12 L 1.37,21.65 L 2.01,19.71 L 2.69,17.89 L 4.50,14.55 L 5.47,12.94 L 7.84,10.05 L 9.08,8.66 L 11.95,6.27 L 16.78,3.31 L 22.50,0.50 L 351.20,0.24 L 356.31,0.24 L 366.30,0.23 L 371.26,0.23 L 380.94,0.22 L 385.74,0.22 L 395.11,0.21 L 399.76,0.21 L 408.83,0.20 L 413.33,0.20 L 422.10,0.19 L 426.45,0.19 L 434.93,0.18 L 439.14,0.18 L 447.33,0.17 L 451.40,0.17 L 459.31,0.16 L 463.23,0.16 L 470.87,0.16 L 474.65,0.15 L 482.02,0.15 L 489.31,0.15 L 503.12,0.14 L 509.89,0.14 L 522.67,0.13 L 528.93,0.13 L 540.73,0.13 L 546.51,0.13 L 557.37,0.13 L 562.69,0.13 L 572.64,0.13 L 577.51,0.14 L 586.61,0.14 L 591.05,0.15 L 599.33,0.16 L 603.37,0.17 L 610.87,0.18 L 614.52,0.19 L 621.28,0.21 L 624.57,0.22 L 630.63,0.24 L 633.57,0.25 L 638.97,0.28 L 641.59,0.29 L 646.37,0.32 L 648.69,0.34 L 652.89,0.37 L 654.92,0.39 L 658.59,0.43 L 660.36,0.45 L 663.52,0.50 L 665.05,0.52 L 667.75,0.57 L 669.05,0.60 L 671.34,0.65 L 672.44,0.68 L 674.35,0.75 L 675.27,0.78 L 676.84,0.85 L 677.59,0.88 L 678.87,0.95 L 679.48,0.99 L 680.50,1.07 L 681.47,1.16 L 682.81,1.34 L 683.40,1.44 L 684.24,1.65 L 685.28,2.00 L 687.02,2.66 L 690.24,4.37 L 691.80,5.30 L 694.64,7.55 L 696.00,8.73 L 698.41,11.48 L 701.53,16.14 L 704.50,21.50 L 705.01,45.50 L 705.05,47.16 L 705.12,50.21 L 705.16,51.68 L 705.24,54.39 L 705.28,55.70 L 705.37,58.09 L 705.42,59.25 L 705.53,61.36 L 705.65,63.40 L 705.97,66.76 L 706.14,68.33 L 706.62,70.93 L 706.89,72.15 L 707.57,74.22 L 707.95,75.21 L 708.89,76.97 L 709.40,77.84 L 710.65,79.54 L 712.92,82.26 L 714.26,83.78 L 717.32,86.23 L 718.93,87.37 L 722.68,89.10 L 723.67,89.49 L 725.81,90.15 L 726.91,90.46 L 729.28,90.97 L 730.50,91.20 L 733.13,91.56 L 737.40,91.95 L 739.34,92.07 L 742.89,92.50 L 744.62,92.75 L 747.76,93.44 L 749.28,93.82 L 752.05,94.80 L 753.39,95.33 L 755.83,96.62 L 757.02,97.31 L 759.18,98.94 L 760.23,99.80 L 762.15,101.80 L 763.08,102.84 L 764.81,105.23 L 767.23,109.28 L 767.75,110.26 L 768.47,112.13 L 768.63,112.64 L 768.88,113.84 L 769.00,114.48 L 769.19,116.05 L 769.28,116.90 L 769.41,118.99 L 769.47,120.12 L 769.57,122.89 L 769.62,124.38 L 769.70,127.98 L 769.82,134.50 L 769.86,136.92 L 769.91,140.98 L 769.94,142.90 L 769.95,146.09 L 769.95,147.59 L 769.91,150.05 L 769.89,151.21 L 769.79,153.11 L 769.73,154.01 L 769.55,155.51 L 769.46,156.22 L 769.20,157.48 L 768.07,161.08 L 767.40,162.87 L 765.67,166.15 L 764.73,167.74 L 762.48,170.60 L 761.30,171.97 L 758.54,174.40 L 753.86,177.53 L 748.50,180.50 L 385.50,180.71 L 379.93,180.71 L 369.04,180.72 L 363.64,180.72 L 353.09,180.73 L 347.86,180.73 L 337.63,180.73 L 332.56,180.74 L 322.67,180.74 L 317.76,180.74 L 308.18,180.75 L 303.43,180.75 L 294.17,180.76 L 289.57,180.76 L 280.62,180.76 L 276.18,180.77 L 267.53,180.77 L 263.24,180.77 L 254.88,180.77 L 250.74,180.78 L 242.68,180.78 L 238.69,180.78 L 230.91,180.78 L 227.06,180.78 L 219.57,180.79 L 215.85,180.79 L 208.64,180.79 L 205.07,180.79 L 198.12,180.79 L 191.24,180.79 L 178.28,180.79 L 171.93,180.79 L 159.98,180.79 L 154.13,180.78 L 143.15,180.78 L 137.79,180.78 L 127.74,180.77 L 122.84,180.76 L 113.68,180.75 L 109.21,180.74 L 100.91,180.73 L 96.85,180.72 L 89.35,180.70 L 85.70,180.69 L 78.95,180.67 L 75.67,180.66 L 69.65,180.63 L 66.72,180.62 L 61.38,180.59 L 58.78,180.57 L 54.07,180.54 L 51.79,180.52 L 47.67,180.48 L 45.68,180.46 L 42.10,180.42 L 40.38,180.39 L 37.32,180.34 L 35.84,180.32 L 33.24,180.26 L 31.99,180.24 L 29.81,180.18 L 28.77,180.15 L 26.96,180.08 L 26.10,180.05 L 24.64,179.98 L 23.94,179.94 L 22.77,179.86 L 21.66,179.79 L 20.14,179.61 L 19.47,179.52 L 18.58,179.32 L 18.18,179.21 Z" fill="rgba(0,0,0,1)"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .service-details .faq-accordion .accordion-content::after {
    -webkit-mask: unset;
    mask: unset;
  }
}
.service-details .faq-accordion .accordion-title {
  padding-left: 40px;
  padding-right: 30px;
  background-color: var(--cdm-white2, #F1F3FF);
}
@media (max-width: 1199px) {
  .service-details .faq-accordion .accordion-title {
    padding-left: 30px;
  }
}
@media (max-width: 440px) {
  .service-details .faq-accordion .accordion-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-details .faq-accordion .accordion-title__icon {
  background-color: var(--cdm-white, #FFFFFF);
}
.service-details .faq-accordion .accordion-content__inner {
  display: block;
}
.service-details .faq-accordion .accordion-content__box {
  padding: 18px 4px 22px 40px;
}
@media (max-width: 1199px) {
  .service-details .faq-accordion .accordion-content__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 440px) {
  .service-details .faq-accordion .accordion-content__box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-details .faq-accordion .accordion-content p {
  margin: 0px;
}
@media (max-width: 1199px) {
  .service-details .faq-accordion .accordion-content p {
    margin-top: 15px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.project-card__image {
  overflow: hidden;
  border-radius: 30px;
}
.project-card__image img {
  width: 100% !important;
  display: block;
  border-radius: inherit;
  transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}
.project-card:hover .project-card__image img {
  transform: scale(1.1);
}
.project-card__content {
  width: 100%;
  padding: 40px 40px 33px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translateY(50%);
  opacity: 0;
  z-index: 1;
  border-radius: 0px 0px 30px 30px;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .project-card__content {
    padding: 30px 30px 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-card__content {
    padding: 30px 30px 23px;
  }
}
.project-card__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.9;
  border-radius: inherit;
  background: linear-gradient(270deg, #1155CC 0%, #3CB4FF 100%);
}
@media (max-width: 390px) {
  .project-card__content::after {
    height: calc(100% - 60px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-card__content::after {
    height: calc(100% - 55px);
  }
}
.project-card:hover .project-card__content {
  opacity: 1;
  transform: translateY(0%);
}
.project-card__inner {
  position: relative;
  z-index: 1;
}
.project-card__btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background-color: var(--cdm-white, #FFFFFF);
  border-radius: 50%;
}
@media (max-width: 390px) {
  .project-card__btn {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-card__btn {
    width: 50px;
    height: 50px;
  }
}
.project-card__btn:hover {
  background-color: var(--cdm-black, #1155CC);
}
.project-card__btn__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--cdm-base, #1155CC);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .project-card__btn__icon {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-card__btn__icon {
    font-size: 16px;
  }
}
.project-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.project-card__btn:hover .project-card__btn__icon {
  color: var(--cdm-white, #FFFFFF);
  animation: slideRight 500ms;
}
.project-card__title {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 390px) {
  .project-card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-card__title {
    font-size: 20px;
  }
}
.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__title a:hover {
  background-size: 100% 1px;
}
.project-card__tagline {
  margin: 0px;
  font-size: 14px;
  color: var(--cdm-white, #FFFFFF);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.685;
}