@import url('https://fonts.googleapis.com/earlyaccess/notokufiarabic.css');
@import url('https://fonts.googleapis.com/earlyaccess/notonaskharabic.css');
body {
	font-family: 'Noto Kufi Arabic', sans-serif;
}
.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}
.banner-section .owl-dots{
	left:80px;
    right: auto;
}

.main-header .header-upper .outer-box .mobile-nav-toggler .icon {
    position: relative;
    margin-right: 20px;
    font-size: 24px;
    line-height: 1em;
}
.banner-section .content-boxed .sub-title {
    letter-spacing: 0;
}
.gallery-block .inner-box .image .arrow{
	left: 13px;
}
.main-menu{
	float: right;
}
.main-menu .navigation > li{
	text-align: right;
	margin-left: 15px;
	margin-right: auto;
}
.main-menu .navigation > li:last-child{
	margin-left:0px;
}

@media only screen and (max-width: 1199px){
	.main-menu .navigation > li{
		margin-right:0px;
	}
	
	.main-menu .navigation > li{
		margin-left:25px;
	}
}
@media only screen and (max-width: 991px){
    .banner-section .owl-dots{
        left:30px;
        right: auto;
    }  
	.banner-section .content-boxed h1{
		letter-spacing:0;
	}
}
.contact-information .info-title span {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 30px;
    color: #faa332;
}
.contact-information .info-title {
    position: relative;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.contact-information .info-title::after {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    height: 2px;
    background-color: #7d5119;
    content: '';
    width: 163px;
}

.team-block .inner-box .image .social-icons{
	position:absolute;
	right:-250px;
	left: auto;	
	bottom:12px;
	border-radius:2px;
	padding:10px 20px 8px;
	background-color:#ffffff;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.team-block .inner-box:hover .image .social-icons{
	right:12px;
	left: auto;
}
.page-banner-section .mail-box {
    left: 15px;
    right: auto;
}

.main-footer .link-widget ul li a:hover {
    padding-right: 15px;
}
.page-banner-section .auto-container {
    text-align: right;
}
.day .badge {
    left: 7px;
    right: auto;
}


.course-box:hover:hover {
    -webkit-box-shadow: 0px 3px 0px #dfeaf4;
    box-shadow: 0px 3px 0px #dfeaf4;
}
.course-box.style4 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid #ECF1F9;
    -webkit-box-shadow: 0px 9px 14px #fbfbfb;
    box-shadow: 0px 9px 14px #fbfbfb;
}
.course-box {
    border-radius: 10px;
    height: 255px;
    margin-bottom: 15px;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: var(--box-space-x, 5px) var(--box-space-x, 5px) 0 var(--box-space-x, 5px);
    overflow: hidden;
}
.course-box .course-img {
    margin-bottom: 20px;
}
.course-img {
    position: relative;
}
.course-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.course-box:hover .course-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.course-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.course-box .course-title {
    margin-bottom: 21px;
    text-align: center;
}
.course-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.417;
}
.course-title a {
    font-size: 12px;
    color: inherit;
}