@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
:root {
  --default-green:#97B500;
}

.horizon-lines {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
  margin: auto;
  right: 0;
  left: 0;
}
.horizon-lines .line {
  border-left: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line:last-child {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line-right {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}

:root {
  --roobert: "Roobert", sans-serif;
  --black: #000;
  --white: #fff;
  --safe: #5A5FEF;
  --olive: #7f7c66;
  --putty: #d3c3ac;
  --stone: #f7f5f2;
  --acid: #cfff03;
  --mist: #e9e7e4;
  --rusty: #d33f49;
  --cloud-20: hsla(30, 4%, 80%, 0.2);
  --stone-00: hsla(36, 24%, 96%, 0);
  --stone-20: hsla(36, 24%, 96%, 0.2);
  --stone-25: hsla(36, 24%, 96%, 0.251);
  --stone-50: hsla(36, 24%, 96%, 0.502);
  --stone-88: hsla(36, 24%, 96%, 0.878);
  --white-05: hsla(0, 0%, 100%, 0.051);
  --white-10: hsla(0, 0%, 100%, 0.102);
  --black-04: rgba(0, 0, 0, 0.039);
  --black-07: rgba(0, 0, 0, 0.071);
  --black-10: rgba(0, 0, 0, 0.102);
  --black-12: rgba(0, 0, 0, 0.122);
  --black-22: rgba(0, 0, 0, 0.22);
  --black-50: rgba(0, 0, 0, 0.502);
  --transparent: transparent;
  --header-height: 115px;
}

swiper-carousel {
  display: block;
}

.swiper.active,
swiper-carousel[active],
testimonial-carousel {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
  transition-timing-function: ease;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.swiper-navigation.disabled {
  display: none;
}

.swiper-navigation button {
  align-items: center;
  border: 2px solid #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color;
  width: 3.25rem;
}

@media screen and (min-width: 768px) {
  .swiper-navigation button {
    height: 3rem;
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-navigation button:hover:not(:disabled) {
    background-color: #000;
    background-color: #000;
    color: #cfff03;
    color: var(--acid);
  }
  .swiper-navigation button:hover:not(:disabled) svg {
    color: #cfff03;
    color: var(--acid);
  }
}
.swiper-navigation button svg {
  color: inherit;
  color: #000;
  color: #000;
  display: block;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  transition-property: color;
  width: 1rem;
}

.swiper-navigation button:disabled {
  color: #000;
  color: #000;
  opacity: 0.2;
}

.swiper-pagination-horizontal {
  -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.swiper-pagination-bullet {
  background-color: #000;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
  width: 0.625rem;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:hover:not(:disabled) {
    opacity: 0.15;
  }
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-section {
  position: relative;
  margin: 0 auto;
  font-size: -webkit-calc(1vw + 1rem);
  font-size: calc(1vw + 1rem);
}
@media only screen and (min-width: 992px) {
  .hero-section {
    border-radius: 100%;
    background: rgba(231, 242, 217, 0.6);
    height: 1300px;
    width: 1300px;
    transform: translateY(-400px);
  }
}
@media (max-width: 1300px) {
  .hero-section {
    max-width: 920px;
    max-height: 920px;
  }
}
@media only screen and (min-width: 2200px) {
  .hero-section {
    height: 1200px;
    width: 1200px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder {
    padding-top: 500px;
    height: 100%;
  }
}
.hero-section .main-holder .header-holder {
  margin-bottom: 32px;
}
.hero-section .main-holder .header-holder .hero-main-title {
  color: #000;
  margin: 30px auto;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .header-holder .hero-main-title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .header-holder .hero-main-title {
    font-size: 3rem;
  }
}
.hero-section .main-holder .header-holder .hero-main-title .v2 {
  letter-spacing: -1px;
  font-weight: 300;
  color: #5a5fef;
  margin-top: -20px;
  display: block;
}
.hero-section .main-holder .hero-main-txt-item {
  font-size: 1.55rem;
  margin-top: -30px;
  letter-spacing: -1px;
}
.hero-section .main-holder .hero-main-txt-item .v3 {
  font-weight: 400;
  color: #999;
}
.hero-section .main-holder .carousel-holder {
  position: relative;
  z-index: 1;
}
.hero-section .main-holder .carousel-holder .swiper-navigation {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
}
.hero-section .main-holder .carousel-holder .swiper-navigation button {
  z-index: 150;
}
.hero-section .main-holder .carousel-holder .swiper-wrapper {
  margin: auto;
}
.hero-section .main-holder .carousel-holder .instructional__carousel {
  width: 84%;
  margin: auto;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide {
  padding: 30px 0;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card {
  border: 1px solid #fff;
  background-color: #F3F3F3;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  transition: 0.3s;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover {
  background-color: #0a53be;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover small, .hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover p, .hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover h2 {
  color: #fff !important;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover h2, .hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card:hover small {
  transform: scale(1.15);
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card {
    width: 180px;
    height: 180px;
  }
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card .flag {
  margin: -25px auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card .text-holder h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  line-height: 10px;
  padding-bottom: 15px;
  transition: transform 0.3s;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card .text-holder p {
  font-size: 0.6rem;
  line-height: 14px;
  padding: 0 15px;
  font-weight: 400;
}
.hero-section .main-holder .carousel-holder .instructional__carousel .swiper-wrapper .swiper-slide .item-card .text-holder small {
  font-size: 0.8rem;
  margin-bottom: 3px;
  display: block;
}
.hero-section .main-holder .circles-shape-holder {
  background: rgb(166, 176, 232);
  border-radius: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .circles-shape-holder {
    position: absolute;
    margin-top: -195px;
    height: 500px;
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .circles-shape-holder {
    position: absolute;
    height: 80vw;
    width: 80vw;
  }
}
.hero-section .main-holder .circles-shape-holder .button {
  align-items: center;
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: 0.7rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .circles-shape-holder .button {
    height: 150px;
    width: 150px;
    bottom: -50px;
    left: 70%;
  }
  .hero-section .main-holder .circles-shape-holder .button:hover {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .circles-shape-holder .button {
    height: 40vw;
    width: 40vw;
    bottom: -40px;
    left: 60%;
  }
}
.hero-section .main-holder .circles-shape-holder .button .type-topest {
  font-size: 0.8rem;
  font-weight: 300;
}
.hero-section .main-holder .circles-shape-holder .button .main-types {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 22px;
}
.hero-section .main-holder .circles-shape-holder .button .end-of-types {
  color: #888;
  font-size: 0.9rem;
}
.hero-section .main-holder .circles-shape-holder .tlt-type-slo {
  margin: 0 auto;
  width: 70%;
  font-size: 20px;
}
.hero-section .main-holder .circles-shape-holder .tlt-type-slo h3 {
  color: #fff;
  max-width: 100%;
  text-align: center;
  font-weight: 30;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .circles-shape-holder .tlt-type-slo h3 {
    padding-top: 200px;
    font-size: 3.5rem;
    letter-spacing: -0.35rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .circles-shape-holder .tlt-type-slo h3 {
    padding-top: 50px;
    font-size: 2rem;
  }
}
.hero-section .main-holder .circles-shape-holder .tlt-type-slo h3 strong {
  font-weight: 500;
  display: block;
}
.hero-section .main-holder .circles-shape-holder .shape-circle-a1 {
  background: rgba(207, 255, 3, 0.5);
  border-radius: 100%;
  bottom: 40px;
  height: 5vw;
  left: 50px;
  position: absolute;
  width: 5vw;
}
.hero-section .main-holder .circles-shape-holder .shape-circle-a2 {
  background: rgba(206, 173, 214, 0.7);
  border-radius: 100%;
  bottom: -30px;
  width: 6vw;
  height: 6vw;
  left: 150px;
  position: absolute;
}
.hero-section .main-holder .circles-shape-holder .shape-circle-a3 {
  background: rgba(207, 255, 3, 0.5);
  border-radius: 100%;
  bottom: -15px;
  width: 5vw;
  height: 5vw;
  right: 130px;
  position: absolute;
}
.hero-section .main-holder .circles-shape-holder .shape-circle-blue-a {
  background: rgba(166, 176, 232, 0.91);
  border-radius: 100%;
  bottom: -30px;
  height: 6vw;
  left: 90px;
  position: absolute;
  width: 6vw;
  z-index: -1;
}
.hero-section .main-holder .circles-shape-holder .shape-circle-blue-b {
  background: rgb(166, 176, 232);
  border-radius: 100%;
  bottom: 85px;
  height: 8vw;
  left: 4px;
  position: absolute;
  width: 8vw;
  z-index: -1;
}

services-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
      user-select: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  services-banner .header-section h2 {
    font-size: clamp(1.2rem, 1.9642857143vw + 1.4821428571rem, 0.85rem);
  }
}
@media only screen and (max-width: 991px) {
  services-banner {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  services-banner h2 {
    font-size: clamp(1.8rem, 1.9642857143vw + 1.4821428571rem, 1.25rem);
  }
  services-banner .services-banner__explore-all {
    top: 11.5%;
  }
  services-banner .services-banner__explore-all a.button {
    border-radius: 15px;
    width: clamp(7rem, 8.714286vw + 2.857143rem, 2rem);
    height: clamp(1rem, 7.714286vw + 2.857143rem, 5rem);
  }
}
services-banner h2 {
  font-size: clamp(2rem, 1.9642857143vw + 1.4821428571rem, 2.25rem);
  color: #000;
}
@media only screen and (max-width: 575px) {
  services-banner h2 {
    font-size: clamp(1.4rem, 1.9642857143vw + 1.4821428571rem, 0.85rem);
  }
}
@media only screen and (max-width: 575px) {
  services-banner .services-banner__explore-all {
    top: auto;
    bottom: 34%;
    right: 33%;
  }
}
services-banner .services-banner__explore-all a.button {
  border-radius: 15px;
  width: clamp(7rem, 8.714286vw + 2.857143rem, 2rem);
  height: clamp(1rem, 7.714286vw + 2.857143rem, 5rem);
}
services-banner .services-banner__slide .slide-image .shape {
  z-index: 1;
}
services-banner .services-banner__slide .slide-image .lang-sw {
  border-radius: 100%;
}
services-banner .services-banner__slide .slide-image .lang-sw.active:before {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  animation: pulse-animation 2s infinite;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
@media only screen and (max-width: 991px) {
  services-banner .services-banner__slide .slide-image .shape-1, services-banner .services-banner__slide .slide-image .shape-2, services-banner .services-banner__slide .slide-image .shape-3, services-banner .services-banner__slide .slide-image .shape-4 {
    display: none;
  }
  services-banner .services-banner__slide .slide-image .lang-1 {
    left: 1%;
    top: 8%;
  }
  services-banner .services-banner__slide .slide-image .lang-2 {
    left: 1%;
    top: 23%;
  }
  services-banner .services-banner__slide .slide-image .lang-3 {
    left: 1%;
    top: 38%;
  }
  services-banner .services-banner__slide .slide-image .lang-4 {
    left: 1%;
    top: 53%;
  }
}
services-banner .video-container {
  position: relative;
}
services-banner .video-container .unmute-video {
  position: absolute;
  left: 40%;
  top: 37%;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
}
services-banner .video-container:hover .play-btn {
  opacity: 1 !important;
}
services-banner .video-container video {
  aspect-ratio: 9/9;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
services-banner .video-container .play-button-wrapper {
  position: absolute;
  left: 27%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  bottom: 17%;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  services-banner .video-container .play-button-wrapper {
    right: 0;
    bottom: 0;
    top: 30px;
    left: 80%;
  }
}
services-banner .video-container .play-button-wrapper .play-holder {
  padding: 0.25rem;
  border-radius: 100%;
  border: 1px solid rgba(233, 236, 246, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.3s;
}
services-banner .video-container .play-button-wrapper .play-holder:hover {
  background-color: #fff;
}
services-banner .video-container .play-button-wrapper .play-holder .play-gif, services-banner .video-container .play-button-wrapper .play-holder .pause-gif {
  height: 3rem;
  width: 3rem;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border-radius: 100%;
}
@media only screen and (max-width: 991px) {
  services-banner .video-container video {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  services-banner .video-container video {
    clip-path: url(#clip-path);
    width: 90%;
    height: 90%;
  }
}
services-banner .services-base {
  bottom: 52px;
  position: absolute;
  right: 0;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  services-banner .slide-image {
    min-height: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .w-fit small {
    margin-top: -10px;
  }
}

@media screen and (min-width: 375px) {
  services-banner {
    padding-left: clamp(1.375rem, 5.8035714286vw + 0.2142857143rem, 3rem);
    padding-right: clamp(1.375rem, 5.8035714286vw + 0.2142857143rem, 3rem);
  }
}
@media screen and (min-width: 768px) {
  services-banner {
    padding-left: clamp(3rem, 7.03125vw - 0.375rem, 4.125rem);
    padding-right: clamp(3rem, 7.03125vw - 0.375rem, 4.125rem);
  }
}
@media screen and (min-width: 1440px) {
  services-banner {
    padding-left: 5.375rem;
    padding-right: 5.375rem;
  }
}
.services-banner__title {
  display: inline-block;
  font-size: clamp(1.875rem, 1.9642857143vw + 1.4821428571rem, 3.25rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.27;
  margin-bottom: clamp(1.75rem, 0.8928571429vw + 1.5714285714rem, 2.375rem);
}

.services-banner__title:after {
  background-color: var(--acid);
  content: "";
  display: block;
  height: 5px;
  margin-top: clamp(0.5rem, 1.0714285714vw + 0.2857142857rem, 1.25rem);
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.3s ease;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .services-banner__title:not([data-aos]):hover:not(:disabled):after {
    transform: scaleX(1);
  }
}
.services-banner__title[data-aos].animate:after {
  transform: scaleX(1);
}

@media screen and (min-width: 1024px) {
  .services-banner__title {
    max-width: 33.3333333333%;
  }
}
.services-banner__content {
  position: relative;
}

.services-banner__carousel .swiper-wrapper, .services-banner__carousel.swiper {
  overflow: visible;
}

.services-banner__carousel .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.33, 0, 0.23, 1);
}

.services-banner__carousel .swiper-slide {
  opacity: 0;
  transition: opacity 0.7s linear;
}

.services-banner__carousel .swiper-slide-active {
  opacity: 1;
}

.services-banner__carousel .swiper-navigation {
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .services-banner__carousel .swiper-navigation {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .services-banner__carousel .swiper-navigation button {
    height: 2rem;
    width: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .services-banner__carousel .swiper-navigation {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 2;
  }
}
.services-banner__pagination {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: inherit;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .services-banner__pagination {
    background-color: var(--white);
    border-radius: 3rem;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 1rem 0.7rem 1rem;
    z-index: 2;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1), inset 0 6px 5px 0 rgba(237, 237, 237, 0.93);
    border: 2px solid #fff;
  }
  .services-banner__pagination .active-state {
    grid-column: 1;
    grid-row: 1;
  }
  .services-banner__pagination button {
    color: var(--black);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    grid-row: 1;
    mix-blend-mode: darken;
    padding: 0.5rem 1rem;
  }
  .services-banner__pagination button.active {
    color: #fff !important;
    background-color: #CEADD6;
    border-radius: 3rem;
  }
  .services-banner__pagination button:first-of-type {
    grid-column: 1;
  }
  .services-banner__pagination button:nth-of-type(2) {
    grid-column: 2;
  }
  .services-banner__pagination button:nth-of-type(3) {
    grid-column: 3;
  }
  .services-banner__pagination button:nth-of-type(4) {
    grid-column: 4;
  }
  .services-banner__pagination button:nth-of-type(5) {
    grid-column: 5;
  }
  .services-banner__pagination button:nth-of-type(6) {
    grid-column: 6;
  }
  .services-banner__pagination button:nth-of-type(7) {
    grid-column: 7;
  }
  .services-banner__pagination button:nth-of-type(8) {
    grid-column: 8;
  }
  .services-banner__pagination button:nth-of-type(9) {
    grid-column: 9;
  }
  .services-banner__pagination button:nth-of-type(10) {
    grid-column: 10;
  }
}
.services-banner__slides {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .services-banner__slide {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.services-banner__slide .slide-text {
  margin-top: 1rem;
}
.services-banner__slide .slide-text a {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .services-banner__slide .slide-text a {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .services-banner__slide .slide-text {
    margin-bottom: 1rem;
    margin-top: 0;
    background-color: rgba(204, 204, 204, 0.3803921569);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 30px 30px;
  }
  .services-banner__slide .slide-text p, .services-banner__slide .slide-text small {
    font-size: 0.9rem !important;
    margin-bottom: 0;
  }
  .services-banner__slide .slide-text h3 {
    margin-top: 0 !important;
  }
  .services-banner__slide .slide-text .gray-text {
    margin-top: 0 !important;
  }
}
.services-banner__slide .slide-text small {
  font-size: 1.48rem;
}
.services-banner__slide .slide-text h3 {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 45px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .services-banner__slide .slide-text h3 {
    font-size: clamp(1em, 1.1rem, 1.2rem);
    margin-top: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.services-banner__slide .slide-text .slog-h3 {
  font-size: 1.85rem;
  color: black;
}
.services-banner__slide .slide-text .gray-text {
  margin-top: 50px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
  line-height: 40px;
}
.services-banner__slide .slide-text .gray-text .v2 {
  color: #CEADD6;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .services-banner__slide .slide-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
  }
  .services-banner__slide .slide-image img {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .services-banner__slide .slide-text {
    align-self: center;
    grid-column: 1/span 6;
    grid-row: 1;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .services-banner__slide .slide-text {
    grid-column: 1/span 7;
  }
}
.services-banner__slide .slide-image {
  color: var(--stone);
  position: relative;
  width: 100%;
}
.services-banner__slide .slide-image .shape-1 {
  width: clamp(1.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  height: clamp(1.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  background-color: #5A5FEF;
  border-radius: 100%;
  position: absolute;
  left: 68%;
  top: 0;
  opacity: 0.8;
}
.services-banner__slide .slide-image .shape-2 {
  width: clamp(1.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  height: clamp(1.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  background-color: #5A5FEF;
  border-radius: 100%;
  position: absolute;
  left: 33%;
  bottom: 17%;
}
.services-banner__slide .slide-image .shape-3 {
  width: clamp(4.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  height: clamp(4.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  background-color: var(--acid);
  border-radius: 100%;
  position: absolute;
  left: 60%;
  bottom: 16%;
}
.services-banner__slide .slide-image .shape-4 {
  width: clamp(3.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  height: clamp(3.8125rem, 1.9642857143vw + 1.4196428571rem, 3.1875rem);
  background-color: #D2D2D2;
  border-radius: 100%;
  position: absolute;
  left: 80%;
  bottom: 28%;
}
.services-banner__slide .slide-image .lang-1 {
  left: 15.5%;
  position: absolute;
  top: 7%;
  width: 100px;
  height: 45px;
  cursor: pointer;
}
.services-banner__slide .slide-image .lang-2 {
  cursor: pointer;
  height: 45px;
  left: 7%;
  position: absolute;
  top: 16.5%;
  width: 100px;
}
.services-banner__slide .slide-image .lang-3 {
  cursor: pointer;
  height: 45px;
  left: 3%;
  position: absolute;
  top: 27.5%;
  width: 100px;
}
.services-banner__slide .slide-image .lang-4 {
  cursor: pointer;
  height: 45px;
  left: 2%;
  position: absolute;
  top: 38.3%;
  width: 100px;
}

@media only screen and (min-width: 992px) {
  .services-banner__slide .slide-image > .inner, .services-banner__slide .slide-image > img, .services-banner__slide .slide-image > video {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.services-banner__slide .slide-image img {
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .services-banner__slide .slide-image {
    grid-column: 9/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 1200px) {
  .services-banner__slide .slide-image {
    background-color: rgba(120, 120, 120, 0.0509803922);
    border-radius: 100%;
    min-height: 550px;
    width: 550px;
    overflow: hidden;
  }
  .services-banner__slide .slide-image img {
    transform: scale(0.85);
  }
}
.services-banner__slide lottie-animation {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.services-banner__slide-title {
  font-size: clamp(1.875rem, 1.9642857143vw + 1.4821428571rem, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.27;
  margin-bottom: clamp(1rem, 0.7142857143vw + 0.8571428571rem, 1.5rem);
}

.btn-theme-to-know {
  background: transparent;
  border: 1px solid #000;
  font-size: 1.5rem;
  color: #000;
  text-transform: capitalize;
  padding: 30px 40px;
}
.btn-theme-to-know:hover {
  background: #fff !important;
  color: #0a58ca;
  border: 1px solid #fff !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1), inset 0 6px 5px 0 hsla(0, 0%, 93%, 0.93);
}

.services-banner__slide-button {
  align-items: center;
  border: 2px solid var(--black);
  border-radius: 3rem;
  color: var(--black);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  font-size: clamp(0.95rem, 0.6818181818vw + 0.8136363636rem, 1.25rem);
  font-weight: 500;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  padding: -webkit-calc(1.1rem - 0.05em) 1.25rem 1.1rem;
  padding: calc(1.1rem - 0.05em) 1.25rem 1.1rem;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, border-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
      user-select: none;
}

@media screen and (min-width: 375px) {
  .services-banner__slide-button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .services-banner__slide-button {
    padding: -webkit-calc(1.375rem - 0.1em) 2rem 1.375rem;
    padding: calc(1.375rem - 0.1em) 2rem 1.375rem;
  }
}
.services-banner__slide-button .icon, .services-banner__slide-button .text {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .services-banner__slide-button .text {
    transform: translateX(0.8125rem);
    transition: all 0.2s ease-in-out;
    transition-property: transform;
  }
}
@media (hover: hover) and (pointer: fine) {
  .services-banner__slide-button:hover:not(:disabled) {
    background-color: var(--black);
    color: var(--white);
  }
  .services-banner__slide-button:hover:not(:disabled) .text {
    transform: translateX(0);
  }
  .services-banner__slide-button:hover:not(:disabled) .icon {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.2s ease-in-out;
    transition-property: color, transform, opacity;
  }
}
.services-banner__slide-button .icon {
  color: var(--acid);
  display: none;
  margin-left: 0.5625rem;
  margin-top: 0.15em;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .services-banner__slide-button .icon {
    display: block;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out, opacity 0s;
  }
}
.services-banner__slide-button.dark {
  background-color: var(--black);
  color: var(--white);
}

.services-banner__slide-button.dark .text {
  transform: translateX(0);
}

.services-banner__slide-button.dark .icon {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  transition-property: color, transform, opacity;
}

@media (hover: hover) and (pointer: fine) {
  .services-banner__slide-button.dark:hover:not(:disabled) .icon-arrow {
    transform: translateX(0.5rem);
  }
  .services-banner__slide-button.dark:hover:not(:disabled) .text {
    color: var(--acid);
  }
}
.services-banner__slide-button.back {
  flex-direction: row-reverse;
}

.services-banner__slide-button.back:not(.dark) .icon {
  color: var(--black);
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .services-banner__slide-button.back:not(.dark):hover:not(:disabled) .icon {
    color: var(--acid);
  }
}
.services-banner__slide-button.back .icon {
  margin-right: 1rem;
  transform: scaleX(-1) translateX(50%);
}

.services-banner__slide-button.back .text {
  transform: translateX(-0.8125rem);
}

@media (hover: hover) and (pointer: fine) {
  .services-banner__slide-button.back:hover:not(:disabled) .icon {
    transform: scaleX(-1) translateX(100%);
  }
  .services-banner__slide-button.back:hover:not(:disabled) .text {
    transform: translateX(-0.8125rem);
  }
}
.services-banner__explore-all {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 42%;
  z-index: 1;
}

.services-banner__all-languages {
  pointer-events: none;
  position: absolute;
  right: 5%;
  top: 4%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .services-banner__explore-all {
    grid-column-gap: 1.25rem;
    bottom: 0;
    -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  .services-banner__explore-all p {
    text-transform: capitalize;
    line-height: 20px;
    font-size: 15px;
  }
  .services-banner__explore-all .button.active {
    grid-column: 6/span 6;
    width: 490px;
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
  }
  .services-banner__explore-all .button.active .text-1 {
    display: none;
  }
  .services-banner__explore-all .button.active .text-2 {
    display: block;
  }
  .services-banner__explore-all .button.active small {
    transition: 0.3s;
    position: absolute;
    left: 16px;
    top: 13px;
  }
  .services-banner__explore-all .button.active svg {
    transition: 0.3s;
    position: absolute;
    top: 103%;
    transform: rotate(90deg);
  }
  .services-banner__explore-all .button.active:after {
    transition: 0.3s;
    content: " ";
    width: 100px;
    height: 100px;
    background-color: var(--black);
    border-radius: 100%;
    position: absolute;
    top: 52%;
    z-index: -1;
  }
}
.services-banner__explore-all .button {
  align-items: center;
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 1.3392857143vw + 0.6071428571rem, 0.25rem);
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: clamp(0.5rem, 0.909091vw + 0.318182rem, 0rem);
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: clamp(1rem, 7.714286vw + 2.857143rem, 8rem);
  height: clamp(1rem, 7.714286vw + 2.857143rem, 8rem);
  z-index: 1;
}
@media (max-width: 767px) {
  .services-banner__explore-all .button {
    border-radius: 100% !important;
  }
}
.services-banner__explore-all .button .text-1 {
  display: block;
}
.services-banner__explore-all .button .text-2 {
  display: none;
}

.services-banner__all-languages p {
  align-items: center;
  background-color: var(--acid);
  border-radius: 50%;
  color: var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.592857143vw + 0.6071428571rem, 0.8rem);
  font-weight: 500;
  height: clamp(4rem, 3.714286vw + 2.857143rem, 8rem);
  justify-content: center;
  line-height: 1.29;
  margin-bottom: 10%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: clamp(0.5rem, 0.9090909091vw + 0.3181818182rem, 1rem);
  text-align: center;
  transition: all 0.2s ease-in-out;
  transition-property: transform;
  width: clamp(4rem, 3.714286vw + 2.857143rem, 8rem);
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .services-banner__explore-all .button {
    align-self: end;
    grid-column: 1/span 12;
    justify-self: end;
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .services-banner__explore-all .button {
    grid-column: 2/span 10;
  }
}
@media (hover: hover) and (pointer: fine) {
  .services-banner__explore-all .button:hover:not(:disabled) {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .services-banner__explore-all .icon {
    width: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .services-banner__explore-all button {
    width: 100px !important;
    height: 100px !important;
    border-radius: 20px !important;
  }
}
section {
  z-index: 1;
}

.lead-section .circle-shape {
  color: #ffffff;
}
.lead-section .circle-shape.bg-black {
  width: 8vw;
  height: 8vw;
  bottom: 89px;
  left: 79%;
}
.lead-section .circle-shape.bg-light-pink {
  width: 8vw;
  height: 8vw;
  opacity: 0.75;
}
@media only screen and (max-width: 991px) {
  .lead-section .image-holder {
    margin-top: 50px;
  }
}
.lead-section .prices-box .discounted-price {
  font-size: 1.3rem;
  color: #847F7F !important;
}
.lead-section .prices-box .price {
  margin-top: 5px;
  display: block;
  font-size: 2rem;
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .lead-section .content-shape-circle-button {
    font-size: 1rem;
  }
  .lead-section .content-shape-circle-button .discounted-price {
    font-size: 1rem;
  }
  .lead-section .content-shape-circle-button .price {
    font-size: 1.5rem;
  }
}

.lawyers-section {
  margin: 100px auto;
}
.lawyers-section pre {
  text-wrap: unset;
}
@media only screen and (max-width: 991px) {
  .lawyers-section {
    text-align: center;
  }
}
.lawyers-section .section-header {
  margin-bottom: 40px;
}
.lawyers-section .section-header h2 {
  color: #000;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: -1px;
}
.lawyers-section .section-header h2 strong {
  color: #000;
  font-weight: 400;
  line-height: 50px;
  margin: 10px auto;
}
.lawyers-section .section-header .sub-before-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: -10px;
}
.lawyers-section .section-header .sub-before-title p {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .section-header .sub-before-title {
    text-align: center;
  }
}
.lawyers-section .section-header .sub-before-title strong {
  background: rgb(206, 173, 214);
  font-weight: 400;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 25px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .section-header .sub-before-title strong {
    display: inline-block;
  }
}
.lawyers-section .lawyers-holder {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .lawyers-holder .circles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.lawyers-section .lawyers-holder .circles .circle-shape {
  width: 160px;
  height: 160px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1vw;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .lawyers-holder .circles .circle-shape {
    position: static;
  }
}
.lawyers-section .lawyers-holder .circles .circle-shape > * {
  z-index: 1;
}
.lawyers-section .lawyers-holder .circles .circle-shape h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000000;
}
.lawyers-section .lawyers-holder .circles .circle-shape:before {
  display: block;
  position: absolute;
  top: 62%;
  left: 62%;
  width: 160px;
  height: 160px;
  margin-left: -100px;
  margin-top: -100px;
  content: "";
  border-color: #000;
  border-style: solid;
  border-width: 0;
  border-radius: 100px;
  transform-origin: center center;
  transition: all 500ms ease-in-out;
  box-sizing: border-box;
}
.lawyers-section .lawyers-holder .circles .circle-shape:hover > * {
  color: #fff !important;
}
.lawyers-section .lawyers-holder .circles .circle-shape:hover:before {
  border-width: 80px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(1) {
  bottom: 185px;
  right: 85px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(2) {
  left: 0;
  top: 200px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(3) {
  left: 23px;
  top: 373px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(4) {
  right: 200px;
  top: 0px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(5) {
  left: 70px;
  top: 45px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(6) {
  left: 90px;
  bottom: 60px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(7) {
  right: 120px;
  top: 250px;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(8) {
  right: 35px;
  top: 90px;
}
.lawyers-section .lawyers-holder .image-container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
}
.lawyers-section .lawyers-holder .image-container .ball {
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .lawyers-holder .image-container {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .lawyers-section .lawyers-holder {
    grid-template-columns: repeat(6, 1fr);
  }
  .lawyers-section .lawyers-holder .image-container {
    grid-column: 2/6;
  }
}
@media (min-width: 768px) {
  .lawyers-section .lawyers-holder .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  .lawyers-section .lawyers-holder {
    grid-template-columns: repeat(4, 1fr);
  }
  .lawyers-section .lawyers-holder .image-container {
    grid-column: 1/-1;
  }
}
.lawyers-section .information-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder {
    margin-top: -200px;
  }
}
.lawyers-section .information-holder .circle-information {
  border-radius: 100%;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  background-color: rgba(243, 243, 243, 0.92);
  box-shadow: 0 0px 30px rgba(112, 112, 112, 0.14), inset 0 10px 153px rgba(112, 112, 112, 0.14);
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information {
    width: 600px;
    height: 600px;
    padding: 150px 70px 50px 70px;
  }
}
@media only screen and (max-width: 991px) {
  .lawyers-section .information-holder .circle-information {
    width: 350px;
    height: 350px;
    padding: 80px 30px 30px 30px;
  }
}
.lawyers-section .information-holder .circle-information h2 {
  color: #000;
  font-weight: 100;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information h2 {
    font-size: 4.8rem;
  }
}
.lawyers-section .information-holder .circle-information h2 strong {
  color: #000;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
.lawyers-section .information-holder .circle-information h2:after {
  content: "";
  border-bottom: 1px solid #000;
  margin: 0px auto 10px auto;
  position: relative;
  width: 100%;
  display: block;
}
.lawyers-section .information-holder .circle-information .description {
  color: #666;
  font-weight: 400;
  padding: 0 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information .description {
    text-align: left;
    font-size: 1rem;
  }
}
.lawyers-section .information-holder .circle-information h4 {
  color: #222;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information h4 {
    margin-bottom: -20px;
  }
}
.lawyers-section .information-holder .circle-information .btn-theme-light-green {
  color: #000;
  height: 70px;
  padding: 10px 40px;
  margin-top: 20px;
  box-shadow: 0 0px 30px rgba(112, 112, 112, 0.14), inset 10px 10px 13px rgba(186, 186, 186, 0.14);
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information .btn-theme-light-green {
    font-size: 2.5rem;
    font-weight: 100;
  }
}

@media only screen and (min-width: 992px) {
  .lead-section {
    margin: 200px auto;
  }
}
@media only screen and (max-width: 991px) {
  .lead-section {
    margin: 100px auto;
  }
}
.lead-section .img-leadimg {
  transform: scale(0.95);
  z-index: -1;
}
.lead-section .content-right .content-holder-types h2 {
  color: #838EEB;
}
.lead-section .content-right .content-holder-types h2 strong {
  color: #000;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
@media only screen and (min-width: 992px) {
  .lead-section .content-right .content-holder-types h2 {
    font-size: 3.85rem;
  }
}
.lead-section .content-right .content-holder-types h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .lead-section .content-right .content-holder-types h3 {
    font-size: 1.16rem;
  }
}
.lead-section .content-right .content-holder-types h4 {
  color: #222;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .lead-section .content-right .content-holder-types h4 {
    font-size: 1.5rem;
  }
}
.lead-section .content-right .content-holder-types ul {
  margin: 15px auto;
}
.lead-section .content-right .content-holder-types ul li {
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 0;
  margin-top: 10px;
}
.lead-section .content-right .content-holder-types ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  z-index: 2;
  color: #666;
  font-size: 1.1rem;
  padding-right: 10px;
  font-weight: 300;
}
.lead-section .content-right .content-holder-types .actions .btn-theme-simple {
  font-size: 2rem;
  font-weight: 300;
}
.lead-section .content-right .content-holder-types .actions .btn-theme-blue {
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 30px;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .lead-section .content-right .content-holder-types .actions {
    justify-content: center;
  }
}
.lead-section .content-right .header-box > * {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #707070;
}
@media only screen and (max-width: 991px) {
  .lead-section .content-right {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .lead-section .content-right {
    padding: 0 0 0 80px;
  }
}
.lead-section .weave span {
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .lead-section .weave {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lead-section .weave span {
    font-size: 2.5rem;
  }
}

.content-shape-circle-button {
  align-items: center;
  bottom: -50px;
  left: 70%;
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: 0.7rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: absolute;
  box-shadow: inset 0 10px 53px #494949;
}
@media only screen and (min-width: 992px) {
  .content-shape-circle-button {
    height: 150px;
    width: 150px;
  }
  .content-shape-circle-button:hover {
    transform: scale(1.2);
    color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .content-shape-circle-button {
    height: 30vw;
    width: 30vw;
  }
}
.content-shape-circle-button .tlt-of-btn {
  font-size: 0.8rem;
  font-weight: 300;
}
.content-shape-circle-button .main-price {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -1px;
}
.content-shape-circle-button .dis-price {
  color: #888;
  text-decoration: line-through;
  font-size: 0.9rem;
}

.content-shape-circle-c1 {
  background: rgba(207, 255, 3, 0.5);
  border-radius: 100%;
  bottom: 0;
  height: 5vw;
  right: 170px;
  width: 5vw;
  position: absolute;
}

.content-shape-circle-c2 {
  background: rgba(207, 255, 3, 0.5);
  border-radius: 100%;
  width: 5vw;
  height: 5vw;
  bottom: 100px;
  left: 30px;
  position: absolute;
}

.content-shape-circle-c3 {
  background: rgba(88, 93, 232, 0.7);
  border-radius: 100%;
  bottom: 0px;
  width: 7vw;
  height: 7vw;
  left: 95px;
  position: absolute;
}

.content-shape-circle-c4 {
  background: rgba(206, 173, 214, 0.9);
  border-radius: 100%;
  width: 3vw;
  height: 3vw;
  bottom: 87px;
  right: 150px;
  position: absolute;
}

.content-shape-circle-c6 {
  background: rgba(225, 131, 235, 0.5);
  border-radius: 100%;
  width: 7vw;
  height: 7vw;
  top: 87px;
  right: 60px;
  position: absolute;
}

.content-shape-circle-c5 {
  background: rgba(207, 225, 3, 0.5);
  border-radius: 100%;
  height: 5vw;
  left: 325px;
  width: 5vw;
  top: 40px;
  position: absolute;
}

.badge-circles {
  font-size: 16px;
}
.badge-circles .shape-circle-pink {
  background: rgba(188, 108, 207, 0.8);
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .badge-circles .shape-circle-pink {
    width: 6vw;
    height: 6vw;
    left: 100px;
    top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .badge-circles .shape-circle-pink {
    left: 80px;
    top: -15px;
    width: 25vw;
    height: 25vw;
  }
}
.badge-circles .shape-circle-pink h3 {
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.badge-circles .shape-circle-pink small {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
}

.apply-visa-section {
  margin: 0px auto 50px auto;
}
.apply-visa-section .apply-visa-holder {
  padding-left: 0px;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle {
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .apply-visa-section .apply-visa-holder .apply-visa-circle {
    width: 45vw;
    height: 45vw;
    padding: 0px 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
  }
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .circle-video-holder {
  display: block;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .circle-video-holder img {
  transform: scale(0.65);
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .circle-video-holder .play-btn {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 100%;
  height: 35px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 110px;
  width: 35px;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .circle-video-holder .play-btn i {
  color: #000;
  padding-left: 5px;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder h2 {
  color: #000;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 300;
  line-height: 30px;
  padding: clamp(0.6rem, 0.9vw, 1rem) clamp(3rem, 6vw, 7rem);
  transform-origin: 367.648px 30px;
  transform: translate3d(0px, 0px, 0px);
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder h2 .v2-start {
  color: #000;
  font-weight: 500;
  margin: 10px auto;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder h2 .v2-end {
  color: #5A5FEF;
  font-weight: 500;
  margin: 10px auto;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder .apply-visa-sub-title {
  color: #a378ad;
  font-size: clamp(0.7rem, 0.9vw, 1.2rem);
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle .apply-visa-text-holder .apply-visa-description {
  color: #666;
  font-size: clamp(0.6rem, 0.8vw, 1rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: clamp(0.6rem, 1.5vw, 2rem) clamp(3rem, 6vw, 7rem);
}

@media only screen and (min-width: 992px) {
  .mg-negative {
    margin-top: -400px;
  }
}

.couple-circles-section .section-holder .content-shape-circle-button {
  margin: auto auto 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 85px;
  top: 0;
  z-index: 3;
}
.couple-circles-section .section-holder .content-shape-circle-button .main-content {
  font-size: clamp(0.7rem, 0.8vw, 0.9rem);
  font-weight: 300;
  letter-spacing: -1px;
}
.couple-circles-section .section-holder .content-shape-circle-button .tlt-of-btn {
  font-size: clamp(0.6rem, 0.7vw, 0.8rem);
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .content-shape-circle-button {
    bottom: -50px;
    left: 0;
    position: absolute;
    right: -230px;
  }
}
.couple-circles-section .section-holder .couple-circle {
  position: relative;
}
.couple-circles-section .section-holder .couple-circle .circle-text {
  z-index: 2;
  padding: 5vw;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text {
    width: 700px;
    height: 700px;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text .circle-tlt-holder h4 {
  text-align: center;
}
.couple-circles-section .section-holder .couple-circle .circle-text .main-content-text h2 {
  font-size: 1.2rem;
}
.couple-circles-section .section-holder .couple-circle .circle-text .main-content-text pre {
  line-height: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.couple-circles-section .section-holder .couple-circle .circle-text .action-holder {
  margin: 10px auto;
}
.couple-circles-section .section-holder .couple-circle .circle-text p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.couple-circles-section .section-holder .couple-circle .circle-img .flag {
  left: 0;
  bottom: 55px;
  position: absolute;
}
.couple-circles-section .section-holder .couple-circle .circle-img .flag img {
  transform: scale(0.55);
}
.couple-circles-section .section-holder .couple-circle .circle-img .content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto auto 111px auto;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.couple-circles-section .section-holder .couple-circle .circle-img .content .text small {
  color: #fff;
  margin-bottom: -30px;
  display: block;
  font-size: 15px;
  text-shadow: 0 1px 5px #000;
}
.couple-circles-section .section-holder .couple-circle .circle-img .content .text h4 {
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-element {
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle:nth-child(odd) .text-box {
    order: 1;
  }
  .couple-circles-section .section-holder .couple-circle:nth-child(odd) .img-box {
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-1 .circle-text {
    margin-left: -140px;
    margin-top: -150px;
  }
}
.couple-circles-section .section-holder .couple-1 .circle-text .circle-tlt-holder {
  text-align: right;
  width: 92%;
  margin: 0 auto;
}
.couple-circles-section .section-holder .couple-1 .circle-text .circle-tlt-holder h2 {
  color: #000;
  font-size: clamp(1.9rem, 2vw, 2.1rem);
  text-align: center;
  font-weight: 300;
}
.couple-circles-section .section-holder .couple-1 .circle-text .circle-tlt-holder h2 strong {
  color: #97b500;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
.couple-circles-section .section-holder .couple-1 .circle-text .circle-tlt-holder h3 {
  color: #666;
  font-size: 1.16rem;
  font-weight: 500;
  padding: clamp(0.3rem, 0.8vw, 0.6rem) clamp(2rem, 3vw, 5rem);
  margin-top: -10px;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-1 .circle-text ul {
    margin: -10px auto 20px auto;
    padding: clamp(0.3rem, 0.8vw, 0.6rem) clamp(1.5rem, 2vw, 4rem);
  }
}
.couple-circles-section .section-holder .couple-1 .circle-text ul li {
  font-size: clamp(0.6rem, 0.7vw, 0.8rem);
  line-height: 22px;
  margin-top: 10px;
}
.couple-circles-section .section-holder .couple-1 .circle-text ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  z-index: 2;
  color: #666;
  font-size: 1.1rem;
  padding-right: 10px;
  font-weight: 300;
}
.couple-circles-section .section-holder .couple-1 .circle-text .actions {
  text-align: center;
}
.couple-circles-section .section-holder .couple-1 .circle-text .actions .btn-theme-green {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
  box-shadow: inset 0 10px 39px #97b500;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-2 {
    margin-top: -100px;
  }
}
.couple-circles-section .section-holder .couple-2 .circle-img .content .text small {
  font-size: 11px;
  margin-bottom: -15px;
}
.couple-circles-section .section-holder .couple-2 .circle-img .content .text h4 {
  font-size: 80px;
}
.couple-circles-section .section-holder .couple-2 .content-shape-circle-button {
  bottom: -50px;
  left: 0;
  position: absolute;
  right: -230px;
}
.couple-circles-section .section-holder .couple-2 .circle-text {
  margin-left: 0;
  margin-top: 10px;
  padding: 3vw;
}
.couple-circles-section .section-holder .couple-2 .circle-text .circle-tlt-holder {
  text-align: center;
  width: 88%;
  margin: 0 auto;
}
.couple-circles-section .section-holder .couple-2 .circle-text .circle-tlt-holder h2 {
  color: #5A5FEF;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  text-align: center;
  font-weight: 700;
}
.couple-circles-section .section-holder .couple-2 .circle-text .circle-tlt-holder h2 strong {
  color: #000;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
.couple-circles-section .section-holder .couple-2 .circle-text .circle-tlt-holder h3 {
  color: #000;
  font-size: clamp(0.6rem, 0.7vw, 0.8rem);
  font-weight: 500;
  margin-top: -2px;
}
.couple-circles-section .section-holder .couple-2 .circle-text .circle-tlt-holder h4 {
  color: #838EEB;
  font-size: clamp(0.5rem, 0.6vw, 0.8rem);
  font-weight: 400;
  margin: 10px auto;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.couple-circles-section .section-holder .couple-2 .circle-text .col-md-6 {
  padding: 0;
  margin: 0;
}
.couple-circles-section .section-holder .couple-2 .circle-text .main-content-text {
  padding: 20px 40px;
}
.couple-circles-section .section-holder .couple-2 .circle-text ul {
  margin: -10px auto 20px auto;
  padding: 20px 0;
}
.couple-circles-section .section-holder .couple-2 .circle-text ul li {
  font-size: clamp(0.6rem, 0.8vw, 1rem);
  line-height: 22px;
  margin-top: 10px;
  text-wrap-mode: nowrap;
}
.couple-circles-section .section-holder .couple-2 .circle-text ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  z-index: 2;
  color: #5a5fef;
  font-size: 1.1rem;
  padding-right: 10px;
  font-weight: 300;
}
.couple-circles-section .section-holder .couple-2 .circle-text .actions {
  text-align: center;
}
.couple-circles-section .section-holder .couple-2 .circle-text .actions .btn-theme-green {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
}
.couple-circles-section .section-holder .couple-2 .btn-theme-blue {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
  box-shadow: inset 0 10px 39px #595cab;
}
.couple-circles-section .section-holder .couple-3 {
  margin: 80px auto;
}
.couple-circles-section .section-holder .couple-3 .circle-img .content .text small {
  font-size: 13px;
  margin-bottom: -15px;
  font-weight: 500;
  color: #000;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.couple-circles-section .section-holder .couple-3 .circle-img .content .text h4 {
  font-size: 50px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  color: #000;
  line-height: 30px;
}
.couple-circles-section .section-holder .couple-3 .circle-img .content .text strong {
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  text-align: center;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}
.couple-circles-section .section-holder .couple-3 .content-shape-circle-button {
  bottom: -25px;
  position: absolute;
  left: -100px;
}
.couple-circles-section .section-holder .couple-3 .circle-text {
  margin-left: -130px;
  margin-top: -25px;
  padding: 7vw 5vw;
}
.couple-circles-section .section-holder .couple-3 .circle-text .circle-tlt-holder {
  text-align: center;
  width: 88%;
  margin: 0 auto;
}
.couple-circles-section .section-holder .couple-3 .circle-text .circle-tlt-holder h2 {
  color: #000;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  text-align: center;
  font-weight: 300;
}
.couple-circles-section .section-holder .couple-3 .circle-text .circle-tlt-holder h2 strong {
  color: #CEADD6;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
.couple-circles-section .section-holder .couple-3 .circle-text .circle-tlt-holder h3 {
  color: #000;
  font-size: clamp(0.6rem, 0.7vw, 0.8rem);
  font-weight: 500;
  margin-top: -2px;
}
.couple-circles-section .section-holder .couple-3 .circle-text .circle-tlt-holder h4 {
  color: #838EEB;
  font-size: clamp(0.5rem, 0.6vw, 0.8rem);
  font-weight: 400;
  margin: 10px auto;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.couple-circles-section .section-holder .couple-3 .circle-text .col-md-6 {
  padding: 0;
  margin: 0;
}
.couple-circles-section .section-holder .couple-3 .circle-text .main-content-text {
  padding: 40px;
}
.couple-circles-section .section-holder .couple-3 .circle-text .action-holder {
  text-align: center;
}
.couple-circles-section .section-holder .couple-3 .circle-text .action-holder .btn-theme-pink {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
}
.couple-circles-section .section-holder .couple-3 .btn-theme-blue {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
  box-shadow: inset 0 10px 39px #595cab;
}

.testimonial-section {
  background-color: rgba(243, 243, 243, 0.92);
  margin-top: 250px;
  padding: 50px 0;
}
.testimonial-section .comments-title-holder strong {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  color: #000;
  font-weight: 300;
  padding: 0;
  margin-top: -10px;
  display: block;
}
.testimonial-section .comments-title-holder span {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 500;
  padding: 0 50px;
  margin-top: -10px;
}
.testimonial-section .comments-title-holder h2 {
  color: #000;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 300;
}
.testimonial-section .comments-title-holder h2:after {
  border-bottom: 1px dotted #555;
  content: "";
  display: block;
  left: 90%;
  margin: 0 auto;
  position: relative;
  bottom: 22px;
  width: 70%;
}
.testimonial-section .comments-title-holder .icon-arrow {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) {
  .testimonial-section .swiper-navigation {
    margin-top: -50px;
  }
}
.testimonial-section .comment-holder {
  text-align: right;
}
.testimonial-section .comment-holder .main-comment {
  text-align: left;
  font-size: clamp(1.3rem, 1.5vw, 1.3rem);
  margin: 50px auto;
}
.testimonial-section .comment-holder .signs {
  text-align: right;
}
.testimonial-section .comment-holder .signs strong {
  font-size: clamp(0.5rem, 0.6vw, 0.7rem);
  color: #000;
  font-weight: 500;
  padding: 0;
  margin-top: -10px;
  display: block;
}
.testimonial-section .comment-holder .signs strong:before {
  border-bottom: 1px solid #555;
  content: "";
  display: block;
  margin: 0 auto 10px;
  position: relative;
  width: 10%;
}
@media only screen and (min-width: 992px) {
  .testimonial-section .comment-holder .signs strong:before {
    left: 20%;
    top: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section .comment-holder .signs strong:before {
    left: 10%;
    top: 7px;
  }
}
.testimonial-section .comment-holder .signs h2 {
  color: #000;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 300;
}
.testimonial-section .comment-holder .signs h2 span {
  font-weight: 500;
  color: #000;
}

/*# sourceMappingURL=instructional-videos.min.css.map*/