body {
	font-family: Korolev-Light;
	font-size: 1.6em;
	color: #373737;
	letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Korolev-Medium;
	
}

h2 {
	font-size: 35px; 
}
h4 {
	font-size: 20px; 
	font-family: Korolev-Medium;
}

b, strong {
    font-weight: 700;
    font-family: Korolev-Medium;
}



.btn-primary {
	border-radius: 0px; 
	border: 0px;
	font-size: 20px;	
}

.form-control {
	border-radius: 0px !important;	
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
	/*border:	0px;*/
}




.form-control:focus {
    border-color: #4868d7;
    }

input[type="email"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder {
   color: #555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}

:-ms-input-placeholder {  
   color: #555;  
}



#header{
	    background-color: #3fd4ad;
  		color: black;
  		background-repeat: no-repeat;
    	background-position: center center;
    	padding-top: 30px;
} 

#header h2 {
	margin: 50px 0 20px 0; 
	font-weight: 600; 
	
	
}

#header p {
	padding-right: 60px;
	font-size: 20px;
}

#header .btn-primary {
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 0px; 
	padding: 7px 35px;
	font-size: 20px			
}

#maincta {
	padding: 30px 0 30px 0;
}

#maincta .btn-primary, #footer1 .btn-primary {
	padding: 6px 40px;
    margin: 10px 0 20px 0;
}


.btn-primary {
	background-color: #4868d7; 
	}

.btn-primary:hover {
	background-color: #4160cd;
}

#mainbody {
	background-color: #eeeeee;
	background-image: url(/media/body-bg.png);
	background-repeat: no-repeat;
    background-position: top right;
	padding: 60px 0 30px 0;
}
#mainbodywrapper {
		background-color: #eeeeee;
	}

#mainbody .col-md-9 {
	margin-top: 4px;
}

.whynct-icon {
	background-image: url(/media/corner.png);
	padding: 15px 0 0px 15px;

}

.testimonialrow {
	margin-bottom: 2em;
}



#course-guide-form {
	background-color: #373737;
	margin:0px -15px;
	padding: 20px 20px;
	color: #fff;
}
#course-guide-form select{
	background-color: #fff;
	background: url(/media/select-arrow.png) no-repeat right center #fff;
    

}

#course-guide-button {
	margin: 0px -15px;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 17px;

}

#course-guide-form h4{
	color: #aba3f1;
}

#footer1 {
	background-color: #aba3f1;
	padding: 30px 0 30px 0;
}
#footer1 p{
	font-size: 20px;
}

#footer2 {
	padding: 30px 0 30px 0;
	background-color: #373737;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
 .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

#header{
  		background-image: url(/media/headerimage.png);
}
.embed-container {margin-top: 45px; } 

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }








.social-footer a {
    margin: 0 22px;
}
