body{
max-width: 1560px; 
margin: 0 auto !important;
color: #000;
font-size: 16px;
font-family: 'Lato', sans-serif;
}

.container{width: 85% !important;}
header{
background: url(images/header-bg.png) bottom left no-repeat;
background-size: cover;
color: #fff;
padding: 20px 0 105px;
box-shadow: 0px 50px 30px -20px rgba(0,0,0,0.4) inset;
margin-bottom: -80px;
}
.nav a{color: #fff; padding: 10px 12px !important; font-size: 12px; font-weight: 600;}
footer{background: #111; color: #ccc; padding: 10px 0;}

header h1{font-size: 6.5em; font-weight: bold; margin: 0; padding: 0;}
header h3{font-weight: bold;}
.section-main{z-index:99; position: relative; margin-bottom: -100px;}
.section-main h1{font-size: 2.7em; margin-bottom: 50px; color:#0091a1;  font-weight: bold;}
.section-main .row{margin: 0px;}
.section-main p{color: #555; font-size: 18px;}
.social-icon {
    float: left;
    width: 35%;
    margin-left: 5%;
}
.social-icon a{color: #fff; font-size: 16px; padding: 0 3px;}
.join-button {
    float: left;
    width: 60%;
	margin-top: 10px;
}
.join-button a {
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
    line-height: 1.5em !important;
	text-transform: uppercase;
}
header a{
    color: #fff;
	text-decoration: none;
}
header a:hover{
    color: #0091a1;
	text-decoration: none;
}
.button{margin: 40px 0;}

.button1 {
    font-size: 14px;
    padding: 10px 30px;
    color: #0091a1;
    background-color: #fff;
    border-style: solid;
	font-weight: bold;
    border-width: 2px 2px 2px 2px;
    border-color: #0091a1;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
}

.button2 {
    font-size: 14px;
    padding: 10px 30px;
    color: #fff;
    background-color: #0091a1;
    border-style: solid;
	font-weight: bold;
    border-width: 2px 2px 2px 2px;
    border-color: #0091a1;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
}

.button2:hover{text-decoration: none; color: #fff;}

.bottom-section{
background: url(images/footer-bg.png) top right no-repeat;
background-size: cover;
color: #fff;
padding: 150px 20px 50px 0;
z-index: 999;
position: relative;
}
.phone{text-align: right;margin-bottom: -35px;font-size: 30px}
.header-text{padding-top: 130px; padding-left: 5% !important;}
section h4{font-weight: bold;}
section ul {padding-left: 15px;}
section ul li{padding: 2px 0;}
.white-col{background: #fff; color: #111; border-radius: 20px; padding: 20px 30px !important; margin-top: -130px;box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.37);}

@media only screen and (max-width: 767px) {
header{text-align: center; margin: 0;padding: 20px 0 40px;}
.nav>li { width: 50%; float: left;}
.nav a{padding: 5px 10px !important; }
.section-main .row{margin: 0;}
.header-text{padding-top: 0px; padding-left: 0%; margin-top: 20px;}
.phone{text-align: center;margin-bottom: 0px;}

footer{text-align: center !important;}
}

@media only screen and (max-width: 1400px) {
.container{width: 95% !important;}
header{
padding: 20px 0 85px;

}

}

@media only screen and (max-width: 1320px) {
.container{width: 95% !important;}

.social-icon {
    width: 100%;
    margin-left: 0%;
}
.join-button {
    width: 100%;
}
.section-main {
   
    margin-bottom: -30px;
}
}