body
{
	font-family: 'Roboto', sans-serif !important;
	font-weight:normal !important;
	text-shadow: none !important;
	line-height:24px;
}

.contactForm {
  border-radius: 4px;
  box-sizing: border-box;
  margin: auto;
  max-width: 450px;
  overflow: hidden;
  /*SUCESS STYLES*/
}

.contactForm .inputContainer {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.btn_page_reload:hover, .btn_page_reload:focus, .btn_page_reload:visited, .btn_page_reload:active{
	color: #fff;
	text-decoration: none;
}

.btn_page_reload{
display: none;
    background: #213378;
    background: -moz-linear-gradient(top, #213378 1%, #2d4294 100%);
    background: -webkit-linear-gradient(top, #213378 1%,#2d4294 100%);
    background: linear-gradient(to bottom, #213378 1%,#2d4294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213378', endColorstr='#2d4294',GradientType=0 );
    width: 100px;
    height: 32px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    right: 15px;
    z-index: 999999;
    position: absolute;
}

.contactForm .inputContainer .message {
  color: red;
    text-align: left;
    overflow: hidden;
}

.contactForm .inputContainer label,
.contactForm .inputContainer input,
.contactForm .inputContainer textarea {
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 1em;
  border: none;
  font: inherit;
 height: 41px;
}

.contactForm .inputContainer label {
  display: inline-block;
  font-size: 14px;
  background-color:#ccc;
  color: rgba(0, 0, 0, 0.3);
  border-right: none;
  /*POSITION*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 40px;
      border-radius: 0px;
	  font-weight:bold;
}

.contactForm .inputContainer textarea{
	background: #efefef;
    height: 90px;	
}

.contactForm .inputContainer input {
	background: #efefef;
	height: 41px;
    padding-left: 62px;
}

.contactForm .inputContainer textarea,
.contactForm .inputContainer input {
	border: none;
	border-radius: 0px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.contactForm .inputContainer textarea
{
    padding-left: 85px;
}

.contactForm .submitBtn {
background: #213378; 
background: -moz-linear-gradient(top, #213378 1%, #2d4294 100%); 
background: -webkit-linear-gradient(top, #213378 1%,#2d4294 100%);
background: linear-gradient(to bottom, #213378 1%,#2d4294 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213378', endColorstr='#2d4294',GradientType=0 ); 
border:none;
text-align:center;
width:128px;
height:47px;
line-height:45px;
color:#fff;
float: right;
}

.contactForm .submitBtn:hover {
background: #213378;
text-align:center;
width:128px;
height:47px;
line-height:45px;
color:#fff;
text-decoration:none;
}

.contactForm.success {
  overflow: hidden;
}

.contactForm.success .formHeader {
    background: #2abd2a;
    border-color: #2abd2a;
    color: #fff;
padding-top: 5px;
text-align: center;
}

.contactForm .formHeader h1{
font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #dedede;	
}

.contactForm.success .formHeader h1 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contactForm.success .formBody {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contactForm.success .formBody form {
  opacity: 0;
}

.contactForm .inputContainer.success {
  border-color: #76d176;
}

.contactForm .inputContainer.success label {
  background: #82E682;
  border-color: #76d176;
}

.contactForm .inputContainer.success input,
.contactForm .inputContainer.success textarea {
  color: #0A8754;
}

.contactForm .inputContainer.error {
  border-color: #e85454;
}

.contactForm .inputContainer.error .message {
  width: 100%;
}

.contactForm .inputContainer.error label {
  background: #FF5C5C;
  border-color: #e85454;
}

.contactForm .inputContainer.error input,
.contactForm .inputContainer.error textarea {
  color: #FF5C5C;
}

.container
{
	width:1065px;
}

.clear5
{
	clear:both;
	height:5px;
}

.clear10
{
	clear:both;
	height:10px;
}

.clear20
{
	clear:both;
	height:20px;
}

.clear30
{
	clear:both;
	height:30px;
}

.clear40
{
	clear:both;
	height:40px;
}

.clear50
{
	clear:both;
	height:50px;
}

.clear60
{
	clear:both;
	height:60px;
}

.p0
{
	padding:0px !important;
}

.logo
{
	margin-top:7px;
}

.mrg_top35
{
	margin-top:40px;
}

.email_right
{
	margin-left:10px;
}

.label_right_email
{
	color:#8d8d8d;
	font-size:18px;
}

.nav_bg
{
background: #213378; 
background: -moz-linear-gradient(top, #213378 1%, #2d4294 100%); 
background: -webkit-linear-gradient(top, #213378 1%,#2d4294 100%);
background: linear-gradient(to bottom, #213378 1%,#2d4294 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213378', endColorstr='#2d4294',GradientType=0 ); 
border:none;
}

.navbar-right {
    float: right!important;
    margin-right: 0px;
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    padding-left: 85px;
    padding-right: 85px;
    font-size: 14px;
    color: #fff;
	text-transform:uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background:#0e1e58;
}

.navbar-nav>li>a
{
	padding-top:17px;
	padding-bottom:17px;
}

.navbar
{
	margin-bottom:10px;
}

.welcome_bg
{
	background:url(../images/shadow_img.png);
	width:536px;
	height:71px;
	position:absolute;
	margin-top:100px;
	top:0px;
	padding-left:20px;
	padding-top:20px;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

.heading_home h2
{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#303030;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:solid 1px #dedede;
}

.weclome_left_label
{
	font-size:14px;
}

.footer_bg
{
	background:#f4f4f4;
	padding-top:20px;
	padding-bottom:0px;
}

.footer_link
{
	font-size:14px;
	color:#a3a3a3;
}

.footer_link h3
{
	font-size:20px;
	color:#000;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

.footer_link a
{
	font-size:14px;
	color:#a3a3a3;
	width:100%;
	 display: block;
}

.bdr_footer_bottom
{
	border-top:solid 1px #dedede;
	margin-bottom:10px;
	color:#787878;
	padding-left:25px;
	padding-right:25px;
}

.logo_right_footer
{
	margin-right:40px;
	margin-top:10px;
}

.footer_left_mrg
{
	margin-left:40px;
}

.footer_right_bottom
{
	font-size:12px;
		color:#787878;
}

.footer_right_bottom a
{
	font-size:12px;
		color:#787878;
}

.smg_img_round
{
	border-radius:5px;
}

.contact_thank_label
{
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.label_conatct
{
	color:#303030;
}

.input_bg
{
	background:#efefef;
	height:38px;
	color:#666;
	padding:5px;
	border:none;
	box-shadow:none;
	width:100%;
	margin-bottom:10px;
}

.input_bg_textarea
{
	background:#efefef;
	height:90px;
	color:#666;
	padding:5px;
	border:none;
	box-shadow:none;
	width:100%;
	margin-bottom:10px;
}

.label_contact_location
{
	padding-left:25px;
}

.btn_submit
{
background: #213378; 
background: -moz-linear-gradient(top, #213378 1%, #2d4294 100%); 
background: -webkit-linear-gradient(top, #213378 1%,#2d4294 100%);
background: linear-gradient(to bottom, #213378 1%,#2d4294 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213378', endColorstr='#2d4294',GradientType=0 ); 
border:none;
text-align:center;
width:128px;
height:47px;
line-height:45px;
color:#fff;
}

.btn_submit:hover
{
background: #213378;
text-align:center;
width:128px;
height:47px;
line-height:45px;
color:#fff;
text-decoration:none;
}

@media  (min-width: 768px) and (max-width: 1070px){
.container
{
	width:98%;
}
.navbar-inverse .navbar-nav>li>a {
    padding-left: 50px;
    padding-right: 50px;
}
}

@media  (min-width: 320px) and (max-width: 767px){
.container
{
	width:100%;
	padding: 0px;
}
.welcome_bg
{
	width:100%;
}

.navbar
{
	margin-top:10px;
}

.mrg_top35 {
    margin-top: 10px;
}

.img_right_home
{
	margin-top:20px;
}

.welcome_bg {
    width: 250px;
    height: 40px;
    position: absolute;
    margin-top: 20px;
    top: 0px;
    padding-left: 10px;
    padding-top: 9px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.logo
{
	width:60%;
}

.footer_left_mrg {
    margin-left: 10px;
}

.logo_right_footer {
	display:none;
}

.bdr_footer_bottom
{
	padding:0px;
}

.footer_right_bottom {
    font-size: 12px;
    color: #787878;
    text-align: left;
}

.label_right_email {
    color: #8d8d8d;
    font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a {
    padding-left: 20px;
}
}

@media  (min-width: 320px) and (max-width: 500px){
.logo
{
	width:96%;
	}
}