@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
  --header-font-color: #4055A9;
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-100: 100;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-size--10: 10px;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --body-font:#575A6E;
  --manorope-font-family: "Manrope";
  --background-color: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.15);
  --button-hover-scale: 1.08;
}

*{
  box-sizing: border-box;
  font-family: var(--manorope-font-family);
}

/* .site_color{
  color: var(--header-font-color);
} */


/* Preloader Styles */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff; /* Background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner Animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ddd;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.customH2 {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-16),6vw,var(--font-size-22));
  font-weight: var(--font-weight-700);
  line-height: 120%;
  color: black;
}

.customP {
  font-family: var(--manorope-font-family);
  font-size:clamp(12px, 5vw, var(--font-size-16));;
  font-weight: var(--font-weight-500);
  line-height: 32px;
color: var(--body-font);
}

.navBarCustom {
  box-shadow: 0px 0px 14px 0px #00000040 !important;
  position: sticky;
  top: 0;
  z-index: 11111;
}


.customContainerPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.infi-dropdown-inner {
  position: relative;
  left: 271px;
  height: 0;
  z-index: 11;
}

.infiNavTag {
  position: relative;
  min-height: 70px;
  height: 100%;
  z-index: 11;
}

.infi-layer1-dropdown {
  position: absolute;
  background-color: var(--header-font-color) !important;
  color: white;
  min-width: 270px;
}

.infi-header-logo {
  max-height: 70px;
  height: 100%;
}

.infi-nav-text {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 21.86px;
  color: var(--header-font-color);
}

.infi-innerDrop {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 40px;

}

.infi-dropdown-inner-ul {
  background-color: var(--header-font-color);
  min-width: 250px;

}

.infi-innerDrop:hover {
  color: var(--header-font-color);
  border-radius: 5px;
}


.top-hero-container-bg-img {
  object-fit: cover;
  object-position: center;
}

.vetorTopCard {
  background: linear-gradient(to right, #4055A9, #00B1DC);
}

.topContDiv {
  height: 100%;

}

.experienceImg {
  height: 100%;
  border-radius: 10px;
  position: relative;
  right: -100px;
  top: -90px;
}

.experienceImgDiv {
  display: flex;
  height: 100%;
  align-items: center;
}

.experienceImgDivInner {
  position: relative;
  left: -30%;
}

.experienceCardHeader {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-16),6vw,36px);
  font-weight: var(--font-weight-700);
  line-height: 120% !important;

}

.experienceCardHeaderBody {
  font-family: var(--manorope-font-family);
  font-size:clamp(var(--font-size-12),5vw,var(--font-size-16));
  font-weight: var(--font-weight-500);
  line-height: 32px;

}

.experienceCardHeaderSpan {
  border-left: 5px solid white;
  /* position: relative; */
  left: -2%;
}

.experienceCardHeaderButton {
  background-color: white;
}

.experienceContainer {
  padding: 180px 0 100px;
  overflow-x: hidden;
}

.experienceCard {

  padding: 30px 0;
}



.experienceCardHeaderButton {
  border-radius: 100px;
  color: black;
  background-color: white;
  padding: 16px 36px;
  font-family: var(--manorope-font-family);
  font-size: 19.33px;
  font-weight: 600;
  line-height: 26.41px;


}

.infi-experienceImg {
  position: absolute;
  right: -0;
  bottom: 0;
  z-index: 1;
}

.infi-experienceImgEllipse {
  position: absolute;
  left: -135px;
  top: -111px;
  z-index: -1;
}

.infi-service-heading {
  font-family: var(--manorope-font-family);
  font-size:clamp(var(--font-size-18), 7vw, 36px);
  font-weight: var(--font-weight-700);
  line-height: 100%;
}

.infi-service-heading-div {
  max-width: 47%;
  position: relative;
  border-left: 5px solid var(--header-font-color);
  padding-left: 15px;
}



.infi-service-heading-button {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-12), 6vw, var(--font-size-14));
  font-weight: var(--font-weight-600);
  background-color: var(--header-font-color);
  border-radius: 100px;
  padding: 16px 36px;
  color: white;
}
















.slide-container {
  /* max-width: 1120px; */
  width: 100%;
  padding: 0 0;
}

.slide-content {
  margin: 0 0px;
  overflow: hidden;
  border-radius: 25px;
}

.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.card-content {
  align-items: flex-start;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 25px;
}

.overlay::after {
  content: '';
  position: absolute;
  right: 32px;
  bottom: 41px;
  height: 50px;
  width: 50px;
  padding: 10px;
  border: 3px solid var(--header-font-color);
  background: url(/assests/img/VectorArrow.svg) no-repeat;
  z-index: 11;
  background-position: center;
  background-size: 80% 64%;
  transition: background .2s ease-in;
}

.overlay::after {
  border-radius: 50%;
  background-color: #FFF;
}

.image-content:hover .overlay::after {
  background: url(/assests/img/arrowHover.svg) no-repeat;
  background-color: var(--header-font-color);
  background-position: center;
  background-size: 80% 64%;

}


/* .image-content:hover .card-img{
    transform: scale(1.1);
 } */

.infi-slider .card-image {
  position: relative;
  width: 100% !important;
  background: #FFF;
}

.infi-slider .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.name {
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-20);
  line-height: 30px;
color: #000000;  
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: start;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

  .owl-item {
    max-width: 424px;
  }

  .sliderContainertest {
    width: 100%;
    overflow-x: hidden;
  }

  /* .testCont{
    width: 100%;
  } */
}
















.infin-why-choose .wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.wrapper>* {
  margin: 0 0 20px;
}

/**************************************************
  ** CARDS STYLING 
  ***************************************************/
/* Card outside box. Here is where the 
  ** dimensions, shadows and borders are set 
  ------------------------------------------ */
.infin-why-choose .card {
  position: relative;
  overflow: hidden;
  display: flex;

  border-radius: 10px;
  /* Styling */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.56s ease-in-out;
  /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
  min-height: 352px;
}

/* Shows an outer shadow */
.infin-why-choose .card:hover {
  /* Just for styling */
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* Cards titles styling
  ------------------------------------------ */
.infin-why-choose .card__title {
  /* Just for styling */
  align-self: flex-end;
  color: rgba(255, 255, 255, .90);
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 1;
  gap: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.infin-why-choose .card__title::before {
  content: '';
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





/* Styles for:
  ** - Using IMG tag inside a container
  ------------------------------------------ */
/* The image container */
.infin-why-choose .card__thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;


}

.infin-why-choose .card__thumbnail>img {
  height: 100%;
  width: 100%;
}

.infin-why-choose .card__thumbnail>.card__title {
  /* position: absolute; */
  left: 0;
  bottom: 0;
}

/*.infin-why-choose .card-image {*/
/*  background-color: var(--header-font-color);*/
/*  z-index: 1;*/
/*  display: flex;*/
/*  width: 20%;*/
/*  height: auto;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  padding: 16px 10px;*/
/*  height: 100%;*/
/*  width: 25%;*/
/*}*/






.infin-why-choose .card_text {
  z-index: 1;
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-12), 5vh, var(--font-size-16));
  font-weight: var(--font-weight-600);
  line-height: 26px; /* Line height affects total height */
  padding: 16px 0;
  
  /* Ensure exactly 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* Adjust max-height based on 3 lines */
  max-height: calc(24px * 3); /* 3 lines x line-height */
  transition: max-height 0.4s ease-in-out;
}

/* Expand smoothly on hover */
.infin-why-choose .innr-card:hover .card_text {
  -webkit-line-clamp: unset; /* Remove 3-line limit */
  -webkit-box-orient: unset;
  text-overflow: unset;
  overflow: visible;
  white-space: normal;

  max-height: unset; /* Expand smoothly */
}






.infin-why-choose .card-header {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-18),6vw,32px);
  font-weight: var(--font-weight-800);
  line-height: 120%;
  color: white;
  max-width: 64%;
}





.innr-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
}

.infi-blog {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 2%;
  width: 100%;
}



.infi-blog-card .card-image {
  width: 100%;
  max-height: 500px;
  
}
.thumbnail{
  max-height: 280px;
  min-height: 280px;
}
.blogCardClamp {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Ensures text wraps properly */
  min-height: 90px;
}
.infi-blog-button {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 20px;
  background-color: var(--header-font-color);
  border-radius: 100px;
  padding: 12px 30px;
  color: white;
}

.infi-blog-header {
  font-family: var(--manorope-font-family);
  font-size: 15.25px;
  font-weight: var(--font-weight-500);
  line-height: 20.83px;

}

.infi-blog-body-contain {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.infi-blog-body-contain h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 3 lines */
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-16) , 6vw , var(--font-size-20));
  font-weight: var(--font-weight-700);
  overflow: hidden;    -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 30px;
  color: #000000;
min-height: 60px;
}



.infi-blog-body-contain p {
  font-family: var(--manorope-font-family);
  font-size:clamp(12px, 5vw, var(--font-size-16));
  font-weight: var(--font-weight-500);
  line-height: 28px;
color: var(--body-font);

}

.infi-card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-heading h2 {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-16),6vw,50px);
  font-weight: var(--font-weight-800);
  color: #000000;
  line-height: 120%;
}

.testimonial-heading h4 {
  border-left: 3px solid var(--header-font-color);
  font-family: var(--manorope-font-family);
  font-size:clamp(var(--font-size-16),6vw,var(--font-size-20));
  font-weight: 700;
  color: var(--header-font-color);
  padding-left: 5px;
}

.testimonial-heading p {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  line-height: 28px;
  color: #575A6E;

}

hr {
  border-bottom: 1px solid var(--header-font-color);
}

.test-rating-num {
  font-size: 50px;
  font-weight: var(--font-weight-700);
  line-height: 62px;

}

.rating-star {
  color: var(--header-font-color);
}

.rating-string {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  line-height: 28px;
  color: #575A6E;
}







/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {

  margin-top: -347px;
  margin-left: 340px;
}

.testimonial-section .sec-title {
  position: relative;
  margin-bottom: 115px;
}

.testimonial-section .sec-title .title {
  margin-bottom: 20px;
}

.testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 -50px;
}

.testimonial-block {
  position: relative;
  padding: 50px;
}

.testimonial-block .inner-box {
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: clamp(var(--font-size-14),4vw, var(--font-size-18) );
  line-height: 28px;
  color: #282331;
  font-weight: var(--font-weight-500);
  margin-bottom: 50px;
  font-family: var(--manorope-font-family);
  color: #575A6E;
}

.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}

.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}

.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
}

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: clamp(var(--font-size-14), 5vw, var(--font-size-16));

  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--manorope-font-family);
}

.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8053f7;
  font-weight: 400;
  font-family: var(--header-font-color);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.arrow-right,
.arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url("../img/arrowLeftWhite.svg");
  background-repeat: no-repeat;
  background-position: center;

}

.arrow-right {
  background-image: url("../img/arrowWhiteright.svg");
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}

.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}

.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.customslideCont {
  position: relative;
  height: 510px;
}

.customslideContInner {
  position: absolute;
  width: calc(100% + 50%) !important;
}

.padding100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.sectionPadding {
  padding-top: 80px;
  padding-bottom: 80px;
}


@media only screen and (max-width: 1536px) {
  .customslideCont {
    /* margin-left: 160px !important; */

  }
}

@media only screen and (max-width: 1280px) {
  .customslideCont {
    /* margin-left: 81px !important; */

  }

  .testimonial-section {
    margin-top: -187px;
    margin-left: 20px;
  }

  .infin-why-choose .card-header {
    /* font-size: 27px; */
    width: 100%;
    line-height: 111%;
  }

  .group1:hover .ulGroup1 {
    left: -196px;
  }

  .ulGroup1::before {
    left: 98%;

  }

}

@media only screen and (max-width: 1080px) {
  .customslideCont {
    /* margin-left: 141px !important; */

  }

  .customslideCont {
    height: 450px;
  }
}

@media only screen and (max-width: 1024px) {

  .experienceImg {

    right: 0;
    top: 0;
  }

}

@media only screen and (max-width: 991px) {
  .customslideCont {
    /* margin-left: 91px !important; */
  }


}

@media only screen and (max-width: 767px) {
  .customslideCont {
    /* margin-left: 0px !important; */

  }
  .padding100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sectionPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

@media only screen and (max-width: 576px) {
  .customslideCont {
    position: unset;
    height: unset;
  }

  .customslideContInner {
    position: unset;
    width: unset !important;
  }

}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }

  .testimonial-block {
    padding: 0;
  }

  .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }

  .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }

  .testimonial-carousel .owl-next,
  .testimonial-carousel .owl-prev {
    border: 2px solid #f1f1f1;
  }
}

@media only screen and (max-width: 1366px) {}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  background-color: var(--header-font-color) !important;


}

/* .owl-theme .owl-nav [class*=owl-]:hover{
  background-image: url("../img/arrowWhiteright.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--header-font-color);

} */

.backgroundFooterImg {
  background: url("../img/footerback.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backgroundFooterImg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
  z-index: 0;
}


.footer-h1 {
  border-left: 3px solid var(--header-font-color);
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-800);
  color: #000000;
  padding-left: 5px;
}

.footer-ul {
  /* display: flex;
  flex-direction: column; */
  gap: 10px;
}

.footer-p-text {
  font-family: var(--manorope-font-family);
  font-size:  clamp(var(--font-size-14), 6vw ,var(--font-size-16));
  font-weight: var(--font-weight-500);
  line-height: 32px;
  color: #000000;
}

.footer-text {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-14), 6vw ,var(--font-size-16));
  font-weight: var(--font-weight-500);
  line-height: 21.86px;
  color: #000000;
}



.newsLetterCustom .subscribe {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  padding: 5px;
  background-color: white;
  border: 1px solid #E0E0E0;

}

.newsLetterCustom input {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  color: #787878;
  border: 0;
  flex: 1;
  padding: 0 16px;
  outline: none;

  /* background-color: transparent; */
}

.newsLetterCustom input::placeholder {
  color: inherit;
}


.newsLetterCustom button {
  border: 0;
  height: 44px;
  width: 44px;
  border-radius: 44px;
  background-color: var(--header-font-color);
  cursor: pointer;
  transition: all 0.2s;
  padding: 0 38px;
  margin-right: 5px;
}

.newsLetterCustom button:hover {
  /* background-color: #0fb9b1; */
}

.newsLetterCustom button i {
  color: #fefefe;
}

.lastFont {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  line-height: 21.86px;
  background-color: var(--header-font-color);
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
}


.footerCustomCont {
  padding: 100px 0;
}

@media only screen and (max-width: 1536px) {

  .infi-experienceImgEllipse {
    left: -162px;
  }

  .infin-why-choose .card-header {
    max-width: 84%;
  }


}

@media only screen and (max-width: 1280px) {

  .infi-experienceImgEllipse {
    left: -136px;
  }

  .experienceImgDivInner {
    position: relative;
    left: -30%;
  }


}


@media only screen and (max-width: 1024px) {


  .experienceImgDivInner {
    left: 0;
    position: static;
    margin-top: -109px;

  }

  .experienceRightDiv {
    padding: 30px;

  }

  .infi-service-heading {
    /* font-size: 27px; */
  }

  .infi-service-heading-div {
    max-width: 45%;
  }

  .testimonial-heading h2 {
    /* font-size: 25px; */
  }

  .experienceCardHeader {
    /* font-size: 26px; */
    line-height: 37px;
  }

  .infi-service-heading-button {
    font-size: 14px;
  }

  .testimonial-heading h2 {
    max-width: 100%;
  }

  .customContainerPadding {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 768px) {

  .experienceCardHeaderButton {
    font-size: 14px;
  }
  .experienceCard{
    padding: 0 0;
  }
  .experienceContainer {
    padding: 108px 20px 20px;
  }

  .infi-service-heading {
    /* font-size: 33px; */
  }

  .infin-why-choose .card-header {
    max-width: 100%;
    /* font-size: 22px; */
  }

  .wrapper>* {
    margin: 10px 0;
  }

  .infi-service-heading-div {
    max-width: 60%;
  }

  .footerCustomCont {
    padding: 60px 20px 20px 20px;
  }

  .infi-service-heading-group {
    padding: 0;
  }

  .customContainerPadding {
    padding: 30px 20px 30px;
  }

  .experienceRightDiv {
    padding: 20px;

  }

  .experienceCardHeaderButton {
    padding: 9px 36px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-p-text {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .infi-service-heading {
    font-size: 28px;
  }

  .infi-service-heading-div {
    max-width: 67%;
  }

  .infi-service-heading-button {
    padding: 16px 17px;
  }

}
@media only screen and (max-width: 576px) {
  .infi-service-heading-div{
    min-width: 50%;
  }
  .infi-service-heading-button{
    padding: 16px 5px;
  }
 
}

.infinity_logo {
  max-height: 70px;
}

.mobileNameUl {
  height: 88.7vh !important;
  overflow-y: auto !important;
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 106px;

}


.topNavLi>a>i{
  transition: all ease 0.5s;
  padding-top: 15px;

}


.topNavLi:hover>a>i{
  transform: rotate(180deg);
  padding-bottom: 15px;
}


.mobileLevel1Hoverli>a>i{
  transition:  ease 0.5s;
  padding-top: 15px;

}


.mobileLevel1Hoverli:hover>a>i{
  transform: rotate(180deg);
  padding-bottom: 15px;
}























/* TESTI */

.infi-slider .image-content .iconss {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}

.infi-slider .image-content {
  overflow: hidden;
}


.infi-slider .image-content .iconss::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}


.infi-slider .image-content .iconss::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceSlideBackImg1 {
  background: url("../img/sliderHover1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 500px;
}

.image-container {
  padding-right: 10px;
}









.mobile-menu {
  left: -200%;
  transition: 0.5s;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul li .mobileLevel1Hover {
  display: none;
}

.mobile-menu ul li:hover .mobileLevel1Hover {
  display: block;
  background-color: #f8f8f8;
  margin-top: 10px;
}


.mobileMenuUlLi {

  padding: 20px;
  border-bottom: 1px solid #edeff1;

}

.mobileLevel1Hoverli {
  padding: 10px;
  border-bottom: 1px solid #edeff1;

}

/* .mobileMenuUlLi a{ 
    font-family: var(--manorope-font-family);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-600);
    line-height: 100%;
    color: black;
}
.mobileLevel1Hover li{
  padding: 10px;
} */




/* Example active state styling */
.active {
  color: var(--header-font-color);
  /* Indigo for active link */
  font-weight: bold;
  /* Make it bold */
}


.custom-prev,
.custom-next {
  width: 50px;
  height: 50px;

  color: black;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 190px;
  transform: unset;
  bottom: 46px;
  right: 50px;
  z-index: 1000;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--header-font-color);
}

.testimonial-slider .custom-prev {
  right: 86px;
}

.testimonial-slider .custom-next {
  right: 28px;
}

.custom-prev:hover,
.custom-next:hover {
  background: var(--header-font-color);
  color: white;
}


.testCont .slick-dotted.slick-slider {
  margin: 0;
  box-shadow: 0px 0px 34px 0px #0000001A;

}

.testCont .testimonial-block {
  padding: 0;
}



.ulGroup1 {
  transition: 1s ease-in-out;
}

.group1:hover .ulGroup1 {
  left: 226px;
  display: block;
}

.group ul {
  width: max-content;
}

.ul1List::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -9px;
  z-index: -1;
}

.group .ul1List li a {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 100%;
}

.group:hover .ul1List li:hover .firstLayera {
  color: var(--header-font-color);
}

.ulGroup1 li a {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
}

.group1:hover .ulGroup1 li:hover a {
  color: var(--header-font-color);


}

.ulGroup1 {
  width: max-content;
  padding: 10px;
}

.group1:hover .insurenceRotate {
  transform: rotate(270deg);
}

.ulGroup1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -98%;
  top: 0;
}

.nav-link:hover {
  color: var(--header-font-color);
}

.nav-link {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 100%;
}

.customDropDownIcon {
  padding-top: 8px;
  padding-left: 3px;
}

.group:hover .customDropDownIcon {
  transform: rotate(270deg);
}

.mobileGroupUl {
  display: none;
}

.mobileGroup:hover .mobileGroupUl {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 111;
  padding: 10px;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 34px 0px #0000001A;
}

.mobileGroupUl li {
  padding: 10px;
  border-bottom: 1px solid #edeff1;
}

.mobile-menu ul li:hover .mobileGroupUl {
  z-index: 11;
  position: relative;
}

.mobile-menu ul li:hover .mobileGroupUl li:hover a {
  color: var(--header-font-color);
}



.mobile-First-layer {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 100%;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-First-layer:hover {
  color: var(--header-font-color);
}

.mobile-second-layer {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 100%;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-second-layer:hover {
  color: var(--header-font-color);
}


.topNav {
  font-family: var(--manorope-font-family);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-600);
  line-height: 100%;
  color: black;
}

.topNav:hover {
  color: var(--header-font-color);
}

.testimonial-slider .slick-list {
  box-shadow: 0px 0px 34px 0px #0000001A;
  border-radius: 10px;

}

.testimonial-slider .slick-dots {
  left: 50%;
  bottom: -20%;
  transform: translateX(-65%);
}



.sliderbanner .slick-prev,
.sliderbanner .slick-next {
  background-color: transparent;
  color: #000000;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.sliderbanner .slick-prev::before,
.sliderbanner .slick-next::before {
  font-size: 50px;
}


.sliderbanner .slick-prev {
  left: 20px;
}

.sliderbanner .slick-next {
  right: 20px;
}













/* .testCont{
  height: 0 !important;
}  */
@media screen and (max-width: 1536px) {

  /* .testCont {
    bottom: 260px;
    left: 110px;
    max-width: 839px;
      width: 100%;
      margin-left: auto;

  } */
  .testimonial-slider .custom-next {
    right: 196px;

  }

  .testimonial-slider .custom-prev {
    right: 257px;
  }

  .testimonial-slider .slick-next {
    right: 199px;
  }

  .testimonial-slider .slick-prev {
    left: unset;
    right: 257px !important;

  }

  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: 76%;
    z-index: 1111;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: black !important;
    opacity: 0;
  }
}







/* .backGroundBannerImage {
  height: calc(100vh - 150px);
  object-fit: cover;
  width: 100%;
} */

.backGroundBannerImage {
  height: 100%; /* Automatically adjusts the height based on the aspect ratio */
  width: 100%; /* Ensures the width takes up the full available space */
  object-fit: cover; /* Keeps the image's aspect ratio while filling the container */
  max-height:  calc(100vh - 200px); 
}










@media screen and (min-width: 1536px) {
  /* .testCont {
    bottom: 270px;
    
  } */
 
}

@media screen and (max-width: 1536px) {
  /* .testCont {
    bottom: 270px;
    left: 20px;
  } */
 
}


@media screen and (max-width: 1280px) {

  /* .testCont {
    bottom:140px;
    left: 0;
    height: 120px !important;
  } */
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: 77% !important;
  }

  .custom-prev,
  .custom-next {
    top: 218px;
  }
 
}

@media screen and (max-width: 1080px){
  .group ul{
    left: -50px;
  }
}
@media screen and (max-width: 860px){
  .group ul{
    left: -100px;
  }
}

@media screen and (max-width: 1024px) {

  /* .testCont {
    bottom: 0 !important;
    left: 0;
  }
  .testCont{
    height: 100% !important;
  } */
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: 81% !important;
  }

  .custom-prev,
  .custom-next {
    top: 258px !important;
  }
 
}

@media screen and (max-width: 768px) {
  .custom-next {
    right: 55px;

  }
/* .backGroundBannerImage{
  height: unset;
  height: calc(100vh - 450px);
  object-position: left;
} */

  .custom-prev {
    right: 117px;
  }

  .custom-prev,
  .custom-next {
    top: 261px !important;
  }

  .testimonial-slider .slick-next {
    right: 55px;

  }

  .testimonial-slider .slick-prev {
    left: unset;
    right: 117px !important;


  }

  .testimonial-block .inner-box {
    padding: 68px 20px;
  }

  /* .testCont{
    height: 100% !important;
  } */
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: 81% !important;
  }

  .testimonial-slider .slick-initialized .slick-slide {
    justify-content: flex-start;
  }
  
  .sliderbanner .slick-prev::before, .sliderbanner .slick-next::before{
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {

  .sliderBanner .slick-next,
  .sliderBanner .slick-prev,
  .sliderBanner .custom-next,
  .sliderBanner .custom-prev {
    display: none !important;
  }
}

@media only screen and (min-width: 1536px) and (max-width: 1650px) {
  .group1:hover .ulGroup1 {
    left: -216px;

  }

  .ulGroup1::before {
    left: 98%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1478px) {
  .group1:hover .ulGroup1 {
    left: -216px;
  }

  .ulGroup1::before {
    left: 98%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1132px) {
  .group1:hover .ulGroup1 {
    left: -216px;
  }

  .ulGroup1::before {
    left: 98%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
  .group1:hover .ulGroup1 {
    left: -216px;
  }

  .ulGroup1::before {
    left: 98%;
  }
}


@media only screen and  (max-width: 576px) {
  .image-container{
    padding-right: 0 !important;
  }
}


/* @media (min-width: 1024px){
  .container {
      max-width: 900px !important;
    
  }
}

@media (min-width: 1280px){
  .container {
      max-width: 1100px !important;
  }
}
@media (min-width: 1420px){
  .container {
      max-width: 1100px !important;
  }
}
@media (min-width: 1560px){
  .container {
      max-width: 1300px !important;
  }
}

@media (min-width: 1700px){
  .container{
          max-width: 1400px !important;
  }
  }
  
  */
  

  .aboutSubHeading {
    font-weight: var(--font-weight-700);
    font-size:clamp(var(--font-size-16),5vw,var(--font-size-22));
    line-height: 170%;
}

 .experienceCardHeaderSpan {
  border-left: 5px solid var(--header-font-color);
  position: absolute;
  left: 0;
  height: 100%;
}
.experienceCardHeader {
  font-family: var(--manorope-font-family);
  font-size: clamp(28px, 6vw, 50px);
  font-weight: var(--font-weight-700);
  line-height: 130% !important;
  color: black;
  padding-left: 15px;
}
.experienceCardHeaderBody {
  font-family: var(--manorope-font-family);
  font-size: clamp(12px, 5vw, var(--font-size-16));
  font-weight: var(--font-weight-500);
  line-height: 32px;
  color: var(--body-font);
}

.homeAboutButton {
  font-family: var(--manorope-font-family);
  font-size: clamp(var(--font-size-12), 6vw, var(--font-size-14));
  font-weight: var(--font-weight-600);
  background-color: var(--header-font-color);
  border-radius: 100px;
  padding: 16px 36px;
  color: white;
  width: max-content;
}

/* .aboutImageCustom{
  height: 450px !important;
} */

@media (max-width: 1536px) {
  .aboutImageCustom {
      height: unset ;
  }
}

@media (max-width: 991px) {
  /* .aboutImageCustom {
      height: 490px;
  } */
}

@media (max-width: 768px) {
  .aboutImageCustom {
      height: unset !important;
  }
  .aboutSubHeading {
      line-height: 130%;
  }
}

@media (min-width: 1024px) {
  .container {
      max-width: 900px !important;

  }
}

@media (min-width: 1280px) {
  .container {
      max-width: 1100px !important;
  }
}

@media (min-width: 1420px) {
  .container {
      max-width: 1100px !important;
  }
}

@media (min-width: 1560px) {
  .container {
      max-width: 1300px !important;
  }
}

@media (min-width: 1700px) {
  .container {
      max-width: 1400px !important;
  }
}

 .serviceTaxCard {
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
}

 .experienceCardHeader {
  font-family: var(--manorope-font-family);
  font-size: clamp(28px, 6vw, 36px);
  font-weight: var(--font-weight-700);
  line-height: 130% !important;
  color: black;
  padding-left: 15px;
}

.rightArrowDiv{
font-weight: var(--font-weight-600);
font-size: 14px;
line-height: 19.12px;
}















.testimonials-wrap {
  padding: 40px 0;
}
.heading-section {
  text-align: center;
}
.sub-heading {
  font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-700);
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.quotes{
  width: 30px !important;
}

.testiBodyFont{
font-weight: var(--font-weight-500);
font-size: var(--font-size-16);
line-height: 28px;
color: var(--body-font);

}

.position{
font-weight: var(--font-weight-500);
font-size: var(--font-size-16);
line-height: 20px;
color: #575A6E;
}


















.testimonial {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d5a80;
}

.testimonial-slide {
  padding: 40px 20px;
}

.testimonial_box-top {
  padding:40px 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493); */
  background-color: #fafafa;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-name {
  padding-top: 10px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width:576px){
  .testimonial_box-top{
    padding: 40px 12px;
  }
  .testimonial-slide{
    padding: 40px 8px;
  }
}

.testimonial-slider1 .slick-prev:before,.testimonial-slider1  .slick-next:before{
  color: var(--header-font-color);
  opacity: 0;
}

.testimonial-slider1 .slick-prev,.testimonial-slider1 .slick-next{
  top: 109%;
}
.testimonial-slider1 .slick-prev {
  left: 47%;
  transform: translate(-50%, -50%);
}
.testimonial-slider1 .slick-next {
  right: 43%;
  transform: translate(-50%, -50%);
}
.testimonial-slider1 .slick-prev:before, .slick-next:before
{
  font-size: 40px;
}

.testimonial-slider1 .slick-prev{
  background-image: url("../img/rightArrow.svg");
  width: max-content;
  height: max-content;
}
.testimonial-slider1 .slick-next{
  background-image: url("../img/hoverRightArrow.svg");

  width: max-content;
  height: max-content;
}

.testimonial-slider1 .slick-prev:hover{
  background-image: url("../img/hoverLeftArrow.svg");
  width: max-content;
  height: max-content;
}

.testimonial-slider1 .slick-next:hover{
  background-image: url("../img/rightDarkArrow.svg");
  width: max-content;
  height: max-content;
}

@media screen and (max-width:1536px){
  .testimonial-slider1 .slick-next{
    right: 45%;
  }
}

@media screen and (max-width:1280px){
  .testimonial-slider1 .slick-next{
    right: 43%;
  }
}
@media screen and (max-width:1024px){
  .testimonial-slider1 .slick-next{
    right: 41%;
  }
}

@media screen and (max-width:768px){
  .testimonial-slider1 .slick-next{
    right: 38%;
  }
  
.sliderbanner .slick-prev, .sliderbanner .slick-next{
  top: 90%;
}
}

@media screen and (max-width:576px){
  .testimonial-slider1 .slick-next{
    right: 36%;
  }
  .testimonial-slider1 .slick-prev{
    left: 45%;
  }
}

@media screen and (max-width:576px){
  .testimonial-slider1 .slick-next{
    right: 34%;
  }
  .testimonial-slider1 .slick-prev{
    left: 42%;
  }
}

@media screen and (max-width:576px){
  .testimonial-slider1 .slick-next{
    right: 32%;
  }
  .testimonial-slider1 .slick-prev{
    left: 38%;
  }
}


.slick-dots li.slick-active button:before{
  color: var(--header-font-color);
}


.rightArrowImg{
  width: 20px !important;
 height: 16px !important;
}





.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f8f9fa;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 10px 4px 12px var(--shadow-color);
  width: 100%;
  text-align: left;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cookie-consent.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-message {
  color: var(--header-font-color);
  font-weight: 500;
  flex: 1;
  font-size: 14px;
  margin-right: 10px;
}
.button-container {
  display: flex;
  gap: 8px;
}
.button {
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 14px;
  margin: 7px 0;
}
.button:hover {
  transform: scale(var(--button-hover-scale));
}

.reject:hover {
  background-color: #dc3545;
}

.accept:hover{
  background-color: var(--header-font-color);
}

.accept {
  background-color: var(--header-font-color);
  color: white;
}
.reject {
  background-color: #dc3545;
  color: white;
}