 @font-face {
 font-family: 'Montserrat Regular';
 font-style: normal;
 font-weight: normal;
 src: local('../fonts/Montserrat Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
}
 @font-face {
 font-family: 'Roboto Medium';
 font-style: normal;
 font-weight: normal;
 src: local('../fonts/Roboto Medium'), url('../fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
 font-family: 'Roboto Bold';
 font-style: normal;
 font-weight: normal;
 src: local('../fonts/Roboto Bold'), url('../fonts/Roboto-Bold.woff') format('woff');
}
body {
	font-family: 'Roboto Medium';
	font-size:14px;
	float:left;
	padding:0;
	margin:0;
}
.min_header {
	width:100%;
	float: left;
	background:#0DDA64
}
.addres_top {
	width:100%;
	float:left;
	padding:10px 0;
}
.addres_top ul {
	margin:0;
	padding:0;
}
.addres_top ul li {
	display: inline-block;
	float: left;
	width: auto;
	padding: 0 7px 0;
}
.addres_top ul li a {
	color:#fff;
	padding:0;
	margin:0;
	font-size:14px;
	text-decoration:none;
	font-family: 'Montserrat Regular';
}
.addres_top.share_icon_top {
	float: right;
	text-align: right;
	width:100%;
	margin: auto;
}
.addres_top.share_icon_top ul li {
	display: inline-block;
	float: right;
	width: auto;
	padding: 0 7px 0;
}
/*----------------- header menu -----------------------*/
  .header_btm {
	float: left;
	width: 100%;
}
nav#cssmenu ul {
	float: right;
	margin-top: 12px;
}
.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
}
.logo img {
	max-width: 150px;
}
.logo a {
	color: #fff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu>ul>li {
	float: left;
	z-index: 999;
}
/* #cssmenu>ul>li::after {
 content: "";
 display: block;
 width: 1.2px;
 background-color: #435968;
 height: 11px;
 left: 0;
 right: 0;
 top: -12px;
 position: relative;
}*/
 #cssmenu>ul>li:first-child::after {
 background-color: transparent;
}
#cssmenu > ul > li > a {
	padding: 19px 7px 0;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
 	color: #fff;
	 font-family: "roboto", sans-serif !important;
	font-weight: bold;
	font-size: 20px !important;
	padding: 10px 10px 0 !important;
	text-transform: capitalize;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #0DDA64 !important;
}
#cssmenu>ul>li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	color: #BA8A10;
 -webkit-transition: background .3s ease;
 -ms-transition: background .3s ease;
 transition: background .3s ease;
}
#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a::after {
 position: absolute;
 top: 15px;
 right: 4.2px;
 width: 8px;
 height: 2px;
 display: block;
 background: #435968;
 content: '';
}
#cssmenu > ul > li.has-sub > a::before {
 position: absolute;
 top: 12px;
 right: 8px;
 display: block;
 width: 2px;
 height: 8px;
 background: #435968;
 content: '';
 -webkit-transition: all .25s ease;
 -ms-transition: all .25s ease;
 transition: all .25s ease;
}
#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: 10px;
	width: 350px;
	text-align: left;
	float: left;
}
#cssmenu ul .last__child {
	right: 0;
}
#cssmenu ul ul li {
	height: 0;
 -webkit-transition: all .25s ease;
 -ms-transition: all .25s ease;
	background: #fff;
 transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover>ul {
	left: auto
}
#cssmenu li:hover>ul>li {
	height: 40px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 240px;
	font-size: 14px;
	text-decoration: none;
	color: #435968;
	font-weight: 400;
	text-align: left;
	float: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #BA8A10 !important;
}
#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
 -webkit-transition: all .25s ease;
 -ms-transition: all .25s ease;
 transition: all .25s ease
}
#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}
 @media (min-width: 992px) and (max-width: 1199px) {
 #cssmenu>ul>li>a {
 padding: 13px 10px !important;
 font-size: 12px !important;
}
 #cssmenu>ul>li::after {
 height: 11px;
 left: 0;
 right: 0;
 top: 15px;
 position: relative;
}
.logo img {
 max-width: 150px;
}
 nav#cssmenu ul {
 float: right;
 margin-top: 10px;
 margin-bottom: 0;
 padding: 0;
}
}
 @media screen and (max-width:991px) {
.logo {
 position: absolute;
 top: 0;
 left: 0;
 height: 46px;
 text-align: center;
 padding: 10px 0 0 0;
 float: none;
}
 .logo2 {
 display: none
}
 nav {
 width: 100%;
}
 #cssmenu {
 width: 100%
}
 #cssmenu ul {
 width: 100%;
 display: none
}
 #cssmenu ul li {
 width: 100%;
 border-top: 1px solid #444;
 float: left;
}
 #cssmenu ul li:hover {
 background: transparent !important;
}
 #cssmenu ul ul li, #cssmenu li:hover>ul>li {
 height: auto
}
 #cssmenu ul li a, #cssmenu ul ul li a {
 width: 100%;
 border-bottom: 0
}
 #cssmenu ul ul li a {
 padding-left: 25px
}
#cssmenu ul ul li {
 background: #cccccc24 !important;
}
 #cssmenu ul ul li:hover {
 background: #363636 !important
}
 #cssmenu ul ul ul li a {
 padding-left: 35px
}
 #cssmenu ul ul li a {
 color: #ddd;
 background: none
}
 #cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
 color: #fff
}
 #cssmenu ul ul, #cssmenu ul ul ul {
 position: relative;
 left: 0;
 width: 100%;
 margin: 0;
 text-align: left
}
 #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
 display: none
}
 #cssmenu #head-mobile {
 display: block;
 padding: 23px;
 color: #ddd;
 font-size: 12px;
 font-weight: 700
}
 .button {
 width: 55px;
 height: 46px;
 position: absolute;
 right: 0;
 top: 0;
 cursor: pointer;
 z-index: 12399994;
}
 .button:after {
 position: absolute;
 top: 22px;
 right: 20px;
 display: block;
 height: 8px;
 width: 20px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
 content: ''
}
 .button:before {
 -webkit-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
 position: absolute;
 top: 16px;
 right: 20px;
 display: block;
 height: 2px;
 width: 20px;
 background: #fff;
 content: ''
}
 .button.menu-opened:after {
 -webkit-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
 top: 23px;
 border: 0;
 height: 2px;
 width: 19px;
 background: #fff;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg)
}
 .button.menu-opened:before {
 top: 23px;
 background: #fff;
 width: 19px;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg)
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid #444;
 height: 41px;
 width: 46px;
 cursor: pointer;
}
 #cssmenu .submenu-button.submenu-opened {
 background: #262626
}
 #cssmenu ul ul .submenu-button {
 height: 34px;
 width: 34px
}
 #cssmenu .submenu-button:after {
 position: absolute;
 top: 22px;
 right: 19px;
 width: 8px;
 height: 2px;
 display: block;
 background: #ddd;
 content: ''
}
#cssmenu > ul > li > a span {
 background: #000;
 color: #fff;
 width: 15px;
 height: 15px;
 float: right;
 text-align: center;
 line-height: 15px;
 border-radius: 10px;
 font-size: 10px;
 margin-top: -8px;
}
 #cssmenu ul ul .submenu-button:after {
 top: 15px;
 right: 13px
}
 #cssmenu .submenu-button.submenu-opened:after {
 background: #fff
}
 #cssmenu .submenu-button:before {
 position: absolute;
 top: 19px;
 right: 22px;
 display: block;
 width: 2px;
 height: 8px;
 background: #ddd;
 content: ''
}
 #cssmenu ul ul .submenu-button:before {
 top: 12px;
 right: 16px
}
 #cssmenu .submenu-button.submenu-opened:before {
 display: none
}
 #cssmenu ul ul ul li.active a {
 border-left: none
}
 #cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
 border-top: none
}
}
 @media only screen and (max-width: 767px) {
 #cssmenu>ul>li::after {
 display: none;
}
 .logo {
 float: left;
 text-align: left;
}
.logo img {
 max-width: 90px;
}
 .header-main {
 padding: 0 0 15px;
}
.button {
 right: 0;
 top: -1px;
}
 #cssmenu>ul>li>a {
 padding: 13px 0 !important;
 font-size: 15px;
 float: left;
 text-align: left;
}
 .has-sub .open {
 margin: 0 !important;
}
 nav#cssmenu ul {
 margin-top: 30px;
 padding: 0;
}
}
/*----------------- header menu -----------------------*/

.middle_wraper {
	width:100%;
	float:left;
}
.banner_section {
	width:100%;
}
.banner_mid {
	position:relative;
}

.banner_mid_po {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
}

.banner_mid_po h2 span {
	display: block;
}
.banner_mid_po ul {
	padding: 0;
	margin: 0;
}
.banner_mid_po ul li {
	display: inline list-item;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 0;
}

.about_home {
	width:100%;
	float:left;
	padding:50px 0;
}
.about_img {
	width:100%;
	float:left;
}
.about_img img {
	width:100%;
	float:left;
}
.about_text {
	width:100%;
	float:left;
}
.about_text h6 {
	width: 100%;
	color: #0DDA64;
	font-size: 18px;
	float: left;
	border-left: 3px solid #A6CE39;
	font-family: 'Roboto Medium';
	padding: 0 0 0 10px;
	margin:0;
}
.about_text h2 {
	color: #0D3C00;
	font-family: 'Roboto Medium';
	padding: 10px 0;
	margin: 0;
	font-size: 48px;
	float: left;
	width: 100%;
}
.about_text h2 span {
	display:block;
}
.about_text p {
	color: #444444;
	font-family: 'Montserrat Regular';
	border-left: 3px solid #A6CE39;
	padding: 0 0 0 10px;
	margin:0;
	font-size: 16px;
	float: left;
	width: 100%;
}
.about_text button {
	background: #0DDA64;
	float: left;
	border: 2px solid #0DDA64;
	padding: 9px 16px;
	color: #fff;
	border-radius: 0px 10px 10px 25px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 30px;
}
.about_text button:hover {
	background: none;
	border:2px solid #0DDA64;
	color: #0DDA64;
}
.handover-content {
	margin-left: -37px;
	padding-top: 0;
}
.handover-sec {
	background-color: #F4F5F0;
	padding: 0;
	position: relative;
	margin: 0px 0 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.handover-img img {
	/* position: absolute; */
    /* height: 100%; */
    width: 100%;
	top: 0;
	margin-left: -55px;
}
.handover-img img {
}
.handover-content h6 {
	width: 100%;
	color: #0DDA64;
	font-size: 18px;
	float: left;
	border-left: 3px solid #A6CE39;
	font-family: 'Roboto Medium';
	padding: 0 0 0 10px;
	margin:0;
}
.handover-content h3 {
	color: #0D3C00;
	font-family: 'Roboto Medium';
	padding: 10px 0;
	margin: 0;
	font-size: 46px;
	float: left;
	width: 100%;
}
.handover-content h3 span {
	display:block;
}
.handover-content p {
	color: #444444;
	font-family: 'Montserrat Regular';
	padding: 0 0 0 0;
	margin:0;
	font-size: 16px;
	float: left;
	width: 100%;
}
.news_blog {
	width:100%;
	float:left;
	padding:50px 0;
	background-color: #F4F5F0;
}
.news_blog h6 {
	width: 100%;
	color: #0DDA64;
	font-size: 20px;
	float: left;
	text-align:center;
	font-family: 'Roboto Medium';
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
}
.news_blog h2 {
	color: #0D3C00;
	font-family: 'Roboto Medium';
	padding: 0;
	margin: 0;
	text-align:center;
	font-size: 46px;
	float: left;
	width: 100%;
}
.blog_mid {
	width:100%;
	float:left;
	padding:50px 0;
}
.news_blog_list {
	width:100%;
	float:left;
}
.news_blog_list img {
	width:100%;
	float:left;
}
.news_blog_list p {
	padding: 20px 0 10px;
	margin: 0;
	float: left;
	width: 100%;
}
.news_blog_list p a {
	width: 100%;
	color: #0DDA64;
	font-size: 18px;
	float: left;
	border-left: 3px solid #0DDA64;
	font-family: 'Roboto Medium';
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
}
.news_blog_list h2 {
	color: #0D3C00;
	font-family: 'Roboto Medium';
	padding: 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	line-height: 30px;
}
.date_andcomment {
	width:100%;
	float: left;
}
.date_andcomment ul {
	margin:0;
	padding:0;
}
.date_andcomment ul li {
	display:inline-block;
	width:50%;
	float:left;
}
.date_andcomment ul li a {
	color: #6D6D6D;
	float: left;
	font-size: 14px;
	text-decoration: none;
}
.date_andcomment ul li a span {
	color:#0DDA64;
}
.get_in_touch_section {
}
.get_in_touch_section {
	width:100%;
	float:left;
}
.get_in_touch_mid {
	position:relative;
}
.get_in_touch_mid img {
	width:100%;
}
 
.get_in_touch_mid_po h2 {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto Bold';
}
.get_in_touch_mid_po p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat Regular';
}

footer {
	width: 100%;
	float: left;
	background: #0D3C00;
	padding: 50px 0 0;
}
.footer_logo {
	width:100%;
	float: left;
}
.footer_logo img {
	width:150px;
	float:left;
}
.footer_left {
	width:100%;
	float:left;
}
.footer_left p {
	color: #FFFFFF;
	font-family: 'Montserrat Regular';
	padding:20px 0 20px 0;
	margin: 0;
	font-size: 16px;
	float: left;
	width: 100%;
}
.follow_us_footer {
	width:100%;
	float:left;
}
.follow_us_footer h2 {
	color: #fff;
	font-family: 'Roboto Medium';
	padding: 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	line-height: 30px;
}
.follow_us_footer ul {
	margin: 0;
	padding: 0;
}
.follow_us_footer ul li {
	display: inline-block;
	float: left;
	width: auto;
	padding: 0 7px 0;
}
.follow_us_footer ul li a {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Montserrat Regular';
}
.follow_us_footer ul li a:hover{
	color: #0dda64; 
}
.footer_quick_links {
	width:100%;
	float:left;
}
.footer_quick_links h2 {
	color: #fff;
	font-family: 'Roboto Medium';
	padding: 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	line-height: 30px;
}
.footer_quick_links ul {
	margin: 0;
	padding: 0;
}
.footer_quick_links ul li {
	display: block;
	width: auto;
	padding: 0 0 12px;
}
.footer_quick_links ul li a {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Montserrat Regular';
}
.latest_posts {
	width: 100%;
	float: left;
	padding: 0 0 10px;
}
.satatement_text {
	padding: 0;
}
.latest_posts img {
	width:100%;
	float:left;
}
.latest_posts h2 {
	color: #fff;
	font-family: 'Roboto Medium';
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: normal;
}
.latest_posts p {
	color: #fff;
	font-family: 'Roboto Medium';
	padding: 10px 0;
	margin: 0;
	float: left;
	font-size: 12px;
	width: 100%;
	line-height: normal;
}
.latest_posts p span {
	color:#0dda64;
}
.newsletter .form-group {
	position: relative;
	float: left;
	width: 100%;
}
.newsletter input {
	background: #0dda64;
	padding: 16px 10px;
	border: none;
	color: #fff;
	width: 100%;
}
.newsletter .form-group span {
	position: absolute;
	right: 10px;
	top: 12px;
	color: #fff;
	font-size: 18px;
}

.footer_quick_links ul li a:hover {
	color: #0dda64;
}

.download_app img {
	width: 30px;
	float: left;
	padding: 0 10px 0 0;
}