@import url('https://fonts.googleapis.com/css?family=Oswald');


header p{
	color: #fff;
    margin: 0;
    padding: 40px 0;
    text-align: right;
}

header .logo{
	margin: 0 auto;
	max-width: 85%;

}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
     background-color: #ffffff;
	 overflow-x:hidden !important;
}
#back{
  background-image: url("images/course.jpeg");
}
a {
    color: #fff;
    text-decoration: none;
}

.navbar-inverse {
  background-color: #293375;
  border: 0;

}
/* search button */
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none;
 border-color:#cccccc;
}
.form-control{width:20%}
.navbar-nav > li > a {

  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar-nav:last-child{ border-right:0}



.navbar-inverse{
	margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a{
	font-family: 'raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: transparent;
	color: #fff;
}

h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
h4{font-family: 'raleway', sans-serif;font-weight:bold;}
.advisor , .adv{
	padding-left: 350px;
}
.advisor h2{

	color: #2907a6;
    display: block;
    font-family: magra-bold-webfont;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 0 25px;
    text-align: left;
    text-transform: none;
    width: 620px;
}
.adv p{
	color: #050505;
    display: block;
    font-family: roboto-regular-webfont;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    width: 560px;
}

.panel-heading{
	text-transform: uppercase;
}
.panel-danger > .panel-heading {

    color: #ffffff;
    background-color: #f0005e;
    border-color: #f0005e;

}
.vertical-divider{
	clear: both;
	position: relative;
}

.vertical-divider:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.vertical-divider .column:not(:first-child):after, .vertical-divider .columns:not(:first-child):after{
	background: #ED5B53;
	bottom: 0;
	content: " ";
	margin-left: -10px;
	position: absolute;
	top: 0;
	width: 10px;

}

.special{
	padding: 70px 0;
	position: relative;
	background: #F4F4F4;

}

.about{
	padding: 20px 0;
	position: relative;

}

.gallery{
	padding: 40px 0;
}
.class{
	min-height: 450px;
	background-image: url("../images/course_lastone.jpg");
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	padding: 30px;
}
.class  ul {font-size:15px;}

.our_service{
	position: relative;
	background-image: url('../img/room.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 40px 0;
}
.p_margin{margin-top:10px;}
.service{text-align:center;background-image:url("images/slider_bg.jpg");}

.service h3{
	color: #000;
	text-align:center;
}

.panel-body img{
	width: 50px;
}

.panel-body .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	vertical-align: middle;

}


footer .footer-top{
	background-color: #3B3B3B;
	color: #fff;
	padding: 15px 0;
}
.footer-top h3{
	margin-bottom: 20px;

}

.footer-top .col-md-3 a img{
	margin-right: 3px;

}

.facebook:hover{
	min-width: 11%;
}
.twitter:hover{
	min-width: 11%;
}
.linkedin:hover{
	min-width: 11%;
}
.instagram:hover{
	min-width: 11%;
}
.google:hover{
	min-width: 11%;
}

input {
    line-height: normal;
    color: #000;
	width: 285px;
height: 40px;

}

.copyright{
	background-color: #000;
	padding: 20px 0;
}

.copyright p{
	color: #fff;
	    margin-left: -63px;
}

#testimonial_add {
	margin: auto !important;
	width: 60% !important;
}

.control-label {
	text-align: left !important;
}




@media (max-width: 1200px){
	header p{
		text-align: center;
		padding: 20px 0 10px;
	}
}

.class .container .col-md-6 ul{
	color: #fff;
}
