.header-menu {
    padding: 15px 6px;
  }
  .header-menu {
    display: flex;
    align-items: center;
    gap: 30px;
  }

 .header-menu li a {
    color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
  }
  .header-menu li a:hover {
    background-size: 100% 1px;
  }
  .header-menu li{ position: relative;}

  .header-menu li:before {
    width: 1px;
    height: 14px;
    content: "";
    position: absolute;
    padding: 0;
    margin: 0;
    background: #ffffff;
    left: -13px;
    top: 8px;
}

.header-menu li:first-child::before { display: none;}
.header-section-3{ padding: 10px 0px 10px 0px;}


.header-button .flag-wrap {
    position: relative;
    width: 140px;
  }
  .header-button .flag-wrap .nice-select {
    padding: 10px 10px 10px 15px;
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    background: var(--theme);
    color: var(--white);
    border-radius: 20px;
  }
  .header-button .flag-wrap .nice-select span {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
   
  }
  .header-button .flag-wrap .flag {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .header-button .flag-wrap .flag {
      display: none;
    }
  }
  .header-button .flag-wrap .flag img {
    width: 100%;
    height: 100%;
    border: 4px solid var(--white);
    border-radius: 50%;
  }

  .header-button .flag-wrap .nice-select:after {
    border-bottom: 0px solid #7b7c98; 
  border-right: 0px solid #7b7c98; 
    display: block;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 42%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 64% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header-right .search_widget form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    font-size: 18px;
    font-weight: 800;
    height: 100%;
    background-color: transparent;
    color: var(--theme3);
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid var(--theme3);
}

.header-right .search_widget form input {
    background-color: #F5F5F5;
    font-size: 15px;
    height: 44px;
    padding: 2px 0px 2px 74px;
    width: 100%;
    border-radius: 30px;
    border: none;
    text-transform: capitalize;
    color: var(--theme3);
    min-width: 300px;
}
.header-logo img{ height: 70px;}
.service-section-2{ padding-top: 30px;}
.service-counter-wrapper {
  background-color: var(--theme2);
  padding: 15px;
  margin: 0px 80px;
  border-radius: 50px;
  position: relative;
  z-index: 10000001;
}

.service-box-items.last:after { display: none !important;}
.about-wrapper {
  position: relative;
  border-radius: 35px;
  padding: 95px 80px 160px 80px;
  background: url(https://www.esaf.bank.in/wp-content/uploads/2025/01/colors-rainbow-are-d.webp);
  overflow: hidden;
}
.about-image-items img{ width: 100%;}
.case-study-wrapper ul.slide-dots{ display: flex; justify-content: center; flex-direction: row; column-gap: 10px; margin-top: 10px;}
.case-study-wrapper ul.slide-dots li button{ width: 15px; height: 15px; border-radius: 100%; background: #ccc; text-indent: -99999px;}
.case-study-wrapper ul.slide-dots li.slick-active button{ background: #666; }
.scrol-box{ padding: 30px 30px 17px 30px !important;}
.testimonial-carousel-active-3 .slick-slide img {
  width: 100%;
}

/* Button */


.btn-main{
  text-decoration: none;
}
.button-2{
position: absolute;
left:0;
display: inline-block;
width: 140px;
height: 50px;
border: 2px solid #cd171d;
text-align: center;
cursor: pointer;
position: relative;
/* box-sizing: border-box; */
overflow: hidden;
/* margin: 0 0 40px 50px; */
display: flex;
justify-content: center;
align-items: center;
border-radius: 40px;
color:#cd171d;
text
}

.eff-2{
width:140px;
height:50px;
left:0%; 
position:absolute;
transition:all .5s ease;
z-index:99; 
background-color: #cd171d;  
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 18px;
border-radius: 40px;
}
.button-2:hover .eff-2{
left:-110%;
}
.button-2:hover a {
color:white;
}

.about-wrapper .button-2 {color:var(--theme); background-color: var(--white);}
.grow-section{ padding: 30px 0px;}
.white-box{ position: relative; overflow: hidden; background: var(--white); padding: 30px; border-radius: 38px;}
.testimonial-content {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  background: rgb(255, 255, 255,0.2);
  border-radius: 17px 17px 0px 0px;
  width: 100%;
  padding: 26px 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.testimonial-content h2{ font-size: 14px; color: #ffffff; }
.testimonial-content h2 span{ font-size: 12px;}
.testimonial-items { width: 100%; position: relative;}
.news-section{ position: relative;}
.news-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
}
.news-section { padding: 0px 0px 20px 0px;}
.hover-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.hover-icons img {
	position: absolute;
	width: 42px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	/* adjust the background color to your needs */
	transform: scale(0);
	/* scale the icons to 0 initially */
	transition: transform 0.5s;
	/* add a transition effect */
}

/* position the icons around the red icon */
.hover-icons img:nth-child(1) {
	top: -52px;
	left: -85px;
}

.hover-icons img:nth-child(2) {
	top: -96px;
	right: 34px;

}

.hover-icons img:nth-child(3) {
	bottom: 57px;
	left: 36px;
}

.hover-icons img:nth-child(4) {
	bottom: 8px;
	right: -83px;
}

.hover-icons img:nth-child(5) {
	top: -120px;
	left: -15px;
}
.counter-wrapper-2 .counter-items{ position: relative; 	transition: transform 0.3s ease-in-out;  }
.counter-wrapper-2 .counter-items::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #000000;
  z-index: 999;
}
.counter-wrapper-2 .counter-items:last-child::after{ display: none;}
.counter-wrapper-2 .counter-items:hover .hover-icons{ display: block;}
.counter-wrapper-2 .counter-items:hover .hover-icons img {
  transform: scale(1);
  animation: bloom 0.5s forwards;
}

@keyframes bloom {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.nice-select .option a{ color: #fff;}


@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items::after {
    content: '';
    position: absolute;
    right: inherit;
    top: inherit;
    left: -1px;
    bottom: -17px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    z-index: 999;
}
.header-main {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 0px 0px 15px 0px;
  width: 100%;
}
.header-right .search_widget form input {
  min-width: 264px;
}
.logo{ margin-bottom: 10px;}

.service-counter-wrapper {
 
  padding: 15px;
  margin: 0px 15px;
  z-index: 9999;
  
}


.service-box-items::after {
  position: absolute;

 left: inherit; 
  bottom: 0;
top: inherit;
  width: 100%;
  height: 1px;
  content: "";
  z-index: 1;
  background: #fff;
  border-radius: inherit;
}
.about-wrapper {

  padding: 96px 20px 133px 20px;

}
.about-wrapper.style-2 .about-image-items {
  padding: 27px 0px;
}

.counter-section-2 {
  margin-top: -140px;
}
.counter-wrapper-2 {
  margin: 0px 15px;
}
.white-box {

  padding: 10px;
  margin-bottom: 30px;

}
.testimonial-wrapper-3 {
  padding: 10px 10px;
}

.testimonial-carousel-active-3 .slick-slide img {
width: 100%;
}
.testimonial-content {
  padding: 10px 21px;
}
.header-3 .mega-menu-wrapper .header-main .header-right {
  width: 100%;
  justify-content: space-between !important;
}
.search-trigger { width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eae8e8;
  text-align: center;
  padding: 4px;}
  .sticky {
   
    z-index: 1000000001;
  
}
.offcanvas__info {
  z-index: 1000000000000001;

}
.single-news-items-2 {
  margin-bottom: 20px;
}
.offcanvas__logo img{ height: 74px;}

.hover-icons {
 
  top: 55%;
 
}

}