

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/
body {
    background: #fff; 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000; /* custom changed from #888888 to #000 */
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center; 
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #00002d;
    padding: 20px 0px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 8px;
	position: relative;
	z-index: 2;
}

.res-nav_click {
    display: none;
}
	

/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #FFFFFF; /* custom changed from #005490 to #FFFFFF */
    position: relative;
}

.hero_section {
    position: relative; 
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 70px 0;
}

.top_right_cont {
    padding: 70px 0;
}

.top_right_call h3 {
    font-size: 40px;
    color: #fff;
    margin: 0 40px 20px 0;
	padding-top: 50px;
    text-align: right;
    font-weight: 700;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #000;  /* custom changed from #fff to #000*/
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #000000; /* custom changed from #DADADA to #000000*/
    margin: 0 0 30px 0;
    line-height: 26px;
}
.hero_section{
    position: relative;
}
.bannerImg{
    position: absolute;
bottom: 0px;
    right: 0px;
float: right;
}
a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 40px;
    line-height: 38px;
    border-radius: 0px; /* custom changed from 3px to 0px*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #000; /* custom changed from #fff to #000*/
    border: 1px solid #000; /* custom changed from #fff to #000*/
}

a.read_more2:hover {
    background: #005490; /* custom changed from #fff to #005490 */
    color: #ffffff; /* custom changed from #005490 to #ffffff */
    border: 1px solid #005490; /* custom changed from #fff to #005490 */
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #005490;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #005490;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #005490;
    color: #fff;
}

.input-text {
    background: transparent;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 0px;
	width:80%; /* custom attribute*/
	bottom: 7%; /* custom attribute*/
	display: block; /* custom attribute*/
	position: absolute; /* custom attribute*/
/*	right: 0; /* custom attribute*/
}
 
.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 36px;
    color: #000000; /* custom changed from #ffffff to #000000*/
    margin: -70px 50px 0 0;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #005490;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #005490;
}

.contact_block_icon.icon2 span {
    background: #005490;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
} 

.form {
    margin: -50px -50px 0 0;
	height:auto;
}

.input-text {
    padding: 12px 16px;
    border: 1px solid #000; /* custom changed from #ccc to #000 */
    width: 50%;
    height: 40px;
    display: block;
    border-radius: 0px; /* custom changed from 4px to 0px */
	text-align:center; /*Custom added attribute*/
    font-size: 13px;
    color: #000; /* custom changed from #aaa to #000 */
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text-2 {
    padding: 12px 16px;
    border: 1px solid #000; /* custom changed from #ccc to #000 */
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 0px; /* custom changed from 4px to 0px */
	text-align:center; /*Custom added attribute*/
    font-size: 13px;
    color: #000; /* custom changed from #aaa to #000 */
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.input-text.text-area {
    height: 110px;
    resize: none;
    overflow: auto;
    
}

.input-btn {    
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 0px; /* custom changed from 3px to 0px*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #000; /* custom changed from #fff to #000*/
    border: 1px solid #000; /* custom changed from #fff to #000*/
}

.input-btn:hover {
    background: #005490; /* custom changed from #fff to #005490*/
    color: #ffffff; /* custom changed from #005490 to #ffffff */
    border: 1px solid #005490; /* custom changed from #fff to #005490*/
}

/*Custom  class*/
.contact_section h3 {
  font-size: 28px;
  margin-left: 20px;
}

.right_side_content {
  margin-bottom: 50px;
  padding-left: 28px !important;
}

.custom_column {
  height: 440px;
}

.right_side_content p, .right_side_content li, .right_side_content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.right_side_content h4 
{
	margin:0px;	
}

.captchacode_text {
  width: 145px;
  height: 45px;
  padding: 12px 0px;
  float:left;
}

.input-text.captchacode_input {
  float: left;
  width: 140px;
}
.input-btn.contact-submit {
  width: 80px;
  height: 40px;
  line-height: 0px;
  float:right;
}
/*Custom  class*/

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #ffffff; /* custom changed from #232323 to #ffffff*/
	margin-bottom:25px;  /*custom attribute*/
}

.footer_bottom {
    border-top: 1px solid #3C3A3A;
    padding: 25px 0 40px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #005490;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/*Custom footer class*/
.footer-bottom-left.col-xs-3.col-sm-3.pull-left {
	padding-left: 0;
	font-size: 12px;
	text-align: left;
	list-style-type:disc
	/*position: absolute;
	bottom: 25px;*/
}

.footer-bottom-right.col-xs-3.col-sm-3.pull-right {
    padding-right: 0;
    text-align: right;
	font-size: 12px;
	/*position: absolute;
	bottom: 25px;
	right:20px;*/
}

.footer_wrapper .mail {
  color: #000000;
}
/*Custom footer class*/

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {


}
@media (max-width: 768px) {
.bannerImg{
display:none;
}
p{
font-size:14px;
}
.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
font-size: 25px;
color: #FFF;
line-height: 39px;
margin: 0 0 9px 0;
}
.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:16px;
line-height:22px;
}
.form {
margin: 0 0px;
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
  padding: 0px;
  position: relative;
  width: 100%;
}
.custom_column {
  clear: both !important;
  height: auto;
  width: 100%;
} 

.footer-bottom-left, .footer-bottom-right {
  clear: both!important;
  width: 100%;
  float: none!important;
  text-align: center!important;
  padding: 10px 0px 0px 0px !important;
}

}