body {
  text-align: start;
  font-family: "Cairo", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Cairo", sans-serif;
}

.mfp-counter, .mfp-title {
  display: none;
}

.top-header-area {
  position: absolute;
  top: 0;
  width: 100%;
}
.top-header-area .top-header-info ul li {
  margin-left: 29px;
  margin-right: 0;
}
.top-header-area .top-header-info ul li i {
  padding-right: 0;
  padding-left: 5px;
}
.top-header-area .top-header-right {
  text-align: end;
}
.top-header-area .top-header-right .top-header-contact {
  margin-left: 51px;
  margin-right: 0;
}
.top-header-area .top-header-right .top-header-contact span i {
  padding-right: 0;
  padding-left: 8px;
}
.top-header-area .top-header-right .top-header-social-icon ul li a i {
  padding-right: 14px;
  padding-left: 0;
}

.header-area {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  padding: 4px 0;
}
.header-area .header-menu {
  text-align: end;
}
.header-area .header-menu ul li {
  margin-right: 0;
  margin-left: 37px;
}
.header-area .header-menu ul li i {
  left: -6px;
}
.header-area .header-menu ul li .sub-menu {
  text-align: start;
}
.header-area .header-menu ul li .sub-menu li {
  margin: 0;
}
.header-area .header-menu ul li:last-child {
  margin: 0;
}
.header-area .header-menu .header-button a {
  margin-left: 0;
  margin-right: 36px;
  margin-right: 0;
  border: 2px solid #186744;
}
.header-area .header-menu .header-button a::before {
  width: calc(100% + 2px);
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  top: auto;
  transform: none;
}
.header-area .header-menu .header-button a:hover {
  color: #186744;
}
.header-area .header-menu .header-button:hover a {
  color: #186744;
}
.header-area .header-menu .header-button:hover a::before {
  height: calc(100% + 2px);
  height: 100%;
}
.header-area .header-menu .header-button {
  margin-right: 36px;
}
.header-area .header-logo a {
  display: block;
  width: 100%;
}
.header-area .header-logo a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header-area.sticky {
  top: 0;
  background-color: #fff !important;
}
.header-area.sticky .header-menu ul li a {
  color: #1e1e1e;
  padding: 20px 0;
}
.header-area.sticky .header-menu ul li a:hover {
  color: #186744;
}
.header-area.sticky .header-logo a img {
  width: auto;
  height: 80px;
}

.hero-slides .hero-content h4 {
  color: #86bc40;
  font-size: 18px;
}
.hero-slides .hero-content h1 {
  font-size: 60px;
}
.hero-slides .hero-social-icon {
  left: auto;
  right: 85px;
}
.hero-slides .hero-social-icon ul li {
  padding: 0 5px;
}
.hero-slides .hero-social-icon ul li.text {
  padding: 0;
  left: auto;
  right: -7px;
}
.hero-slides .hero-social-icon ul li.text::before {
  left: auto;
  right: -70px;
}
.hero-slides .owl-dots {
  right: auto;
  left: 56px;
}
.hero-slides .hero-area {
  background-image: var(--bgImage);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-slides .hero-style.hero-area {
  background: none;
  background-image: var(--bgImage);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.service-area {
  padding: 50px 0;
  background: none;
}
.service-area .section-title.left img {
  margin-left: 12px;
  margin-right: 0;
}
.service-area .section-title.left h1 {
  font-size: 36px;
  line-height: 50px;
}
.service-area .section-title.left h4 {
  font-size: 18px;
  margin-top: 0;
}
.service-area .service-list-1 .row {
  row-gap: 30px;
}
.service-area .service-list-1 .single-service-box {
  padding: 0;
}
.service-area .service-list-1 .single-service-box .service-content {
  position: relative;
  overflow: hidden;
  background: #186744;
  background: #f3f4f6;
}
.service-area .service-list-1 .single-service-box .service-content h4::before {
  left: auto;
  right: 0;
}
.service-area .service-list-1 .single-service-box .service-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipiss;
}
.service-area .service-list-1 .single-service-box .service-content::before {
  display: none;
}
.service-area .service-list-1 .single-service-box .service-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: calc(100% + 4px);
  height: 0;
  background: #f7f6ee;
  background: #186744;
  transition: 0.5s all ease-in-out;
}
.service-area .service-list-1 .single-service-box .service-box-shape {
  right: auto;
  left: 10px;
}
.service-area .service-list-1 .single-service-box:hover .service-content::after {
  height: calc(100% + 4px);
}
.service-area .service-list-1 .single-service-box:hover .service-content h4 {
  color: #fff;
}
.service-area .service-list-1 .single-service-box:hover .service-content p {
  color: rgba(255, 255, 255, 0.7);
}
.service-area .service-list-1 .single-service-box:hover .service-box-shape {
  z-index: 10;
}
.service-area .service-list-1 .owl-prev {
  right: auto;
  left: 17px;
}
.service-area .service-list-1 .owl-prev.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.service-area .service-list-1 .owl-prev.disabled:hover i {
  background: #E6E7E9;
  color: #222;
}
.service-area .service-list-1 .owl-next {
  right: auto;
  left: 84px;
}
.service-area .service-list-1 .owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.service-area .service-list-1 .owl-next.disabled:hover i {
  background: #E6E7E9;
  color: #222;
}

.about-area {
  padding: 50px 0 20px;
}
.about-area .about-right {
  margin-bottom: 30px;
}
.about-area .about-right .section-title {
  margin-bottom: 20px;
}
.about-area .about-right .section-title h4 {
  margin-top: 0;
}
.about-area .about-right .section-title h4 img {
  margin-right: 0;
  margin-left: 12px;
}
.about-area .about-right .section-title h1 {
  line-height: 50px;
  font-size: 36px;
}
.about-area .about-thumb {
  margin-bottom: 30px;
}

.echofy-button {
  position: relative;
}
.echofy-button img.two {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}
.echofy-button.two {
  padding-left: 0;
  padding-right: 16px;
}
.echofy-button a::before {
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  top: auto;
}
.echofy-button a:hover {
  color: #186744;
}
.echofy-button:hover a {
  color: #186744;
}
.echofy-button:hover a::before {
  height: 100%;
}
.echofy-button:hover img.two {
  opacity: 1;
}

.counter-area {
  padding: 50px 0 20px;
  background: #186744;
}
.counter-area .single-counter-box {
  margin-bottom: 30px;
}

.skill-area {
  padding: 50px 0 20px;
}
.skill-area .section-title h4 {
  font-size: 18px;
  margin-top: 0;
}
.skill-area .section-title h4 img {
  margin-right: 0;
  margin-left: 12px;
}
.skill-area .section-title h1 {
  line-height: 50px;
  font-size: 36px;
}
.skill-area .skills-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.skill-area .skills-items .skills-item {
  margin: 0;
  width: calc(50% - 15px);
  display: block;
}
.skill-area .skills-items .skills-item .skills-item-content {
  padding: 18px 26px;
  margin-right: 0;
}
.skill-area .skills-items .skills-item .skills-item-content::before {
  left: auto;
  right: 0;
  background: #186744;
}
.skill-area .skills-items .skills-item .skills-item-content .skills-item-icon i {
  background: #186744;
}
.skill-area .skills-items .skills-item .skills-item-content .skills-item-title h4 {
  font-size: 18px;
  line-height: 24px;
}
.skill-area .skills-items .skills-item .skills-item-content:hover .skills-item-icon i {
  background: #fff;
  color: #186744;
}
.skill-area .skills-thumb {
  left: auto;
  margin-bottom: 30px;
}

.faqs-area {
  padding: 50px 0 20px;
}
.faqs-area .faqs-left {
  margin-bottom: 30px;
}
.faqs-area .faqs-left .section-title h4 {
  margin-top: 0;
}
.faqs-area .faqs-left .section-title h4 img {
  margin-right: 0;
  margin-left: 12px;
}
.faqs-area .faqs-left .section-title h1 {
  line-height: 50px;
  font-size: 36px;
}
.faqs-area .faqs-container {
  margin-bottom: 30px;
}
.faqs-area .faqs-container .faq-singular .faq-question::before {
  right: auto;
  left: 30px;
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}
.faqs-area .faqs-container .faq-singular .faq-question img {
  padding-right: 0;
  padding-left: 27px;
}
.faqs-area .faqs-container .faq-singular .faq-question::after {
  left: auto;
  right: 71px;
}
.faqs-area .faqs-container .faq-singular::before {
  background: #186744;
}
.faqs-area .faqs-container .faq-singular.active .faq-question::before {
  transform: translateY(-50%) rotate(-90deg);
}
.faqs-area.services .faqs-container .faq-singular .faq-question::after {
  display: none;
}

.blog-area {
  padding: 50px 0 20px;
}
.blog-area .section-title h4 {
  margin-top: 0;
}
.blog-area .section-title h4 img {
  margin-right: 0;
  margin-left: 12px;
}
.blog-area .section-title h1 {
  line-height: 50px;
  font-size: 36px;
}
.blog-area .echofy-button {
  float: left;
}
.blog-area .single-blog-box {
  margin-bottom: 30px;
}
.blog-area .single-blog-box .blog-content {
  position: relative;
  padding: 20px;
}
.blog-area .single-blog-box .blog-content a {
  font-size: 18px;
  line-height: 30px;
  transition: 0.3s all ease-in-out;
}
.blog-area .single-blog-box .blog-content::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0;
  background: #186744;
  transition: 0.2s all ease-in-out;
  z-index: -1;
}
.blog-area .single-blog-box:hover .blog-content::after {
  height: calc(100% + 2px);
}
.blog-area .single-blog-box:hover .blog-content a {
  color: #fff;
}

.gallery-area {
  padding: 50px 0 20px;
}
.gallery-area .section-title {
  margin-bottom: 30px;
}
.gallery-area .section-title.center h4 {
  text-transform: uppercase;
  color: #86bc40;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 0;
}
.gallery-area .section-title.center h4 img {
  margin-left: 12px;
}
.gallery-area .section-title.center h1 {
  font-weight: 700;
  line-height: 50px;
  font-size: 36px;
}
.gallery-area .single-gallery-box {
  margin-bottom: 30px;
}
.gallery-area .single-gallery-box .single-gallery-thumb {
  position: relative;
}
.gallery-area .single-gallery-box .single-gallery-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery-area .single-gallery-box .single-gallery-thumb .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(24, 103, 68, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: 0.25s all ease-in-out;
}
.gallery-area .single-gallery-box:hover .single-gallery-thumb .layer {
  height: 100%;
}
.gallery-area .single-videos-box {
  margin-bottom: 30px;
}
.gallery-area .single-videos-box .single-videos-thumb {
  position: relative;
}
.gallery-area .single-videos-box .single-videos-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery-area .single-videos-box .single-videos-thumb .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(24, 103, 68, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: 0.25s all ease-in-out;
}
.gallery-area .single-videos-box:hover .single-videos-thumb .layer {
  height: 100%;
}
.gallery-area.home-five {
  padding: 50px 0 20px;
}
.gallery-area.home-five .tab-main-area .nav {
  gap: 20px;
  margin-bottom: 30px;
}
.gallery-area.home-five .tab-main-area .nav .nav-item .nav-link {
  padding: 0;
  width: 120px;
  height: 50px;
  font-size: 17px;
  border-radius: 10px !important;
  background-color: #186744 !important;
  transition: 2s all ease-in-out;
}
.gallery-area.home-five .tab-main-area .nav .nav-item .nav-link.active, .gallery-area.home-five .tab-main-area .nav .nav-item .nav-link:hover {
  background: url(../images/home1/footer-social-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: 2s all ease-in-out;
}

.videos-area {
  padding: 50px 0 20px;
}
.videos-area .section-title {
  margin-bottom: 30px;
}
.videos-area .section-title.center h4 {
  text-transform: uppercase;
  color: #86bc40;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 0;
}
.videos-area .section-title.center h4 img {
  margin-left: 12px;
}
.videos-area .section-title.center h1 {
  font-weight: 700;
  line-height: 50px;
  font-size: 36px;
}
.videos-area .single-videos-box {
  margin-bottom: 30px;
}
.videos-area .single-videos-box .single-videos-thumb {
  position: relative;
}
.videos-area .single-videos-box .single-videos-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.videos-area .single-videos-box .single-videos-thumb .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(24, 103, 68, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: 0.25s all ease-in-out;
}
.videos-area .single-videos-box:hover .single-videos-thumb .layer {
  height: 100%;
}

.footer-area {
  padding-top: 50px;
  background: #186744;
}
.footer-area .footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-area .row.add-footer-class {
  padding-top: 50px;
}
.footer-area .footer-social-address {
  padding: 50px;
}
.footer-area .footer-social-address-content h4 {
  font-size: 24px;
}
.footer-area .footer-desc, .footer-area .footer-widget-content {
  margin-bottom: 30px;
}
.footer-area .footer-widget-menu ul li i {
  margin-right: 0;
  margin-left: 8px;
}
.footer-area .footer-contect-info {
  margin-top: 0;
}
.footer-area .footer-contect-info ul li i {
  margin-right: 0;
  margin-left: 12px;
}
.footer-area .footer-contect-info ul li a {
  color: #fff;
}
.footer-area .footer-contect-info ul li a:hover {
  color: #86bc40;
}
.footer-area .footer-bottom-area {
  padding-top: 20px;
  padding-bottom: 18px;
}
.footer-area .footer-bottom-area .footer-bottom-content h4 {
  margin: 0;
}
.footer-area .footer-bottom-area .footer-bottom-content a {
  color: #86bc40;
}

.footer-social-icon ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prgoress_indicator::after {
  color: #86bc40;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #86bc40;
}

.map-area {
  padding: 50px 0;
}
.map-area .map-content {
  border: 8px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.07);
}
.map-area .map-content iframe {
  margin-bottom: -4px;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: auto;
  z-index: 99999999999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.breadcumb-content ul li a::before {
  right: auto;
  left: -30px;
}

.about-box-content p {
  width: 100%;
  text-align: justify;
}

.contact-area {
  padding: 50px 0;
}
.contact-area .contact-info-box::before {
  right: auto;
  left: -10px;
}
.contact-area .contact-info-box .contact-info-content a {
  color: #fff;
  transition: 0.25s all ease-in-out;
}
.contact-area .contact-info-box .contact-info-content a:hover {
  color: #186744;
}

@media (max-width: 991px) {
  .mobile-menu.mean-container {
    overflow: auto;
  }
  .mobile-menu-area {
    box-shadow: none;
  }
  .mean-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    position: relative;
  }
  .mean-container .mean-bar {
    position: initial;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .mean-container .mean-bar::before {
    display: none;
  }
  .mean-container .mean-bar .meanmenu-reveal {
    color: #186744;
    padding: 37.5px 18px;
    float: left;
  }
  .mean-container .mean-bar .meanmenu-reveal.meanclose:hover {
    color: #186744 !important;
  }
  .mean-container .mean-bar .meanmenu-reveal.meanclose:hover span {
    background: #186744;
  }
  .mean-container .mean-bar .meanmenu-reveal span {
    background: #186744;
  }
  .mean-container .mean-bar .meanmenu-reveal:hover span {
    background: #186744;
  }
  .mean-container .mean-bar .mean-nav ul li a {
    text-align: start;
  }
  .mean-container .mean-bar .mean-nav ul li.menu-item-has-children .mean-expand {
    height: 100%;
    top: 0;
    right: auto;
    left: 0;
    text-align: end;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .mean-container .mean-push {
    display: none;
  }
  .mean-container .header-logo {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 7.5px 10px;
    max-width: 70%;
  }
  .mean-container .header-logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .footer-area .footer-social-address-content h4 {
    text-align: center;
  }
  .footer-area .footer-social-icon {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .hero-slides .hero-content h1 {
    font-size: 26px;
  }
  .skill-area .skills-items .skills-item {
    width: 100%;
  }
  .faqs-area .faqs-container .faq-singular .faq-question::before {
    left: 9px;
  }
  .section-title h1 {
    line-height: 30px !important;
    font-size: 26px !important;
  }
}
::selection {
  background-color: #186744;
  color: #fff;
}

/*# sourceMappingURL=style-new.css.map */
