body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 90px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  margin-top: -34px;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}
.nav-item:hover .nav-link{
	color: #e5ffeb !important;
}
.active::after {
  color: #777 !important;
  opacity: 1 !important;
  bottom: 17px !important;
}
.nav-link {
	position: relative;
	padding: 25px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
  bottom: -5px;
  left: 15%;
  width: 70%;
  height: 2px;
  content: '';
  background-color: #e5ffeb;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 15px;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

.headersection{
  overflow: hidden;
}
.bg-light {
	background-color: #e5ffeb !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #e5ffeb;
	padding: 5px 0 0;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #736D75 !important
}
.topbar ul li i{
  color: #198c40;
} 
.social li a{
  display: flex;padding-left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #71717e;
  border-radius: 50%;
  border: 1px solid #198C40 ;
}
ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


#navbarSupportedContent::before{
  content: "";
  width: calc(100% + 500px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 300px;
  z-index: -1;
  border-radius: 100px 0px 0px 0px;
  background-color: #2D2330;
}
#navbarSupportedContent::after{
  content: "";
  width: calc(100% + 200px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 310px;
  z-index: -1;
  border-radius: 100px 0px 0px 0px;
  background-color: #198c40;
}
@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;padding: 16px 0 !important;
	}
	.navbar-brand img {
  height: 70px;
}
#slider {
  height: 575px;
}
}

@media screen and (max-width:991px){
  .topbar ul li{
    margin-right:8px;
  }
  .topbar ul li a{
    font-size: 13px;
  }#slider {
  height: 475px;
}
}

@media screen and (max-width:900px){
  .topbar ul li{
    margin-right: 1px;
  }
  #navbarSupportedContent::before{
    left: 190px;
  }
  #navbarSupportedContent::after{
    left: 200px;
  }
  
}
@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
#slider {
  height: 275px;
} .navbar-brand img {
    height: 70px;
    margin-top: -5px;
  }
  .navbar-light .navbar-toggler{
    margin-top: -10px;
  }  #navbarSupportedContent::before {
    display: none;
  }  #navbarSupportedContent::after {
    display: none;
  }.nav-link {
  color: #373737 !important;padding: 5px 0 !important;
}
.navigation-wrap .col-12{
  padding: 0;
}.nav-item {
  position: relative;
  transition: all 200ms linear;
  border-bottom: 1px solid #d7d7d7;
}
.navbar-brand{
  padding-left: 20px;
 
}
.navbar-light .navbar-toggler{
   padding-right: 20px;
}
}




.sub__bg {
  background: #fff;
  filter: drop-shadow(0px 1px 20px rgba(0,0,0,0.08));
  margin-top: -267px;
  margin-left: 35px;
}
.st__subscribe__content {
  padding: 0 62px;
}
.st__subscribe__content h2 {
  font-size: 39px;

  font-weight: 600;
  margin-bottom: 5px;
}
.st__subscribe__content span{ 
  font-size: 18px;

}
.st__subscribe__form {
  position: relative;
  margin-top: 55px;
}
.st__subscribe__form input {
  width: 100%;
  height: 62px;
  border: 1px solid #ebebeb;
  padding-left: 32px;
  color: #fff;
  outline: none !important;
}
.st__subscribe__form input::placeholder{
  font-size: 18px;
  color: #747474;
  font-weight: 400;
}
.st__subscribe__form button {
  border: none;
  background: #198c40;
  color: #fff;
  padding: 17px 38px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}
/* Sub Style2 */
.st-subscribe-area.style2 .st__subscribe__content h2 {
  font-size: 45px;color: #198c40;
}
.st-subscribe-area.style2 .st__subscribe__content span {
 font-size: 20px;color: #000;
  font-weight: 400;
}
.st-subscribe-area.style2 .st__subscribe__form input {
  background: #198c40;

}
.st-subscribe-area.style2 .st__subscribe__form input::placeholder{
  font-size: 16px;
  color: #fff;
} 
.st-subscribe-area.style2 .st__subscribe__form button {
  border: none;
  background: #2d2330;
  color: #fff;
  padding: 17px 38px;
  position: absolute;
  right: -53px;font-family: "Abhaya Libre", serif;
  top: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.6;
  cursor: pointer;
}
.st-subscribe-area.style2 .st__subscribe__form {
  position: relative;
  margin-top: 33px;
}
.sub__bg2 {
  background: #f3f3f9;
  margin-bottom: -172px;
  position: relative;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.57);
}
.st-subscribe-area.style2 .st__subscribe__thumb img {
  width: 100%;
  margin-left: 16px;
  }
  .st-footer-area.style2 {
  padding-top: 225px;
  padding-bottom: 45px;
}
.st-footer-area.style2 .st__footer__title h2 {
  font-size: 22px;
}
.st__footer__logo img{
  height: 70px;
}
.st-footer-area.style2 .st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: -17px;
  background: #198c40;
  width: 2px;
  height: 31px;
}
.st-footer-area.style2 .st__footer__link a {
  margin-bottom: 10px;
  line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
  text-decoration: underline;
}
.st__footer__grid ul li {
  display: inline;
}
.st__footer__grid ul li img {
  margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.footer__scroll {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.st__footer__copyright__link ul li {
  display: inline;
}
.right__all__content {
  margin-left: 41px;
}
.st__footer__copyright__link ul li {
  display: inline;
  margin-left: 27px;
  color: #cacaca;
}
.st__footer__copyright__link ul li a{
  display: inline-block;
  color: #cacaca;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
  color: #198c40;
}
.st-footer-copyright-area .st__footer__copyright span {
  margin-top: 0;
}.st-footer-area {
  overflow: hidden;
}
.ft_borer {
  border-bottom: 1px dashed #198c40;
  padding-bottom: 121px;
}
.st__footer__text p {
  color: #fff;
  width: 80%;
  margin: 24px 0 0;
}
.st__social__icon h2 {
  opacity: 1;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0 0 18px;
  position: relative;
}
.st__social__icon h2::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -18px;
  width: 3px;
  height: 30px;
  background: #198c40;
}
.st__social__icon a {
  display: inline-block;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px dashed rgba(255,255,255,.2);
  text-align: center;
  margin-top: 22px;
  margin-right: 10px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__social__icon a:hover{
  background: #198c40;
  border: 1px dashed #198c40;
}
.st__footer__title h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 43px;
}
.st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  background: #198c40;
  width: 100px;
  height: 1px;
}
.st__footer__link a {
  display: block;
  color: #fff;
  margin-bottom: 17px;
  font-size: 16px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__link a:hover{
  color: #198c40;
}
.st__footer__link a i {
  color: #198c40;
  margin-right: 7px;
}
.st__footer__title p {
  color: #fff;
  opacity: 0.8;
}
.st__footer__subscribe__form input {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  border: none;
  padding: 18px 17px;
  width: 89%;
}
.st__footer__subscribe__form input::placeholder{
  font-size: 16px;
  color: #939393;
  font-weight: 400;
}
.st__footer__subscribe__form button {
  border: none;
  background: #198c40;
  color: #fff;
  padding: 12px 19px;
  position: absolute;
  top: 6px;
  right: 42px;
}
.st__footer__copyright span {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
  display: inline-block;
}
.st__footer__copyright span a{
  display: inline-block;
  color: #198c40;
  text-decoration: underline;
}
.footer__scroll a {
  display: inline-block;
  background: #e5ffeb;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
/* 18. Breadcumb Area */
.breadcumb__top__content span {
  font-size: 28px;
  color: #fff;
}
.breadcumb__top__content h2{
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  margin-top: 48px;
}
.breadcumb__links {
  background: #198c40;
  display: inline-block;
  padding: 20px 39px;
  border-radius: 7px 7px 0px 0px;
  margin-top: 88px;
}
.breadcumb__links ul li{
  display: inline;
}
.breadcumb__links ul li a {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}.copyright {
  background: #198C40;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}.copyright p {
  margin-bottom: 0;
}
.copyright p a{
  color: #fff !important;
}


@media screen and (max-width:1500px){
  .st-subscribe-area.style2 .st__subscribe__content h2 {
  font-size: 35px;
}.st__subscribe__content {
  padding: 0 40px;
}
}
@media screen and (max-width:1300px){
  .st-subscribe-area.style2 .st__subscribe__content h2 {
  font-size: 30px;
}.st__subscribe__content {
  padding: 0 30px;
}
.st-subscribe-area.style2 .st__subscribe__content span {
  font-size: 16px;
}
}

@media screen and ( max-width:1199px){
  .st-subscribe-area.style2 .st__subscribe__form {
  margin-top: 12px;
}
.st__footer__link a{
  font-size: 14px;
}
.st__footer__text p{
  font-size: 14px;
}
}

@media screen and ( max-width:991px){
  .st__subscribe__thumb{
    display: none;
  }  .st__subscribe__content {
    padding: 34px 40px;
  }  .st__footer__link a, .st__footer__text p {
    font-size: 16px;
  }
  .st__social__icon{
    margin-bottom: 40px;
  }
  .st__footer__title h2{
    margin-bottom: 24px;
  }
  .getintouch {
    margin-left: 18px !important;
  }
  .st__subscribe__form input {
  width: 83%;
}
.st-subscribe-area.style2 .st__subscribe__form button{
  right: 15px;
}
}


@media screen and (max-width:767px){
    .st-subscribe-area.style2 .st__subscribe__content h2 {
    font-size: 30px;
  }
  .st-subscribe-area.style2 .st__subscribe__content span {
  font-size: 16px;
} .st__subscribe__content {
    padding: 30px 10px;
  }
  .st-subscribe-area.style2 .st__subscribe__form button{
    padding: 13px 20px;
    top: 12px;
  }.st-footer-area.style2 {
  padding-top: 205px;
  padding-bottom: 25px;
}
.getintouch2{
  margin-left: 18px !important;
}
.getintouch{
  margin-top: 20px;
}  .st__footer__title h2 {
    margin-bottom: 15px;
  }
}








.services-why {
  position: relative;
  background-color: #eaeaea;
  padding: 60px 0 70px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 767px) {
  .services-why {
    padding: 80px 0;
  }
}
.services-why .row {
  --bs-gutter-x: 0;
}
.services-why__bg {
  width: 100%;
  height: 516px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-why__bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color:#328f49;
  opacity: 0.9;
}.services-why .row {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
.services-why .col-md-6{
  padding: 0;
}
.services-why__single {
  position: relative;
  z-index: 2;
  background-color:#fff;
  border-radius: 20px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  padding: 0;
  transition: all 500ms ease;
}
.services-why__single__content {
  position: relative;
  padding: 30px 20px 25px;

}
.services-why__single__icon {
  width: 50px;
  height: 50px;
  background-color:rgba(41, 55, 144, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 30px;
  color:#328f49;
  transition: all 400ms ease;
}
.services-why__single__icon span {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}
.services-why__single__icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-color:#328f49;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.services-why__single:hover .services-why__single__icon {
  color: #fff;
}
.services-why__single:hover .services-why__single__icon span {
color: #fff;
}
.services-why__single:hover .services-why__single__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.services-why__single__title {
  font-size: 26px;
  font-weight: 800;
  margin: 14px 0 3px;
}
.services-why__single__title a {
  color: #000;
  transition: all 500ms ease;font-family: "Abhaya Libre", serif;
}

.services-why__single__text {
  line-height: 30px;
  font-weight: 400;
  margin: 0 0px;
}
.services-why__single__rm {
  display: inline-block;
  position: relative;
  border: 1px solid #328f49;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color:#328f49;
  transition: all 500ms ease;
  padding: 6px 19px;
}
.services-why__single__rm span {
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2.5px;
  transform: rotate(30deg);
  display: inline-block;
}
.services-why__single__rm:hover {
  background-color:#328f49;
  color: #fff;
}
.services-why__single__image {
  position: relative;
  z-index: 2;
}
.services-why__single__image img {
  width: 100%;
  height: auto;
}

.services-why__single__icon img{
  height: 35px;
}
.services-why__single:hover .services-why__single__icon img{
  filter: brightness(0) invert(1);
}
.sectiontitle{
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;font-family: "Abhaya Libre", serif;
}
.sectiontitle img{
  height: 30px;
  margin-right: 10px;
}
.sectiontitle span{
  color: #328f49;
}

@media screen and (max-width:991px){
  .services-why .col-md-6 {
  padding: 0 15px;
}.services-why__single__content {
  position: relative;
  padding: 30px 34px 25px;
}
.services-why__single{
  margin-bottom: 30px;
}
.services-why{
  padding-bottom: 50px;
}
}

@media (max-width: 767px) {
  .services-why {
    padding: 25px 0 20px;
  }
  .services-why__single{
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .services-why .col-md-6 {
  padding: 0 15px;
}.sectiontitle {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}
}.about-one {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0;
  }
}

.about-one__shape {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1700px) {
  .about-one__shape {
    display: none;
  }
}
.about-one__image {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.about-one__image img {
  max-width: 100%;
  height: auto;
  
}@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
.about-one__image__three img{
  border-radius: 50%;
}
.about-one__image__two {
  max-width: 170px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 6px solid #fff;
  border-radius: 10px;
  animation: shapeMove 4s linear 0s infinite;
}
.about-one__image__three {
  position: absolute;
  left: -104px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 207px;
background: transparent;  border-radius: 50%;
  padding: 16px;
  animation: treeMove2 4s linear 0s infinite;
}
@media (max-width: 1299px) {
  .about-one__image__three {
    display: none;
  }
}
.about-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-one__content {
    margin-top: 45px;
  }
}
.about-one__content .sec-title {
  padding-bottom: 21px;
}
.about-one__content__text {
  margin: 0 0 18px;
}
@media (min-width: 1200px) {
  .about-one__content__text {
    padding-right: 50px;
  }
}
.about-one__content__quote {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .about-one__content__quote {
    padding-right: 30px;
  }
}
.about-one__content__quote i {
  flex-shrink: 0;
  font-size: 48px;
  line-height: 48px;
  color: #44a05b;
  transform: scale(1);
  transition: all 0.5s ease;
}
.about-one__content__quote:hover i {
  transform: scale(0.9);
}
.about-one__content__border {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: 1px;
  background-color: #dddddd;
  margin: 26px 0;
}
.about-one__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: #44a05b;
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.about-one__content__list {
  margin: 30px 0 40px;
  padding: 0;
}
.about-one__content__list li {
  list-style: none;
  min-height: 31px;
  padding: 0 0 0 42px;
  margin: 0 0 20px;
  position: relative;
}
.about-one__content__list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-color: #202221;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  transition: all 0.4s ease;
}
.about-one__content__list li:hover span {
  background-color: #44a05b;
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}.ancient-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #122f2a;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ancient-btn__item {
  position: absolute;
  background-color: #44a05b;
}
.ancient-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}
.ancient-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}
.ancient-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}
.ancient-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}
.ancient-btn:hover {
  color: #122f2a;
}
.ancient-btn:hover .ancient-btn__item {
  animation-play-state: paused;
}@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255), 0.2, 0 0 0 50px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255), 0.2, 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
  }
}.services-one {
  position: relative;
  display: block;
  background-color: ;
  padding: 50px 0 40px;
}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-left: 170px;
  margin-top: 16px;
}

.services-one__top-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: ;
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__container {
  position: relative;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.service-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.services-one__single:hover .service-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}

.service-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 37px 30px 28px;
}

.services-one__icon {
  position: absolute;
  top: -40px;
  right: 20px;
  height: 60px;
  width: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.services-one__single:hover .services-one__icon {
  background-color: #328f49;
}
.services-one__single:hover .services-one__icon img{
  filter: brightness(0) invert(1);
}
.services-one__single .services-one__icon img{
  height: 40px;
}
.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #328f49;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  color: #fff;
  transform: scale(0.9);
}

.service-one__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.service-one__title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 4px;
  width: 40px;
  background-image: linear-gradient(0deg, rgb(44, 136, 73) 0%, rgb(63, 169, 79) 100%);
 }
.post-slide{
  margin: 10px 20px;
}
.service-one__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .service-one__title a {
  color: #328f49;
}

.service-one__text {
  font-size: 14px;
  letter-spacing: ;
  line-height: 24px;
  margin-bottom: 0;
}


.brands{
  padding: 60px 0;
}.funfact-counter {
  position: relative;
  background-color: #1b272a;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .funfact-counter {
    padding: 80px 0;
  }
}
.funfact-counter__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .funfact-counter__bg {
    display: none;
  }
}
.funfact-counter__item {
  position: relative;
  background-color: #ecf2fc;
  border-radius: 10px;
  min-height: 77px;
  padding: 33px 25px 26px 128px;
  overflow: hidden;
  transition: all 500ms ease;
}
.funfact-counter__item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: all 500ms ease;
}
.funfact-counter__item:hover .funfact-counter__item__bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.funfact-counter__item__icon {
  width: 77px;
  height: 77px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #429759;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.15));
  transition: all 500ms ease;
}
.funfact-counter__item__icon img {
  transform: scale(1);
  height: 60px;
  transition: all 500ms ease;
}
.funfact-counter__item__icon::after {
  position: absolute;
  content: "";
  background-color: #429759;
  width: 130%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.funfact-counter__item:hover .funfact-counter__item__icon {
  color: #429759;
}
.funfact-counter__item:hover .funfact-counter__item__icon img {
  transform: scale(0.9);filter: brightness(0) invert(1);
}
.funfact-counter__item:hover .funfact-counter__item__icon::after {
  height: 130%;
}
.funfact-counter__item__count {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 4px;
}
.funfact-counter__item__text {
  margin: 0;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}


@media screen and (max-width:1199px){
  .funfact-counter__item__icon {
  width: 60px;
  height: 60px;
}
.funfact-counter__item{
  padding: 20px 25px 20px 110px;
}
.funfact-counter__item__icon img{
  height: 40px;
}
}
video{
  width: 100%;
}


@media screen and (max-width:991px){
   
  .funfact-counter__item__icon{
    left: 10px;
  } .funfact-counter__item__icon {
    width: 50px;
    height: 50px;
  }  .funfact-counter__item__icon img {
    height: 35px;
  }  .funfact-counter__item {
    padding: 20px 15px 20px 70px;
  }
}
@media screen and (max-width:767px){
  .funfact-counter__item{
    margin-bottom: 20px;
  }
   .funfact-counter {
    padding: 40px 0 20px;
  }
  .about-one {
    padding: 25px 0 35px;
  }  .services-why {
    padding: 30px 0 20px;
  }
  .services-one{
    padding: 30px 0 10px;
  }
  .service-one__content{
    padding: 37px 25px 28px;
  }.brands {
  padding: 30px 0;
}
}


.banner-section {
  background: url('../images/banner.webp');
    background-size: auto;
  background-size: auto;
  background-size: cover;
  position: relative;
  padding:70px 0 50px;
}.custom-breadcrumb ol {
  margin-bottom: 0;
}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.7;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #ffffff;
  font-size: 20px;
}
.sec-title2{
  font-size: 46px;
  margin: 0;
  color: #fff;
}

.banner-section img {
  height: 30px;
  margin-right: 10px;
}


.internalproduct{
  padding: 70px 0 40px;
}

.internalproduct .services-one__single{
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}
.custom-breadcrumb ol {
  margin-bottom: 0;
  padding-left: 60px;
}


#brandss-slider .post-slide img, #brandss2-slider .post-slide img, #brandss3-slider .post-slide img{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.11);
}
#brandss2-slider, #brandss3-slider{
  margin-top: 20px;
}
.ourbusiness{
  padding: 60px 0 50px;
}




@media screen and (max-width:767px){
  .banner-section{
    padding: 25px 0 25px;
  }
  .sec-title2 {
  font-size: 32px;
}
.internalproduct {
  padding: 35px 0 10px;
}
  .st__subscribe__content {
    padding: 25px 10px 30px;
  } .about-one__content {
    margin-top: 20px;
  }
  .services-why__single__title {
  font-size: 24px;
}
.services-one .sectiontitle{
  margin-bottom: 5px;
}.right__all__content {
  margin-left: 0;
}
}







.services-eight__single {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 45px 32px;
  margin-top: 25px;
  box-shadow: 2px 4px 30px 0px rgba(86, 130, 170, 0.51);
  transition: all 500ms ease;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .services-eight__single {
    padding: 1px 20px 32px;
  }
}

.services-eight__single::before {
  background-color: #198c40;
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.services-eight__single:hover::before {
  opacity: 1;
  height: 100%;
}
.services-eight__single__image {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -25px;
}
.services-eight__single__image img {
  width: 100%;
  height: auto;
}
.services-eight__single__middle {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: -13px;
  margin-bottom: 21px;
}
.services-eight__single__middle::after {
  position: absolute;
  left: 78px;
  bottom: 0px;
  width: calc(100% - 78px);
  height: 1px;
  content: "";
  background-color: #198c40;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__middle::after {
  background-color: #fff;
}
.services-eight__single__icon {
  width: 78px;
  height: 78px;
  background-color: #198c40;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #fff;
  transition: all 400ms ease;
  position: relative;
  z-index: 99;
  border-top-right-radius: 10px;
}
.services-eight__single__icon span {
  position: relative;
  top: 2px;
  display: inline-block;
  transition: all 0.5s ease;
}
.services-eight__single:hover .services-eight__single__icon {
  background-color: #fff;
  color: #198c40;
}
.services-eight__single:hover .services-eight__single__icon img{
 filter: none;
}
.services-eight__single:hover .services-eight__single__icon span {
  transform: rotateY(180deg);
}
.services-eight__single__title {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 0;
  position: relative;
  top: -8px;
}
.services-eight__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-eight__single__title a:hover {
  background-size: 100% 1px;
}
.services-eight__single:hover .services-eight__single__title {
  color: #fff;
}
.services-eight__single__text {
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__text {
  color: #fff;
}
.mb-402{
  margin-bottom: 40px;
}
.services-eight__single__icon img{
  height: 45px;
  filter: brightness(0) invert(1);
}


@media screen and (max-width:1600px){
  .services-eight__single{
    padding: 1px 30px 32px;
  }
}
@media screen and (max-width:1500px){
  .services-eight__single{
    padding: 1px 26px 32px;
  }
  .services-eight__single__text{
    font-size: 15px;
  }
}

@media screen and (max-width:1199px){
    .services-eight__single {
    padding: 0px 44px 32px;
  }
}

@media screen and (max-width:1199px){
  .dhife{
    display: none;
  }
}
@media screen and (max-width:991px){
  .dhife{
    display: block;
  }
}


@media screen and (max-width:767px){
  .ourbusiness {
  padding: 30px 0 10px;
}  .services-eight__single {
    padding: 2px 20px 32px;
  }
  .services-eight__single__title {
  font-size: 23px;
}
}#contact-sec{
  background-image: linear-gradient(to bottom, #198c40 33%, #f7f7fb 22%);
  padding: 60px 0;
}
#contact-sec .sectiontitle{
  color: #fff;
  margin-bottom: 0;
}
#contact-sec p{
  color: #fff;
}
#contact-sec .animate-border{
  background: #fff;
}
#contact-sec .animate-border::after{
  border-left: 10px solid #198c40;
  border-right: 10px solid #198c40;
}input[type="text"] {
  width: 100%;
  border: 1px solid #0000003b;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
textarea {
  width: 100%;
  border: 1px solid #0000003b;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  padding-top: 10px;
  box-sizing: border-box;
  transition: 0.3s;
}
#contact-sec .btn {

  padding: 7px 16px 7px 18px;
  font-size: 18px;
}



#contact-sec .btn i {
  font-size: 18px;

}
input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"], .inputWithIcon textarea {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 3px;
  top: 9px;
  padding: 15px 8px;
  color: #198c40;
  transition: 0.3s;
  font-size: 18px;
}



.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.appoitment-form select,
.appoitment-form .form-control,
.appoitment-form .form-select,
.appoitment-form textarea,
.appoitment-form input {
  background-color:#fff;
}
.appointment-quote-form {
  background-color:#fff;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  padding:50px
}
@media (max-width: 1199px) {
  .appointment-quote-form {
    padding:40px
  }
}
@media (max-width: 767px) {
  .appointment-quote-form {
    padding:30px
  }
}.appointment-work {
  margin-top:75px;
  max-width:549px
}
@media (max-width: 991px) {
  .appointment-work {
    max-width:100%;
    display:block;
    margin:auto;
    margin-bottom:40px
  }
}
.work-title {text-align: left;
  color: #000;
  margin-bottom:20px
}
@media (max-width: 1199px) {
  #contact-sec {
  background-image: linear-gradient(to bottom, #198c40 38%, #f7f7fb 22%);
}
}
.working-list {
  padding:0
}
.working-list li a{
  color: #000; font-weight: 400;
}
.working-list li {
  list-style:none;
  font-weight: 600;
  display:-webkit-box;
  text-align: right;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border-bottom:1px solid #198c40;
  padding-bottom:15px;
  margin-bottom:15px;
  font-size:16px;
  color:#000;
 font-weight:600;
  -webkit-font-feature-settings:"pnum" on,"lnum" on;
  font-feature-settings:"pnum" on,"lnum" on
}input[type="text"]:focus {
  border-color: #198c40;
  box-shadow: 0 0 8px 0 #198c40;
}

@media screen and (max-width:991px){

    #contact-sec {
    background-image: linear-gradient(to bottom, #198c40 18%, #f7f7fb 18%);
  }
  .appointment-work{
    margin-top: 60px;
  }
}

@media screen and (max-width:767px){
    #contact-sec {
    background-image: linear-gradient(to bottom, #198c40 18%, #f7f7fb 18%);
    padding: 30px 0;
  }
   .appointment-work {
    margin-top: 50px;
  }
  .internalproduct{
      overflow: hidden;
  }
}


.about-one, .services-why, .services-one, .funfact-counter, .brands , .ourbusiness, #contact-sec{
  overflow: hidden;
}