@font-face {
	font-family: dinnext;
	src: url(../fonts/arabic/DINNextLTArabic.eot);
	src: url(../fonts/arabic/DINNextLTArabic.eot#iefix)
			format("embedded-opentype"),
		url(../fonts/arabic/DINNextLTArabic.woff) format("woff"),
		url(../fonts/arabic/DINNextLTArabic.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}


body {
    text-align: right;
    direction: rtl;
    font-family: 'dinnext';
}

.section-header::after{
    left: unset;
    right: -80%;
}

.footer .footer-img{
    right: unset;
    left: -20%;
    transform: rotateY(180deg);
}

.go-top{
    right: unset;
    left: 1rem;
}