/* Custom CSS */

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: "Merriweather Sans", sans-serif;
}

a,
a:visited {
	color: #294a70;
	text-decoration: inherit;
}

.top_bar {
	background-color: #49688e;
	padding: 8px 0px;
}

.top_bar i {
	color: #ffab1f;
	margin-right: 5px;
	font-size: 20px;
}

.top_bar a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.top_bar a:hover {
	text-decoration: inherit;
	color: #bfbfbf;
}


.image-banner {
	height: auto;
	width: 100%;
}





.logo_bar {
	padding: 15px 0px;
}


.nav_bar {
	background-color: #294a70;
	border-bottom: 5px solid #f4a024;
}

.nav_bar ul {
	list-style: none;
	display: flex;
	margin-bottom: 0px;
}

.nav_bar ul li:first-child {
	border-left: 1px solid #fff;
}

.nav_bar ul li {

	border-right: 1px solid #fff;
	padding: 10px 25px;
}

.nav_bar ul li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: inherit;
}

.nav_bar ul li:hover,
.nav_bar ul li.active {
	background: #f4a024;
}

.bg_gray {
	background: #fbfbfb;
}

.site_section_title {
	font-family: "Merriweather Sans", sans-serif;
	font-weight: bold;
	color: #eea022;
	font-size: 36px;
	margin: 0 auto 1em;
	text-align: center;
	border-bottom: 1px dashed;
	width: fit-content;
}

.title {
	color: #eea022;
	font-weight: bold;
}

.infrastructure .infrastructure_title {
	color: #294a70;
	font-size: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
}

.infrastructure .infrastructure_content {
	background: #f3f3f3 none repeat scroll 0 0;
	border-top: 5px solid #ffab1f;
	margin-bottom: 20px;
	padding: 15px;
}

.infrastructure .infrastructure_content p {
	color: #666666;
	font-size: 14px;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.infrastructure .infrastructure_content a.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 15px;
	padding: 0;
}

.box1 .box1_content a.button::after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}


#featured-content {
	background: #fbfbfb none repeat scroll 0 0;
	padding: 30px 0;
}

.course_deatils {
	background-color: #49688e;
	border-right: 3px solid #f4a024;
	padding: 5px 10px 3px 10px;
	width: 63%;
}

.course_deatils .course_title {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0px;
}

.course_deatils .course_description {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright {
	background-color: #49688e;
	padding: 8px 0px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.team p.card-text {
	margin-bottom: 0;
}

.subnav {
	position: relative;
}

ul.sub_nav-content {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	margin-top: 10px;
}

ul.sub_nav-content li {
	background-color: #294a70;
}

.subnav:hover .sub_nav-content {
	display: block;
}


.image_director {
	width: 100%;
	height: 400px;
}

.image_team {
	height: 250px;
	width: 200px;
	object-fit: cover;

}

.team_card {
	width: 48%;
}

img.image_banner {
	width: 100%;
	object-fit: cover;
}

.logo_img {
	width: 225px;
}
.navBtn{
	display: none;
}

.text_color{
	color: #294a70;
	/* font-weight: 600; */
}
.border_bottom {
	border-bottom: 1px solid #f4a024;
    color: #294a70;
    font-weight: 600;
}

@media only screen and (max-width: 560px) {

	/* .top_bar{
		display:none ;
	}
	.top_bar .contact{
		width:60%;
	}
	.top_bar .contact .contact_phn{
		display: none;
	}
	.top_bar .social{
		width:40%;
	} */
	.course_title.course_description {
		font-size: 11px;
	}

	.title {
		display: flex;
		justify-content: center;
	}

	.infrastructure .infrastructure_title {

		display: flex;
		justify-content: center;
	}

	.image_director {
		width: auto;
		height: 400px;
	}

	.image_team {
		height: 210px;
		margin: 20px 0px;
		object-fit: contain;
	}

	.team_card {
		width: 90%;
		margin: auto;
	}

	.nav_bar {
		display: none;
	}

	.site_section_title {
		font-size: 26px;
	}

	img.image_banner {
		height: 192px;
		width: 100%;
		object-fit: cover;
	}

	.font-italic {
		margin-top: 20px;
	}

	.card-body {
		text-align: center;
	}

	.top_bar {
		background-color: #49688e;
		color: white;
		overflow: hidden;
		white-space: nowrap;
		padding: 10px 0;
	}

	.scrolling-content {
		display: inline-block;
		animation: scroll 15s linear infinite;
	}

	.social {
		display: none;
	}

	.contact {
		display: inline-block;
		vertical-align: middle;
		margin-right: 30px;
	}

	.contact div,
	.social span {
		display: inline-block;
		margin-right: 10px;
	}

	.contact i,
	.social i {
		margin-right: 5px;
	}

	.contact a,
	.social a {
		color: white;
		text-decoration: none;
	}

	#infrastructure{
		padding: 15px 0px !important;
	}
	.infrastructure_section{
		margin: auto !important;
	}
	.logo_img {
		width: 190px;
	}
	.navBtn{
		border: 1px solid #eea8a8;
		float: right;
		margin: 16px 0px;
		display: block;
	}

	.nav_responsive {
		display: block !important;
		/* background-color: aliceblue;
		padding: 10px 0px;
		margin-top: 15px; */
	}

	@keyframes scroll {
		0% {
			transform: translateX(100%);
		}

		100% {
			transform: translateX(-100%);
		}
	}
}