@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;0,800;0,900;1,400&display=swap');
* {font-family:Poppins !important; }
.fa {font-family: fontawesome !important;}
body {
  font-family: 'Poppins', sans-serif; color: #444444;}
a {
  color: #084a94;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

ol li, ul li{font-size: 15px;text-align: left;margin-left: 10px;line-height: 23px;color: #333;}

p{font-family: 'Poppins', sans-serif; font-size: 15px; color: #333;  text-align: justify; line-height: 23px;}



/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}


#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/

/*topbar*/
#topbar {background:#87c232; color: #fff; padding:0;box-shadow: 5px 5px 10px #ccc;}
#topbar .social-lnk{position:relative;}
#topbar .social-lnk a{}
#topbar .social-lnk i{font-size: 20px;color: #fff;line-height: 50px; width: 50px; height: 50px; background: #618930; text-align: center; transition:.5s;}
#topbar .social-lnk i:hover{background: #000;}
#topbar .contact-info{text-align:left;}
#topbar .contact-info ul li { display: inline;}
#topbar .contact-info ul li i{ color:#618930; margin-right:5px; font-size: 20px;}
#topbar .contact-info ul li a { display: inline-block; font-size: 14px; line-height: 40px; padding: 0 0px;  margin-right:10px;color: #fff; font-family: 'Open Sans';  -webkit-transition: all .3s ease; transition: all .3s ease;}
	
/*topbar*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 10px 0;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; /* background:rgba(254,254,254,0.75); */}
	
#header.header-scrolled {
  padding: 10px 0;
  height: 70px;
  transition: all 0.5s;
}


#header #logo img {
  padding: 0;
  margin: 0;
}




#header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; 
}

#header img{ max-width: 100%;}

.body-fx .navbar-default{ background-color: transparent !important;}

.body-fx #header{ padding: 10px 0;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
     background:rgba(254,254,254,.95); }
	 
.body-fx .navbar-default{ background-color: transparent !important;}

/**/

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{ padding:0; overflow: hidden; position:relative;}
.bnr-cont{ position: absolute; bottom: 200px;; color:#fff; left:0; right:0; margin:0 auto; width: 80%; text-align: center;}
.bnr-cont h2{ font-size:60px; line-height:60px; font-weight:500; text-shadow:#181818 5px 4px 6px;}
.bnr-cont h2 span{ font-size:80px; line-height:80px; font-weight:600; color:#8ec422; display:block;}

.bnr-sec .fa{ line-height:20px;font-size: 40px; font-weight: 900;}
.carousel-indicators li{ border: 1px solid #87c232; background: #87c232; width:15px; height:15px; border-radius:50%; opacity:1; margin:0;}
.carousel-indicators .active{ background-color:#fff; border: 1px solid #fff; width: 15px; height: 15px; margin: 0;}
.bnr-sec .carousel-inner .item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;width:100%; height:100vh;
}
@-webkit-keyframes zoom {
    from {
  -webkit-transform: scale(1.4, 1.4);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.4, 1.4);
  }
  to {
    transform: scale(1, 1);
  }
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.head-hm {
    text-transform: uppercase;
    font-weight: bold;
    color: #618930; font-size:40px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.head-hm:before { content: ""; width: 170px; height: 8px; border: 3px solid #87c232; position: absolute; left: 0; right:0; bottom: -5px; margin: 0 auto; background:#87c232; border-radius:50%;}
.head-hm span { color:#87c232;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-sec{ padding:60px 0; background: #ffffff;}
.about-sec .head-hm{ padding-top: 50px;}
.about-sec p{ line-height:24px; font-size:15px; text-align:left;}
.about-sec .bx{ padding: 40px; background:#f1f1f1; border-radius: 5px; margin: 15px auto; transition:.4s;}
.about-sec .bx h4{color:#87c232;}
.about-sec .bx:hover{background:#87c232;}
.about-sec .bx:hover h4, .about-sec .bx:hover .fa, .about-sec .bx:hover p{color:#fff;}
.about-sec .bx.active .fa{color:#fff;}
.about-sec .bx.active h4{color:#fff;}
.about-sec .bx.active .btn{background:#fff; color:#222629; transition:.3s;}
.about-sec .bx.active .btn:hover{background:#618930; color:#fff;}
.about-sec .bx:hover .btn{background:#618930; color:#fff;}
.about-sec .bx.active{background:#87c232; color:#fff;}
.about-sec .bx i{padding: 10px 0; color:#87c232; font-size:60px;}
.about-sec .bx .btn{background:#87c232; color:#fff; transition:.3s;}
.about-sec h4{color:#87c232;}
.about-sec ul {list-style: none; padding: 0; margin: 0; line-height: 26px; font-size: 15px;}
.about-sec ul li:before { content: "\f0a4";  font-family: fontawesome; color: #87c232; margin-right: 10px;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-sec{ padding: 50px 0; background: url(image/ser-bg.jpg) no-repeat top center; background-size: cover; text-align: center;}

/*.no-gutters {margin-right: 0; margin-left: 0;}
.no-gutters>[class*="col-"] { padding-right: 0; padding-left: 0;}*/

.service-sec .single-main .single-wrapper.active { opacity: 1; visibility: visible;}
.service-sec .single-main .single-wrapper .single-services { box-shadow: 0 22px 57px 0 rgb(34 41 72 / 5%); padding: 34px 31px 20px 29px; -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s; transition: .4s; background: #fff;}
.service-sec .single-main .single-wrapper .single-services span{ font-size:19px; margin-bottom:20px; display:block; font-weight: 300;}

.service-sec .single-main{ position:relative;margin:20px auto;}
.service-sec .single-main .single-wrapper .single-services h4 { font-size: 21px; display: block; font-weight: 800;text-transform: uppercase;  margin-bottom: 20px;}
.service-sec .single-main .single-wrapper .services-btn a { cursor: pointer; padding: 36px 0; background: #87c232; line-height: 1;  width: 100%;  display: block;  text-align: center;  font-size: 22px; color:#fff;}
.service-sec .single-main .transparrent-btn.active { opacity: 0; visibility: hidden;}
.service-sec .single-main .transparrent-btn{cursor: pointer; padding: 36px 0; background: rgba(240,240,240,.2); 
line-height: 1; width: 100%; display: block; text-align: center; font-size: 22px; bottom: 0; left: 0; color: #fff; text-transform: uppercase; font-weight: 700; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s;}
.position-relative { position: relative!important;}
.position-absolute {position: absolute!important;}
.service-sec .single-main .single-wrapper{-webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s;}
.service-sec .single-main .single-wrapper.hid { opacity: 0; visibility: hidden;}
.service-sec .single-main:hover .single-wrapper.hid{opacity: 1!important; visibility: visible!important;}
.service-sec .single-main:hover .transparrent-btn {display:none; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s;}
.service-sec .single-main .single-wrapper .services-btn a:hover{color: #fff;}
.service-sec .single-main .single-wrapper.active .transparrent-btn{display:none;}
.service-sec .fa{font-size:60px;}	
/*** 


/*--------------------------------------------------------------
# team section
--------------------------------------------------------------*/
.team-sec{background:#f9faff; text-align:center; padding:50px 0;}
.tm-bx{position:relative;}
.tm-bx .tm-img{position: relative; z-index: 1;}
.tm-bx .tm-img img{margin: 0 auto; width: 200px; border-radius: 50%;    border: 10px solid #f8f9fa;}
.tm-bx .team-cont{position: relative; background: #fff; padding: 110px 30px 30px 30px; border-radius: 4px; -moz-transition: all .3s ease; -o-transition: all .3s ease;  -webkit-transition: all .3s ease;  -ms-transition: all .3s ease; transition: all .3s ease;
    margin-top: -100px; -webkit-box-shadow: 0 5px 25px -2px rgb(0 0 0 / 1%);  -moz-box-shadow: 0 5px 25px -2px rgba(0,0,0,.01);  box-shadow: 0 5px 25px -2px rgb(0 0 0 / 1%);}
.tm-bx:hover .team-cont{background:#87c232;}
.tm-bx:hover .team-cont h3, .tm-bx:hover .team-cont h3 span, .tm-bx:hover .team-cont p, .tm-bx:hover .team-cont ul li i{color:#fff;}
.tm-bx .team-cont h3{ color: #87c232; font-size:18px; line-height:20px;}
.tm-bx .team-cont h3 span{ display: block; font-size: 15px; color: #666;}
.tm-bx .team-cont ul{ margin:0; padding:0; list-style:none; text-align: center;}
.tm-bx .team-cont ul li{ display: inline-flex;}
.tm-bx .team-cont ul li i{ font-size: 25px; margin: 5px 10px;color: #87c232;}
.tm-bx .btn { background: #87c232; color: #fff; transition: .3s;}
.tm-bx:hover .btn { background: #618930; color: #fff;}
.tm-bx.active .team-cont{ background:#87c232;}
.tm-bx.active .team-cont h3, .tm-bx.active .team-cont h3 span, .tm-bx.active .team-cont p,.tm-bx .team-cont ul li i{color: #fff;}
.tm-bx.active .btn{ background: #618930; color: #fff;}


.team-inner{}

.team-inner .thumbnail > img{}
.team-inner .thumbnail ul li{ font-weight:300;}

.team-sec .carousel-indicators{ bottom: -40px;}
.team-sec .carousel-indicators .active{ background-color: #87c232; border: 2px solid #222;}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer*/

footer{ margin-top: 20px; color: #333; padding-top:20px;
	background: url(image/footer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

footer .container-middle{ position:relative;}

footer h2{ font-weight: 600; font-size: 23px; position: relative; color: #87c232; margin-bottom: 10px;
    text-transform: uppercase;  border-bottom: 1px dashed #87c232; padding-bottom: 10px;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{ color: #fff;}
.col-three{ color:#8e8e8e;}
.us-lk p{ color:#8e8e8e; text-align: justify; line-height: 23px;}

.us-lk ul{ list-style: none; font-size: 14px; margin-bottom: 0; color: #fff; padding-left: 24px;}

.us-lk ul li{ line-height: 20px; margin-bottom: 15px; transition:0.5s; position:relative; padding-left: 10px;}
.us-lk ul li:before{ content: "\f0a4"; position:absolute; left:-20px; font-family:FontAwesome;}
.us-lk ul li:nth-last-child(1){margin-bottom:0}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{ color:#8e8e8e; }

.us-lk ul li:hover a{ color:#87c232 !important;}

footer a{ color:#fff;}

.ft-soc ul{ font-size: 16px; margin-bottom: 0;list-style: none;}

.ft-soc ul{ padding-left: 0; font-size: 14px;}
	
.ft-soc ul a{ color:#8e8e8e;}
.ft-soc ul li{ margin-bottom:8px;}
.ft-soc ul li img{ margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{ border-radius:50%; transition:0.5s;}
	
.ft-cont strong{ color:#fff;}

.ft-cont p, .ft-cont p a{ margin-bottom:8px; font-size: 14px; color: #8e8e8e; line-height: 22px; min-height: 25px;
    transition: 0.5s; text-align: left;}

.copyrht{ background:#87c232; margin-top:30px; color: #fff; font-size: 14px; padding:4px 0; /* height: 32px;*/ position:relative; }
	
.copyrht p{ margin-bottom: 0; font-size: 14px;}
	
footer .container{ position:relative;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{ float:left; padding-top: 6px;}

.cprht-rht{ float:right; padding-top:0px;}

.cprht-rht ul{ list-style:none; text-align:right; margin:0; font-size: 14px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #db6e5d;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;     padding: 0 1px;}
.cprht-rht a .fa{    background: #283447;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 29px; transition:0.5s;}

.cprht-rht a .fa:hover{ background:#000; color:#87c232; transition:0.5s;}

p.cprht-rht img { height: 18px; transition:0.5s; vertical-align: bottom;}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.cprht-lft strong{    color: #fff;
    font-weight: 300;}

.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    line-height: 0px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
}

.cprht-img{    float: left;
    margin-left: 120px;}
	
.cprht-img img{height: 45px;}

.ft-cont i img{margin-top: 6px;}

.ft-cont p:hover i{background:#77be32; transition:0.5s;}
	
.ft-nav ul{    list-style: none;
    text-align: center;
    margin-top: 0;
    padding-top: 21px;
    font-weight: bold; z-index: 9;
    position: relative;}
	
.ft-nav ul li{    display: inline-block;
    padding: 0 35px;}

.ft-nav ul li a:hover{color:#77be32;}

.same-ft{border: 1px dashed #87c232; padding: 0 15px; position: relative; padding-left: 85px; margin-top:15px; transition:0.5s;}
.same-ft h3{color: #fff; font-size: 18px;}
.same-ft p{color: #999; font-size: 14px;}
.same-ft p span{display:block; color:#eee;}
.same-ft p  a{color:#999;}	
.same-ft:after{font-size: 48px; font-family: FontAwesome; position: absolute; left:18px; top: 21px; color:#87c232;}
.ft-add:after{content: "\f041";}
.ft-ph:after{content: "\f10b";font-size: 65px; top: 10px;}
.ft-mail:after{content: "\f003";}

.same-ft:hover{background:rgba(135,194,50,0.8); color:#fff;}
.same-ft:hover p, .same-ft:hover p span, .same-ft:hover p a{color:#fff;}
.same-ft:hover:after{color:#fff;}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #87c232;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #87c232;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

/*footer*/
.credits a{color:#eee; font-weight:bold;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header img{ margin:inherit;}
  .body-fx #header{ padding: 15px 0; height: inherit;
    position: relative; background: #;}	
.navbar-toggle{ margin-top: -38px; position: absolute; right: 0px;}
.caption{width: 100%;}
.wback .caption{top: 30%;}
.navbar-default, .navbar-default .navbar-collapse{ border-color: transparent !important;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{ background-color: transparent !important; border-color: transparent !important;}

.nav>li>a { padding: 8px 2px;}
.navbar-default .navbar-toggle .icon-bar{ background-color: #87c232;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{    background-color: #fff;}

}

@media (max-width: 575px) {
  #footer .footer-top .footer-info { margin: -20px 0 30px 0;}
  .wback .caption{ display:none;}
  
    #header{ position:relative; background-color: #fff; height: inherit; padding: 10px 0;}
	.body-fx #header{ background: transparent;}	
   
  .bnr-sec .carousel-inner .item > img{height: 250px;}
  
  .bnr-cont{ bottom: 50px !important;}
  .bnr-cont h2{ font-size: 25px !important; line-height: 30px !important;}
  .bnr-cont h2 span{ font-size: 24px !important; line-height: 30px !important;}
  
  
  
}
@media (max-width: 414px) {
#header img { margin: inherit; max-width: 75%;}

}