/*font-family: 'Lato', sans-serif;*/
body{
	font-family: 'Lato', sans-serif;
	color: #fff;
	background: #FE8402;
}

a{
	color:#fff;
	text-decoration:underline;
}

header{
	height: 80px;
	background-color: #41924B;
}

p{
	font-size: 14px;
	color: #fff;
	word-spacing: 2px;
}

/*custom nav*/
.custom-nav{
	padding-top: 20px;
}

.menu ul{}

.menu ul li{}

.menu ul li:before{
	content:"";
}

.menu ul li a{
	color: #fff !important;
	padding: 0 30px !important;
	transition: .5s;
	text-decoration:none;
}

.menu ul li a:hover{
	color: #ccc0c0 !important;
}
/*custom nav*/

/*banner start*/
.banner{
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.banner h1{
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 45px 0 68px 20px;
}
/*banner end here*/

/*main wrapper start*/
.wrapper{
	width: 100%;
	background: #FE8402; /* Old browsers */
	 /* FF3.6-15 */

	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 /* IE6-9 */
	border-top: 2px dashed #6BCAE2;
	padding-top: 55px;
}

.content_wrapper{}

.content_wrapper p{}

.sub_heading{
	margin-top: 55px;
}

.sub_heading h2{
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}

.sub_heading h3{
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}

.sub_heading p{}

.sub_heading ol{
	padding: 0;
	margin: 0;
}

.sub_heading ol li{
	font-size: 15px;
	color: #fff;
}

/*reviews start*/
.reviews{}

.single_reviews{
	background: #51A5BA; /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059231', endColorstr='#05672c',GradientType=0 ); /* IE6-9 */
	margin-top: 55px;
	border-radius: 5px;
}

.reviews_content{
	
}

.mr_green{
	width: 100%;
}

.mr_green_logo{
	width: 35%;
	display: inline-block;
	float: left;
}

.reviews_star{
	width: 20px;
}

.mr_green_logo img{
	margin: 14px;
/*	width: 110px !important;*/
}

.mr_green_content{
	width: 60%;
    float: right;
    margin-top: 30px;
}

.mr_green_content h5{
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.mr_green_content ul{
	padding-left:0;
	margin-left:0;
}

.mr_green_content li{
	list-style: none;
	display: inline-block;
	padding:0;
}

.mr_green_content li:before{
	content:"";
}

.mr_green_content li img{}

.bonus_up{
	background-color: #6BCAE2;
	padding: 20px 0;
	margin-top: 15px;
}

.bonus_up h6{
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	margin: 0;
}

.bonus_up h6 span{
	font-weight: 900;
}

.custom_btn{
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.custom_btn a.p_btn{
	display: inline-block;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	padding: 12px 32px;
	text-decoration: none;
	background: #fffdfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffdfc 0%, #d1c4c2 50%, #cfc5c5 52%, #faf9f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fffdfc 0%,#d1c4c2 50%,#cfc5c5 52%,#faf9f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6BCAE2 0%,#6BCAE2 50%,#6BCAE2 52%,#6BCAE2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfc', endColorstr='#faf9f9',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
}

.custom_btn a.p_btn:hover{
	background: #fff;
}

.custom_btn p a{
	font-size: 14px;
	color: #AFEAAA;
	margin: 0;
	margin-top: 7px;
	display: inline-block;
}
/*reviews end*/

/*review list start*/
.review_list{
	font-size: 15px;
	color: #fff;
	margin-top: 55px;
	padding-bottom: 75px;
}

ol, ul{
	padding:0;
}

li{
	list-style: none;
	padding: 5px;
	position: relative;
	padding-left: 18px;
}
li:before{
	content: "\f061";
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 6px;
}

i{
	color: #fff;
	margin-right: 10px;
}
/*review list end*/

/*sidebar start here*/
.sidebar{
	margin-bottom: 25px;
}

.menulist{
	color: #41924B;
	background: #87E293; /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059231', endColorstr='#05672c',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	padding: 20px 20px 35px 20px;
}

.m_30{
	margin-top: 30px;
}

.menulist h3{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.menulist li{
	list-style: none;
	margin-top: 10px;
}

.menulist li:before{
	content:"";
}

.menulist li a{
	font-size: 14px;
	color: #fff;
	word-spacing: 2px;
	letter-spacing: 2px;
	text-decoration: none;
}
.menulist li a:hover{
	color: #000;
}
.menulist li a i{
	font-size: 9px;
	color: #fff;
	margin-right: 10px;
}
/*sidebar end here*/
/*main wrapper end*/

/*footer start here*/
footer{
	background-color: #41924B;
}

footer ul li a.nav-link{
	color: #fff !important;
	/*padding: 0 15px !important;*/
}
footer ul li a.nav-link:hover{
	color: #000;
}

.footer-content{
	background-color: #41924B;
}

.footer-content p{
	margin: 0;
	padding-bottom: 15px;
}
/*footer end here*/
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
