@media (min-width: 768px){
	.header .navbar-nav > li {
	    margin-left: 0;
	}
	.header .navbar-nav > li:last-child {
	        margin-left: 15px;
	}
}



a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #16d5b8;
}



.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


a.list-group-item, button.list-group-item {
    color: #24b7a1;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 9px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dddddd6e;
}



@media (min-width: 1200px){
.navbar-default .navbar-nav > li > a {
    padding: 11px 15px;
}
}



.sidebar section h4 {
    font-size: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #465d72;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #465d72;
    margin: 0;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}






.aboutArea{
	background: none;
	background: #004c50;
}

.topbar{
	    background: #00838a;
}

.captionLink{
	background: #10806f;
}
.captionLink:hover{
	background: #16bba2;
}


.header .navbar-default .navbar-nav li.apply_now a:hover {
    background: #00838a !important;
}

.commonBtn:hover, .commonBtn:focus {
    background-color: #149682;
}

.btn.learnBtn:hover {
    color: #ffffff;
    background: #4c6a84;
}


.custom_content.custom h3 {
    text-transform: uppercase;
    margin: 0 0 18px;
}


.w-100{
    width: 100%;
    height:auto;
}


.single_content_left ul, .post_left_section ul{
    list-style-type: circle;
    margin-left: 48px;
}