body{
	 font-family: "Saira", sans-serif;
	 color:#fff;
	 background: rgb(49,21,65);
background: linear-gradient(90deg, rgba(49,21,65,1) 0%, rgba(20,14,20,1) 100%);
}

.s-top{
	padding:20px 0px;
	background-color:#fff;
}

.s-banner{
	padding:100px 0px;
}

.s-menu{
	text-align:Center;
	margin-top:10px;
}

.s-menu a{
	color:#e52421;
	font-weight:500;
	border-bottom:1px solid #fff;
	font-size:16px;
	padding: 0px 3px;
	margin-left:20px;
}

.s-menu a:hover{
	border-bottom:1px solid #e52421;
}

.s-logo{
	text-align:center;
}

.bg-top{
	background-image:url('../img/baner1.png');
	background-size:cover;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.btn-primary{
	font-weight:bold !important;
	color:#FFF !important;
	background-color:#e52421 !important;
	background-image:none !important;
	border-radius:0px !important;
	border:1px solid #e52421!important;
	font-size: 18px;
    width: 100%;
    max-width: 400px;
    padding: 15px 0px;
}

.btn-primary:hover{
	background-color:#b90e0b !important;
	border:1px solid #b90e0b !important;
	background-image:none !important;
}

.s-footer{
	background-color:#290049;
	padding:10px 0px;
}

.s-footer strong, .s-footer a{
	font-weight:Bold;
	color:#fff;
}

.s-footer a{
	margin-left:20px;
}

.s-footer a:hover{
	text-decoration:underline;
}

.s-counter{
	margin:50px 0px;
}

.s-program{
	margin:50px 0px;
}


#color-1 {
  accent-color: #290049;
}


@media (max-width: 767.98px) { 
	.s-top{
		text-align:center;
	}
	
	.s-footer a{
		margin-right:20px;
	}
	
	.s-footer .col-md-6{
		text-align:center !important;
	}
	
	.bg-top{
		background-image:none;
	}
	
}