@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{
	font-family: 'Roboto', sans-serif;
	background: #f5f5f5;
}
.border{border: 1px solid #333;}
.pad0{padding: 0px;}
.padtb50{padding: 50px 0px;}
.clear{clear: both;}


.news{
	background: #519700;
	padding: 6px 0px;
	color: #FFF;
	font-weight: 500;
	font-size: 1.2em;
}
.news span{
	padding: 0px 10px;
	border-right: 1px solid #FFF;
}
.news span:last-child{
	border: none;
}
.header{
	position: absolute;
	z-index: 1;
	width: 100%;
}
.logo{
	padding: 15px;
	background: rgba(255, 255, 255, .9);
	border-radius: 0px 0px 5px 0px;
}
.headerBar i{
	font-size: 2em;
	line-height: 32px;
	background: rgba(255, 255, 255, .9);
	padding: 15px;
	cursor: pointer;
	color: #315b14;
}



/*-----------------Mobile Top-------------- */
.mobile{display: none;}
.fade-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 30;
}
.fade-bg.active{
	display: block;
	opacity: .5;
}
.mobilenavbar
{
	position: fixed;
	height: 100%;
	width: 400px;
	height: 100%;
	background: #519700;
	z-index: 40;
	overflow: auto;
	top: 0px;
	right: -400px;
	transition: all 0.25s linear;
	padding: 50px 0px;
}
.mobilenavbar.active{
	right: 0px;
}
.mobilenavbar img{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	filter: brightness(6.5);
	cursor: pointer;
}
.mobilenavbar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.mobilenavbar ul li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
}
.menuactive{background: #4344; color: #000;}
#down-menu{
	display: none;
}
.mobilenavbar ul ul{
	padding-left: 20px;
}
.mobilenavbar ul ul a{
	width: 100%;
	font-weight: 500;
	text-align: left;
	line-height: unset;
	height: auto;
	padding: 10px 20px;
	display: table;
}
.mobilenavbar ul ul a i{
	width: 30px;
	display: table-cell;
}

/*----------------Slider Start -----------------*/

.slick-arrow {
  position: absolute;
  bottom: 20px;
  transform: translateY(-50%);
  z-index: 9;
  height: 50px;
  width: 50px;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 50px;
  font-size: 35px;
  border: 1px solid #519700;
  padding: 0px 10px;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #86c33a;
}

.prevArrow {
  left: 20px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 25px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  left: 70px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 25px;
}
.nextArrow::after {
  left: 20px;
}


.carousel-inner .item img{
	width: 100%;
}
.carousel-control{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #000;
	top: 45%;

}
.left, .right{
	line-height: 40px;
}

/*----------------slider End--------------------*/

.sideMenu{
	position: fixed;
	z-index: 1;
	top: 40%;
	right: 0px;
}
.sideMenu i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #315b14;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	font-size: 1.5em;	
	text-align: center;
}
.sideMenu a{
	display: block;
	margin-bottom: 5px;
	height: 40px;
/*	background: rgba(0, 0, 153,.9);*/
	background: rgba(81, 151, 0, .9);
	color: #FFF;
	line-height: 40px;
	padding: 0px 30px
}

.section_title_border {
    position: relative;
    height: 3px;
    width: 30px;
    background: #FF9933;
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
}
.section_title_border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #FF9933;
    border-radius: 10px;
    right: -60%;
    top: 0;
}
.section_title_border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #FF9933;
    border-radius: 10px;
    right: -95%;
    top: 0;
}
.subtitle {
    font-weight: 600;
    color: #818385;
    font-size: 1.4em;
}
.section-title {
    color: #172231;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.2s ease;
}
.principal{
	display: flex;
}
.principalImage{
	position: relative;
	height: 350px;
}
.principalImage img{
    border-radius: 10px;
}
.principalName{
	position: absolute;
	background: rgba(81, 151, 0, .5);
	width: 100%;
	bottom: 0px;
	padding: 10px;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}
.principalMessage{
	background: #FFFFFF;
	font-size: 15px;
	margin-top: 50px;
	padding: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: justify;
}
.para{
	font-weight: 400;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}
.text_white{color: #FFF;}
.bg_white{background: #FFF;}

/*-------------- Notice Board--------------*/
.noticeBorad ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
.noticeBorad li{
	margin: 4px;
	border-bottom: 1px solid #ddd;
}
.noticeBorad li:last-child{
	border: none;
}
.noticeBorad li:hover{
	background: #ddd;
	border-radius: 5px;
}
.notoceBorad marquee{
    height: 300px;
}
.noticeBorad a{
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px;
}
.noticeBorad span img{
	margin-right: 10px;
	position: relative;
}

.Circulars{
	background: #FFF;
	padding: 20px;
}
.Circulars h3
{
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 20px;
}
.ldate{
	border: 2px solid #00a85b;
}
.Circulars ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
.Circulars li{
	padding: 8px;
	margin: 4px;
}
.Circulars li:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 5px;
}
.Circulars b{
	font-size: 2.9em;
	display: block;
	color: #00a85b;
}
.Circulars span{
	display: block;
	color: #666;
}
.Circulars p{
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
}

.event{
	background: #f5f5f5;
	border-radius: 5px;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	margin-bottom: 20px;
}
.eimg img{
	width: 100%;
	border-radius: 5px 0px 0px 5px;
}
.event b{
	font-size: 2.9em;
	display: block;
	color: #138808;
}
.event span{
	display: block;
	color: #666;
}
.event p{
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}
.event i{
	color: #138808;
	font-size: 1.2em;
	margin-right: 5px;
}
.event u{
	color: #138808;
	text-decoration: none;
	display: block;
	font-weight: 500;
}

.serviceBg1{
	background: url('../img/back1.jpg');
	background-size: 100%;
}
.serviceBg2{
	background: url('../img/back1.jpg');
	background-size: 100%;
}
.serviceBg3{
	background: url('../img/back1.jpg');
	background-size: 100%;
}
.serviceBg4{
	background: url('../img/back1.jpg');
	background-size: 100%;
}
.serviceBoxBg1{
	background: rgba(24, 255, 100, .8);
}
.serviceBoxBg2{
	background: rgba(24, 200, 200, .8);
}
.serviceBoxBg3{
	background: rgba(50, 155, 100, .8);
}
.serviceBoxBg4{
	background: rgba(24, 55, 100, .8);
}
.serviceBoxBg5{
	background: rgba(100, 155, 50, .8);
}
.serviceBoxBg6{
	background: rgba(24, 155, 250, .8);
}
.serviceBox{
	font-size: 1.2em;
	padding: 20px;
	color: #FFF;
	transition: all 0.5s;
	overflow: hidden;
}
.serviceBox:hover{
	transform: scale(1.05);
}
.serviceBox a{
	border: 2px solid #FFF;
	padding: 10px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
}
.serviceBox a:hover{
	color: #1e1c34;
	border-color: #1e1c34;
}

.footer{
	background: #FFF;
	/*background: linear-gradient(rgba(40, 120, 235, 0.1), rgba(40, 120, 235, 0.1));*/
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.footer i{
	color: #519700;
	font-size: 1.2em;
}
.footer p{
	line-height: 1.7em;
}
.footerlogo img{
	margin-bottom: 20px;
	width: 100%;
}
.socialMedia a{
	font-size: 1.3em;
	color: #000;
	margin-right: 20px;
}
.footer_head{
	font-size: 1.5em;
	font-weight: 500;
	text-transform: capitalize;
	margin: 10px 0px;
	color: #000;
}
.footer_head_border {
    position: relative;
    height: 2px;
    width: 20px;
    background: #f5d4d4;
    margin-bottom: 20px;
    display: block;
}
.footer_head_border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #f5d4d4;
    right: -60%;
    top: 0;
}
.footer_head_border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    background: #f5d4d4;
    right: -94%;
    top: 0;
}
.quck_links{
	padding-left: 50px;
}
.footer .links a{
	display: inline-block;
	color: #000;
	margin-bottom: 10px;
	font-size: 1em;
	text-decoration: none;
	transition: all 0.5s ease;
}
.footer .links a:hover{
	margin-left: 7px;
}
.footer .location table{
	width: 100%;
}
.footer .location td{
	padding: 5px;
}
.designby{
	background: #f5f5f5;
	padding: 20px 0px;
	color: #666;
	font-size: 1.1em;
}
.designby a{
	color: #000;
	text-decoration: underline;
}
.design_right{text-align: right;}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #519700;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#FFFF
}

/*---------------------- Design Other Pages-----------------*/

.page_head
{
	min-height: 400px;
	background: #666;
	color: #000;
	text-transform: capitalize;
	background: url('../img/head2.jpg') no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.page_head .container{
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: rgba(81, 151, 0, .3);
	padding-bottom: 10px;
	color: #FFF;
}
.page_head h1{
	font-weight: 600;
	color: #FFF;
	font-size: 3em;
}
.page_head a{
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
}
.page_head a:hover{
	color: #FFF;
}
.page_head i{
	width: 20px;
	text-align: center;
}

.sidemenu{
	border: 1px solid #ddd;
	padding: 15px;
}
.sidemenu ul, .sidemenu h3
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidemenu h3
{
	margin-bottom: 20px;
}
.sidemenu li{
	border-bottom: 1px solid #ddd;
}
.sidemenu li:last-child{
	border: none;
}
.sidemenu a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.5s;
}
.sidemenu a:hover{
	color: #000;
	margin-left: 10px;
}
.sidemenu .active{
	color: #00a85b;
}

.fanq ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.fanq li{
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border: 1px solid #ddd;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #FFF;
}
.fanq a{
	display: block;
	background: #FFF;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	color: #000;
	text-decoration: none;
	font-size: 1.4em;
	border-radius: 5px;
}
.fanq span{
	width: 45px;
	height: 45px;
	display: inline-block;
	background: #00a85b;
	border-radius: 100%;
	margin-right: 10px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
}
#fanqDel{
	padding: 20px;
	font-size: 1.1em;
	display: none;
}

.form input, .form select{
	height: 40px;
	box-shadow: none;
	border-radius: 2px;
	font-size: 1.1em;
}
.form input[type=submit], .form input[type=button]
{
    width: 150px;
    border: none;
    padding: 0px;
    height: 45px;
    background: #00a85b;
    color: #FFF;
}
.panel .panel-heading{
	background: #f5f5f5;
	font-size: 1.2em;
	height: 50px;
}
#output_image{
	background: url('../img/pic.jpg') no-repeat;
	background-size: cover;
}
.batt{
	width: 150px;
	height: 45px;
	background: #00a85b;
	color: #FFF;
	font-weight: 500;
}
.uniform{
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
}
.uniform b{
	background: #00a85b;
	display: block;
	padding: 5px;
	color: #FFF;
	border-left: 5px solid #1a5b45;
	margin-bottom: 10px;
}
.checkul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 15px;
}
.checkul li{
	display: flex;
	margin-bottom: 20px;
}
.checkul i{
	color: #00a85b;
	width: 25px;
	padding-right: 20px;
	margin-top: 4px;
	font-size: 1.2em;
}
.cont{
    font-size: 1.2em;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 2px;
    text-align: center;
    padding: 20px;
}
.cont img{
    margin-bottom: 20px;
}
.conatct label{
    font-weight: 600;
}
.conatct input, .conatct select{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 15px;
}
.conatct textarea{
    width: 100%;
    height: 190px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.conatct input[type=submit], .conatct input[type=button]
{
    width: 150px;
    border: none;
    padding: 0px;
    height: 45px;
    background: #00a85b;
    color: #FFF;
    margin-top: 30px;
}


.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}
.cardImage{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.cardImage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}
.card:hover img{
	transform: scale(1.1);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card h4{
    color: #172231;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
}






@media(max-width:800px)
{
  	.mpad0{padding: 0px;}
  	.desktop{display: none;}
  	.mobile{display: block;}
	.topcontact{text-align: center;}
	.header{
		position: relative;
	}
	.logo{
		padding: 5px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.principal{
		display: block;
	}
	.mobilenavbar{
		width: 100vw;
	}
	.sideMenu{
		position: fixed;
		z-index: 1;
	}
	.sideMenu span{display: none;}
	.sideMenu a{padding: 0px; background: none;}
	.sideMenu i{position: unset;}
	.page_head{
		min-height: 200px;
	}
	.page_head h1{font-size: 1.5em}
	.principalMessage{margin: 0px}
}