/* 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;
}
.top_bar .contact .email{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ffffff;
}
.top_bar .top-news-title{
	    margin-right: 5px;
	    color: #ffffff;
}



.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;
}
.box1 .box1_title{
	color: #294a70;
	font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
}
.box1 .box1_content{
	background: #f3f3f3 none repeat scroll 0 0;
    border-top: 5px solid #ffab1f;
    margin-bottom: 20px;
    padding: 15px;
}

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

.box1 .box1_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;
	width: 370px;
	padding: 5px 10px 3px 10px;
}
.course_deatils .course_title{
	color: #ffffff;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 0px;
}
.course_deatils .course_description{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright{
	background-color: #49688e;
	padding: 8px 0px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.copyright p{
	margin-bottom: 0;
}
.copyright a{
	margin-left: 10px;
	color: #f4a024;
}

.team p.card-text{
	margin-bottom: 0;
}
.subnav{
    position:relative;
}
ul.subnav-content {
    display: none;
      position: absolute;
      left: 0;
      width:100%;
      z-index: 1;
      margin-top:10px;
}
ul.subnav-content li{
    background-color: #294a70;
}
.subnav:hover .subnav-content {
  display: block;
}
