@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato-Regular'), url(image/Lato-Regular.ttf) format('truetype');
}

*{font-family:Arial, Helvetica, sans-serif !important;}

.fa {
    font-family: fontawesome !important;
    font-size: 23px;
    float: left;
    padding-right: 10px;
    /* padding-top: 1px; */
    }

body{ margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #222; line-height: 24px; background:#fff;}

img {max-width:100% !important}

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

/*header*/

header{}	
.web-logo{ padding-top: 10px; text-align:center;}

header img{}

.head-topnav{ background-color: #87c232; padding: 10px;}
.head-topnav a{ color:#fff; font-size:16px; text-decoration:none;}
.head-topnav .fa{ color:#fff; font-size:18px; margin-top:5px;}	
.txt-lft{ text-align:left;}
.txt-rht{ text-align:right;}	
.call-us{ text-align:left;}
.map-loca{ text-align: center;}
.map-loca .fa{ float: inherit;}
.mail-us{ text-align:right;}
.mail-us .fa{ float: inherit;}



/*header*/


/*home*/
.hm-head {position:relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 30px;
}
.hm-head span { font-weight: 800; color: #1b83e8;}
.hm-head:after{ content:""; width:100px; height:2px; position:absolute; left:46%; background: #f6f3f3; bottom: -10px;}



/*home*/
.abt-section{ padding: 30px 0;}
.abt-section h2{ font-size: 40px; font-weight: 600; line-height:40px; color: #87c232; margin-bottom: 20px; text-align:left;}
.abt-section  p{ font-size: 15px; color: #333; text-align:justify;}
.abt-section img{ margin-top:20px;}

.about-btn1{
  padding: 8px 30px 9px 30px;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;  
  border-radius: 50px;
  border-color:#87c232;
  border-width:2px;
  border-style: solid dashed;
  text-decoration: none;
}

.about-btn1 i{ font-size:18px; color:#87c232; margin-left:7px;}
.about-btn1 i .fa{}


.about-btn {
  padding: 8px 30px 9px 30px;
  color:#fff;  
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border-color:#87c232;
  border-width:1px;
  border-style: solid dashed;
}

.about-btn i{ font-size:18px; color:#87c232; margin-left:7px;}
.about-btn i .fa{}

.vision-mission-obj{ text-align:center; margin-bottom:50px;}
.vision-mission-obj h4{ font-size: 24px; text-align:center; line-height:30px;}
.vision-mission-obj p{ font-size: 15px; text-align:center;  line-height:23px;}

.box-vmo{ padding:15px 10px; min-height:320px; box-shadow: 0 20px 40px rgba(0,0,0,.1);}


/*hm-ser*/
.hm-service{ width:100%; text-align: center; background:#333; padding:20px 20px 40px;}

.hm-service i{ width:100px ; height:100px; font-size:50px; color: #fff; background:#87c232; border: 2px #fff solid; border-radius:0 20px; padding: 25px 20px;}

.hm-service .fa{ float:inherit; margin-bottom:10px;}
.hm-service h3{ font-size: 18px; line-height: 30px; font-weight: 700; margin-bottom: 10px;  color: #fff; text-align:center;}
.hm-service p{ font-size: 15px; line-height: 22px; font-weight: 400; color: #ccc; text-align:center;}
.hm-service a{ text-decoration:none;}
.serv-bx{ margin-top:20px; margin-bottom:20px;}

/*hm-ser*/


/*--------------------------------------------------------------
# team section
--------------------------------------------------------------*/
.team-sec{ background:#f9faff; text-align:center; padding:50px 0;}
.team-sec .hm-head{  color: #000; }
.team-sec .hm-head:after{ left:46%; background: #87c232;}

.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.active .team-cont h3{ font-size: 19px; font-weight:600;}
.tm-bx.active .team-cont p{ font-size: 15px; text-align: center; line-height:24px;}

.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;}
.tm-bx .team-cont h3 span{display: block; font-size: 18px;  color: #999;}
.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_img {
  width: 130px;
  border: 6px solid #2f4d5a;
  border-radius: 50%;
}


/*footer*/

footer{ background: #121212; color: #fff; padding: 30px 0 0 0;}
footer h2{ color: #87c232; font-size: 30px; font-weight: 600; line-height:30px; text-align: left; margin-bottom:30px;}
footer P{ color: #fff; font-size: 15px; line-height:24px; text-align: left;}


.info{ width: 100%;}

.info i {
  font-size: 24px;
  color: #87c232;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #ccc;
}

.info .email, .info .phone {
  margin-top: 20px;
}
.info .email{ margin-bottom: 20px;}

.info .email:hover i, .info .address:hover i, .info .phone:hover i {
  background:#87c232;
  color: #fff;
}

.social-links{ width:100%;}
.social-links div{ width:100%; padding:5px; border-bottom:1px #71a427 dashed; border-radius:20px; transition: 0.3s; margin-bottom:5px; line-height: 25px;}
.social-links i{ font-size: 20px; background: #87c232; color: #fff; line-height: 1; padding: 8px 0;
margin-right: 4px;  border-radius: 50%; text-align: center;  width: 36px; height: 36px;}
.social-links a{color: #fff; text-decoration:none; font-size: 16px;}

.links{ width:100%;}
.links div{ width:100%; padding:5px; border-bottom:1px #71a427 dashed; border-radius:20px; transition: 0.3s; margin-bottom:5px;}
.links i{ font-size: 16px;  background: #87c232; color: #fff; line-height: 1; padding: 8px 0;
margin-right: 4px;  border-radius: 50%; text-align: center;  width: 36px; height: 36px;}
.links a{color: #fff; text-decoration:none; line-height:23px; font-size: 15px;}

.copyright{ width:100%; background:#87c232; padding:10px 0; margin-top:30px;}
.copyright P{font-family: 'Poppins', sans-serif; color: #fff; font-size: 15px; line-height:24px; margin:0;}

.copy-lft p{ text-align: left;}
.copy-rht p{ text-align: right;}	

.fix-box{ position: fixed; top:35%; left:0; z-index:999; font-size: 14px;}
.social-fx{ list-style:none; padding-left:0; margin:0;}
.social-fx li{ background: #111; border-radius:0 30px 30px 0;
    width: 125px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -80px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li img{ border-radius:50px;}	
.social-fx li a{ color:#fff; text-decoration:none;}
.social-fx li strong{ font-weight:normal;}
.social-fx li span{ float: right; margin-top: 0;}
.social-fx li:hover{ margin-left:0; transition:0.5s;}

/*footer*/
@media(max-width:1000px){

}
@media(max-width:991px){

}
@media(max-width:769px){

}
@media(max-width:767px){
.map-loca{ text-align: left !important;}
.mail-us{ text-align: left !important;}	

.abt-section{ padding: 30px !important;}

footer{ padding: 30px 20px !important;}
footer h2{ margin-bottom: 10px !important; margin-top: 15px !important;}
	
}
	
	
@media(max-width:667px){
	}
	
@media(max-width:568px){
.tabs-menu {width: 100%;}
.img-left {width: 100%;}
.cnt-rht {width: 100%;}
.tab {width: 100%;}
	
	}
	
@media(max-width:480px){
	.fa{ float: inherit;}
	.txt-rht{text-align: left;}
	.txt-rht span { float: inherit;}

	}
	
@media(max-width:414px){

	}
	
@media(max-width:375px){

	}
	
@media(max-width:360px){

}