@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face{
   font-family: 'THEBOLDFONT-FREEVERSION';
   src:url('../fonts/THEBOLDFONT-FREEVERSION.otf') format('opentype');
}


body{  font-family: 'OpenSans-Regular';}
p{margin-top: 10px;}

.top{
	background: #43b746; /*#5844b3;*/
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top a{color:#ffffff; font-family: 'OpenSans-Semibold'; display: inline-block;}
.top .booktop{
	background:#fde428;
	color: #333333;
	display: inline-block;
	padding: 5px 15px; 
	font-family: 'OpenSans-Semibold';
	border-radius: 5px;
}
.navigation{
	border:0;
	margin-bottom: 0;
	border-radius: 0;

}
.nav{margin-top: 10px;}



.navigation .nav li a{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'OpenSans-Semibold';
	text-transform: uppercase;
	color: #333333;
	position: relative;
	letter-spacing: 0.5px;
	
}	

.navigation .nav li a:hover{
	background: none;
}

.navigation .nav .bb:before
{
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
    border-bottom: 3px solid #43b746;
    bottom: 0;
    left:0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}

.navigation .nav .bb:hover:before
{
	  width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navigation .nav .call{
	background:#43b746;
	color: #ffffff;
	font-family: 'OpenSans-Semibold';
	border-radius: 5px;
}
.navigation .nav .call:hover{
	background:#43b746;
	color: #ffffff;

}

.logo{
	width: 200px;
}

.banner{
	padding: 0;
}

.banner img{width: 100%;}

.banner2{
	padding: 0;
	background:#fde428;
		color: #333333;
		overflow: hidden;
}

.banner2 img{width: 100%;}


.over{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0px;
	text-align: center;
	font-family: 'OpenSans-Semibold';
	color:#ffffff;
	background: rgba(0,0,0,.2);
}

.over h2{
	margin-top: 250px;
	font-size: 32px;
	font-family: 'THEBOLDFONT-FREEVERSION';
	letter-spacing: 2px;
	text-shadow:3px 4px #333;
}

.over h3{
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow:2px 2px #333;

}

.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
.mt100{margin-top: 100px;}

.heading{
		font-family: 'THEBOLDFONT-FREEVERSION';
	letter-spacing: 2px;
	font-size: 30px;
	line-height:40px;
}

.heading2{
		font-family: 'THEBOLDFONT-FREEVERSION';
	letter-spacing: 2px;
	font-size: 30px;
	line-height:40px;

	margin-top: 100px;
}


.bn2 p{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}

.intro p{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}

.pics{
	padding: 10px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.subhead{
	font-family: 'THEBOLDFONT-FREEVERSION';
	margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 2px;
}

.why{
	padding-top: 50px;
	/*padding-bottom: 30px;*/
}
.why p{
	position: relative;
	padding-left: 35px;
}

.why p i{
	position: absolute;
	left: 0;
	top:5px;
	color: #ffffff;
	font-size: 20px;
}

.button{
	display: inline-block;
	background: #fde428;
	color: #333333;
	font-family: 'OpenSans-Semibold';
	text-transform: uppercase;
	padding: 15px 30px;
	border:0;
	border-radius: 6px;
	margin-top: 20px;
	font-size: 16px;
}

.button:hover{
	color: #333333;
	text-decoration: none;
}

.button2{
	display: inline-block;
	background: #fde428;
	color:  #333333;
	font-family: 'OpenSans-Semibold';
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 16px;

	border-radius: 6px;
	margin-top: 20px;
}

.button2:hover{
	color: #fde428;
	color:#333333;
	text-decoration: none;
}

.fullbg{
	background: #43b746; /*#5844b3; *//*#cc6bcc;*/
	color:#ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fullbg2{
	background: #43b746;
	color:#ffffff;
	
	padding-left: 0;
	padding-right: 0;
}


.serlist{
	list-style: none;
	padding-left: 0;
	font-size: 18px;
}

.serlist li{
	padding-bottom: 5px;
}
.serlist i{
	color: #43b746;
	font-size: 18px;
	margin-right: 10px;
}

.serlist ul{list-style-type: disc; padding-left: 55px; margin-top: 5px;}
.serlist ul li::marker {
  color: #cc6bcc;

}

.bold{
	font-family: 'OpenSans-Semibold';
}

.nopadl{padding-left: 0;}
.nopad{padding: 0;}


.footer{
	background: #f5f3f3;
	color:#333333;
	padding: 50px 15px;
}


.faq{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.faq p{
	font-size: 16px;
	padding-left: 30px;
}

.faq h3{
	font-size: 18px;
	border-bottom:1px solid #eeeeee;
	padding-bottom: 10px;
}

.allpad{padding: 15px;}

.form{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
	padding: 25px;
}

.form label{font-weight: normal;
 font-family: 'OpenSans-Semibold';
 font-size: 14px;
}
.form input[type='text']{
	width: 100%;
	height: 40px;
	border-radius: 6px;
	padding-left: 10px;
	border:1px solid #cccccc;
	margin-bottom: 10px;
}

.form textarea{
	width: 100%;
	height: 100px;
	border-radius: 6px;
	padding-left: 10px;
	border:1px solid #cccccc;
	margin-bottom: 10px;
}

.form span{
	display: inline-block;
	border:1px solid #cccccc;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 6px;
	margin-right: 15px;
}

.footer a{
	color:#333333;
	text-decoration: none;
}

.footer ul{
	list-style: none;
	padding-left: 0;
}

.footer ul li a{
	color:#333333;
	font-family: 'OpenSans-Semibold';
	display: block;padding: 5px;
}

.banner2 img{
	width: 100%;
}

@media(max-width: 768px)
{
	.topmail{
		display: none;
	}
	.logo{
		width: 170px;
		margin-left: 15px;
	}

	.why{padding-bottom: 30px;}
	.subhead{margin-top: 15px;}

	.over h2{
		margin-top: 50px;
		font-size: 20px;
	}

	.over h3{font-size: 15px;}
	.bn2{padding-left: 15px;}
	.banner2 img{
		width: 125%;
	}
}