/*
Theme Name: Custom LMS
Theme URI: none
Description: Custom Build
Author: EZPZWP
Author URI: none
Template: oceanwp
Version: 1.0
*/

a:focus {outline:unset !important;}

#main-header::after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(./assets/img/ripped-paper-header-1.webp);
    background-position: center center;
    background-size: auto;
}

#service-one::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(./assets/img/ripped-paper-primary-up.webp);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    /* -webkit-transform: rotate(180deg); */
    transform: rotate(180deg);
    background-size: auto;
}

#service-box:hover img {
    filter: blur(1px);
	transition: filter 0.3s ease;
}

.service-heading .elementor-widget-container:hover{
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

#service-two::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(./assets/img/ripped-paper-gray-up.webp);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
/*     -webkit-transform: rotate(180deg); */
    transform: rotate(180deg);
    background-size: auto;
}


.blog__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
/*     margin-left: -13px; */
    width: 0;
    height: 0;
    border-style: solid;
  	border-width: 13px 0 13px 18px;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
}

#site-footer::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(./assets/img/ripped-paper-base-2.webp);
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background-size: auto;
	
}

#bottom-footer::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(./assets/img/ripped-paper-base.webp);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    background-size: auto;
}


.icp-heading1 {display: block; color: #666;}
.icp-heading2 {display: block; color: #c8ac7d;}
.icp-heading3 {display: block; color: #ead360;}





@media (max-width: 1024px) {
	#bg-services {background-color: var( --e-global-color-primary );}
	.about-us-img-2 {position: unset !important;}
	.about-us-contant {position: unset !important;}
	#bg-services-2 {background-color: #f6f5f2;}
	.blog__item::before {left: 50% !important; border-width: 18px 13px 0 !important; top: 0 !important; border-color: #fff transparent transparent !important;}
}

@media (min-width: 576px) { 
	selector .swiper {padding-right: 20px;} 
}