.img-hover-zoom img{
   transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  will-change: transform, opacity;
}

.img-hover-zoom:hover img{
  transform: scale(1.1);
  opacity: 0.9;
}

.elementor-button-link i{
  transition: transform 300ms ease;
  will-change: transform;
}
.elementor-button-link:hover i{
  transform: translateX(5px); 
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: -25px !important;
}

.swiper-pagination.swiper-pagination-clickable{
    margin-bottom: 25px !important;
}
.swiper-pagination-bullet{
    transition: width 200ms ease, height 200ms ease;
    vertical-align: middle !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px !important;
    height: 20px;
    background-color: transparent !important;
    border: solid #FFFFFF 2px;
}

.hamburger-menu-custom li.menu-item{
    border-bottom: 1px solid #474343 !important;
    padding-bottom: 25px;
}
.hamburger-menu-custom{
   width: 100% !important;
}





