@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background: #fff;
	color:#666;
}
header {
	width: 100%;
	float: left;
	padding: 20px 0;
	background:#fff;
	position:fixed;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	z-index:9999;
}
.navigation {
	padding: 0 10px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #00a1df;
	font-size: 30px;
}
.navigation ul {
}
.navigation ul li {
	font-size: 16px;
	display: inline-block;
	text-transform:uppercase;
	padding:0 10px;
}
.navigation ul li a{
	font-weight: 400;
	color:#666;
	padding: 0 15px;
	line-height: 47px;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.navigation ul li a:hover {
	color: #00a1df;
}
.navigation ul li a.active {
	color: #00a1df;
}
.navigation ul li:last-child a{
	color:#00a1df;
	text-decoration:none;
	border:#00a1df solid 1px;
	text-align:center;
	display:inline-block;
}
.navigation ul li:last-child a:hover{
	background:#00a1df;
	color:#fff;
}
.banner-sec{
	width:100%;
	float:left;
	color:#fff;
	position:relative;
	margin:23px 0 40px;
}
.banner-sec img{
	width:100%;
	height:auto;
	max-width:100%;
}
.banner-text{
	width:100%;
	position:absolute;
	text-align:center;
	top:250px;
}
.banner-text h1{
	font-family:'helveticaneuelight';
	font-size:56px;
    letter-spacing: 1px;
    line-height: 1.2em;
	text-shadow: 0em 0em 0.2em #000000;
	margin-bottom:170px;
}
.banner-text h1 span{
    font-family:'helveticaneuethin';
    font-size: 34px;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.2);
	display:block;
}
.banner-text a i{
	font-size:60px;
	color:#fff;
}
.content-sec{
	width:100%;
	float:left;
	padding:50px 0;
}
.content-sec h3{
	font-family:'helveticaneuelight';
	font-size:48px;
	margin-bottom:40px;
	text-align:center;
}
.content-sec p{
	font-family:'helveticaneuethin';
	font-size:24px;
	line-height:45px;
	text-align:justify;
	width:70%;
	margin:auto auto 40px;
}
.content-sec a{
    color: #00a1df;
}
.icons-sec{
	width:100%;
	float:left;
	background:#f1f1f1;
	padding:50px 0;
	text-align:center;
	font-family:'helveticaneuethin';
	font-size:22px;
	line-height:25px;
}
.icons-sec h3{
	font-family:'helveticaneuelight';
	text-transform:uppercase;
	font-size:28px;
	margin:20px 0;
}
a.contactbtn{
	display:block;
	margin:70px auto auto;
	text-transform:uppercase;
	color:#00a1df;
	border:#00a1df solid 3px;	
	font-family:'helveticaneuelight';
	font-size:20px;
	font-weight:700;
	line-height:55px;
	text-align:center;
	width:185px;
	border-radius:2px;
}
a.contactbtn:hover{
	background:#00a1df;
	color:#fff;
}
footer{
	width:100%;
	float:left;
	background:url(../images/footer-bg.jpg) top left no-repeat;
	background-size:cover;
	padding:40px 0;
}
footer ul{
	margin-top:20px;
}
footer ul li{		
	font-family:'helveticaneuelight';
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
}
footer ul li a{
	color:#2ea3f2;
}
footer ul li a:hover{
	color:#fff;
}
a.contactbtn1{
	display:block;
	margin:20px 0;
	text-transform:uppercase;
	color:#00a1df;
	border:#00a1df solid 2px;	
	font-family:'helveticaneuelight';
	font-size:16px;
	font-weight:700;
	line-height:40px;
	text-align:center;
	width:250px;
	border-radius:2px;
}
a.contactbtn1:hover{
	background:#00a1df;
	color:#fff;
}
footer h3{
	color:#fff;
	font-size:20px;
	margin-bottom:30px;
}
footer p{
	color:#fff;
	font-size:14px;
}
.contact-sec{
	width:100%;
	float:left;
	margin-top:92px;
	padding:50px 0;
}
.map-div{
	width:100%;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#ccc solid 1px;
}
.address-div{
	padding:25px;
	border:#666 dashed 1px;
	color:#666;
	font-family:'helveticaneuethin';
	font-size:14px;
	line-height:25px;
}
.address-div h3{
	font-family:'helveticaneuelight';
	font-size:20px;
	font-weight:700;
	margin:20px 0;
}
.address-div a{
	color:#00a1df;
}
.contact-form-holder{
	width:100%;
	float:left;
	padding:30px 0;
}
.contact-form-holder .form-control{
	margin-bottom:25px;
}
.contact-form-holder input[type=submit]{
	display:block;
	text-transform:uppercase;
	color:#00a1df;
	border:#00a1df solid 2px;	
	font-family:'helveticaneuelight';
	font-size:16px;
	font-weight:700;
	line-height:40px;
	text-align:center;
	width:150px;
	border-radius:2px;
	cursor:pointer;
	background:#fff;
	letter-spacing:2px;
	font-weight:700;
}
.contact-form-holder input[type=submit]:hover{
	background:#00a1df;
	color:#fff;
}
.banner-sec1{
	width:100%;
	float:left;
	color:#fff;
	position:relative;
	margin-top:-40px;
}
.banner-sec1 img{
	width:100%;
	height:auto;
	max-width:100%;
}
.banner-text1{
	width:100%;
	position:absolute;
	text-align:center;
	top:300px;
}
.banner-text1 h1{
	font-family:'helveticaneuelight';
	font-size:56px;
    letter-spacing: 1px;
    line-height: 1.2em;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.75);
}
.banner-sec2{
	width:100%;
	float:left;
	color:#fff;
	position:relative;
}
.banner-sec2 img{
	width:100%;
	height:auto;
	max-width:100%;
}
a.contactbtn2{
	display:block;
	margin:20px auto;
	text-transform:uppercase;
	color:#00a1df;
	border:#00a1df solid 3px;	
	font-family:'helveticaneuelight';
	font-size:24px;
	font-weight:700;
	line-height:55px;
	text-align:center;
	width:350px;
	border-radius:2px;
}
a.contactbtn2:hover{
	background:#00a1df;
	color:#fff;
}

/*===== BACK TO TOP =====*/


#back-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 999;
}
#back-to-top a {
	text-align: right;
	text-decoration: none;
	display: block;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius: 6px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}

/*FONTS*/

@font-face {
    font-family:'helveticaneuethin';
    src: url('../fonts/helveticaneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}