*:hover{
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
 	-moz-transition:all 0.6s;
 	-o-transition:all 0.6s;
 	-ms-transition:all 0.6s;
	}

body {
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}

/* ****** Header ******* */
#header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 0;
 margin-bottom: 20px;
}

/* ****** Navigation ******* */
.navbar-brand {
  padding: 10px;
  margin-left:360px;
}

.navbar {
  background:transparent;
  border:none;
  display: none;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  padding:10px 11px;
  font-size:16px;
  border-radius: 5px;
  color: #194674;
  cursor:pointer;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background:#275D39;
  color: #000000;
  
}
.navbar-default .navbar-nav > li{
  position:relative;
  padding-bottom: 10px;
}

.banner{
  margin-bottom: 20px;
  position: relative;
  background:url('../images/banner.jpg') no-repeat scroll center center / cover;
  min-height:546px;
  position:absolute;
  left:0;
  top:0;
  width:100%;
}
.top-box{
	margin-top:200px;
}
.banner-res{
	margin-bottom: 84px;
    margin-top: 90px;
}
.banner-description{
    background: rgba(25, 70, 116, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    padding: 30px;
    width: 100%;
}
.banner-description h2{
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto Slab",serif;
  text-transform:uppercase;
    line-height: 53px;
	margin:0;
}
.banner-description h2 span{
	font-size: 40px;
	font-weight:300;
  font-family: "Roboto Slab",serif;
    text-transform:uppercase;
}
.banner-description p{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  margin-top:15px;
}
.banner-description p span{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.logo{
  margin: 0 auto;
  display: block;
}
.logo_media{
  margin: 0 auto;
 
}
.mobile_screen{
  display: block;
}

.info{
  border-style:solid;
  border-width: 5px;
  border-color: #f6bb26;
  padding: 10px 16px;
  line-height: 10px;
  font-size: 16px;
}
.info h4  {
  color:#ffe321;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.info h5 a {
  color:#ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

/* ****** Contact Form ******* */
.glowing-border:focus { 
    outline: none;
    border-color: #ff9f08;
}
h1 {
    
    color: #fff;
    font-size: 30px;
    margin-bottom: 0 !important;
    padding: 10px 19px 19px 19px;
    position: relative;
    text-transform: capitalize;
}
p{
  font-size: 14px;
}
.background-blue{
  background: #194674 none repeat scroll 0 0;
    margin-top: -65px;
    padding: 10px 0;
    position: relative;
	border-radius: 5px;
}
.background-blue:before{
	content: url("../images/arrow.png");
    left: -46px;
    position: absolute;
    top: 30px;
    z-index: 1;
	
}

.background-blue:after{
	background: rgba(0, 0, 0, 0) url("../images/bottom-arrow.png") no-repeat scroll center 107%;
    content: "";
    height: 20px;
    left: 48%;
    position: absolute;
    top: 76%;
    width: 21px;
}
.request_info{
    color: #FFF;
    display: inline;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    margin: 0 auto;
	font-weight:300;
   
    text-transform: uppercase;
}
.request_info:after {
    background-color: #476b90;
    content: " ";
    display: inline-block;
    height: 1px;
    margin: 0 0 10px 5px;
    text-shadow: none;
    width: 8%;
}
.request_info:before {
    background-color: #476b90;
    content: " ";
    display: inline-block;
    height: 1px;
    margin: 0 10px 10px 0;
    text-shadow: none;
    width: 8%;
}
.form-box{
	padding:20px;
	border:7px solid rgba(255, 255, 255, 0.8);
	background:#273033;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}
h5.request_info span{
	font-family: 'Roboto Slab', serif;
	 font-weight: 700;
}
.fill_line{
    display: inline-block;
    color: #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    margin: 13px auto;
    padding: 0 26px 7px;
    text-transform: none;
	font-weight:300;
}
.form-1{
    display: none;
}
.form-2{
    display: none;
}
.contact-form{
    margin-top: 30px;
    background: #273033;
    margin-bottom: 20px;
    color: #ffffff; 
}
.error {
    border: 2px solid #f00;
}

.valid {
    border: 2px solid #0ff;
}
.dropdown-form{
    padding-top: 20px;
    background: #e5e5e5;
    margin-bottom: 20px;
    color: #ffffff; 
    border: 2px solid #275d39;
}
.form-control{
    background-color: #273033;
    border: 1px solid #686f71;
    color:#f1f1f1;
    height: 40px;	
    font-size: 16px !important;
    font-weight: 300;
}
.form-control:focus{
	box-shadow:0 0 8px rgba(25, 70, 116, 0.7);
}

.btn_get_started:after{
	color: #ffffff;
    content: "";
    font-family: FontAwesome;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 28px;
    text-decoration: inherit;
    top: 20%;	
}

.btn_get_started{
	position:relative;
    background: rgba(0, 0, 0, 0) url("../images/button_bg.png") no-repeat scroll 0 0 / cover;
    border-radius: 0;
    border:#000000 1px solid;
    color: #ffffff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
	padding:20px 0;
	text-transform:uppercase;
   	width:100%;
    text-align: center;
    margin-bottom: 30px;
}
.btn_get_started:hover, .btn_get_started:hover:after{
  color: #273033; 
}
.check_text{
  color: #FFF;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align:justify;
}

/* ****** lower_4_images ******* */
.img-adjust{
  padding-left: 30px;
}

.gray p{
	color: #194674;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}
.gray img{
	box-shadow:0 0 11px 4px #888888;
	text-align:center;
	margin:0 auto;
}

.gray:hover > .btn-learn{
  background:#194674; 
  color: #ffffff;
}
.gray:hover > p{
	color: #ff9f08;
}
.gray:hover > img{
	/*-moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	*/
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
 	-moz-transition:all 0.6s;
 	-o-transition:all 0.6s;
 	-ms-transition:all 0.6s;
}
.btn-learn:after{
	 color: #ffffff;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 10px;
    
    position: absolute;
    right: 10px;
    text-decoration: inherit;	
}
.btn-learn{
	position:relative;
  background-color: #ff9f08;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  transition: all 0.50s ease 0s;  /* 0.50 - duration /  ease - timing-fun / 0s - delay */
  border: 5px;
  text-decoration: none;
  text-align: center;
  font-weight:700;
  border-bottom:3px solid #e58f07;
  border-radius:1px;
}
.btn-learn:hover{
  background-color: #194674;
  color: #ffffff;
  text-decoration: none;
  /*text-shadow: 2px 2px 2px #F6BB26;*/
}


.gray-back{
  background: #f3f3f3;
  margin-top:0px;
  border: 2px solid #f0f0f0;
}
.gray-back img.img-border{
 	padding:0 0 0 19px;
}
.gray-back h1{
    color: #194674;
    font-family: "Roboto Slab",serif;
    font-size: 40px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 25px;
    text-transform: uppercase;   
}
.gray-back h1 span{
	font-family: "Roboto Slab",serif;
    font-weight: bold;
	color:#194674;
	font-size:40px;
}
.gray-back p{
	font-family: 'Montserrat', sans-serif;
	color:#313131;
	font-size:14px;
	line-height:26px;	
}
.gray-back p.bold{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.gray-back p.semi-bold{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.padding{
  padding-left: 20px;
  padding-top: 20px;
  padding-right:20px;
  padding-bottom: 30px;
}
.right-arrow{
  padding-left: 26px;
}
.right-arrow li{
  list-style: none;
  list-style-image: url("../images/right_arrow.png");
  line-height: 25px;
  
}
ul.custom-bullet{padding-left:20px;}
.custom-bullet li{list-style-type:none;line-height:30px;}

.custom-bullet li:before{
	color: #313131;
    content: "";
    font-family: FontAwesome;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    
    padding-right: 0.5em;
    
    text-decoration: inherit;
}

/* ****** Footer ******* */
.footer2 { 
  background: #194674; 
  padding: 15px 0; 
  color: #FFF; 
  
}
footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
footer a {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size: 14px;
}
footer a:hover {
    color: #ff9f08;
	text-decoration:none;
}
.footer-copyright-section p{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:12px;
}
option{width:100%; font-weight: 300;}
@media only screen and (max-width:1024px){
  .info{
    padding: 0px;
  } 
}
@media (min-width:320px) and (max-width:612px){
	.banner {
    	min-height: 200px !important;
	}
	.banner-description{padding:7px 30px 3px 30px;}
	.banner-res {
    	margin-top: 7px !important;
		margin-bottom: 10px !important;
    	padding: 0;
	}
	.banner-description h2 {
    	font-size: 20px !important;
    	line-height: 1;
	}
	.banner-description h2 span {
    	font-size: 24px !important;
	}
	.banner-description p {
    	font-size: 15px !important;
    	text-align: center;
	}

    .form-box {
        padding-top:0px !important;
    }

    .navbar.navbar-default {
        margin:0 !important;
    }
	
}

@media (min-width:579px) and (max-width:767px){
	.banner-res{
		margin-top: 17px !important;	
		margin-bottom: 10px !important;
	}
	.banner {
    	min-height: 305px !important;
	}
	.banner-description p{text-align:center;}
	
}
@media (min-width:768px) and (max-width:991px){
	.banner {
    	min-height: 279px !important;
	}
	.banner-res{
		margin-top: 61px;	
	}
	.banner-description h2{
		margin: 5px 0;
    	text-align: center;	
	}
	.banner-description p {
    	text-align: center;
	}
}
@media (min-width:768px) and (max-width:1199px){
	footer a{font-size:12px;}
}
@media (max-width:991px){
	.gray{
		margin:15px;  
	 }	
	 .request_info{display:block;}
	 
	 .gray-back{margin-bottom:50px;}
	 
	 
	 .banner{
		 min-height: 310px;
	 }
	 .top-box{
		margin-top:0px; 
	 }
	 
	 
}

@media only screen and (min-width:768px){
	#dropdown-form{
		display:none !important;
	}
}
@media screen and (max-width: 767px){
	.background-blue::before,
	.background-blue::after,
	.background-blue{display:none;}
	
	body:before{
		content:'';
		height:69px;
		display:block;
		width:100%;
	}
.padding{
	padding:10px;
}
#header {
    /*position: fixed;*/
    top: 0;
    z-index: 10;
	width:100%;
}
#header .navbar-header{
	text-align:center;
}

.call{
	display:inline-block;
	float:left;
	background:#ffffff;
	width:34px;
	height:34px;
	font-size:24px;
	text-align:center;
	line-height:34px;
	vertical-align:middle;
	color:#275D39;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top:6px;
}
  .navbar{
    display: block;
  }
  .mobile_screen{
    display: none;
	overflow:hidden;
  }
  .info{
    display: none;  
  }
 
  .logo_media{
    display: inline-block;
    width: 215px; 
   
	
  }
  .logo
  { display:none;}
  .navbar{
	  margin:10px 10px 0 0;
	  
  }
  .navbar-default .navbar-nav > li {
	padding-bottom: 0px;
}
.navbar-nav {
    margin: 0px -15px;
}
  .navbar_media{
    margin: 13px 0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	  border:none;
  }
  
  .form-2{
    display: block;
  }
  .form-2 span{
    margin-left: 210px;
    font-size: 10px;
    text-align: right;
    color: #000000;
  }
  .form-2 h2{
    margin-top:  -6px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
  }
  .form-2 p{
    font-size: 14px;
    color: #000000;
  }
  .form-1 p{
    margin-left: 25px;
    font-size: 16px;
    text-align: justify;
    margin-right: 25px;
    color: #000000;
  }
  .form-1 span{
    margin-left: 210px;
    font-size: 10px;
    text-align: right;
    color: #000000;
  }
  .contact-form{
    display: block;
  }
 
  .background-yellow{
    display: none;
  }
  .navbar-nav > li > a{
	  background:rgba(255,255,255,0.30);
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	  background:rgba(255,255,255,0.10);
  }
    .navbar-default .navbar-nav > li{
		border-bottom:1px solid #ffffff;
	}
	.navbar-default .navbar-nav > li:last-child{
		border-bottom:0px solid #ffffff;
	}
  .navbar-default .navbar-nav > li > a{
	  -webkit-border-radius: 0;
	  border-radius: 0;
  }
  .navbar-default .navbar-nav{
	  margin-top:10px;
  }
  .navbar-collapse{
	  -webkit-box-shadow:inset 0 0 0 0 #000000;
	box-shadow:inset 0 0 0 0 #000000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #194674;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background:rgba(255,255,255,0.30);
}

.footer-links-section{text-align:center;float:none !important;}
.footer-copyright-section{text-align:center;float:none !important;}
  
  
  
}
@media all and (max-width: 768px) and (min-width: 320px){
  .banner{
    overflow: hidden;
  }
  .gray1,.gray2,.gray3,.gray4{
    margin-bottom: 3px;
  }
}

@media (max-width:600px){
	.banner-description h2{
		  font-size: 30px;
		  line-height:1;	
	}
	.banner-description h2 span{font-size: 30px;}
	.banner-description p{font-size:13px;text-align:center;}
}


@media screen and (max-width: 767px){
	.banner-res{
		padding:0;
		 margin-top: 50px;
	}
	.banner-res .banner{
		border:none;
	}
	.banner-res .banner img{
		width:100%;
	}
	
	.banner-description h2{
		text-align: center;
		margin:5px 0;
	}
	#header{
		padding:8px 0;
		position:relative;
	}
	.banner-description h4{
		display:none;
	}
	
	.input_pad {
    margin: 15px auto;
   
    padding: 0 20px;
}
	.form-1 p{
		text-align:center;
	}
	.form-2 span, .form-1 span {
    display: block;
    text-align: center;
    width: 100%;
	margin:0;
}
}
@media (min-width:991px) and (max-width:1200px){
	.request_info::before{display:none;}
	.request_info::after{display:none;}
}
.modal-header{
	background: #194674 none repeat scroll 0 0;
    color: #fff;
   
	}
	.modal-title {
    font-family: "Roboto Slab",serif;
    font-size: 23px;
    font-weight: bold;
	text-transform: capitalize;}
	
.modal-body{
	background: #f3f3f3 none repeat scroll 0 0;
	font-family: "Roboto Slab",serif;
}

.btn-default{
	background: #194674 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
    font-weight: bold;
	font-family: "Roboto Slab",serif;
}

.btn-default:hover{
	background: #ff9f08 none repeat scroll 0 0;
    color:#fff;
	font-weight:bold;
	border-color:#194674;
	}
.modal-header .close{
	color:#fff;
	opacity:1;
}
.modal-header .close:hover{
	color:#F6BB26;
}

.modal-footer{
	background: #e5e5e5 none repeat scroll 0 0;
}
@media (max-width:380px){
	.request_info::before{display:none;}
	.request_info::after{display:none;}
}

 {

}

.otherpages #header {
    margin-bottom: 0;
}

.otherpages .content .row {
    margin: inherit;
}

.otherpages .content H1 {
    color:black !important;
    margin:inherit;
    padding:inherit;
}

@media screen and (max-width: 767px) {
    body.otherpages:before {
        height:0
    }


}

.navbar-toggle {
    display:none
}