@font-face {
    font-family: 'DIN NEXTTM ARABIC';
    src: url('../fonts/DINNext/DINNextLTW23-Regular.woff2') format('woff2'),
        url('../fonts/DINNext/DINNextLTW23-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN NEXTTM ARABIC';
    src: url('../fonts/DINNext/DINNextLTW23-Bold.woff2') format('woff2'),
        url('../fonts/DINNext/DINNextLTW23-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'DIN NEXTTM ARABIC';
	text-align: right;
}
 
.sub-title h6 {
    font-family: 'DIN NEXTTM ARABIC';
	letter-spacing: 0;
    font-size: 20px;
}
.custom-font {
	font-family: 'DIN NEXTTM ARABIC', sans-serif;
}
.sub-title span {
	 
	right: 6px; 
	left: 0;
}

.sub-title { 
	padding-right: 20px; 
}

.sub-title span:last-of-type {
	right: 0px;
}

.navbar .navbar-nav .nav-link {
	font-size: 18px; 
}

.sec-head h3 ,.sec-head h6,.call-action .content h6,.intro-section .item h6 { 
	letter-spacing: 0px; 
} 

.footer-half::after {
	 
	right: 0;
	left: auto;
}