body {
    direction: rtl;
      font-family: cairo;
}

form {
    direction: rtl;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    left: 20px;
    right: auto;
}

.head-inner .menu-left form i {
    left: auto;
    right: 0;
}

.course-block .img-block .alert-h {
    left: auto;
    right: 0;
}

.course-block .img-block .alert-h::after {
    right: auto;
    left: -6px;
}

.blog-block .details i {
    transform: scaleX(-1);
}
@media (max-width: 991px) {
.slick-next {
        right: 55% !important;
        left:30% !important;
    }

    .slick-prev {
        left: 30% !important;
        right:30% !important;
    }
}
.banner-h .overlay-img::before, .banner-h .overlay-img::after
{
    /*background: linear-gradient(270.12deg, #FFFFFF 0.1%, rgba(255, 255, 255, 0) 64.59%);*/
    background: linear-gradient(to left, #ffffffd9 40%, rgba(255, 255, 255, 0) 65.59%);

}
.banner-h .overlay-img::before {
    background: linear-gradient(0deg, #FFFFFF 0.45%, rgba(255, 255, 255, 0.456702) 9.26%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumb-h ul li a::after {
    content: "";
   
}
.breadcrumb-h ul li a::before {
   content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: -30px;
    top: 1px;
}
.courses-form .form-group i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #666666;
    margin: 19px;
}
.head-inner .menu-left form svg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 13px 15px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s;
    width: 20px;
    height: 20px;
}
.sidebar-blog-form form svg {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 14px 8px;
    font-size: 11px;
    color: #666 !important;
    width: 21px;
    height: 20px;
}
.counter-block{
        direction: ltr;
}
