/*
Theme Name: kezakoo_theme

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/


body {
	direction: rtl;
	unicode-bidi: embed;
}


.bg-inverse{
	background-color: #292b2c!important;
}

.btn-file label{
    padding-right: 40px;
    padding-left: 16px;
}
#login .form-check-input{
    margin-right: 6px;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#content .noRtl{
    direction:ltr !important;
    text-align: left !important;
}

.next-link{
    float: left;
}

#content .noRtl .card{
	padding-left: 16px !important;
}




.lang-item a{
    color: #ff7900;
    
}


#Testimonials .fa{
    transform: rotate(180deg);
}

.nav-link .fa{
    padding-left:3px;
}


/*** Ar **/ 





