body{
    overflow-x:hidden;
}


/* ===================== Banner Sections ===================== */
.banner_sections .elementor-icon-list-items  li svg{
	 -webkit-animation: transform_animation 2s linear infinite;
  animation: transform_animation 10s linear infinite;
}


@-webkit-keyframes transform_animation {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes transform_animation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* ===================== Service Sections ===================== */
.services_sections .ser_col .elementor-image-box-img{
	overflow: hidden;
/*     border-radius: 100%; */
	
	border-radius: 100% 100% 0% 0%;
}

.services_sections .ser_col:hover img{
	transform: scale(1.2);
	transition:0.5s;
}
