@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/
 @import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;500;600;700&display=swap');
/*font-family: 'Expletus Sans', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/*font-family: 'Montserrat', sans-serif;*/
html
{
	scroll-behavior: smooth;
}
body
{
	margin:0;
	padding:0;
}
:focus
{
	outline: none!important;
}
img
{
	max-width:100%;
}
a
{
	text-decoration:none!important;
	outline:none;
    color: #fff;
}
a:hover
{
    color: #000;
}
.bnone
{
	background: none!important;
}
.spangreen
{
	color: #025c02;
	font-weight: 600;
}
.inner 
{
	background: #c6e0c6 url(../tpl_images/news_bg.png) no-repeat bottom!important;
	background-size: 100% auto!important;
}
textarea
{
	height: 150px!important;
}
/** header_top **/
.header_top
{
    background:url(../tpl_images/header_top.png);
	background-size: cover;
	font-family: 'Oswald', sans-serif;
}
.header_top .fa, .header_top .share
{
    color: #ffffff;   
    font-size: 18px;
}
.header_top .fa:hover
{
    color: #000;
}
.header_bottom .logo img
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:222px;
    top: -55px;
    z-index: 1;
}
.header_bottom .navbar  .nav-link 
{
    font-size:14px;
    color:#000;
    font-weight:400;
    padding: 3px 17px;
	font-family: 'Oswald', sans-serif;
	border-radius: 5px;
}
.header_bottom .navbar .nav-link:hover,
.header_bottom .navbar .nav-link.active
{
    color:#fff;
	background: #1b831b;
}
.header_bottom .navbar-toggler 
{
	background-color: #0b7e0b;
	border-radius: 3px;
	padding: 5px 10px;
}

@media (min-width:992px) and (max-width:1199px)
{
    .header_bottom .navbar .nav-link 
    {
        padding: 6px 10px;
    }
	.header_bottom .logo img
    {
        top: -60px;
    }
}
@media (max-width:991px)
{
	.header_bottom .navbar .nav-link:hover,
	.header_bottom .navbar .nav-link.active
	{
		color:#0f7f0f;
		background: transparent;
	}
    .header_bottom .logo img
    {
        right: unset;
    }
    #collapsibleNavbar{
        position: absolute;
        right: 0px;
        top: 50px;
        background: rgb(15, 127, 15);
        z-index: 2;
        width: 50%;
        border: 2px solid #ff8906;
    }
    .header_bottom .navbar .nav-link {
        color: #fff;
    }
    .header_bottom .navbar .nav-link {
        color: #fff;
    }
}
@media (max-width:575px)
{
    .header_bottom .logo img
    {
        top: -19px;
		width:140px;
		right: unset;
    }
	.header_bottom .navbar .nav-link
	{
		color:#fff;
		margin-bottom:5px;
		font-size: 16px;
	}
	.header_bottom .navbar .nav-link:hover,
	.header_bottom .navbar .nav-link.active
	{
	      color:#fff;
     	      background: #127f12;
	}
}
/**********************banner*****************************/
.banner_area
{
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.banner_area .carousel-item
{
	background: rgba(0,0,0.5);
}
.banner_area .caption h1
{
    font-size: 50px;
	font-weight: 600;
	color: #ff8906;
}
.banner_area .caption p
{
    font-size: 20px;
	font-weight: 500;
	color: #c8c8c8;
	border-left: 5px solid #ff8906;
}
.banner_area .carousel-indicators li
{
    background-color: #fff;
    opacity: 1;
	margin: 0;
	font-family: Poppins;
	font-weight: 500;
	text-indent: 0;
	margin: 0 20px;
	width: 14px;
	height: 0.11em;
	letter-spacing: 2px;
	display: flex;
	flex-direction: column-reverse;
}
.banner_area .carousel-indicators li.active
{
	color: #ff8906;
}
.banner_area .carousel-control-prev
{
	background:url(../tpl_images/banner_prev.png) no-repeat bottom left;
	opacity: 1;
	left: unset;
	bottom: 28px;
	background-size: 35px;
}
.banner_area .carousel-control-next
{
	background:url(../tpl_images/banner_next.png) no-repeat bottom;
	opacity: 1;
	bottom: 28px;
	background-size: 35px;
	right: unset;
	left: 10%;
}
@media (min-width:1500px)
{
	.banner_area .carousel-control-next
	{
		left: 20%;
	}
}
.banner_area .carousel-inner img 
{
      width: 100%;
      height: 100%;
}
.banner_area .carousel-indicators .active
{
    background-color: #ff8906;
}
@media (max-width:767px) 
{
    .banner_area .caption .container 
    {
        max-width:100%;
        padding:0px;
    }
    .banner_area .carousel-inner .caption
    {
		position:relative;
		width:100%;	
		bottom:0px;
        text-align:center;
        background-color:#000000;
        padding: 10px;
	}
}
@media (min-width:768px) 
{
    .banner_area .caption 
    {
        position:absolute;
        bottom:0;
		top: 0;
		z-index: 1;
		display: flex;
		align-items: center;
        width:100%;
    }
}
@media (min-width:991px) and (max-width:1199px)
{
    .banner_area .caption h1
    {
        font-size: 40px;
    }
    .banner_area .caption p
    {
        font-size: 18px;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .banner_area .caption h1
    {
        font-size: 30px;
    }
    .banner_area .caption p
    {
        font-size: 13px;
    }
}
@media (max-width:767px) 
{
    .banner_area .caption h1
    {
        font-size: 30px;
    }
    .banner_area .caption p
    {
        font-size: 15px;
		border-left: none!important;
	}
}
/*********************greenforest*********************/
.green
{
	background: url(../tpl_images/forset.jpg);
	background-size: cover;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.green h1
{
	font-size: 33px;
}
/*************events****************/
.services
{
    background:#fff;
	font-family: 'Expletus Sans', cursive;
}
.services h1
{
    color: #000;
    font-weight: 700;
    font-size: 30px;
}
.services .card
{
    border:0;
    border-radius:0;
    background:#fff;
}
.services .card-img-top
{
	box-shadow: 0 6px 13px #00000070;
}
.services .card h4
{
    font-size: 25px;
    color: #037b03;
    font-weight: 600;
}
.services .card:hover h4
{
    color: #000000;
}
.services .card p
{
    font-size: 16px;
    color: #000;
    font-weight:400;
	font-family: 'Oswald', sans-serif;
}
.services .btn
{
    background: #6b6b6b;
    font-weight: 700;
    color: #fff;
    padding:4px 15px;
    font-size: 17px;
    border-radius: 36px;
}
.services .card:hover .btn
{
    color: #fff;
    background: #037b03;
}
.services .slideControls1
{
    position: absolute;
    width: 100%;
    top: 40%;
    z-index:1;
}
.services .slideControls1 .slideNext
{
    right:3%;
    position:absolute;
    cursor:pointer;
	width: 25px;
}
.services .slideControls1 .slidePrev
{
    left:3%;
    position:absolute;
    cursor:pointer;
	width: 25px;
}
@media (max-width:575px)
{
    .services .slideControls1
    {
        display: none;
    }
}
/*********************quote*********************/
.quote
{
	background: url(../tpl_images/quote_bg.jpg);
	background-size: cover;
    font-family: 'Expletus Sans', cursive;
}
.quote .black
{
	background: rgba(0,0,0,.8);
}
.quote h1
{
	color: #fff;
	font-weight: 700;
	font-size: 34px;
}
.quote p
{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.quote label
{
	color: #fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}
.quote button
{
	color: #037b03;
	background: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 5px 30px;
}
.quote button:hover
{
	background: #037b03;
	color: #fff;
}
/*********************article*********************/
.article
{
	background: url(../tpl_images/article_bg.jpg);
	background-size: cover;
}
.article .card
{
	border-radius: 10px;
}
.article .card-body
{
	background: url(../tpl_images/card-bg.png);
	background-size: cover;
}
.article h4
{
	color:#429242;
	font-family: 'Expletus Sans', cursive;
	font-weight: 600;
	font-size: 20px;
}
.article hr
{
	border: 2px solid #ff8906;
	width: 50px;
}
.article p,.article a,.article a:hover
{
	color:#2e3a64;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.article .btn
{
	color: #fff;
	background: #037b03;
	font-weight: 600;
	padding: 3px 30px;
	border-radius: 30px;
	margin-top: 10px;
}
.article .btn:hover
{
	border: 1px solid #037b03;
	color: #ff8906;
	background: transparent;
}
/*********************news*********************/
.news
{
	background:#c6e0c6 url(../tpl_images/news_bg.png) bottom no-repeat;
	background-size: cover;
	font-family: 'Expletus Sans', cursive;
}
.news h1
{
	color: #037b03;
	font-weight: 700;
	font-size: 30px;
}
.news h2
{
	color: #000;
	font-weight: 500;
	font-size: 25px;
}
.news .date .post
{
	font-size:20px;
	background-color:#037b03;
	color:#ffcd03;
	padding:5px 10px;
	text-align:center;
	font-weight: 700;
	border-radius: 10px;
}
.news .date .post span
{
	font-size:19px;
	display:block;
	color:#fff;
	margin-top: -5px;
}
.news p
{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom:0;
}
.news .btn
{
	color: #fff;
	background: #037b03;
	font-weight: 600;
	padding: 3px 30px;
	border-radius: 30px;
}
.news .btn:hover
{
	border: 1px solid #037b03;
	color: #ff8906;
	background: transparent;
}
.news .carousel-indicators li
{
    position:relative;
    bottom:-20px;
    width:15px;
    height:15px;
    border-radius:50%;
    background-color: #6b6b6b;
    cursor:pointer;
    opacity:1;
}
.news .carousel-indicators li.active
{
	background-color:#3f903f;
}
@media(min-width:1199px)
{
	.news .col-lg-5
	{
		max-width: 45%;	
		flex: 0 0 45%;
	}
	.news .col-lg-7
	{
		max-width: 55%;
		flex: 0 0 55%;
	}
}
@media (min-width:576px)
{
	.news .col-sm-3
	{
		max-width: 20%;
	}
}
/*********************mapsec*********************/
.mapsec
{
	background: url(../tpl_images/map_bg.png);
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}
.mapsec .green
{
	background: #7eb57e;
	border-radius: 15px;
}
.mapsec h1
{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.mapsec p
{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 35px;
}
.mapsec .black
{
	background: #78a596;
	border-radius: 15px;
}
.mapsec .btn
{
	color: #fff;
	background: #1f1f1f;
	font-weight: 700;
	padding: 20px;
	border-radius: 5px;
	display: block;
	font-size: 19px;
	letter-spacing: 1px;
}
.mapsec .btn:hover
{
	color: #1f1f1f;
	background: #fff;
}
/*********************client*********************/
.client
{
    background: #fff;
}
.client .slideControls
{
    position: absolute;
    width: 100%;
    top: 40%;
    z-index:1;
}
.client .slideControls .slideNext
{
    right:25px;
    position:absolute;
    cursor:pointer;
}
.client .slideControls .slidePrev
{
    left:25px;
    position:absolute;
    cursor:pointer;
}
@media (max-width:575px)
{
    .client .slideControls
    {
        display: none;
    }
}
/*********************contact******************************/
.contact
{
	background:#025c02  url(../tpl_images/contact-sec-bg.jpg) bottom no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.contact h1
{
	font-weight: 600;
	font-size: 20px;
	font-family: 'Expletus Sans', cursive;
}
.contact li, .contact ul
{
	font-weight: 600;
	font-size: 14px;
	list-style-type: none;
}
.contact li:hover
{
	color:#bebebe;
}
.contact h4
{
	color: #b05126;
	font-weight: 500;
	font-size: 21px;
}
.contact .fa-brands 
{
	color:#025d02;
	height:35px;
	width:35px;
	background: #fff;
	border-radius:50%;
	text-align:center;
	line-height: 38px;
	font-size: 20px;	
}
.contact .red
{
    width:55px;
	float:left;
}
.contact .fa-brands:hover
{
	color:#fff;
	background: #6bae6b;
}
.contact p
{
	font-weight: 600;
	font-size: 14px;
}
.contact .yellow p
{
	color:#ffcd03;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Expletus Sans', cursive;
}
.contact .yellow p:hover
{
	color:yellow;
}
/*********************footer*********************/
footer
{
	background-color:#5d8d5d;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
footer p
{
    font-size:14px;
    margin: 0;
    font-weight: 600;
}
footer a 
{
	color:#fff;
}
footer a:hover
{
	color: #037b03;
	text-decoration: none;
}
/***********scrolltotop******************/
#myBtn 
{
    display: none;
    opacity: 1;
    position: fixed;
    bottom: 25px;
    right: 50px;
    cursor: pointer;
    width: 80px;
	z-index: 4;
	border: none;
	background: none;
	outline: none;
}
@media(max-width:767px) 
{
    #myBtn 
	{
        right: 15px;
    }
}
@media(max-width:575px) 
{
    #myBtn 
	{
		width: 55px;
    }
}
/**********inerpages************/
.services h2
{
	color: #037b03;
	font-weight: 700;
	font-size: 25px;
}
.services p
{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.services .red
{
	width: 55px;
	float: left;
}
.services a
{
	color: #000;
}
.sendfile
{
	background-color: #7eb57e;
	border-radius: 16px;
}
.dropdown-menu
{
	min-width: 15rem;
	margin: 1.125rem 0 0;
        backgroung:#000!important;
}
.services span a
{
	font-weight: 600;
	color: #037b03!important;
}
.services span a:hover
{
	color: #000!important;
}
.newsinner
{
	background:#c6e0c6; 
}

