html, body{width:100%;height:100%;}

body{
	margin:0;
	padding:0;
	background:#fff;
	font-size:16px;
	line-height:24px;
	font-family:"Roboto", Helvetica, Arial, "sans-serif";
	color:#fff;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	moz-box-sizing:border-box;
}
a {color:#fff;}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{
	clear:both;
}
.container{
	width:1170px;
	margin:0 auto;
	padding:0 15px;
	clear:both;
}
ul{margin:0;list-style:none;}
ol{margin:0;}
p{margin:0;}

/** Main style **/

.inner-section {
	background:#000 url(../images/bg-image1.jpg) no-repeat top right;
	background-size:cover;
	-webkit-background-size:cover;
    background-attachment: fixed;
	padding:40px 0 100px;
}
.logo {
    float: left;
}
.contact-number {
	padding: 22px 0 0 50px;
    float: left;
}
.contact-number > a {
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
	text-decoration:none;
}
.text-sec {
    padding-top: 22px;
    float: right;
}
.text-sec > h3 {
	margin: 0;
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
.one-half {
	clear: both;
    padding-top: 130px;
    width: 65%;
    float: left;
	padding-right: 40px;
}
.one-half h1.heading-text {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 70px;
    line-height: 36px;
    text-shadow: 0px 1px 0px #768581;
}
.one-half ul {
    padding-left: 30px;
}
.one-half ul li {
	font-size: 23px;
    line-height: 30px;
    padding-bottom: 41px;
	position:relative;
    padding-left: 60px;
	font-weight:600;
	text-shadow: 0px 1px 0px #768581;
}
.one-half ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
	height:36px;
	background:url(../images/checked-arrow.png) no-repeat center;	
}
.form-sec {
    background: #212121;
    width: 35%;
    padding: 23px;
    margin-top: 53px;
    float: right;
    vertical-align: top;
    border: 5px solid #73fa79;
    border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-sec > h4 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.form-sec > h5 {
	color: #fff;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-size: 14px;
    padding: 0 33px;
    line-height: 16px;
    margin-top: 5px;
}
.full-width input {
    padding: 10px;
    border-radius: 0;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.full-width input::-webkit-input-placeholder {
	color:#a2a2a2;
}
.submit-btn input{  
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    background: #1ebd5c;
    text-align: center;
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.submit-btn input:hover{
	background:#0d7535;
}
#mc_embed_signup {
    padding-bottom: 20px;
    padding-top: 50px;
}
.form-sec p {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    color: #afafaf;
}
.footer-sec {
	background:#212121;
	padding:20px 0 10px;
	text-align:center;
	color:#fff;
}
.footer-sec  h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}
.footer-sec  p {
	font-size: 15px;
    line-height: 17px;
    margin: 4px 0 7px;
    color: #e0e0e0;
}
.footer-sec  p span {
    display: block;
}
.footer-sec  h3 {
	padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.widget {
	padding:0;
}
.privacy-sec a {
    font-size: 12px;
    text-decoration: underline;
    color: #afafaf;
    transition: all 0.3s ease-in-out;
    display: block;
}
.privacy-sec a:hover {
	text-decoration:none;
	color:#fff;
}

/** Thnak you **/
.thank-you {
    text-align: center;
    color: #303030;
    padding: 11% 0 0px;
}
.thanks-logo {
    display: inline-block;
    padding-bottom: 35px;
}
.thnak-content {
	display: block;
}
.thnak-content h3 {
	font-size: 21px;
    font-weight: 900;
    line-height: 30px;
    display: block;
}
.thnak-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
}
.thnk-btn {
    display: inline-block;
}
.thnk-btn a {
	background: #1ca8b9;
    padding: 10px 20px 10px 15px;
    display: block;
    margin-top: 42px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.thnk-btn a:hover {
	background:#118593;
	color:#fff;
}