/**
Here you can override any css to correspone to stable rtl design
**/

@import url('https://fonts.googleapis.com/css?family=Almarai:300,400,500,600,700|Amiri:300,400,500,700');

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Almarai';
	font-weight: 700;
	color: #1d2025;
	margin: 0px;
}
.slider-cont h1{
	font-family: 'Almarai';

}
.navigation{
    /* margin-right: 60px; */
    /* max-width:unset; */
}
.navigation.sticky {
    /* padding-right: 60px; */
}

.navigation .navbar .navbar-nav li a{
	font-family: 'Almarai';
    font-weight: 700;
    font-size: 13px;
}
.support-button {
    display: flex!important;
    flex-direction: row;
}
.feature-bg{

    left: 0;
    right: unset;

}


.about-bg{
    left: 0;
    right: unset;
    transform: scaleX(-1);
}
.section-title h5::before{
    right: 0;
    left: unset;
}
.slider-cont p {
    direction: rtl;
}

/* .singel-testimonial .testimonial-cont {
    padding-right: 140px;
    padding-left: unset;
} */
.navigation .navbar .navbar-nav li:last-child{
    margin-right:10px;
}
.search-box .serach-form button{
    right: 72%;
}

.main-btn {
    font-family: 'Almarai';
}

#slider-part{
    direction: initial;
}

.course-slied {
    direction: initial;
}
.course-slied .prev.slick-arrow{
    left: 50px;
    right: auto;
}
.course-slied .next.slick-arrow {
    left: 100px;
    right: auto;
}

.testimonial-slied{
    direction: ltr;
    display: flex;
    flex-direction: column;
}

.patnar-slied{
    direction: ltr;
}
.category-text {
    padding-left: 0px;
    padding-right: 40px;
}

.category-slied{
    direction: ltr;
}
.header-contact ul li span{
    margin-right: 10px;
}
.support .icon {
    margin-left: 10px;
}

.singel-event-list .event-cont{
    padding-right:30px;
}
.footer-link ul li a i {
    margin-left: 8px;
    margin-right:unset;
}

.footer-about ul li:last-child{
    margin-right: 15px;
}

.copyright {
    padding-right:50px;
}

.rtl_career select option
{
    text-align: right;

}
/* .rtl_card_card{
    direction: ltr;
    text-align: start;
} */
.rtl_inputs{
    text-align: right;
}
.rtl_form{
    direction: ltr;
}
.rtl_select{
    direction: ltr;
    margin-right: 5px;
}
.dropdown-menu .dropdown-item {
    text-align: right;

}

.drop-right-st {
    right: 100%;
}
 .dropdown-menu {
    left:unset;
    min-width: 8rem;

}

.drop-right-af::after {
    border-right: .3em solid;
    border-left: 0;
}



