html{
	overflow-x: hidden;
}
body {
	font-family: "Inter", sans-serif;
	overflow-x:hidden;
}

a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}


.container{
	max-width: 1250px;
}


.header{
	padding: 35px 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.callfor{
	display: flex;
	gap: 15px;
	align-items: center;
}
.callfor label{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.callfor a{
	color: #294a0a;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	background-color: #aee37a;
	gap: 10px;
	padding: 5px 15px 5px 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.callfor a:hover{
	background-color: #77c22d;
}

.banner-content{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	height: 100%;
	align-items: center;
	width: 100%;
}
.banner-content h1{
	color: #fff;
	font-size: 56px;
	line-height: 59px;
	font-weight: 700;
	margin-bottom: 35px;
}
.banner-content h1 span{
	font-weight: 300;
}
.banner-content a{
	color: #294a0a;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	background-color: #aee37a;
	gap: 10px;
	padding: 5px 5px 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.banner-content a:hover{
	background-color: #77c22d;
}
.banner-content-inner{
	width: 50%;
}
.bottomrow{
    padding: 0 0.8rem;
}
.bottomrow-box{
	position: relative;
}
.bottomrow-box img{
	width: 100%;
}
.bottomrow-box-content{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,1));
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px;
	display: flex;
	align-items: end;
}
.bottomrow-box-content h3{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	padding-left: 20px;
	border-left: solid 3px #aee37a;
}

.paymentbtn{
	margin: 45px 0;
	text-align: center;
}
.paymentbtn a{
    color: #294b09;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background-color: #aee37a;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 5px 5px #396310;
}
.paymentbtn a:hover{
	box-shadow: 5px 5px #fff;
}

.footer{
	padding: 25px 0;
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: 14px;
}

.infopbg{
	padding-bottom: 35px;
}
.infopbg h1{
    font-weight: 700;
    color: #000;
    font-size: 33px;
	margin: 0 0 17px 0;
}
.inforow ul{
	padding: 0;
	margin: 0;
}
.inforow ul li{
	list-style-type: none;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.inforow ul li a, .inforow ul li span{
	color: #010101;
	font-size: 18px;
	font-weight: 500;
}
.inforow ul li a:hover{
	color: #aee37b;
}
.inforow ul li .fa{
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #afe27d;
	color: #2c4a0a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 12px;
}
.phonebig ul li a {
    font-size: 25px;
    font-weight: 600;
}
.inforow-mid ul li .fa{
	background-color: #020202;
	color: #afe27d;
}

.map{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.banner-content h1{font-size: 38px; line-height: 49px; margin-bottom: 15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content h1{font-size: 20px; line-height: 29px; margin-bottom: 15px;}
	.logo img{width: 260px;}
	.bottomrow-box-content{padding: 15px;}
}
@media only screen and (max-width: 767px) {
	.header{padding: 15px 0; position: inherit; background-color: #4b4a48;}
	.header-inner{flex-direction: column; justify-content: center;}
	.banner-content-inner{width: 100%;}
	.logo img{max-width: 100%;}
	.banner-content h1{font-size: 15px; line-height: 22px; margin-bottom: 15px;}
	.callfor label, .callfor a{font-size: 9px;}
}