*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: transparent !important;
}
.translate-container{
	clear: both;
}
.content{
	padding: 0 !important;
	font-weight: 400;
    color: var(--content-color);
    margin: 0;
	line-height: 22px;
}
:root {
	--site-font: "Montserrat", sans-serif;
    --main-color: #18511B;
    --secound-color: #F49F2F;
	--gree-light: #5E7F67;
    --white-color: #ffffff;
    --black-color: #000000;
	--content-color: #555555;	
}
body{
	font-family: var(--site-font);
}
.content{
	min-height: inherit !important;
	width: 100% !important;
}
.wrapper{
	width: 1170px !important;
	margin: auto;
	position: relative;
	padding-right: .75rem;
    padding-left: .75rem;
}
.float-start{
	float: left;
}
.float-end{
	float: right;
}
.w-100{
	width: 100%;
}
.text-center{
	text-align: center;
}
.site-top{
	background: var(--gree-light);
	color: var(--white-color);
	padding: 10px 0;
}
.site-top .c-info,
.site-top .s-media{
	margin: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-top .c-info li, .site-top .c-info li a,
.site-top .s-media li, .site-top .s-media li a{
	float: left;
	color: var(--white-color);
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
}
.site-top .c-info li i,
.site-top .s-media i{
	font-size: 11px;
}
.site-top .c-info li a, 
.site-top .s-media li a{
	display: flex;
	align-items: center;
	gap: 7px;
	margin-right: 15px;
	position: relative;
}
.site-top .s-media li a{
	height: 21px;
}
.site-top .c-info li a:after,
.site-top .s-media li a:after{
	content: "";
	right: -3px;
	height: 12px;
	background: #FFFFFF52;
	top: 0;
	width: 1px;
	position: relative;
}
.site-top .c-info li:last-child a:after,
.site-top .s-media li:last-child a:after{
	display: none;
}

.site-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--black-color);
    margin: 0 0 20px 0;
}
.site-btn{
	background-color: var(--secound-color);
    font-weight: 600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--secound-color);
    padding: 0 20px;
	height: 40px;
	line-height: 38px;
	color: var(--white-color) !important;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
}
.site-btn.sec-btn{
	margin: 0;
	background: var(--white-color);
	border-color: var(--white-color);
	color: var(--black-color) !important;
}
.site-btn.main-bg{
	background: var(--main-color);
	border: var(--main-color);
}
.site-btn.center{
	display: table;
	margin: auto;
	clear: both;
}

.hero-sec{
	min-height: 650px;
	height: 80vh;
	position: relative;
	background-size: cover !important;
}
.hero-sec .wrapper{
	min-height: 650px;
	height: 80vh;
}
.hero-sec .slider-info{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(0%) translateY(-50%);
	width: 40%;
}
.hero-sec .slider-info h2{
	color: var(--white-color);
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	margin: 0 0 20px 0;
}
.hero-sec .slider-info a:nth-of-type(1){
	margin-right: 15px;
}
.hero-sec .form-section{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(0%) translateY(-50%);
    width: 40%;
    background: #18511BD9;
    padding: 30px;
}
.hero-sec .form-section h2{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white-color);	
}
.hero-sec .form-section form{
	padding: 0 !important;
	float: left;
	width: 100%;
	background: transparent !important;
}
.hero-sec .form-section #optinForm_notify{
	display: flex;
    align-items: center;
    margin-bottom: 13px;
    color: #fff;
    text-align: left;
    font-size: 13px;
}
.hero-sec .form-section #optinForm_input,
.hero-sec .form-section #optinForm_submit{
	float: left;
	width: 100%;
}
.hero-sec .form-section #optinForm_input span{
	float: left;
	width: 100%;
}
.hero-sec .form-section #optinForm_input input{
	width: 100%;
	float: left;
	border: solid 1px var(--white-color) !important;
	border-radius: 0;
	padding: 10px 15px;
	outline: none;
	color: #000;
	background: var(--white-color);
	font-size: 14px;
	margin: 0 0 10px 0 !important;
}
.hero-sec .form-section #optinForm_submit input{
	float: left;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    font-weight: 600;
    border-radius: 0;
    background: var(--secound-color);
    color: var(--white-color);
    padding: 0;
    display: flex;
    align-items: center;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
	margin: 0;
    border: solid 1px var(--secound-color) !important;
}
.hero-sec .form-section .notify{
	float: left;
    width: 100%;
    clear: both;
    color: #fff !important;
    margin: 15px 0 0 0 !important;
    padding: 0;
    font-size: 12px;
}



.how-it-works{
	margin: 50px 0 50px 0;
	padding: 0 0;
}
.how-it-works .content{
	margin-bottom: 40px;
	min-height: inherit;
	margin-top: 10px;
}

.how-it-works .hiw-option {
	float: left;
	width: calc(calc(100% - 60px) / 3);
	border: solid 1px var(--main-color);
	position: relative;
	padding: 15px 15px 15px 66px;
	margin-bottom: 30px;
	height: auto;
	margin-right: 30px;
}
.how-it-works .hiw-option:last-of-type{
	margin-right: 0;
}
.how-it-works .hiw-option img{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.how-it-works .hiw-option h3 {
    font-size: 16px;
    color: var(--main-color);
    margin: 0 0 6px 0;
	font-weight: 500;
}
.how-it-works .hiw-option p {
    font-size: 14px;
    margin: 0;
    color: var(--content-color);
}

.info-section{
	position: relative;
	padding: 0 0;
}
.info-section .is-content {
    padding: 50px 50px 50px 0;
	float: left;
	width: 50%;
}
.info-section .is-content .content{
	margin-top: 10px;
    min-height: auto;
    margin-bottom: 40px;
}
.info-section .is-content a:nth-of-type(1){
	margin-right: 15px;
}
.info-section .is-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover !important;
    background-position: center !important;
}

.info-sec {
	margin: 50px 0;
	padding: 0 0;
}
.info-sec .img-sec{
	float: left;
	width: 50%;
}
.info-sec .info-content{
	float: left;
	width: 50%;
	padding: 0 0 0 50px;
}
.info-sec .info-content .desc{
	float: left;
	width: 100%;
	margin-top: 10px;
    min-height: auto;
    margin-bottom: 40px;
}
.info-sec .info-content .desc p{
    min-height: auto;
    margin-bottom: 20px;
}
.info-sec .info-content .desc p:last-of-type{
	margin: 0;
}



footer{
	padding: 50px 0 0 0;
	background: var(--main-color);
}
footer h4{
    font-size: 22px;
    font-weight: 600;
    color: var(--white-color);
	margin-bottom: 20px;
}
footer .container .col-sm-3 div{
	float: left;
	width: 100%;
}
footer ul.menu{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul.menu li{
	float: left;
	width: 100%;
	color: var(--white-color);
	font-size: 14px;
	border-bottom: solid 1px #FFFFFF29;
}
footer ul.menu li a{
	float: left;
	width: 100%;
	color: var(--white-color);
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	transition-duration: .3s;
}
footer ul.menu li a:hover, footer ul.menu li a:active, footer ul.menu li a:focus{
	color: var(--secound-color);
	transition-duration: .3s;
}
footer ul.menu li:last-child{
	border: 0;
}
footer .s-media{
	float: left;
	width: 100%;
	list-style: none;
}
footer .s-media li{
	float: left;
}
footer .s-media li a{
	float: left;
	color: var(--white-color);
	font-size: 20px;
	padding-right: 20px;
}
footer .copy-right{
	font-size: 14px;
	color: var(--white-color);
	padding: 15px 0;
	border-top: solid 1px #FFFFFF29;
	margin: 25px 0 0 0;
}
footer .w-25{
	width: calc(calc(100% - 90px) / 4);
	margin-right: 30px;
}
footer .w-25:last-of-type{
	margin-right: 0;
}
.footer,
.header,
.translate-container{
	display: none !important;
}


.thankyou ul{
	list-style: none;
	text-align: center;
	display: block;
}
.thankyou ul li{
	display: inline-block;
}
.thankyou ul li:last-child a{
	background: var(--black-color);
	color: var(--white-color) !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper{
		width: 960px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper{
		width: 720px !important;
	}
	
	.hero-sec .slider-info{
		width: 50%;
	}
	.hero-sec .slider-info h2{
		font-size: 28px;
	}
	.hero-sec .form-section{
		left: auto;
        right: 0;
	}
	.site-title {
		font-size: 24px;
	}
	
}

@media (min-width: 10px) and (max-width: 767px) {
	.how-it-works{
		margin: 30px 0 30px 0;
	}
	.info-sec{
		margin: 30px 0 30px 0;
	}
	.wrapper{
		width: 100% !important;
		margin: auto;
		position: relative;
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.site-top .c-info li a span{
		display: none !important;
	}
	
	.site-title {
		font-size: 24px;
	}
	
	.hero-sec .slider-info h2{
		font-size: 28px;
	}
	
	.hero-sec{
		min-height: inherit;
        height: auto;
        position: relative;
	}
	.hero-sec .wrapper{
		min-height: inherit;
        height: auto;
		padding-bottom: 60px;
	}
	.hero-sec .slider-info{
		float: left;
		text-align: center;
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		transform: none;
		margin: 40px 0 20px 0;
	}
	.hero-sec .slider-info a{
		display: inline-block;
        float: none !important;
	}
	.hero-sec .form-section{
		position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: auto;
        display: table;
        clear: both;
        width: 80% !important;
	}
	
	.how-it-works .hiw-option{
		width: 100%;
		margin-right: 0 !important;
	}
	
	.info-section {
		padding-top: 280px;
		position: relative;
	}
	.info-section .is-bg{
		left: 0;
        right: 0;
        height: 280px;
        width: 100%;
	}
	.info-section .is-content{
		padding: 30px 0 0 0;
		text-align: center;
		width: 100%;
	}
	
	.info-section .is-content a{
		display: inline-block;
        float: none !important;
	}
	
	.info-sec .img-sec{
		width: 100%;
	}
	.info-sec .info-content{
		padding: 30px 0 0 0;
        text-align: center;
		width: 100%;
	}
	.info-sec .info-content a{
		display: table;
		margin: auto;
		float: none;
	}
	footer .w-25{
		width: 100%;
		margin: 0 0 30px 0;
	}
	footer .footer-logo{
		margin: auto;
		display: block;
		float: none;
	}
	footer h4{		
		font-size: 18px;
		text-align: center;
	}
	footer ul.menu li{
		text-align: center;
	}
	footer .s-media{
		float: none;
		text-align: center;
		display: block;
	}
	footer .s-media li{
		float: none;
		display: inline-block;
	}
}