@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);
.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 {
  --default-green:#97B500;
}

@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.subscribe-section {
  background-color: rgba(243, 243, 243, 0.92);
  margin-top: 40px;
  padding: 40px 0;
}
.subscribe-section .text-title {
  font-size: 3rem;
  line-height: 50px;
}
.subscribe-section .text-description {
  font-size: 1.5rem;
}

.testimonial-section {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 15px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section {
    margin-bottom: 70px;
  }
}
.testimonial-section .section-heading small {
  font-size: 1.2rem;
}
.testimonial-section .section-heading h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .section-heading h2 {
    width: 60vw;
  }
}
.testimonial-section .swiper-navigation {
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .swiper-navigation {
    margin-top: -70px;
  }
}
.testimonial-section .top-text {
  font-size: 1.5rem;
}
.testimonial-section .author {
  color: #000;
}
.testimonial-section .author h3 {
  font-weight: 300;
  color: #000;
}
.testimonial-section .container {
  z-index: 1;
  position: relative;
}

: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 {
  background-color: rgba(210, 210, 210, 0.3294117647);
  padding-top: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hero-section {
    margin-top: 100px;
  }
}
.hero-section span {
  color: #000;
}
.hero-section .main-holder {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder {
    margin-top: -140px;
  }
}
.hero-section .main-holder .top-holder {
  z-index: 1;
}
.hero-section .main-holder .top-holder .content-shape-circle-button {
  background-color: #000;
}
.hero-section .main-holder .top-holder .content-shape-circle-button .tlt-of-btn {
  color: #FAFDF8;
  font-size: 1.1rem;
}
.hero-section .main-holder .top-holder .content-shape-circle-button .main-content {
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-holder .country-cover .main-cover {
    width: 800px;
  }
}
.hero-section .main-holder .top-holder .country-cover img {
  border-radius: 100%;
}
.hero-section .main-holder .top-holder .title-holder {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-shadow: 1px 1px 5px #000;
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .top-holder .title-holder {
    left: 0;
  }
}
.hero-section .main-holder .top-holder .title-holder small {
  color: #fff;
  display: inline-block;
}
.hero-section .main-holder .top-holder .title-holder h1 {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-holder .title-holder h1 {
    line-height: 3rem;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .top-holder .title-holder h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.hero-section .main-holder .top-holder .badge-cover-image {
  width: 150px;
  bottom: 150px;
  left: 150px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .hero-section .main-holder .top-holder .badge-cover-image {
    bottom: 0;
    left: 0;
    width: 100px;
    z-index: 1;
  }
}
.hero-section .main-holder .bottom-holder {
  z-index: 1;
}
.hero-section .main-holder .bottom-holder > * {
  color: #000;
}
.hero-section .main-holder .bottom-holder p {
  margin-bottom: 0;
}

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;
}

.lawyers-section {
  margin: 0 auto -30px auto;
}
.lawyers-section .section-header {
  margin-bottom: 40px;
}
.lawyers-section .section-header h2 {
  color: #000;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: -1px;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .section-header h2 {
    font-size: 1.6rem;
  }
}
.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: -15px;
}
.lawyers-section .section-header .sub-before-title strong {
  background: rgb(206, 173, 214);
  font-weight: 400;
  line-height: 50px;
  margin: 10px auto;
  border-radius: 10px;
  padding: 0 10px;
  color: #000;
}
.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;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .lawyers-section .lawyers-holder .circles .circle-shape {
    margin: 15px;
  }
}
.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;
  padding: 1vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.8;
  border: 1px solid #c7c7c7;
}
@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.5rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: -1px;
}
.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) {
  top: 300px;
  right: 18px;
  background-color: #CEADD6;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(2) {
  right: 159px;
  top: 171px;
  background-color: #E7F2D9;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(3) {
  right: 23px;
  top: 39px;
  background-color: #F3F3F3;
}
.lawyers-section .lawyers-holder .circles .circle-shape:nth-child(4) {
  right: 200px;
  top: 0px;
  background-color: #F3F3F3;
}
.lawyers-section .lawyers-holder .image-container {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .lawyers-holder .image-container {
    width: 660px;
    height: 100%;
  }
}
.lawyers-section .lawyers-holder .image-container .ball {
  z-index: 6;
}
.lawyers-section .lawyers-holder .image-container .chips .shape-circle-a2 {
  border-radius: 100%;
}
.lawyers-section .lawyers-holder .image-container .chips .shape-circle-a2:nth-child(1) {
  background: #e2d0e6;
  bottom: 86px;
  height: 3vw;
  left: 82px;
  position: absolute;
  width: 3vw;
}
.lawyers-section .lawyers-holder .image-container .chips .shape-circle-a2:nth-child(2) {
  background: rgba(131, 142, 235, 0.32);
  bottom: 0;
  height: 6vw;
  left: 0;
  position: absolute;
  width: 6vw;
}
.lawyers-section .lawyers-holder .image-container .chips .shape-circle-a2:nth-child(3) {
  background: rgba(131, 142, 235, 0.32);
  height: 5vw;
  left: 100px;
  position: absolute;
  top: 10px;
  width: 5vw;
}
.lawyers-section .lawyers-holder .image-container .chips .shape-circle-a2:nth-child(4) {
  background: rgba(206, 173, 214, 0.7);
  height: 5vw;
  position: absolute;
  right: 7px;
  top: 99px;
  width: 5vw;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .lawyers-holder {
    grid-template-columns: repeat(6, 1fr);
  }
  .lawyers-section .lawyers-holder .image-container {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 992px) {
  .lawyers-section .lawyers-holder .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
@media only screen and (max-width: 479px) {
  .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;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder {
    justify-content: flex-end;
    margin-top: -500px;
  }
}
.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: 700px;
    padding: 150px 70px 50px 100px;
    height: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .lawyers-section .information-holder .circle-information {
    width: 95vw;
    height: 95vw;
    padding: 34px 37px 31px;
  }
}
.lawyers-section .information-holder .circle-information h2 {
  color: #707070;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .lawyers-section .information-holder .circle-information h2 {
    font-size: 2rem;
  }
}
.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;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) {
  .lawyers-section .information-holder .circle-information .description {
    margin-bottom: 20px;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
  }
}
.lawyers-section .information-holder .circle-information h4 {
  color: #222;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: -10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .lawyers-section .information-holder .circle-information h4 {
    font-size: 0.6rem;
    margin-bottom: -4px;
    margin-top: 15px;
  }
}
.lawyers-section .information-holder .circle-information .btn-theme-light-green {
  color: #000;
  font-weight: 100;
  height: 70px;
  padding: 10px 40px;
  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: 2rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .lawyers-section .information-holder .circle-information .btn-theme-light-green {
    font-size: 1.5rem;
  }
}

.lead-section {
  margin: 200px auto;
}
.lead-section .img-leadimg {
  transform: scale(0.95);
  z-index: -1;
}
.lead-section .content-right {
  padding: 0 0 0 80px;
}
.lead-section .content-right .content-holder-types h2 {
  color: #838EEB;
  font-size: 4.8rem;
}
.lead-section .content-right .content-holder-types h2 strong {
  color: #000;
  font-weight: 500;
  line-height: 50px;
  margin: 10px auto;
}
.lead-section .content-right .content-holder-types h3 {
  text-transform: uppercase;
  color: #666;
  font-size: 1.16rem;
  font-weight: 500;
}
.lead-section .content-right .content-holder-types h4 {
  color: #222;
  font-size: 2rem;
  font-weight: 400;
}
.lead-section .content-right .content-holder-types ul {
  margin: 30px 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: 2rem;
  font-weight: 300;
  padding-left: 30px;
  height: 50px;
}

.content-shape-circle-button {
  align-items: center;
  bottom: -50px;
  left: 70%;
  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: 160px;
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .content-shape-circle-button {
    height: 120px;
    width: 120px;
    left: 60%;
  }
}
.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;
  width: 6vw;
  height: 6vw;
  padding: 20px;
  left: 100px;
  top: -30px;
  position: absolute;
}
.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: 50px;
}
.apply-visa-section .apply-visa-holder .apply-visa-circle {
  background-color: #ffffff;
  text-align: center;
  width: 50vw;
  height: 50vw;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 50px;
  position: relative;
}
.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: 1.7rem;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 300;
  line-height: 30px;
  padding: clamp(0.6rem, 0.9vw, 1rem) clamp(3rem, 6vw, 7rem);
}
.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: 1rem;
  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;
  padding: 0 25px;
  margin-bottom: 20px;
  padding: clamp(0.6rem, 1.5vw, 2rem) clamp(3rem, 6vw, 7rem);
}

.mg-negative {
  margin-top: -webkit-calc(0vw - 15rem);
  margin-top: calc(0vw - 15rem);
}

.couple-circles-section .section-holder .even {
  bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .even .text-type .circle-text {
    width: 900px;
    height: 900px;
    padding: 150px 80px 116px 11vw;
    margin-left: -12vw;
    align-items: start;
  }
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .even .content-shape-circle-button {
    right: 300px;
    bottom: 15%;
  }
}
.couple-circles-section .section-holder .odd .content-shape-circle-button {
  left: 40%;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .odd .content-shape-circle-button {
    bottom: 160px;
  }
}
.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;
  background-color: var(--color);
  box-shadow: none;
  color: #fff;
}
.couple-circles-section .section-holder .content-shape-circle-button .price {
  display: block;
  font-size: 2.2rem;
  color: #fff !important;
  letter-spacing: -2px;
}
.couple-circles-section .section-holder .content-shape-circle-button .discounted-price {
  font-size: 1.2rem;
  color: #fff !important;
  letter-spacing: -2px;
}
.couple-circles-section .section-holder .content-shape-circle-button .main-content {
  font-size: 1.3rem;
  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);
}
.couple-circles-section .section-holder .couple-circle {
  position: relative;
  margin: 0 auto 144px auto;
}
.couple-circles-section .section-holder .couple-circle .circle-text {
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text {
    width: 800px;
    height: 800px;
    padding: 5vw 6vw;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text {
    width: 95vw;
    height: 95vw;
    padding: 7vw 6vw;
    position: static;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text h3 {
    font-size: 15px;
    text-align: center;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text .col-md-6 {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .main-content-text {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .main-content-text {
    padding: 0 25px;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text .main-content-text p {
  margin-bottom: 5px;
  font-size: clamp(0.6rem, 0.8vw, 1rem);
}
.couple-circles-section .section-holder .couple-circle .circle-text .main-content-text h3 {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .action-holder {
    text-align: center;
    margin: 10px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .action-holder {
    margin: 0px 40px;
    text-align: center;
  }
}
.couple-circles-section .section-holder .couple-circle .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-circle .circle-text .circle-tlt-holder {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .circle-tlt-holder {
    text-align: center;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text .circle-tlt-holder h2 {
  color: var(--color);
  font-weight: 500;
  margin: 10px auto;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .circle-tlt-holder h2 {
    font-size: 3.5rem;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text .circle-tlt-holder h2 {
    font-size: 1.1rem;
    line-height: 23px;
  }
}
.couple-circles-section .section-holder .couple-circle .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-circle .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;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text ul {
    margin: -10px auto 20px auto;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text ul {
    margin: -18px auto 0px;
    padding: 15px 34px;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text ul li {
  position: relative;
  font-size: clamp(0.6rem, 0.8vw, 1rem);
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .circle-text ul li {
    line-height: 22px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .circle-text ul li {
    line-height: 13px;
    margin-top: 7px;
  }
}
.couple-circles-section .section-holder .couple-circle .circle-text ul li:before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/public/icons/checkmark.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 100%;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 10px;
}
.couple-circles-section .section-holder .couple-circle .circle-img {
  z-index: 2;
}
.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: 100px;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}
.couple-circles-section .section-holder .couple-circle .circle-img .chips .shape-circle-a2 {
  border-radius: 100%;
}
.couple-circles-section .section-holder .couple-circle .circle-img .chips .shape-circle-a2:nth-child(1) {
  background: var(--color);
  opacity: 0.2;
  top: 0;
  left: 100px;
  height: 5vw;
  position: absolute;
  width: 5vw;
}
.couple-circles-section .section-holder .couple-circle .circle-img .chips .shape-circle-a2:nth-child(2) {
  background: rgba(206, 173, 214, 0.56);
  bottom: 108px;
  height: 3vw;
  left: 36px;
  position: absolute;
  width: 3vw;
}
.couple-circles-section .section-holder .couple-circle .circle-img .chips .shape-circle-a2:nth-child(3) {
  background: rgba(203, 229, 75, 0.75);
  height: 5vw;
  right: 100px;
  position: absolute;
  bottom: 10px;
  width: 5vw;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .odd .circle-tlt-holder .rating-holder {
    justify-content: left;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .odd .circle-tlt-holder .rating-holder {
    justify-content: center;
    font-size: 10px;
  }
}
.couple-circles-section .section-holder .couple-circle .even .circle-text {
  background-color: rgba(231, 242, 217, 0.55);
}
.couple-circles-section .section-holder .couple-circle .even .circle-text .circle-tlt-holder .rating-holder {
  justify-content: left;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section .section-holder .couple-circle .even .circle-img {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .couple-circle .text-type {
    margin-top: 48vw;
  }
  .couple-circles-section .section-holder .couple-circle .img-type {
    position: absolute;
    top: 1px;
    left: 0;
    width: 58vw;
  }
  .couple-circles-section .section-holder .couple-circle .content-shape-circle-button {
    top: 90%;
    bottom: auto;
  }
  .couple-circles-section .section-holder .couple-circle .content-shape-circle-button .price {
    font-size: 1.2rem;
  }
  .couple-circles-section .section-holder .couple-circle .content-shape-circle-button .discounted-price {
    font-size: 0.7rem;
  }
  .couple-circles-section .section-holder .couple-circle .circle-tlt-holder .rating-holder {
    justify-content: center !important;
    font-size: 10px;
  }
  .couple-circles-section .section-holder .couple-circle .odd .img-type {
    left: 0;
    right: auto;
  }
  .couple-circles-section .section-holder .couple-circle .odd .content-shape-circle-button {
    right: auto;
    left: 0;
  }
  .couple-circles-section .section-holder .couple-circle .even .img-type {
    right: 0;
    left: auto;
  }
  .couple-circles-section .section-holder .couple-circle .even .content-shape-circle-button {
    right: 0;
    left: auto;
  }
}
.couple-circles-section .section-holder .btn.action {
  font-size: 1.2rem;
  font-weight: 300;
  height: 50px;
  padding-left: 30px;
  color: #fff;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .couple-circles-section .section-holder .btn.action {
    height: 40px;
  }
}
.couple-circles-section .section-holder .btn.action:hover {
  box-shadow: inset 0 10px 39px #595cab;
}
.couple-circles-section.list-one .section-holder {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .couple-circles-section.list-one .section-holder {
    padding-top: 287px;
  }
  .couple-circles-section.list-one .section-holder:before {
    border-radius: 100%;
    content: "";
    position: absolute;
    background-color: rgba(231, 242, 217, 0.3);
    height: 50vw;
    width: 50vw;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.couple-circles-section .btn.action {
  background-color: var(--color);
}

/*# sourceMappingURL=country-courses.min.css.map*/