/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

html, body{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 100%;
    background:#fff; 
}

/*--content--*/
.details{
	background:#2f374c;
	padding:3em 0;
}
.input-group-search {
    width: 100%;
}
.input-group-search input[type="text"], select{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ff;
    border: none;
    font-size: 14px;
    min-height: 40px;
    padding: 10px 9px 9px 9px;
    width: 100%;
     color:#555;
}
select#country {
    color:#555;
}
.submit_button_search input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    border: none;
    width: 100%;
    background:#f1b458;
    padding: 9px 0px;
    outline: none;
}
.submit_button_search input[type="submit"]:hover{
	background:#000;
}
.search-form .form-control-search, .comment-form .form-control-search, .contact_form .form-control-search, .search_form .form-control-search {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #7a7c82;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    margin-bottom: 15px;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}
.search-form .form-control-search, .comment-form .form-control-search, .contact_form .form-control-search {
    margin-bottom: 25px;
    border-color: #d8d8d9;
}
.comment-form textarea {
    min-height: 168px;
}
.form-submit {
    width: 48%;
    top: -66px;
    position: relative;
    display: inline-block;
}
.comment-form-left{
	padding-left:0;
}
.comment-form-right{
	padding-right:0;
}
.submit_1{
	background-color:#2f374c;
    border-color:#2f374c;
    outline:none;
}
.submit_1:hover{
	background-color: #f1b458 !important;
    border-color: #f1b458;
}
form.login {
    text-align: center;
    width: 35%;
    margin: 0 auto;
}
.login input[type="text"], .login input[type="email"], .login input[type="password"], .login input[type="url"], .login textarea, .login input[type=button] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #F2F2F2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 12px;
    color: #767676;
    transition: 200ms;
    -webkit-transition: 200ms;
}  
input.btn.btn-primary.btn-lg1.btn-block {
    background-color:#f1b458;
    border-color:#f1b458;
    margin: 2em 0;
    font-size:1.1em;
    outline: none;
}
input.btn.btn-primary.btn-lg1.btn-block:hover{
	background-color:#2f374c;
    border-color:#2f374c;
}
p.lead{
	font-size:25px;
}
/* --responsive design --*/
@media (max-width:1440px){
}
@media (max-width:1440px){
.bg {
    min-height: 400px;
    padding: 5em 0 0 0;
}
.bottom_content h3, .advantage h3, .bg_1 h2, .services h1, .service_3 h2, .features h1{
    font-size: 2.5em;
}
.bg_1 {
   min-height: 550px;
}
.course_list .table-list li > div {
    padding: 10px 10px;
}
}
@media (max-width:930px){
ul.nav_1 li {
    margin-right: -3px;
}	
.col-smm-3.dropdown-button {
    padding: 0 5px;
}
.col-smm-2.submit_button {
    padding: 0 5px 0 0px;
}
.submit_button_search input[type="submit"] {
    font-size: 1em;
    padding: 10px 0px;
}
.details {
    padding: 2em 0;
}
}
@media (max-width: 768px){
input.no-box1{
    padding:5px 10px;
    width: 100%;
    border:1px solid #dddddd;
    outline: none;
    margin-bottom:5px;
}

@media (max-width: 736px){
.col-smm-3.dropdown-button {
    margin-bottom: 5px;
}
.col-smm-2.submit_button {
    padding: 0 20px;
}

@media (max-width:480px){
.detail p {
    font-size: 0.85em;
}
@media (max-width:320px){
.input-group-search input[type="text"], select {
    min-height:25px;
    padding: 5px 5px 5px 5px;
}    
.submit_button_search input[type="submit"] {
   padding: 6px 0px;
}
form.contact_form {
    padding: 2em 0 0 0;
}
.contact_form input[type='text'] {
    line-height: 22px;
    padding: 8px 10px 8px;
    height: 40px;
    margin: 0 0 5px;
}
.search-form .search-submit {
    top: 63px;
}
}