@charset "utf-8";
@font-face{
	src: url(fonts/nova.otf);
	font-family :nova;
}
.bard {
	background-image: url("../img/bg.jpg");
	background-position: center top;
	background-size: cover;
	height: 270px;
	justify-content: center;
	text-align: center;
}
.jelp h1 {
	font-size: 3rem;
	font-weight: 900;
	padding-top: 90px;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 69, 83);
	font-size: 14px;
	font-weight: 600;
}
.nav-link.arc {
	font-family: 'Cairo', sans-serif;
	font-weight: bold !important;
}
.hj {
	margin: 0px 25px 0px 15px;
}
.navbar {
	padding: .1rem 1rem !important;
}
.navbar-brand {
	display: inline-block;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.mehg {
	padding: 50px 40px;
	border: solid 1px rgb(244, 244, 244);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
	border-radius: 6px;
	margin: 0px 5px 30px;
}
.mehg h5 {
	font-size: 23px;
	font-weight: 700;
	color: rgb(64, 69, 83);
}
.col-md-12.kjhk h2 {
	font-size: 30px;
	color: rgb(64, 69, 83);
	font-weight: 700;
}
.col-md-12.kjhk {
	padding-top: 52px;
	padding-bottom: 33px;
}
.browtopic {
	padding-bottom: 54px;
}
footer h5 {
	font-size: 15px;
}
footer {
	border-top: 1px solid #ddd;
	margin-top: 0;
	padding-top: 35px;
	padding-bottom: 25px;
}
.media-body {
	color: #333 !important;
}
a:hover {
	text-decoration: none !important;
}