:root {
  --color-white: #fff;
  --color-black: #000;
  --dark-color:#111d32;
  --color-main: #16243d;
  --color-second: #33cccc;
  --color-light:#fab600;
  --light-blue: #c2dfff;
  --color-100: #015fc9;
  --color-200: #0ce0ff;
  --color-300: rgb(245, 245, 245);
  --color-400: #696e77;
  --color-500: #01905d;
  --color-600: rgb(237, 237, 241);
  --color-700: rgb(105, 105, 105);
  --color-800: rgb(231, 231, 231);
  --color-900: rgb(38, 37, 102);
  --color-1000: #e0e4e8;
  --color-1100: rgb(13, 13, 57);
  --color-1200: #f2f5f9;
  --color-1300: rgb(30, 31, 74);
  --color-1400: #dfe3e7;
  --color-1500: rgb(239, 243, 243);
  --color-1600: rgb(193, 214, 214);
  --color-1700: #f2f5f9;
  --color-1800: rgb(242, 242, 242);
  --color-1900: rgb(229, 229, 229);
  --color-2000: rgb(236, 249, 249);
  --color-2100: rgb(191, 191, 198);
  --color-2200: rgb(89, 89, 137);
  --color-2300: rgb(234, 243, 250);
  --color-2400: #0E86D4;
  --gradient-100: linear-gradient(269.37deg,#fc0000 5.03%,#eb8a17 56.67%);
  --gradient-200: linear-gradient(90deg, #ff4569 -100%, #fa8a06 100.1%);
  --main-bg:#112e4d;
  --light-color: #97a2b7;
}

.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section .wrap {
  position: relative;
}
.hero-section .owl-carousel {
  z-index: 2;
}
.hero-section .left-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  z-index: 1;
  animation: float-box;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
  opacity: 0.2;
}
@media (max-width: 1530px) {
  .hero-section .left-img {
    z-index: 2;
  }
}
.hero-section .left-img img {
  height: 100%;
}
.hero-section .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 115px;
  position: relative;
  z-index: 3;
}
.hero-section .item .ph_it {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
  animation: zoom;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
}
@media (max-width: 991px) {
  .hero-section .item .ph_it {
    animation: none;
  }
}
@media (max-width: 576px) {
  .hero-section .item .ph_it {
    background-position: center !important;
  }
}
.hero-section .item:before {
  position: absolute;
  left: 10%;
  top: 0px;
  bottom: 0;
  width: 1000px;
  content: "";
  background-image: -webkit-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  z-index: 1;
}
@media (max-width: 1300px) {
  .hero-section .item:before {
    left: 0;
  }
}
.hero-section .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color-1200);
  z-index: -1;
}
.hero-section .item .content {
  width: 100%;
  max-width: 570px;
  position: relative;
  z-index: 2;
}
.hero-section .item .content h5 {
  display: block;
  font-size: 16px;
  font-family: Poppins-SemiBold, Arial, Helvetica, sans-serif;
  letter-spacing: 1.1px;
  line-height: 24px;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
}
.hero-section .item .content h2 {
  color: var(--color-main);
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin: 0 0 29px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  letter-spacing: -3.2px;
  padding-top: 35px;
}
.hero-section .item .content h2 .ultimul-cuvant {
  position: static;
  color: var(--color-100);
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
}
.hero-section .item .content h2 span {
  color: var(--color-white);
}
.hero-section .item .content h2 #typed-element {
  display: none;
}
.hero-section .item .content h2 .typed-cursor {
  display: none;
}
.hero-section .item .content h2 .top {
  margin: 0;
  position: relative;
  overflow: visible;
  color: var(--color-main);
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 80px;
}
.hero-section .item .content h2 .top:before {
  position: absolute;
  top: -10px;
  left: 5px;
  height: 13px;
  width: 324px;
  content: "";
  background-image: linear-gradient(90deg, #015fc9 0%, #0ce0ff 100%);
  border-radius: 6.5px;
  visibility: visible;
}
@media (max-width: 576px) {
  .hero-section .item .content h2 .top:before {
    width: 300px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-section .item .content h2 .top {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-section .item .content h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section .item .content h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.hero-section .item .content p {
  font-size: 18px;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: var(--color-400);
  margin-bottom: 41px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-section .item .content p {
    margin-bottom: 36px;
  }
}
.hero-section .item .content .btn {
  padding: 0;
}
.hero-section .item .content .btn a {
  display: block;
  background: var(--color-100);
  padding: 17px 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
}
.hero-section .hero-slider.disabled {
  max-height: 0;
  overflow: hidden;
}
.hero-section .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 120px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  z-index: 100;
}
@media (max-width: 1520px) {
  .hero-section .owl-nav {
    left: auto;
    right: 120px;
  }
}
@media (max-width: 767px) {
  .hero-section .owl-nav {
    display: none;
  }
}
.hero-section .owl-nav .owl-prev {
  border: 2px solid var(--color-main);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.hero-section .owl-nav .owl-prev svg {
  fill: var(--color-main);
}
.hero-section .owl-nav .owl-prev.disabled {
  cursor: initial;
  border: 2px solid rgba(22, 36, 61, 0.2);
}
.hero-section .owl-nav .owl-prev.disabled svg {
  fill: rgba(22, 36, 61, 0.2);
}
@media (max-height: 991px) {
  .hero-section .owl-nav .owl-prev {
    border: 2px solid rgba(12, 224, 255, 0.5);
  }
  .hero-section .owl-nav .owl-prev svg {
    fill: rgba(12, 224, 255, 0.5);
  }
}
.hero-section .owl-nav .owl-prev:hover {
  border: 2px solid var(--color-main);
}
@media (max-width: 991px) {
  .hero-section .owl-nav .owl-prev:hover {
    border: 2px solid var(--color-200);
  }
}
.hero-section .owl-nav .owl-prev:hover svg {
  fill: var(--color-main);
}
@media (max-width: 991px) {
  .hero-section .owl-nav .owl-prev:hover svg {
    fill: var(--color-200);
  }
}
.hero-section .owl-nav .owl-next {
  border: 2px solid rgba(22, 36, 61, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.hero-section .owl-nav .owl-next:hover {
  border: 2px solid var(--color-main);
}
@media (max-width: 991px) {
  .hero-section .owl-nav .owl-next:hover {
    border: 2px solid var(--color-200);
  }
}
.hero-section .owl-nav .owl-next:hover svg {
  fill: var(--color-main);
}
@media (max-width: 991px) {
  .hero-section .owl-nav .owl-next:hover svg {
    fill: var(--color-200);
  }
}
.hero-section .owl-nav .owl-next svg {
  scale: -1;
  fill: rgba(22, 36, 61, 0.2);
}
@media (max-height: 991px) {
  .hero-section .owl-nav .owl-next {
    border: 2px solid rgba(12, 224, 255, 0.5);
  }
  .hero-section .owl-nav .owl-next svg {
    fill: rgba(12, 224, 255, 0.5);
  }
}
.hero-section .owl-nav .owl-next.disabled {
  cursor: initial;
  border: 2px solid rgba(22, 36, 61, 0.2);
}
.hero-section .owl-nav .owl-next.disabled svg {
  fill: rgba(22, 36, 61, 0.2);
}
.hero-section .icon-right-arrow {
  font-family: icomoon;
  font-style: normal;
}
.hero-section .icon-right-arrow:before {
  content: "\e901";
  color: var(--color-main);
  font-size: 18px;
  font-family: icomoon;
}
.hero-section .icon-left-arrow {
  font-family: icomoon;
  font-style: normal;
}
.hero-section .icon-left-arrow:before {
  content: "\e902";
  color: var(--color-main);
  font-size: 18px;
  font-family: icomoon;
}

.about-us-section {
  padding: 0 0 120px;
  position: relative;
  overflow: hidden;
}
.about-us-section .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 38px;
}
@media (max-width: 1200px) {
  .about-us-section .wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 150px;
  }
}
.about-us-section .wrap .about-left {
  width: 100%;
  max-width: calc(55% - 19px);
  padding-left: 70px;
}
@media (max-width: 1200px) {
  .about-us-section .wrap .about-left {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-left {
    max-width: 100%;
    order: 2;
    padding-left: 0;
  }
}
.about-us-section .wrap .about-left .about-description {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 0;
}
.about-us-section .wrap .about-left .about-description .left-side {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-us-section .wrap .about-left .about-description .left-side {
    max-width: 100%;
  }
}
.about-us-section .wrap .about-left .about-description .left-side .description {
  font-size: 16px;
  color: var(--color-800);
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  line-height: 26px;
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box .icon-holder {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-1300);
  border-radius: 20px;
  overflow: hidden;
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box .icon-holder svg {
  fill: vaR(--color-second);
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box h4 {
  width: 100%;
  max-width: calc(100% - 110px);
  color: var(--color-white);
  font-size: 20px;
  line-height: 26px;
  font-family: Poppins-SemiBold, Arial, Helvetica, sans-serif;
}
@media (max-width: 380px) {
  .about-us-section .wrap .about-left .about-description .left-side .info-icon-box h4 {
    max-width: 100%;
  }
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box:hover .icon-holder {
  background: vaR(--color-second);
}
.about-us-section .wrap .about-left .about-description .left-side .info-icon-box:hover .icon-holder svg {
  animation: toBottomFromTop 0.5s forwards;
  fill: var(--color-white);
}
.about-us-section .wrap .about-left .about-description .about-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 33px 0;
}
.about-us-section .wrap .about-left .about-description .about-list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.about-us-section .wrap .about-left .about-description .about-list li svg {
  fill: var(--color-200);
}
.about-us-section .wrap .about-left .about-description .about-list li p {
  width: 100%;
  font-size: 16px;
  color: var(--color-main);
  font-family: DMSans-Medium, Arial, Helvetica, sans-serif;
  line-height: 22px;
}
.about-us-section .wrap .about-left .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .about-us-section .wrap .about-left .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-us-section .wrap .about-left .bottom .call {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.about-us-section .wrap .about-left .bottom .call .call-btn {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-1000);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.about-us-section .wrap .about-left .bottom .call .call-btn svg {
  scale: -1;
  fill: var(--color-200);
  transform: rotate(90deg);
}
.about-us-section .wrap .about-left .bottom .call .call-btn:hover {
  background: var(--color-100);
  border: 2px solid var(--color-100);
}
.about-us-section .wrap .about-left .bottom .call .call-btn:hover svg {
  fill: var(--color-white);
}
.about-us-section .wrap .about-left .bottom .call .col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.7;
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  color: var(--color-main);
}
.about-us-section .wrap .about-left .bottom .call .col span {
  font-size: 14px;
  line-height: 1.2;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
}
.about-us-section .wrap .about-left .bottom .call .col:hover {
  color: var(--color-100);
}
.about-us-section .wrap .about-right {
  width: 100%;
  max-width: calc(45% - 19px);
  position: relative;
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-right {
    max-width: 100%;
  }
}
.about-us-section .wrap .about-right .experience {
  position: absolute;
  bottom: -62px;
  left: 80px;
  display: flex;
  align-items: center;
  background: var(--color-100);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 27px 40px 23px;
  gap: 18px;
  max-width: 276px;
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-right .experience {
    left: 0;
  }
}
.about-us-section .wrap .about-right .experience p {
  font-size: 20px;
  font-family: DMSans-Medium, Arial, Helvetica, sans-serif;
  text-transform: initial;
  line-height: 20px;
  color: var(--color-white);
}
.about-us-section .wrap .about-right .experience span {
  font-size: 60px;
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  color: var(--color-white);
}
.about-us-section .wrap .about-right .experience:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border: 2px dashed var(--color-200);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.about-us-section .wrap .about-right .experience:after {
  position: absolute;
  bottom: 0px;
  right: -65px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 65px solid var(--color-200);
  border-bottom: 62px solid transparent;
}
.about-us-section .wrap .about-right .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-us-section .wrap .about-right .picture img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-right .picture img {
    width: 100%;
  }
}
.about-us-section .wrap .about-right .picture .shape {
  position: absolute;
  top: 35px;
  right: -30px;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-right .picture .shape {
    display: none;
  }
}
.about-us-section .wrap .about-right .picture .shape img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.about-us-section .wrap .about-right .picture .img-fluid {
  border-radius: 20px;
}
.about-us-section .wrap .about-right .picture .second-pic {
  position: absolute;
  bottom: -105px;
  left: -80px;
}
@media (max-width: 991px) {
  .about-us-section .wrap .about-right .picture .second-pic {
    display: none;
  }
}
.about-us-section .wrap .about-right .picture .second-pic img {
  width: auto;
  border-radius: 20px;
}
.about-us-section .bg_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 826px;
  height: 627px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.quote-section {
  position: relative;
  padding: 120px 0 130px;
  background: #fcfefe;
  overflow: hidden;
}
.quote-section .ph_backgr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: luminosity;
  opacity: 0.06;
}
.quote-section .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1200px) {
  .quote-section .wrap {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .quote-section .wrap {
    gap: 30px;
  }
}
.quote-section .wrap .left-side {
  width: 100%;
  max-width: calc(50% - 35px);
  position: relative;
}
@media (max-width: 991px) {
  .quote-section .wrap .left-side {
    max-width: 100%;
  }
}
.quote-section .wrap .left-side .main-picture {
  position: relative;
  margin-bottom: -130px;
  z-index: 2;
  display: flex;
}
@media (max-width: 1200px) {
  .quote-section .wrap .left-side .main-picture {
    margin-bottom: 0;
  }
}
.quote-section .wrap .left-side .main-picture img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.quote-section .wrap .left-side .big_c {
  position: absolute;
  top: 40px;
  left: -176px;
  border-radius: 50%;
  background-color: rgb(242, 245, 249);
  width: 550px;
  height: 550px;
}
@media (max-width: 991px) {
  .quote-section .wrap .left-side .big_c {
    display: none;
  }
}
.quote-section .wrap .left-side .small_c {
  position: absolute;
  left: 313px;
  top: 173px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 244px;
  height: 244px;
  z-index: 1;
}
@media (max-width: 991px) {
  .quote-section .wrap .left-side .small_c {
    display: none;
  }
}
.quote-section .wrap .form-side {
  width: 100%;
  max-width: calc(50% - 35px);
}
@media (max-width: 991px) {
  .quote-section .wrap .form-side {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .quote-section .wrap .form-side {
    padding: 25px 20px 20px;
  }
}
.quote-section .wrap .form-side input {
  background: white !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.quote-section .wrap .form-side select {
  background: white !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.benefits {
  overflow: hidden;
  background: var(--color-100);
  padding: 79px 0 71px;
  position: relative;
}
.benefits .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.benefits .shape2 {
  position: absolute;
  bottom: -35px;
  right: 0;
  opacity: 0.2;
}
.benefits .wrap {
  display: flex;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
.benefits .wrap .co {
  width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .benefits .wrap .co {
    width: calc(50% - 15px);
    align-items: center;
  }
}
@media (max-width: 767px) {
  .benefits .wrap .co {
    width: 100%;
  }
}
.benefits .wrap .co .top {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.benefits .wrap .co .top .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.benefits .wrap .co .top .icon svg {
  fill: var(--color-200);
  transition: all 0.5s ease-in-out;
}
.benefits .wrap .co .top .icon:hover svg {
  scale: 0.9;
  fill: var(--color-white);
}
.benefits .wrap .co .top h3 {
  font-size: 36px;
  line-height: 36px;
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  color: var(--color-white);
}
.benefits .wrap .co p {
  line-height: 34px;
  font-size: 24px;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  color: var(--light-blue);
}

.insurance-process {
  padding: 60px 0 90px;
  overflow: hidden;
}
.insurance-process .image-bg {
  position: relative;
}
.insurance-process-boxes .wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .insurance-process-boxes .wrap {
    gap: 15px;
  }
}
.insurance-process-boxes .wrap .insurance-box {
  width: 100%;
  max-width: calc(33.3333333333% - 20px);
  background: var(--color-white);
  border-radius: 12px;
  padding: 132px 50px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  transition: all 0.32s ease-in-out;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 991px) {
  .insurance-process-boxes .wrap .insurance-box {
    max-width: calc(50% - 7.5px);
  }
}
@media (max-width: 767px) {
  .insurance-process-boxes .wrap .insurance-box {
    max-width: 100%;
  }
}
.insurance-process-boxes .wrap .insurance-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--color-main);
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: 0;
}
.insurance-process-boxes .wrap .insurance-box:hover {
  padding-top: 110px;
  box-shadow: 8px 8px 48px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}
.insurance-process-boxes .wrap .insurance-box:hover:before {
  transform: translate3d(0px, 0, 0px);
}
.insurance-process-boxes .wrap .insurance-box:hover .shape {
  transform: translateX(0);
}
.insurance-process-boxes .wrap .insurance-box:hover h4 {
  display: none;
}
.insurance-process-boxes .wrap .insurance-box:hover p {
  color: #97a2b7;
  z-index: 1;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.insurance-process-boxes .wrap .insurance-box:hover .count span {
  color: var(--color-main);
  -webkit-text-stroke-color: var(--color-200);
}
.insurance-process-boxes .wrap .insurance-box .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 500ms ease;
  transition-delay: 400ms;
  transform: translateX(100%);
  z-index: 0;
  opacity: 0.3;
}
.insurance-process-boxes .wrap .insurance-box .icon {
  position: absolute;
  left: -40px;
  top: -90px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, var(--insur-base, #015fc9) 0%, var(--insur-primary, #0ce0ff) 100%);
  width: 197px;
  height: 197px;
  transition: all 500ms ease;
}
.insurance-process-boxes .wrap .insurance-box .icon svg {
  fill: var(--color-white);
  width: 65px;
  height: 65px;
  position: absolute;
  display: inline-block;
  top: 107px;
  left: 81px;
}
.insurance-process-boxes .wrap .insurance-box h4 {
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  color: var(--color-main);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  text-align: left;
  transition: all 500ms ease;
}
.insurance-process-boxes .wrap .insurance-box p {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-400);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.6s ease-in-out;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .insurance-process-boxes .wrap .insurance-box p {
    font-size: 14px;
    line-height: 24px;
  }
}
.insurance-process-boxes .wrap .insurance-box .count {
  position: absolute;
  right: 25px;
  top: 20px;
}
.insurance-process-boxes .wrap .insurance-box .count span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e4e8;
  color: var(--color-white);
  font-size: 60px;
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.services-section {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 120px 0 90px;
  background: #f2f5f9;
}
.services-section .item {
  padding: 0 2px;
}
.services-section .main-heading h2 {
  margin-bottom: 48px;
}
.services-section .main-heading h2 span {
  color: var(--color-main);
}
.services-section .services-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.services-section .services-carousel .item {
  padding: 0;
  width: calc(25% - 22.5px) !important;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1200px) {
  .services-section .services-carousel .item {
    width: calc(33.3333333333% - 20px) !important;
  }
}
@media (max-width: 991px) {
  .services-section .services-carousel .item {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 767px) {
  .services-section .services-carousel .item {
    width: 100% !important;
  }
}
.services-section .services-carousel .item .service {
  border: 0;
}
.services-section .services-carousel .item .service .top-info .image {
  padding-top: 70%;
}
.services-section .services-carousel .item .service .details h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schema-section {
  padding: 15px 0;
  overflow: hidden;
}
.schema-section .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.schema-section .wrap img {
  max-width: 650px;
  width: 100%;
}

.partners-section {
  overflow: hidden;
  background: red;
}

.projects-category-section {
  overflow: hidden;
  padding: 120px 0 90px;
}
.projects-category-section .projects {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.projects-category-section .projects .item {
  width: calc(25% - 22.5px);
}
@media (max-width: 1200px) {
  .projects-category-section .projects .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .projects-category-section .projects .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .projects-category-section .projects .item {
    width: 100%;
  }
}

.choose-section {
  padding: 120px 0 110px;
  background: var(--color-main);
  position: relative;
  overflow-y: hidden;
}
.choose-section .wrap {
  width: 50%;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .choose-section .wrap {
    width: 100%;
  }
}
.choose-section .float-img {
  width: 100%;
  height: 100%;
}
.choose-section .float-img .sh1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}
.choose-section .float-img .sh2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}
.choose-section .float-img .sh3 {
  position: absolute;
  top: -260px;
  right: 150px;
}
.choose-section .float-img .sh4 {
  position: absolute;
  top: -81px;
  right: 0;
}
.choose-section .float-img .sh5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}
.choose-section .float-img .sh6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}
.choose-section .float-img .sh7 {
  position: absolute;
  top: -111px;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 1400px) {
  .choose-section .float-img .sh7 {
    top: 165px;
    right: -280px;
  }
}
@media (max-width: 1200px) {
  .choose-section .float-img .sh7 {
    top: 144px;
    right: -480px;
  }
}
@media (max-width: 1400px) {
  .choose-section .float-img .sh7 img {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .choose-section .float-img .sh7 img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .choose-section .float-img .sh7 img {
    width: auto;
  }
}
.choose-section .float-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .choose-section .float-img .desk {
    display: none;
  }
}
.choose-section .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
  width: 100%;
  max-width: 510px;
}
@media (max-width: 991px) {
  .choose-section .boxes {
    max-width: 100%;
  }
}
.choose-section .boxes .box {
  width: calc(50% - 5px);
  background: var(--dark-color);
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  overflow: hidden;
  position: relative;
  min-height: 150px;
}
@media (max-width: 767px) {
  .choose-section .boxes .box {
    width: 100%;
  }
}
.choose-section .boxes .box svg {
  fill: var(--color-200);
}
.choose-section .boxes .box h4 {
  color: white;
  font-size: 16px;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  line-height: 26px;
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
  text-align: center;
}
.choose-section .boxes .box p {
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  color: #97a2b7;
  line-height: 24px;
  font-family: DMSans-Regular, Arial, Helvetica, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.choose-section .boxes .box:hover {
  overflow: visible;
}
.choose-section .boxes .box:hover p {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  top: 20px;
}
.choose-section .boxes .box:hover h4 {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}
.choose-section .boxes .box:hover svg {
  display: none;
}

.tracking-section .wrap {
  padding: 57px 80px;
  border-radius: 20px 20px 0 0;
  background: var(--color-100);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .tracking-section .wrap {
    padding: 57px 20px;
  }
}
@media (max-width: 767px) {
  .tracking-section .wrap {
    flex-direction: column;
  }
}
.tracking-section .wrap .icon svg {
  fill: white;
}
.tracking-section .wrap .text {
  flex: 1;
}
@media (max-width: 767px) {
  .tracking-section .wrap .text {
    text-align: center;
  }
}
.tracking-section .wrap .text p {
  text-transform: uppercase;
  color: var(--light-blue);
  font-size: 14px;
  font-family: DMSans-Medium, Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.tracking-section .wrap .text h3 {
  font-size: 36px;
  line-height: 47px;
  color: var(--color-white);
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  letter-spacing: -0.72px;
}
.tracking-section .wrap a {
  display: block;
  background: var(--color-white);
  padding: 17px 40px;
  color: var(--color-main);
  font-size: 16px;
  line-height: 26px;
  border-radius: 10px;
  letter-spacing: -0.32px;
  overflow: hidden;
  font-family: DMSans-Bold, Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 1;
}
.tracking-section .wrap a:before {
  position: absolute;
  content: "";
  background-color: var(--color-main);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tracking-section .wrap a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-main);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tracking-section .wrap a:hover {
  color: white;
}
.tracking-section .wrap a:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tracking-section .wrap a:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
