/*-------------Font-Family--------------*/
@font-face {
  font-family: FontAwesome;
  src: url("fonts/FontAwesome.otf")format("opentype");
}
@font-face {
  font-family: Nunito-Regular;
  src: url("fonts/Nunito-Regular.ttf")format("truetype");
}
@font-face {
  font-family: Nunito-SemiBold;
  src: url("fonts/Nunito-SemiBold.ttf")format("truetype");
}
@font-face {
  font-family: Nunito-Bold;
  src: url("fonts/Nunito-Bold.ttf")format("truetype");
}
@font-face {
  font-family:OpenSans-Regular;
  src: url("fonts/OpenSans-Regular.ttf")format("truetype");
}
@font-face {
  font-family:OpenSans-SemiBold;
  src: url("fonts/OpenSans-SemiBold.ttf")format("truetype");
}
/* Basic Css Style */
html {
  scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	color:#222;
}
.heading{
	font-family: Nunito-SemiBold;
	text-align: center;
    margin-bottom: 1.5rem;
    color: #14963e;
    text-transform: uppercase;
}
.sub-heading{ 
	font-family:OpenSans-SemiBold;
	margin-bottom: 1rem;
	text-align:center;
	text-transform: uppercase;
}
p, ul li, a{font-family: Nunito-Regular;font-size:18px;}
.btn-style{
	font-family:OpenSans-SemiBold;
	display: block;
    padding: 8px 20px;
    border: 2px solid #06913e;
    color: #505050;
    text-decoration: none;
	background:#f5f5f5;
	/* background:transparent; */
}
.btn-style:hover, .btn-style:focus, .btn-style:active{
	color: #fff;
   	background: -webkit-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -moz-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -ms-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -o-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: linear-gradient(90deg, #06913e 0%, #8cc540 100%);
	outline:none;
}
.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
}
.border-gradient-green {
  border-image-source: linear-gradient(to right, #06913e, #8cc540);
}
.bg-black{background-color:#222;}
.light-green-color{color:#8cc540!important;}
.dark-green-color{color:#06913e!important;}
/* ---------------Top button Section--------------- */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #06913e;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------Header Section--------------- */
.header_area {
    position: relative;
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}
.fixed_header{
    position: fixed;
	width:100%;
    z-index: 50;
    display:none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header-top {
    background: #000000;
}
.header-top .header-top-right {
    text-align: right;
}
.header-top .header-top-right a {
	margin-top:0.30rem;
	margin-bottom:0.30rem;
    padding: 8px 20px;
	font-size:16px;
    display: inline-block;
	text-transform:uppercase;
    font-weight: 600;
    font-family: Nunito-Regular;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top a {
    color: #fff;
	text-decoration :none;
}
.header-top a img{
	width: 20px;
    margin-right: 8px;
}
.header-top .header-top-right a:hover{
	background: -webkit-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -moz-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -ms-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: -o-linear-gradient(90deg, #06913e 0%, #8cc540 100%);
    background: linear-gradient(90deg, #06913e 0%, #8cc540 100%);
}
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
	box-shadow:none;
}
.header_area .navbar .nav .nav-item {
    margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
    font:15px/80px "Nunito-Bold";
    text-transform: uppercase;
    color: #222222;
    padding: 0px;
    display: inline-block;
}
.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}
.header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
    color: #06913e;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #00aee0;
    color: #fff;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------Home Banner Section--------------- */
.home_banner_area {
    z-index: 1;
    min-height: 780px;
    display: flex;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner/home-banner.jpg') no-repeat scroll center;
}
.home_banner_area .banner_inner {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
}
.home_banner_area .banner_inner .banner_content {
    color: #fff;
}
.home_banner_area .banner_inner .container {
    vertical-align: middle;
    align-self: center;
}
.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
}
.home_banner_area .banner_inner .banner_content p {
    max-width: 520px;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0px 45px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------index Page--------------- */
/* Feature Section */
.feature_area {
	padding-top:0;
    margin-top: -7em;
	background-color:#f5f5f5;
}
.single_feature {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 40px;
}
/* .single_feature_box{ */
	/* background: -webkit-linear-gradient(90deg, #06913e 0%, #8cc540 100%); */
    /* background: -moz-linear-gradient(90deg, #06913e 0%, #8cc540 100%); */
    /* background: -ms-linear-gradient(90deg, #06913e 0%, #8cc540 100%); */
    /* background: -o-linear-gradient(90deg, #06913e 0%, #8cc540 100%); */
    /* background: linear-gradient(90deg, #06913e 0%, #8cc540 100%); */
	/* margin-bottom:30px; */
/* } */
.single_feature_box1{
	background: -webkit-linear-gradient(90deg, #e94086 0%, #e5925a 100%);
    background: -moz-linear-gradient(90deg, #e94086 0%, #e5925a 100%);
    background: -ms-linear-gradient(90deg, #e94086 0%, #e5925a 100%);
    background: -o-linear-gradient(90deg, #e94086 0%, #e5925a 100%);
    background: linear-gradient(90deg, #e94086 0%, #e5925a 100%);
	margin-bottom:30px;
}
.single_feature_box2{
	background: -webkit-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
    background: -moz-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
    background: -ms-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
    background: -o-linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
    background: linear-gradient(90deg, #7349cc 0%, #e163e4 100%);
	margin-bottom:30px;
}
.single_feature_box3{
	background: -webkit-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
    background: -moz-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
    background: -ms-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
    background: -o-linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
    background: linear-gradient(90deg, #00aee0 0%, #00fedc 100%);
	margin-bottom:30px;
}
.single_feature .icon {
    margin-right: 20px;
}
.single_feature .icon img{
    width:40px;
}
.single_feature h4 {
    font-size: 18px;
	text-transform:uppercase;
    margin-bottom: 15px;
    color: #ffffff;
}
.single_feature P{
	font-size:16px;
}
/* about-section */
.about-box{
	padding:40px;
	margin-top:20px;
	background-color:#fff;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
}
.about-box p{
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.about-pd{
	padding-bottom:7rem;
}
.about_area{
	margin-top:-7rem;
	padding-bottom:3rem;
}
.about-img {margin-top:20px;}
.about-img img{
	max-width: 100%;
    height: 427px;
    object-fit: cover;
}
/* team-section */
.team_area{
	padding:3rem 0;
}
.team_area .nav-tabs {
    border-bottom: 2px solid #06913e;
}
.team_area .nav-tabs .nav-link {
	font-family: OpenSans-Semibold;
    font-size: 18px;
    border-radius: 0;
    color: #06913e;
	padding: 0.75rem 1rem;
    width: 150px;
    text-align: center;
	text-transform:uppercase;
	border:2px solid transparent;
}
.team_area .nav-tabs .nav-link:hover {
	color: #fff;
}
.team_area .nav-tabs .nav-item.show .nav-link, .team_area .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #8cc540;
    border-top-color: #06913e;
    border-left-color: #06913e;
    border-right-color:#06913e;
}
.team_area .tab-content{
	margin-top:30px;
}
.fgrids {
    position: relative;
	margin-top:20px;
	margin-bottom:20px;
}
.view {
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /* background: #fff url(../img/team/img1.jpg) no-repeat center center; */
}
.view img {
    display: block;
    position: relative;
}
.fgrids img {
    width: 100%;
}
.view-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view-fourth .mask {
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
	width:100%;
}
.mask .mask-content{
	position: absolute;
	top: 50%;
	left: 45%;
	-webkit-transform: translate(-45%, -50%);
	-ms-transform: translate(-45%, -50%);
	transform: translate(-45%, -50%);
	text-align: center;
}
.view-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.view-fourth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.mask {
    text-align: center;
}
.view h6, .view h6 a {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view h6 a:hover {color:#8cc540;}
.mask ul {
    padding: 0;
}
.mask ul li {
    display: inline-block;
}
.mask ul li a.social-team {
    height: 30px;
    width: 30px;
    display: inline-block;
	background-size: cover;
	margin:5px;
}
.mask ul li a.facebook {
    background-image: url('../img/team/facebook-circle-white.svg');
}
.mask ul li a.twitter {
    background-image: url('../img/team/twitter-circle-white.svg');
}
.mask ul li a.linkedin {
    background-image: url('../img/team/linkedin-circle-white.svg');
}
.mask a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mask a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mask ul li a.facebook:hover {
    background-image: url('../img/team/facebook-circle-green.svg');
}
.mask ul li a.twitter:hover {
    background-image:url('../img/team/twitter-circle-green.svg');
}
.mask ul li a.linkedin:hover {
    background-image: url('../img/team/linkedin-circle-green.svg');
}
.ftext {
	font-family:OpenSans-SemiBold;
    text-align: center;
    background-color: white;
	color:#222;
}
.ftext h4{font-size:22px;}
label.fline {
    display: block;
    background-color: #06913e;
    width: 35px;
    height: 2px;
    margin: 0 auto;
}
.ftext h5 {
    padding: 20px 0px;
    font-size: 12px;
	text-transform:uppercase;
}
/* achievement-section */
.achievement_area{
	padding:3rem 0;
}
/* timeline css code */
.ps-timeline-sec {
	position: relative;
	background: #fff;
}
.ps-timeline-sec .container {
	position: relative;
}	
.ps-timeline-sec .container ol:before {
	background: #8cc540;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: -4px;
}
.ps-timeline-sec .container ol:after {
	background: #8cc540;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	right: 8px;
	top: -4px;
}
.ps-timeline-sec .container ol.ps-timeline {
	margin: 210px 0;
	padding: 0;
	border-top: 2px solid #8cc540;
	list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
	float: left;
	width: 25%;
	padding-top: 30px;
	position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: #fff;
	border: 4px solid #8cc540;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #fff;
	text-align: center;
	line-height: 38px;
	color: #06913e;
	font-size: 1.5em;
	font-style: normal;
	position: absolute;
	top: -26px;
	left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
	content: '';
	color: #8cc540;
	width: 2px;
	height: 50px;
	background: #8cc540;
	position: absolute;
	top: -50px;
	left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
	content: '';
	color: #8cc540;
	width: 8px;
	height: 8px;
	background: #8cc540;
	position: absolute;
	bottom: 90px;
	left: 44%;
	border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
	content: '';
	color: #8cc540;
	width: 2px;
	height: 50px;
	background: #8cc540;
	position: absolute;
	bottom: -50px;
	left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	content: '';
	color: #8cc540;
	width: 8px;
	height: 8px;
	background: #8cc540;
	position: absolute;
	top: 90px;
	left: 44%;
	border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 130px;
	width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
	position: absolute;
	margin-top: 60px;
	width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot h2 {font-size:2rem;}
.ps-timeline-sec .container ol.ps-timeline li p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
	position: absolute;
	margin-top: 35px;
}
/* event-section */
.event_area{
	padding:3rem 0;
}
.owl-carousel-event{
	padding:0;
	margin-top:2rem;
}
.owl-carousel-event .owl-dots, .owl-carousel-event .owl-nav{display:none!important;}
.owl-carousel-event .item .egrid {
    max-width: 98%;
    margin: 10px 1%;
    border: 5px solid white;
    padding: 0;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}
.owl-carousel-event .item .img {
    float: left;
    width: 50%;
}
.owl-carousel-event .item .img img{
	max-width: 100%;
    height: 270px;
    object-fit: cover;
}
.owl-carousel-event .item .textt {
    width: 45%;
    float: left;
    margin-left: 5%;
}
.owl-carousel-event .item .date {
    position: absolute;
    top: -16px;
    left: 207px;
    background-color: #8cc540;
    padding: 15px 10px;
    color: white;
}
.owl-carousel-event .item .date h5{margin-bottom:0;font-size:16px;}
.owl-carousel-event .item .textt h3 {
    font-size: 18px;
    margin-top: 35px;
    text-align: left;
    color: #B3B3B3;
	text-transform:uppercase;
}
.owl-carousel-event .item label.eline {
    display: block;
    background-color: #06913e;
    width: 55px;
    height: 2px;
    margin: 15px 0px;
}
.owl-carousel-event .item .textt .place img, .owl-carousel-event .item .textt .time img{width:20px;margin-right:10px;}
.owl-carousel-event .item .textt p {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #949494;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.owl-carousel-event .item .textt a{text-decoration:none;color:#fff;text-transform:capitalize;}
.owl-carousel-event .item .textt a:hover{color:#8cc540;}
/* what-we-offer-section */
.what_we_offer_area{
	padding: 3rem 0;
}
.what-we-offer-grid{
	text-align:center;
	margin-top: 15px;
    margin-bottom: 30px;
}
.what-we-offer-grid .fa{
    color: #8cc540;
    border: 2px solid #06913e;
    padding: 20px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 50px;
}
.fa {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Fontawesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.what-we-offer-grid .fa:after {
    content: '';
    background: #8cc540;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 142%;
    left: 30%;
    transform: rotate(90deg);
}
.what-we-offer-grid h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.what-we-offer-grid p {
    margin-bottom: 0;
}
.what-we-offer-grid a{text-decoration:none;color:#8cc540;}
.what-we-offer-grid a:hover{text-decoration:none;color:#06913e;}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------Footer Section--------------- */
.footer_area{
	padding:3rem 0 1rem;
}
.footer_area .contact-us-part{
	padding-top:15px;
	padding-bottom:15px;
}
.footer_area .contact-us-part a, .footer_area .contact-us-part p a, .footer_area .contact-us-part p{
	font-family: Nunito-Regular;
	color:#eee;
	font-size:18px;
	text-decoration:none;
}
.footer_area .contact-us-part a:hover, .footer_area .call-content p a:hover {
	color:#8cc540;	
}
.footer_area .contact-us-part a img, .footer_area .contact-us-part p img{
	width: 30px;
    margin-right: 8px;
}
.social-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: cover;
}
.icon-fb {
  background-image: url('../img/icons/fb-icon.svg');
}
.icon-fb:hover{
  background-image: url('../img/icons/fb-icon-green.svg');
}
.icon-linkedin {
  background-image: url('../img/icons/linkedin-icon.svg');
}
.icon-linkedin:hover{
  background-image: url('../img/icons/linkedin-icon-green.svg');
}
.icon-twitter {
  background-image: url('../img/icons/twitter-icon.svg');
}
.icon-twitter:hover{
  background-image: url('../img/icons/twitter-icon-green.svg');
}
.icon-insta {
  background-image: url('../img/icons/insta-icon.svg');
}
.icon-insta:hover{
  background-image: url('../img/icons/insta-icon-green.svg');
}
.quick-list ul{padding-left:30px;}
.quick-list ul li{
	font-size:18px;
	padding-bottom:10px;
	list-style-image: url('../img/icons/right-arrow-angle.png');
}
.quick-list ul li a{color:#eee;}
.quick-list ul li a:hover{color:#8cc540;text-decoration:none;}
.link-border {
    display: block;
    width: 100px;
    height: 3px;
    background: #8cc540;
    margin: 0px auto 20px;
}
.bottom-footer{
    padding: 1rem 0;
	color:#fff;
}
.hr-line{
	margin-top: 3rem;
    border-top: 1px solid rgba(255,255,255,.1);
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------other Page Banner--------------- */
.banner_area {
    position: relative;
    background: url('../img/banner/inner-page-banner.jpg') no-repeat center center;
    z-index: 1;
    min-height: 392px;
    padding-top: 0 !important;
}
.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 392px;
    z-index: 1;
}
.banner_area .banner_inner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}
.overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}
.banner_area .banner_inner .banner_content {
    position: relative;
    z-index: 2;
    color: #fff;
	margin-top:0;
}
.banner_area .banner_inner .banner_content h2 {
	font-family: Nunito-SemiBold;
    color: #fff;
    font-size: 48px;
}
.banner_area .banner_inner .banner_content .page_link {
    display: inline-block;
    padding: 7px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}
.banner_area .banner_inner .banner_content .page_link a {
    font-size: 14px;
    color: #fff;
    font-family:OpenSans-SemiBold;
    margin-right: 32px;
    position: relative;
    text-transform: uppercase;
	text-decoration:none;
}
.banner_area .banner_inner .banner_content .page_link a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_area .banner_inner .banner_content .page_link a:last-child {
    margin-right: 0px;
}
.banner_area .banner_inner .banner_content .page_link a:last-child::before {
    content:"";
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------about Page--------------- */
.about_page_area{
	padding:3rem 0;
}
.about-head h2 span {
    font-size: 3rem;
   font-family: Nunito-SemiBold;
    color: #000;
    text-align: center;
    margin: 0 0 0.3em;
}
.about-head h2:after {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #06913e;
    vertical-align: middle;
    margin-left: 1%;
    content: "";
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------what we offer Page--------------- */
.what-we-offer_page_area{
	padding:6rem 0 3rem 0;
}
.what-we-offer_page_area .card {
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-bottom: 80px; */
	padding:15px 20px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.what-we-offer_page_area .card .owl-carousel-service-1{
	margin-top: -50px;
}
.what-we-offer_page_area .card .owl-carousel-service-1 .item .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
	margin-bottom:10px;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	border:1px solid #ddd;
}
.what-we-offer_page_area .card .owl-carousel-service-1 .item .card-image img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.what-we-offer_page_area .card .card-data-heading h3{
    font-family: Nunito-SemiBold;
	color:#06913e;
	margin-top:20px;
	margin-bottom:10px;
}
.what-we-offer_page_area .card .card-data-heading .card-data-border{
	display: block;
    width: 45px;
    height: 3px;
    background: #8cc540;
    margin: 0px 0px 20px;
}
.what-we-offer_page_area .card .card-data{
	height:180px;
	overflow-y:scroll;
	margin-bottom:15px;
}
.what-we-offer_page_area .card .card-data::-webkit-scrollbar {
  width: 5px;
}
.what-we-offer_page_area .card .card-data::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.what-we-offer_page_area .card .card-data::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 5px;
}
.what-we-offer_page_area .card .card-data::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}


.what-we-offer_page_area .card .card-data p{
	font-family: Nunito-Regular;
	font-size:16px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------team Page--------------- */
.team_page_area .nav-pills .nav-link {
	font-family: OpenSans-Semibold;
    font-size: 18px;
    border-radius: 0;
    color: #06913e;
	padding: 0.75rem 1rem;
    width: 150px;
    text-align: center;
	text-transform:uppercase;
	border:2px solid transparent;

}
.team_page_area .nav-pills .nav-link:hover {
	color: #222;
	border:2px solid #06913e;
}
.team_page_area .nav-pills .nav-item.show .nav-link, .team_page_area .nav-pills .nav-link.active{
    color: #fff;
    background-color: #8cc540;
    border-top-color: #06913e;
    border-left-color: #06913e;
    border-right-color:#06913e;
    border-bottom-color:#06913e;
}
.ftext-style{
	background-color:#f5f5f5;
	border:1px solid #ccc;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------gallery Page--------------- */
.gallery_area{
	padding:3rem 0;
}
.gallery_area .img-item a{
    display: block;
    overflow: hidden;
    /* margin-bottom: 30px; */
}
.gallery_area .img-item a img{
    margin-bottom: 0px;
    display: block;
    width: 100%;
    max-width: 100%;
	height:200px;
    object-fit:cover;
}
.gallery_area .img-item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.gallery_area .img-item img:hover {
    transform: scale(1.3);   
}
.gallery_area .description {
    background-color: #000;
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    position: relative;
}
.gallery_area .caption {
    float: left;
}
/* ---------------gallery-details Page--------------- */
.gallery_details_area{
	padding:3rem 0;
}
.img-wrapper{
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	grid-gap: 10px;
	padding:0
}
.img-wrapper .img-item{position:relative;}
.img-wrapper .img-item img{
	width:100%;
	height:250px;
	object-fit:cover;
}
.gallery-det-caption{ 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: rgba(140, 197, 64, 0.7);
}
.gallery-det-caption h2{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.img-wrapper .img-item:hover .gallery-det-caption{opacity:1;}
.img-wrapper .img-item:hover .gallery-det-caption:before, .img-wrapper .img-item:hover .gallery-det-caption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-det-caption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}
.gallery-det-caption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
}
.gallery-det-caption:before, .gallery-det-caption:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.pagination{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.pagination li{
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 12px;
    color: #222;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active{
    cursor: default;
}
.pagination a:active{
    outline: none;
}
.modal-3 a{
    margin-left: 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.modal-3 a:hover{
    background-color: #06913e;
}
.modal-3 a.active, .modal-3 a:active{
    background-color: #06913e;
    color:#fff;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------event Page--------------- */
.event_page_area {
	padding:3rem 0;
}
.event_page_area .egrid{
    max-width: 100%;
    margin: 10px 1%;
    border: 1px solid #06913e;
    border-bottom: 4px solid #06913e;
    padding: 0;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}
.event_page_area .img {
	position:relative;
    float: left;
    width: 40%;
	margin-left:-80px;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-right: 1.3rem;
}
.event_page_area .egrid .img .date {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #8cc540;
    padding: 15px 10px;
    color: white;
}
.event_page_area .img .date span{
	font-family: OpenSans-Semibold;
	font-size:40px;
}
.event_page_area .img img{
	width: 100%;
    height: 100%;
}
.event_page_area .textt {
    /* width: 57%; */
    float: none;
    /* margin-left: 2%; */
    margin-right: 2%;
}
.event_page_area .date {margin-bottom:0;font-size:16px;}
.event_page_area .textt h3 {
    font-size: 18px;
    margin-top: 35px;
    text-align: left;
    color: #222;
	text-transform:uppercase;
}
.event_page_area label.eline {
    display: block;
    background-color: #06913e;
    width: 55px;
    height: 2px;
    margin: 15px 0px;
}
.event_page_area .textt .place img, .event_page_area .textt .time img{width:20px;margin-right:10px;}
.event_page_area .textt p{
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #949494;
}
.event_page_area .item .textt a{text-decoration:none;color:#fff;text-transform:capitalize;}
.event_page_area .item .textt a:hover{color:#8cc540;}

.event_page_area .egrid-even .img {
	position:relative;
    float: right;
    width: 40%;
	margin-right:-80px;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-left: 1.3rem;
}
.event_page_area .egrid-even .textt {
    float: none;
    margin-left: 2%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------achievement Page--------------- */
.achievement_page_area{
	padding:3rem 0;
}
.demo-card:nth-child(1) {
	order: 1;
}
.demo-card:nth-child(2) {
	order: 4;
}
.demo-card:nth-child(3) {
	order: 2;
}
.demo-card:nth-child(4) {
	order: 5;
}
.demo-card:nth-child(5) {
	order: 3;
}
.demo-card:nth-child(6) {
	order: 6;
}
.timeline{
  padding: 50px 0;
  /* background: #f7f7f7; */
  /* border-top: 1px solid rgba(191, 191, 191, 0.4); */
  /* border-bottom: 1px solid rgba(191, 191, 191, 0.4); */
}
.timeline h1{
	text-align: center;
	font-size: 3rem;
	font-weight: 200;
	margin-bottom: 20px;
}
.timeline p.leader{
	text-align: center;
	max-width: 90%;
	margin: auto;
	margin-bottom: 45px;
}
.timeline .demo-card-wrapper{
	position: relative;
	margin: auto;
}
.timeline .demo-card-wrapper::after{
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
}
.timeline .demo-card{
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2;
}
.timeline .demo-card .head{
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
}
.timeline .demo-card .head .number-box{
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.17);
}
.timeline .demo-card .head h2{
	font-family: Nunito-SemiBold;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin: 0;
	line-height: normal;
}
.timeline .demo-card .head h2 span{
	display: block;
	font-size: 0.6rem;
	margin: 0;
}
.timeline .demo-card .body{
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
}
.timeline .demo-card .body p{
	font-family:Nunito-Regular;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.timeline .demo-card .body img{
	display: block;
	width: 100%;
}
.timeline .demo-card--step1{
	background-color: #8cc540;
}
.timeline .demo-card--step1 .head::after{
	border-color: #8cc540;
}
.timeline .demo-card--step2 {
	background-color: #8cc540;
}
.timeline .demo-card--step2 .head::after{
	border-color: #8cc540;
}
.timeline .demo-card--step3 {
	background-color: #8cc540;
}
.timeline .demo-card--step3 .head::after{
	border-color: #8cc540;
}
.timeline .demo-card--step4 {
	background-color: #8cc540;
}
.timeline .demo-card--step4 .head::after{
	border-color: #8cc540;
}
.timeline .demo-card--step5 {
	background-color: #8cc540;
}
.timeline .demo-card--step5 .head::after{
	border-color:#8cc540;
}
.timeline .demo-card-wrapper{
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1600px;
    margin: 0 auto;
}
.timeline .demo-card-wrapper::after{
    border-left: 1px solid #06913e;
}
.timeline .demo-card{
    max-width: 450px;
    /* height: 400px; */
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.timeline .demo-card:nth-child(odd){
    margin-right: 45px;
}
.timeline .demo-card:nth-child(odd) .head::after{
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
}
.timeline .demo-card:nth-child(odd) .head::before{
	display:block;
    left: 513.5px;
}
.timeline .demo-card:nth-child(even) {
    margin-left: 45px;
}
.timeline .demo-card:nth-child(even) .head::after{
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
}
.timeline .demo-card:nth-child(even) .head::before{
	display:block;
    right: 512.5px;
}
.timeline .demo-card:nth-child(2){
    margin-top: 180px;
}
.timeline .demo-card:nth-child(odd) .head::after, .timeline .demo-card:nth-child(even) .head::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.timeline .demo-card:nth-child(odd) .head::before, .timeline .demo-card:nth-child(even) .head::before{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #06913e;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px rgba(140, 197, 64, 0.2);
}
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------get in touch Page--------------- */
.contact_page_area{
    padding:3rem 0;
}
.contact_page_area h3{
    font-family: Nunito-SemiBold;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #06913e;
}
.contact_page_area .cont-info i {
    font-family: FontAwesome;
    font-size: 22px;
    color: #8cc540;
    float: left;
    width: 50px;
    height: 50px;
    background:rgba(140, 197, 64, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact_page_area .cont-info .email, .contact_page_area .cont-info .phone, 
.contact_page_area .cont-info .working-hours {
    margin-top: 40px;
}
.contact_page_area .cont-info h4 {
    font-family: Nunito-SemiBold;
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}
.contact_page_area .cont-info p, .contact_page_area .cont-info p a {
    font-family:OpenSans-Regular;
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #626262;
}
.contact_page_area .cont-info p a:hover {
text-decoration :none;
color:#8cc540;
}
.contact_page_area .cont-info .email:hover i, 
.contact_page_area .cont-info .address:hover i, 
.contact_page_area .cont-info .phone:hover i,
.contact_page_area .cont-info .working-hours:hover i 
    {
    background: #8cc540;
    color: #fff;
}
.social-icon-bg{
    background-color:#f7f7f7;
}
.contact_page_area .social-info h3 {
    font-family: Nunito-SemiBold;
    /* padding: 0 0 0 60px; */
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}
.contact_page_area .social-info i{
    font-family: FontAwesome;
    font-size: 22px;
    color: #8cc540;
    float: left;
    width: 50px;
    height: 50px;
    background:rgba(140, 197, 64, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact_page_area .social-info .social-link i:hover{
    background: #8cc540;
    color: #fff;
}
.form_area input, .form_area textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px;
    margin-bottom:30px;
}
.form_area input:focus, .form_area textarea:focus{
    outline: none;
    box-shadow: none;
}
.form_area input::placeholder, .form_area textarea::placeholder{
	color:#ccc;
}
.form_area input:-ms-input-placeholder, .form_area textarea:-ms-input-placeholder{
	color:#ccc;
}
.form_area input::-ms-input-placeholder, .form_area textarea::-ms-input-placeholder{
	color:#ccc;
}