*{
	font-family: "Montserrat", sans-serif;
}
.container{
	max-width:65%;
	width:65%;
}
.responsive{
	max-width: 100%;
}
header{
	background:#0e599a;
}
.logo{
	padding: 10px 0;
}
.phone ul{
	float: right;
}
.phone ul li{
	float: left;
	list-style: none;
	padding-left:30px;
}
.phone ul li a{
	float: left;
	color: #fff;
	font-size:20px;
	text-decoration: none;
	font-weight: normal;
}
.phone ul li:first-child a{
	font-weight: bold;
}
.social li .fa{
	border: #fff solid 2px;
	border-radius: 50%;
	padding: 7px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.social ul{
	float: right;
}
.social ul li{
	float: left;
	list-style: none;
	padding-left:10px;
}
.social ul li a{
 color: #fff;
}
.main-nav{
	background:#ffa52d;
}
.main-nav li a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.main-nav li{
	padding-left:30px;
}
.banner-bg{
	background: #eee;
}
.three-sec{
	padding:40px 0;
}
.three-sec h2{
	    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: bold;
    display: block;
margin-bottom:35px;
width: 80%;
height: 60px;
position: relative;
}
.three-sec h2::after {
    display: block;
    content: '';
    width:30px;
    height: 3px;
    background: #ba0000;
    position: absolute;
    bottom:0px;
    left: 0;
}
.three-sec p{
	    font-size:16px;
    color: #000;
    line-height: 21px;
    font-weight:normal;
    width:95%;
}
.three-secli{
	    font-size:15px;
    color: #000;
    line-height: 21px;
    font-weight:normal;
    width:90%;
}
footer{
	background: #ccc;
	padding: 10px 0;
}
footer p{
	    font-size:13px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
footer a{
	    font-size:13px;
    color: #000;
    font-weight: bold;
}
.footer-social li .fa{
	border: #000 solid 2px;
	border-radius: 50%;
	padding: 7px;
	width:30px;
	height:30px;
	text-align: center;
}
.footer-social ul{
	float: right;
	    margin-bottom: 0;
}
.footer-social ul li{
	float: left;
	list-style: none;
	padding-left:10px;
}
.footer-social ul li a{
 color: #000;
}
.cohorts-sec{
	margin: 40px 0;
	display: block;
}
.cohorts{
	padding:0px;
	border: #ddd solid 1px;
}
.cohorts img{
	margin: 0 auto;
	display: table;
}
.cohorts p{
	background: #eee;
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	height:125px;
}
.join-our{
	margin:0px 0 40px;
}
.team-list{
	background:#0e599a;
	width:100%;
	margin: 0 auto 40px auto;
	padding:20px;
}
.team-list ul{
	margin-bottom: 0;
}
.team-list li a{
	font-size: 16px;
	color: #fff;
	line-height:32px;
	list-style: none;
	text-decoration: none;
	font-weight:500;
}
.team-list li a:hover{
	 color: #ffa52d;
}
.team-list li::marker{
	color: #fff;
}
.contact{
	background:#0e599a;
	padding: 30px 30px 25px;
}
.contact h3{
	font-size:20px;
	color: #fff;
	font-weight:bold;
}
.contact{
	font-size: 16px;
	color: #fff;
}
.contact strong{
	font-weight:bold;
	display: block;
}
.contact a{
	font-size: 16px;
	color: #fff;
	line-height:32px;
	list-style: none;
	text-decoration: none;
}
.contact p{
 padding-bottom:0px;
}


@media screen and (max-width:767px){
	.container {
    max-width:90%;
    width:90%;
}
.logo {
    padding: 20px 0;
}
.logo img{
	margin: 0 auto 25px auto;
	display: table;
}
.phone ul {
    float: none;
    padding: 0;
}
.phone ul li {
    float: none;
    list-style: none;
    padding-left: 0;
    display: block;
    text-align: center;
    width: 100%;
}
.phone ul li a{
	text-align: center;
	display: block;
	    float: none;
}
.social ul {
    float: none;
}
.social,
.footer-social{
	width: 59%;
    margin: 0 auto;
}
.navbar-toggler{
	margin: 0 auto;
}
.offcanvas{
	background: #0e599a !important;
}
.nav-link.active {
    color: #ffa52d !important;
}
.main-nav li a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 52px;
    font-size: 23px;
    letter-spacing: 1px;
}
.three-sec h2 {
    width: 100%;
    height: auto;
}
.three-sec h2::after {
    bottom: -10px;
}
.footer-social ul {
    float: none;
    margin-bottom: 0;
}
footer p {
    margin-bottom: 10px;
}
.cohorts {
    margin-bottom: 20px;
}
.three-sec {
    padding: 25px 0;
}
.join-our {
    margin: 0px 0 25px;
}
.team-list {
    margin: 0 auto 25px auto;
}
.cohorts-sec {
    margin: 25px 0;
    display: block;
}
}