/*
 *  custom style
*/
.special-font{
	font-size: 56px;
	font-weight: 700;
	font-style: italic;
	color: #4CB9C8;
}
#oom-testimonial span.swiper-pagination-bullet{
    width: 40px!important;
    border-radius: 5px!important;
}
#oom-testimonial .swiper-pagination{
    left: 45px!important
}

#oom-testimonial .swiper-button-disabled{
    display: none;
}
@media(max-width: 1024px){
    #oom-testimonial .swiper-pagination{
        left: 0!important;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.special-font{
		font-size: 46px;
	}
}
@media (max-width: 767px){
	.special-font{
		font-size: 28px;
	}
}
@media (max-width: 425px){
	#oom-whatsapp-widgets-floating-whatsapp .oom-widget-popup{
		width: 100%;
		right: 0;
	}
}
.resources-type-videos .elementor-post__thumbnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
    background-image: url(/wp-content/uploads/2024/10/Play-Btn.png);
    background-repeat: no-repeat;
    background-position: center;
}
.elementor-col-100 .iti {
    width: 100%;
}

#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button {
    background-color: #4cb9c8 !important;
}

article.post {
    box-shadow: 0px 4px 10px 0px #0000001A;
    border-radius: 10px;
}
article.post .elementor-post__text {
    padding: 20px;
    padding-top: 0;
}