@charset "utf-8";

/* ============================== */
/* 
	- Title: University Landing Page - mustachethemes
	- Autor: mustachethemes
*/
/* ============================== */

/* .............. Light Color ................ */
h1, h2, h3, h4{
	color:#016ac1;
}

a {
	color:#016ac1;
}

.slider .container .span6.right-form {
	border-top-color:#016ac1;
}

.slider .container .span6.right-form:after {
  border-top: 10px solid #016ac1;
}

.form input.button{

}

.courses .item .btn:hover {
	background: #016ac1;
}

.table-slider2 {
	background-color:#016ac1;
}

.table-button a:hover {
	background-color:#016ac1;
}

.newsletter {
	background-color:#016ac1;
}

.newsletter input.button {
	color:#016ac1;
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 100px rgba(1,106,193, 0.7),
		inset 0 0 0 6px rgba(1,106,193,0.9),
		0 1px 2px rgba(1,106,193,0.1);
}

/* .............. Dark Color ................ */
.top { 
	background-color: #002157;
}
.form input.button:hover{
	
}
.newsletter input.button:hover {
	background-color:#002157;
}
footer {
	  background: #000000;
	margin-bottom: 0!important;
}
.tooltip-inner {
  color: #002157;
}

/* .............. Images with color ................ */

.info h3.iconbestcity {
	background: url(../img/blue/icon1.png) 0 0 no-repeat;
}
.info h3.iconworldwide {
	background: url(../img/blue/icon2.png) 0 0 no-repeat;
}
.info h3.iconcommunity {
	background: url(../img/blue/icon3.png) 0 0 no-repeat;
}
.info h3.icon3 {
	background: url(../img/blue/icon5.png) 0 0 no-repeat;
}
.info h3.icon6 {
	background: url(../img/blue/icon6.png) 0 0 no-repeat;
}
.info h3.iconfacilities {
	background: url(../img/blue/icon4.png) 0 0 no-repeat;
}



a.navi-left{
	background: url(../img/blue/navi.png) no-repeat;
}
.navi-right{
	background: url(../img/blue/navi.png) no-repeat;
}



footer ul.social li a.linkedin{
	background: url(../img/blue/social-icons-linkedin.png) top center no-repeat;
}

footer ul.social li a.youtube{
	background: url(../img/blue/social-icons-youtube.png) top center no-repeat;
}
footer ul.social li a.instagram{
	background: url(../img/blue/social-icons-instagram.png) top center no-repeat;
}

footer ul.social li a.facebook{
	background: url(../img/blue/social-icons-facebook.png) top center no-repeat;
}

footer ul.social li a.twitter{
	background: url(../img/blue/social-icons-twitter.png) top center no-repeat;
}
@media (min-width: 992px) {
 footer .col-md-6 {
  width: 61%;}
  
}
