body{
 font-size:17px;
 line-height:24px;
 color:#333333;
 letter-spacing: 2px;
}
img{max-width:100%;}
h1{
	font-size: 32px;
	color:#333;
	line-height:44px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.logo{
	float:left;
	padding:20px 0 0 0;
}
.navbar-right{
 margin-top:25px;
}
.navbar-right li a{
	font-size:18px;
	color:#333333;
	font-family: 'PT Sans', sans-serif;
}
.navbar-nav li a:hover{background:transparent;color: #00a3f4;}
.wraper_tab{
	float:left;
	width:100%;
	display: table;
	height:450px;
	background:#80c0e0;
	background-image:url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.box_tab{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content_tab{
	display: inline-block;
    vertical-align: top;
}
.content_tab h1{
	font-size: 36px;
	line-height:42px;
	letter-spacing: 1px;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	margin:0 0 30px 0;
}
.content_tab button{
	border-radius:0px;
}
.btn_blue{
 font-size: 17px;
 color:#fff;
 letter-spacing: 2px;
 background-color: #12affe;
 border:none;
 text-transform: uppercase;
 border-radius:0px;
 font-family: 'PT Sans', sans-serif;
padding:15px 25px 15px 25px;
}
.btn_blue:hover{
background:#009be8;
}
.btn_white:hover{
background:#eeeeee;
color:#111;
}
.btn_white{
 font-size: 17px;
 color:#333;
 letter-spacing: 2px;
 background-color: #fff;
 border:none;
 text-transform: uppercase;
 border-radius:0px;
font-family: 'PT Sans', sans-serif;
padding:15px 25px 15px 25px;
}
.mr_10{
	margin-right:10px;
}
.mb_10{
 margin-bottom:10px;
}
.text_contents{
	font-size: 17px;
	line-height: 24px;
	color:#333333;
}
.textbox{
	width:100%;
	display: inline-block;
	padding: 0 15% 0 15%;
	margin:7% 0 6% 0;
}
.wide_grey{
	float:left;
	width:100%;
	background:#eeeeee;
	padding:50px 20px 50px 20px;
}
.wide_grey ul{
	margin:40px 0 40px 0;
}
.wide_grey ul li{
	list-style-type: none;
	line-height: 26px;
	margin-bottom:20px;
	font-family: 'PT Sans', sans-serif;
}
.lead {
    margin-bottom: 60px;
}
.lead h4{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.lead span{
	color:#636363;
}
.sec_right{
  text-align:right;
  margin-bottom:60px;
}
.sec_left{
  text-align:left;
  margin-bottom:60px;
}
.mtb_60{
	margin-bottom:60px;
	margin-top:60px;
}
.contact_det{
  width:100%;
  font-size: 17px;
  color:#333;
}

.lead_text{
padding:4% 0 0 0% ;
}

.lead_text{
	padding-top:5%;
}

.wraper_blue{
	float:left;
	width:100%;
	background:#a8def9;
	padding:3%;
}
.insta{
	margin:50px 0 40px 0;
}
.mb_30{
margin-bottom:30px;
}
.contactbox h1{
margin-bottom:40px;
}

 
.contactbox .form-group{
width:100%;
}
.contactbox input, textarea{
  width:100% !important;	
 background:#00a9fd !important;
 border:0px !important;
 border-radius: 0px !important;
 margin-bottom:15px;
}
.contactbox input{
	height:50px;
	color:#fff;
}
.contactbox textarea{
	color:#fff;
}


.contactbox ::placeholder{color:#fff;}

.contactbox h4{
 font-size: 17px;
 text-transform: uppercase;
 font-weight: 600;
 font-family: 'PT Serif', serif;
 margin-bottom:30px;
}

footer{
 border-top:solid 3px #00a9fd;
 padding: 20px 0 20px 0;
}
.copyright{
	float:left; padding:20px 0 0 0;
}
.footer_logo{
	float:right;
}
.contactbox{
	display:block;margin-bottom:40px;
}


 

@media (max-width: 767px){
	.logo{ width:80%;padding:15px 0 10px 10px ; }
	.logo img{width:auto;}
	.navbar-toggle{border-radius:0px;background:#00a9fd; margin-top:26px;}
	.navbar-toggle .icon-bar{background:#fff;}
    .navbar-nav li a{padding:20px;}
    .navbar-nav li a:hover{background:#a8def9;}
    .content_tab .mr_10{margin-right:0px;}
    .content_tab h1{font-size:7vw; line-height: 8vw;}
    .btns_ban button{ margin-bottom:10px;}
    .navbar-nav li:nth-child(4){border-bottom:0px;}
    .textbox{padding:20px 0 20px 0;}
    .wide_grey ul{padding-left:0px;}
    .sec_right{float:left;text-align:left;}
    .sec_left{float:left;text-align:left;}
    .lead_text {padding-top: 6%;}
    .ig_mb_20{margin:0 0 20px 0;}
    .text_contact{text-align:center;}
    footer{padding:0 20px 0 20px;}
    .footer_logo{float:left; margin:20px 0 0 0;}
    .rev {display: flex;flex-direction: column-reverse;}
    .lead {margin-bottom:0px;}
}


@media (max-width:992px){
.sec_right{float:left;text-align:left;}
.sec_left{float:left;text-align:left;}
.rev {display: flex;flex-direction: column-reverse;}

}