@keyframes shafaqat {
	0% {
		background-position:50% 0;
	}
	100% {
		background-position:120px 0%;
	}
}

.fixed-top {
	background: rgba(255, 255, 255, .9) !important;
}

.topbar .topbar-inner {
	background: none !important;
}

.hero-header {
	margin-bottom: 0 !important;
	background: rgba(0, 0, 0, 0) url(../img/pattran-bg2.jpg);
	/*background: rgba(0, 0, 0, 0) url(../img/pattran-bg2.jpg) repeat scroll 0 0;
    animation: 30s linear 0s normal none infinite running shafaqat;*/
}


.hero-header .hero-header-inner {
	background: rgba(255, 255, 255, .9) !important;
}

.footer .border-top,
.footer .border-bottom {
	border-color: rgba(255, 255, 255, .9) !important;
}

.navbar {
	border-bottom: 1px solid rgba(255, 255, 255, .9);
}

.pattern-bg-1 {
	background-image: url("../img/pattran-bg1 copy.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

td a {
	color: unset;
}

td a:hover {
	color: #f1c152;
}