@import url("https://www.google.com/fonts/earlyaccess");
@import url("https://fonts.googleapis.com/earlyaccess/droidarabickufi.css");


body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.main-nav ul li::after{
    left: 0;
    right: auto;
}

.ticker-wrapper-h .heading:after{
    border-left: 0;
	border-right: 20px solid #A80000;
}

.news-ticker-h{
	padding-right: 90%;
}
@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.blue {
	background-color: #005FC3;
	color: white;
}

.gray {
	background-color: #77718b;
	color: white;
}

.d-blue {
	background-color: #2F1F51;
	color: white;
}

.brown {
	background-color: #cfaf9d;
	color: white;
}

.red {
	background-color: #DC475A;
	color: white;
}

.about .beauty {
	text-align: left;
	padding: 10px 20px;
	margin: 10px auto;
	border-radius: 5px;
	color: #FFF;
	width: 80%;
} 
footer .widgets_wrapper>div.list li a::before {
    left: auto;
    right: -8%;
}

footer .widgets_wrapper>div.list li a::after {
    left: auto;
    right: -10%
}

.whatsapp{
	left: auto;
	right: 2%
}