@font-face{
    font-family: 'Ameri';
    src: url('../../fonts/Bahij_TheSansArabic-Bold.ttf');
}

html,body,span,a,h1,h2,h3,h4,h5{
    font-family: 'Ameri'!important;
}

.uk-navbar-nav,p,h1,h2,h3,h4{
    direction: rtl;
}

.custom-responsive{
    height:700px;
}

.custom-responsive-portfolio{
    height:400px;
}

@media (max-width: 991.98px){
    .custom-responsive{
        height:300px;
    }

    .custom-responsive-portfolio{
        height:300px;
    }
}