
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, select {
  height: 50px;
}

a {
  color: #111;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #111;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  font-family: "Encode Sans", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.contact-box-wrap .contact-item, .comment-item-wrap .comment-item, .post-author, .post-navigation, .pp-post-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right, .owl-carousel .owl-nav, .newsletter-wrap .newsletter-form, .wp-block-quote .wp-quote-author, .blog-card .blog-info .blog-metainfo, .testimonial-card.style2 .client-info-wrap, .testimonial-wrap.style1 .testimonial-img-wrap, .faq-wrap .faq-img-wrap, .promo-video-wrap .promo-content .feature-item-wrap, .program-wrap.style3 .program-content .countdown-deals, .why-choose-wrap.style2 .wh-img-wrap, .why-choose-wrap.style1 .wh-content .feature-item-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style1 .about-img-wrap, .project-info-widget .project-share, .project-info-widget .project-info-list li, .contact-box-wrap .social-share, .testimonial-card.style3 .client-info-wrap, .service-card.style1 .service-title, .counter-card, .feature-item, .featured-card.style1 .featured-title, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .testimonial-slider-one.owl-carousel .owl-nav, .hero-slider-one.owl-carousel .owl-nav, .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date, .service-card.style2 .service-icon, .service-card.style1 .service-title span, .project-card .project-info, .counter-card .counter-icon, .cta-wrap.style2 .cta-content .cta-icon, .cta-wrap.style1 .cta-content .cta-icon, .feature-item .feature-icon, .featured-card.style1 .featured-title span, .category-box ul li a span, .page-navigation .page-nav li a, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  display: flex;
  flex-wrap: wrap;
}

.blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date, .service-card.style2 .service-icon, .service-card.style1 .service-title span, .project-card .project-info, .counter-card .counter-icon, .cta-wrap.style2 .cta-content .cta-icon, .cta-wrap.style1 .cta-content .cta-icon, .feature-item .feature-icon, .featured-card.style1 .featured-title span, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .category-box ul li a span, .page-navigation .page-nav li a, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  flex-direction: column;
  justify-content: center;
}

.testimonial-slider-one.owl-carousel .owl-nav, .hero-slider-one.owl-carousel .owl-nav {
  flex-direction: column;
  justify-content: flex-end;
}

.newsletter-wrap .newsletter-form, .contact-box-wrap .social-share, .wp-block-quote .wp-quote-author, .post-navigation, .blog-card .blog-info .blog-metainfo, .testimonial-card.style3 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .service-card.style1 .service-title, .counter-card, .feature-item, .featured-card.style1 .featured-title, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .project-info-widget .project-info-list li, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.program-wrap.style2 .program-content .feature-item-wrap .feature-item, .program-wrap.style1 .program-content .feature-item-wrap .feature-item, .about-wrap.style2 .about-content .feature-item-wrap .feature-item, .about-wrap.style1 .about-content .feature-item, .about-wrap.style4 .about-content .feature-item, .project-info-widget .project-share {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.newsletter-wrap .newsletter-form, .wp-block-quote .wp-quote-author, .post-navigation, .blog-card .blog-info .blog-metainfo, .testimonial-card.style2 .client-info-wrap, .testimonial-wrap.style1 .testimonial-img-wrap, .faq-wrap .faq-img-wrap, .promo-video-wrap .promo-content .feature-item-wrap, .program-wrap.style3 .program-content .countdown-deals, .why-choose-wrap.style2 .wh-img-wrap, .why-choose-wrap.style1 .wh-content .feature-item-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style1 .about-img-wrap, .project-info-widget .project-share, .project-info-widget .project-info-list li, .schedule-widget ul li {
  justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #0E3C21;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}
.back-to-top.open {
  bottom: 30px;
}
.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background: rgba(107, 162, 41, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(107, 162, 41, 0.7);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(107, 162, 41, 0.35);
  animation-delay: 0.4s;
}

@keyframes bouncing {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  45% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    transform: translateY(80px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  55% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 15px 25px 15px;
  line-height: 1.3;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.style1 {
  background-color: #111111;
  color: #fff;
}
.btn.style1:after, .btn.style1:before {
  background: #0E3C21;
}
.btn.style2 {
  background-color: #0E3C21;
  color: #fff;
  border: 1px solid transparent;
}
.btn.style2:after, .btn.style2:before {
  background: #111;
}
.btn.style2:hover {
  color: #fff;
  border: 1px solid rgba(107, 162, 41, 0.3);
}
.btn.style3 {
  background-color: transparent;
  color: #666666;
  border: 1px solid rgba(107, 162, 41, 0.3);
  border-radius: 5px;
}
.btn.style3:after, .btn.style3:before {
  background: #0E3C21;
}
.btn.style3:hover {
  color: #fff;
  border-color: transparent;
}
.btn.style4 {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(166, 166, 166, 0.7);
}
.btn.style4:after, .btn.style4:before {
  background: #0E3C21;
}
.btn.style4:hover {
  color: #fff;
  border-color: transparent;
}
.btn.style5 {
  background-color: transparent;
  border: 1px solid #0E3C21;
  color: #0E3C21;
}
.btn.style5:after, .btn.style5:before {
  background: #0E3C21;
}
.btn.style5:hover {
  color: #fff;
}
.btn.style6 {
  background-color: #fff;
  color: #0E3C21;
}
.btn.style6:after, .btn.style6:before {
  background: #0E3C21;
}
.btn.style6:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #0E3C21;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #0E3C21;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.link:hover {
  color: #0E3C21;
}
.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #F0F0F0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #111;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #0E3C21;
}
.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: rgba(107, 162, 41, 0.2);
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  opacity: 1;
}
.owl-carousel .owl-dots button.owl-dot.active span:after {
  background-color: #0E3C21;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title h2,
.content-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}
.section-title h4,
.content-title h4 {
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}
.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}
.section-title.style1 span,
.content-title.style1 span {
  color: #0E3C21;
}
.section-title.style2 span, .section-title.style2 h2, .section-title.style2 p,
.content-title.style2 span,
.content-title.style2 h2,
.content-title.style2 p {
  color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #111;
}

.bg-white {
  background-color: #fff;
}

.bg-selago {
  background-color: #F4F7FE;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-spring {
  background-color: #FBFCF9;
}

.bg-pamp {
  background-color: #FBFBF9;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}


.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}
.social-profile li:first-child {
  margin-left: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.social-profile li a i {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.social-profile li a:hover {
  border-color: transparent;
  color: #0E3C21;
}
.social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a {
  background: #fff;
  border-radius: 5px;
}
.social-profile.style1 li a i {
  color: #4C4C4C;
}
.social-profile.style1 li a:hover {
  background-color: #0E3C21;
  color: #F0F0F0;
  transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  background: transparent;
  border-radius: 6px;
  border: 1px solid rgba(107, 162, 41, 0.3);
}
.social-profile.style2 li a i {
  color: #A8A8A8;
}
.social-profile.style2 li a:hover {
  background-color: #0E3C21;
  transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
  color: #fff;
}
.social-profile.style3 li a {
  background: #fff;
  border-radius: 5px;
}
.social-profile.style3 li a i {
  color: #0E3C21;
}
.social-profile.style3 li a:hover {
  background-color: #0E3C21;
}
.social-profile.style3 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation .page-nav {
  text-align: center;
}
.page-navigation .page-nav li {
  margin: 0 5px;
  display: inline-block;
}
.page-navigation .page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
  background: #F0F0F0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a i {
  font-size: 18px;
  line-height: 0.8;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #0E3C21;
}
.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

.contact-box-wrap .contact-item, .comment-item-wrap .comment-item, .post-author, .post-navigation, .pp-post-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right, .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date, .service-card.style2 .service-icon, .service-card.style1 .service-title span, .project-card .project-info, .counter-card .counter-icon, .cta-wrap.style2 .cta-content .cta-icon, .cta-wrap.style1 .cta-content .cta-icon, .feature-item .feature-icon, .featured-card.style1 .featured-title span, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .category-box ul li a span, .testimonial-slider-one.owl-carousel .owl-nav, .hero-slider-one.owl-carousel .owl-nav, .newsletter-wrap .newsletter-form, .contact-box-wrap .social-share, .wp-block-quote .wp-quote-author, .blog-card .blog-info .blog-metainfo, .testimonial-card.style3 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .service-card.style1 .service-title, .counter-card, .feature-item, .featured-card.style1 .featured-title, .project-info-widget .project-info-list li, .testimonial-wrap.style1 .testimonial-img-wrap, .faq-wrap .faq-img-wrap, .promo-video-wrap .promo-content .feature-item-wrap, .program-wrap.style3 .program-content .countdown-deals, .why-choose-wrap.style2 .wh-img-wrap, .why-choose-wrap.style1 .wh-content .feature-item-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style1 .about-img-wrap, .project-info-widget .project-share, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .page-navigation .page-nav li a {
  display: flex;
  flex-wrap: wrap;
}

.blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date, .service-card.style2 .service-icon, .service-card.style1 .service-title span, .project-card .project-info, .counter-card .counter-icon, .cta-wrap.style2 .cta-content .cta-icon, .cta-wrap.style1 .cta-content .cta-icon, .feature-item .feature-icon, .featured-card.style1 .featured-title span, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .category-box ul li a span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .page-navigation .page-nav li a {
  flex-direction: column;
  justify-content: center;
}

.newsletter-wrap .newsletter-form, .contact-box-wrap .social-share, .wp-block-quote .wp-quote-author, .post-navigation, .blog-card .blog-info .blog-metainfo, .testimonial-card.style3 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .service-card.style1 .service-title, .counter-card, .feature-item, .featured-card.style1 .featured-title, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .project-info-widget .project-info-list li, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background: #fff;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -35px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  padding: 13px 0;
  background-color: transparent;
}
.header-wrap .header-top .header-top-left .contact-info li {
  display: inline-block;
  margin-right: 25px;
}
.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
}
.header-wrap .header-top .header-top-left .contact-info li i {
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  color: #E3E3E3;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}
.header-wrap .header-top .header-top-left .contact-info li a:hover, .header-wrap .header-top .header-top-left .contact-info li p:hover {
  color: #fff;
}
.header-wrap .header-top .header-top-right .social-profile {
  margin-right: 25px;
}
.header-wrap .header-top .header-top-right .social-profile li a {
  width: 30px;
  height: 30px;
}
.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 16px;
}
.header-wrap.style1.sticky .header-bottom {
  padding: 0;
}
.header-wrap.style1 .header-bottom {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-wrap.style2 .header-top {
  background: #111;
}
.header-wrap.style2 .header-bottom {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.select-lang {
  padding-left: 18px;
  position: relative;
}
.select-lang i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #E3E3E3;
  font-size: 14px;
  padding-right: 16px;
  transition: 0.3s;
}
.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "\ea4d";
  font-family: "remixicon";
  border: 0;
  font-size: 18px;
  color: #A8A8A8;
}
.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  inset: 0px 0 auto auto !important;
  border: none;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  transition: all 0.3s linear;
  font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 110px;
  }
  .header-wrap.sticky {
    top: 0;
  }
  .header-wrap .header-top {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 40px 10px 10px;
    background: rgb(0, 0, 0);
    z-index: 1;
    transition: 0.4s;
  }
  .header-wrap .header-top.open {
    left: 0;
  }
  .header-wrap .header-top .close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header-wrap .header-top .close-sidebar i {
    color: #fff;
    font-size: 24px;
  }
  .header-wrap .header-top .header-top-left {
    text-align: left;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    display: block;
    margin: 0 0 10px 0;
  }
  .header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-bottom: 0;
  }
  .header-wrap .header-top .header-top-right {
    justify-content: flex-start;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-bottom: 15px;
    width: 100%;
  }
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto 0 !important;
  }
  .header-wrap .mobile-sidebar {
    margin-right: 15px;
    position: relative;
    top: -3px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
  }
  .header-wrap .mobile-sidebar i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .close-sidebar,
  .mobile-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -95px;
  }
  .header-wrap .header-top .header-top-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-right {
    justify-content: center;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-right: 20px;
  }
  .header-wrap .header-top .header-top-right .social-profile::after {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrap.style2 {
    background-color: #fff;
  }
  .header-wrap.style2 .header-top .header-top-left {
    margin-bottom: 10px;
  }
  .header-wrap.style2 .header-top .header-top-left,
  .header-wrap.style2 .header-top .header-top-right {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .header-wrap.sticky.style1 .header-bottom {
    box-shadow: none;
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 16px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #111;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #F3F4F6;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #111;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #0E3C21;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn {
    color: #fff;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn:after {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 i {
    display: inline-block;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0E3C21;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
    margin-top: 15px;
    color: #fff;
  }
  .header-wrap.style1 .header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #111;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #0E3C21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 2px;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #111;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }

  .close-header-top button i {
    color: #111;
    font-size: 26px;
  }

  .main-menu-wrap {
    width: 76%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.4s;
  }

  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #111;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #111;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #111;
  }
  .main-menu li a.active {
    color: #111;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #111;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #111;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background: #0E3C21;
    visibility: visible;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-50%);
    height: 0;
    width: 20px;
    border-radius: 0 0 150px 150px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:after {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0E3C21;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:hover:before, .header-wrap .navbar .navbar-nav > .nav-item > a:focus:before, .header-wrap .navbar .navbar-nav > .nav-item > a.active:before {
    height: 8px;
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #111;
    font-weight: 600;
    padding: 30px 0;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #0E3C21;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover:after, .header-wrap .navbar .navbar-nav .nav-item a:focus:after, .header-wrap .navbar .navbar-nav .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
    width: 18px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -3px;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 95px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 265px;
    padding: 10px 0;
    display: block;
    border-radius: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 9px 20px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    position: absolute;
    top: 18px;
    left: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0E3C21;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0E3C21;
    padding-left: 32px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 84px;
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .others-options {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrap.style1 .container, .header-wrap.style2 .container {
    max-width: 1450px;
  }
  .header-wrap .header-top {
    padding: 14px 0;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 16px;
  }
  .header-wrap .header-top .header-top-right .select-lang i {
    font-size: 18px;
    top: 3px;
  }
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 15px;
    padding-right: 22px;
  }
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    top: -4px;
    font-size: 22px;
    color: #fff;
  }
  .header-wrap .header-bottom {
    padding: 8px 0;
  }
  .header-wrap .header-bottom .others-options .header-btn .btn {
    padding: 15px 20px 15px;
  }
  .header-wrap .header-bottom .others-options .header-btn .btn i {
    font-size: 17px;
    top: 2px;
    line-height: 0.8;
  }
  .header-wrap.style1 .header-bottom {
    padding: 8px 30px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item {
    margin: 0 20px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:before {
    top: -8px;
    width: 16px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a i {
    font-size: 22px;
    line-height: 0.7;
    top: 5px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-wrap.style1 .container, .header-wrap.style2 .container {
    max-width: 1560px;
  }
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.content-wrapper {
  margin-top: 136px;
}

.br-1 {
  background-image: url(../images/breadcrumb-1.jpg);
}

.conheca-image {
  background-image: url(../../images/conheca/conheca.jpeg);
}

.noticia-image {
  background-image: url(../images/noticias.jpg);
}

.noticias-image {
  background-image: url(../images/noticias.jpg);
}

.sobre-image {
  background-image: url(../images/sobre.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(17, 17, 17, 0.377);
  z-index: -1;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #666666;
  font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 0px;
  right: -13px;
  content: "~";
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #0E3C21;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #0E3C21;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-left: auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}
.content-feature-list li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 15px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #0E3C21;
  font-size: 16px;
  line-height: 0.8;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  background-color: #f9f9f9;
}
.login-form-wrap.style2 {
  background-color: transparent;
  padding: 0;
}
.login-form-wrap.style2 .login-header {
  text-align: center;
}
.login-form-wrap.style2 .login-body .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form-wrap .login-header {
  margin-top: -2px;
}
.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.login-form-wrap .login-header span {
  color: #fff;
}
.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}
.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px;
  display: block;
}
.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}
.login-form-wrap .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}
.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}
.login-form-wrap .link.style1 {
  color: #0E3C21;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}
.or-text .btn.fb i {
  color: #3B5999 !important;
}
.or-text .btn.google i {
  color: #FF3838 !important;
}
.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #F5F5F5;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #F0F0F0;
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 5px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 18px;
  position: relative;
  line-height: 1;
  position: relative;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box .form-group {
  position: relative;
}
.search-box .form-group input {
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #F3F4F6;
  color: #111;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}
.search-box .form-group input:focus {
  border-color: #888888;
}
.search-box .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 15px;
  height: calc(100% - 10px);
  border: none;
  border-radius: 5px;
  text-align: center;
  background: #0E3C21;
}
.search-box .form-group button i {
  color: #fff;
  top: 2px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  margin: 0 0 15px;
}
.category-box ul li:last-child {
  margin-bottom: 0;
}
.category-box ul li a {
  display: block;
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  color: #4B4B4B;
  font-weight: 500;
  transition: 0.4s;
}
.category-box ul li a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F5F5F5;
  opacity: 1;
  float: right;
  text-align: center;
  position: relative;
  top: -3px;
}
.category-box ul li a span i {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.8;
  color: #666666;
  margin: 0 auto;
  top: 0;
}
.category-box ul li a.active, .category-box ul li a:hover {
  background: #0E3C21;
  color: #fff;
}
.category-box ul li a.active span, .category-box ul li a:hover span {
  background: #fff;
}
.category-box ul li a.active span i, .category-box ul li a:hover span i {
  color: #0E3C21;
  left: 0;
}

/*-------------------------------
      Schedule Widget CSS
-------------------------------*/
.schedule-widget ul li {
  margin: 0 0 15px;
}
.schedule-widget ul li:last-child {
  margin: 0;
}
.schedule-widget ul li h6 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-weight: 500;
}
.schedule-widget ul li p {
  margin: 0;
  font-size: 15px;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.project-info-widget .project-info-list li {
  margin-bottom: 8px;
}
.project-info-widget .project-info-list li:last-child {
  margin-bottom: 0;
}
.project-info-widget .project-info-list li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.project-info-widget .project-info-list li span {
  font-size: 16px;
}
.project-info-widget .project-share {
  margin: 35px 0 0;
}
.project-info-widget .project-share p {
  width: 120px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.project-info-widget .project-share ul {
  width: calc(100% - 120px);
  text-align: right;
}
.project-info-widget .project-share ul li {
  display: inline-block;
}
.project-info-widget .project-share ul li a {
  width: 32px;
  height: 32px;
}
.project-info-widget .project-share ul li a i {
  font-size: 17px;
}

/*-------------------------------
    Contact Box Widget CSS
-------------------------------*/
.contact-widget {
  background-image: url(../img/contact-widget-bg.jpg);
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.contact-widget.sidebar-widget {
  border-top: none;
  padding: 50px 20px;
}
.contact-widget .contact-widget-info > i {
  color: #fff;
  font-size: 40px;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.contact-widget p,
.contact-widget h3,
.contact-widget a {
  color: #fff;
  z-index: 2;
  font-weight: 500;
  position: relative;
}
.contact-widget h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}
.contact-widget p {
  margin-bottom: 15px;
  padding: 0 15px;
}
.contact-widget a {
  display: block;
  margin: 0 0 10px;
}
.contact-widget a i {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.contact-widget a.btn {
  margin-top: 15px;
  display: inline-block;
}
.contact-widget .btn.style1 {
  background-color: #fff;
  color: #0E3C21;
}
.contact-widget .btn.style1:hover {
  color: #fff;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  color: #666666;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.tag-list ul li a:hover {
  background-color: #0E3C21;
  color: #fff;
}
.tag-list.style2 li a {
  box-shadow: none;
  padding: 0;
}
.tag-list.style2 li a:hover {
  background: transparent;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
}
.pp-post-item .pp-post-img img {
  border-radius: 4px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
  color: #111;
}
.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #0E3C21;
  margin-bottom: 12px;
}
.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #0E3C21;
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: #0E3C21;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-bg-1 {
  background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-slide-1 {
  background-image: url(../images/banner.jpeg);
}

.hero-slide-2 {
  background-image: url(../img/hero/hero-slide-2.jpg);
}

.hero-slide-3 {
  background-image: url(../img/hero/hero-slide-3.jpg);
}

.hero-slide-10 {
  background-image: url(../img/hero/hero-slide-10.jpg);
}

.hero-slide-11 {
  background-image: url(../img/hero/hero-slide-11.jpg);
}

.hero-slide-12 {
  background-image: url(../img/hero/hero-slide-12.jpg);
}

.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
.hero-wrap .hero-content h1 {
  font-size: 52px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.hero-wrap .hero-content p {
  margin-bottom: 35px;
}
.hero-wrap .hero-content .hero-btn .btn:first-child {
  margin-right: 15px;
}


.hero-wrap.style1 .social-profile {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 10;
}

.hero-wrap.style1 .social-profile:before {
  top: -88px;
}
.hero-wrap.style1 .social-profile:after {
  bottom: -228px;
}
.hero-wrap.style1 .social-profile li {
  display: block;
  margin: 0 0 10px 0;
}
.hero-wrap.style1 .social-profile li:last-child {
  margin-bottom: 0;
}
.hero-wrap.style1 .social-profile li a {
  background: transparent;
  border: 1px solid rgba(107, 162, 41, 0.3);
  border-radius: 5px;
}
.hero-wrap.style1 .social-profile li a i {
  color: #A8A8A8;
}
.hero-wrap.style1 .social-profile li a:hover {
  background: #0E3C21;
}
.hero-wrap.style1 .social-profile li a:hover i {
  color: #fff;
}



.hero-wrap.style1 .hero-slide-item {
  margin: 100px auto 0;
  padding: 220px 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.hero-wrap.style1 .hero-slide-item:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px 0 0 5px;
}



.hero-wrap.style1 .hero-slide-item.style2:before {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.1) 73%);
}
.hero-wrap.style1 .hero-slide-item .hero-content span, .hero-wrap.style1 .hero-slide-item .hero-content h1 {
  color: #fff;
}
.hero-wrap.style1 .hero-slide-item .hero-content p {
  color: rgba(255, 255, 255, 0.8);
}
.hero-wrap.style2 {
  background-image: url(../img/hero/hero-bg-1.jpg);
  position: relative;
  z-index: 1;
  padding: 230px 0 80px;
  overflow: hidden;
}
.hero-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.9);
  z-index: -1;
}
.hero-wrap.style2 .hero-content h1 {
  font-size: 54px;
}
.hero-wrap.style2 .hero-content span, .hero-wrap.style2 .hero-content h1 {
  color: #fff;
}
.hero-wrap.style2 .hero-content p {
  color: #A8A8A8;
}
.hero-wrap.style2 .hero-img-wrap {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.hero-wrap.style2 .hero-img-wrap .hero-shape-one {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-wrap.style2 .hero-img-wrap img {
  display: block;
  margin: 0 auto;
}
.hero-wrap.style3 {
  position: relative;
  margin-top: 137px;
}
.hero-wrap.style3 .social-profile {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 10;
}
.hero-wrap.style3 .social-profile:before, .hero-wrap.style3 .social-profile:after {
  position: absolute;
  left: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
}
.hero-wrap.style3 .social-profile:before {
  top: -85px;
}
.hero-wrap.style3 .social-profile:after {
  bottom: -225px;
}
.hero-wrap.style3 .social-profile li {
  display: block;
  margin: 0 0 10px 0;
}
.hero-wrap.style3 .social-profile li:last-child {
  margin-bottom: 0;
}
.hero-wrap.style3 .social-profile li a {
  background: transparent;
  border: 1px solid rgba(107, 162, 41, 0.3);
  border-radius: 5px;
}
.hero-wrap.style3 .social-profile li a i {
  color: #A8A8A8;
}
.hero-wrap.style3 .social-profile li a:hover {
  background: #0E3C21;
}
.hero-wrap.style3 .social-profile li a:hover i {
  color: #fff;
}
.hero-wrap.style3 .hero-slide-item {
  padding: 190px 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.hero-wrap.style3 .hero-slide-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.079) 80%);
  z-index: -1;
}
.hero-wrap.style3 .hero-slide-item.style1:before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.079) 80%);
}
.hero-wrap.style3 .hero-slide-item.style2:before {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.079) 95%);
}
.hero-wrap.style3 .hero-slide-item .hero-content span, .hero-wrap.style3 .hero-slide-item .hero-content h1 {
  color: #fff;
}
.hero-wrap.style3 .hero-slide-item .hero-content p {
  color: rgba(255, 255, 255, 0.8);
}

.hero-slider-one.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  margin-bottom: 15px;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  display: block;
  background: #fff;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  margin: 0 auto;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background: #0E3C21;
}

.hero-slider-two.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot {
  display: block;
  margin: 45px 0;
  bottom: 0;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: 2px solid #0E3C21;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot span:before {
  position: absolute;
  top: 32px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  background: #0E3C21;
  width: 1px;
  height: 26px;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot span:after {
  display: block;
  width: 5px;
  height: 5px;
  background: #0E3C21;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: transparent;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #0E3C21;
  width: 5px;
  height: 5px;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot.active span:before {
  background: #fff;
}
.hero-slider-two.owl-carousel .owl-dots .owl-dot:last-child span:before {
  display: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}

/*-------------------------------
    Featured  Section CSS
-------------------------------*/
.featured-wrap.style1 {
  margin-top: -130px;
  z-index: 10;
  position: relative;
}

.featured-card {
  background-color: #fff;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 25px;
  margin: 0 0 25px;
}
.featured-card h3 {
  font-size: 22px;
}
.featured-card.style1 {
  position: relative;
  border: 1px solid transparent;
}
.featured-card.style1:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  border-radius: 0px 0px 5px 5px;
  transition: 0.4s;
}
.featured-card.style1 .featured-title {
  margin-bottom: 20px;
}
.featured-card.style1 .featured-title span {
  width: 75px;
  height: 75px;
  background-color: #F0F0F0;
  border-radius: 5px;
  position: relative;
}
.featured-card.style1 .featured-title span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.featured-card.style1 .featured-title span i {
  font-size: 35px;
  line-height: 0.8;
  color: #111;
  margin: 0 auto;
  transition: 0.4s;
}
.featured-card.style1 .featured-title h3 {
  width: calc(100% - 95px);
  margin: 0 0 0 20px;
  transition: 0.4s;
}
.featured-card.style1 p {
  margin: 0 0 22px;
}
.featured-card.style1:hover {
  border-color: rgba(107, 162, 41, 0.3);
  box-shadow: none;
}
.featured-card.style1:hover:after {
  width: 80%;
}
.featured-card.style1:hover .featured-title span:after {
  width: 100%;
}
.featured-card.style1:hover .featured-title span i {
  color: #0E3C21;
}
.featured-card.style1:hover .featured-title h3 {
  color: #0E3C21;
}

.feature-item {
  margin-bottom: 20px;
}
.feature-item .feature-icon {
  position: relative;
  top: 3px;
  width: 100px;
  height: 85px;
  background-color: #F0F0F0;
  border-radius: 5px;
}
.feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.feature-item .feature-icon i {
  font-size: 46px;
  line-height: 0.8;
  color: #111;
  margin: 0 auto;
  transition: 0.4s;
}
.feature-item .feature-info {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.feature-item .feature-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.feature-item .feature-info h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.feature-item .feature-info h5 span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.feature-item .feature-info p {
  margin-bottom: 0;
}
.feature-item:hover .feature-icon:after {
  width: 100%;
}
.feature-item:hover .feature-icon i {
  color: #0E3C21;
}
.feature-item:hover .feature-info h3, .feature-item:hover .feature-info h5 {
  color: #0E3C21;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-img-1.jpg);
}

.about-bg-2 {
  background-image: url(../img/about/about-img-2.jpg);
}

.about-bg-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-4 {
  background-image: url(../img/about/about-img-4.jpg);
}

.about-bg-5 {
  background-image: url(../img/about/about-img-5.jpg);
}

.about-bg-6 {
  background-image: url(../img/about/about-img-6.jpg);
}

.about-bg-7 {
  background-image: url(../img/about/about-img-7.jpg);
}

.about-bg-8 {
  background-image: url(../img/about/about-img-8.jpg);
}

.about-bg-9 {
  background-image: url(../img/about/about-img-9.jpg);
}

.about-bg-10 {
  background-image: url(../img/about/about-img-10.jpg);
}

.about-wrap.style1 .about-img-wrap .about-bg-1 {
  width: calc(55% - 12px);
  height: 580px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-one {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-two {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-three {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-bg-2 {
  width: calc(45% - 12px);
  height: 550px;
  border-radius: 5px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.about-wrap.style1 .about-img-wrap .about-bg-2 .about-shape-four {
  position: absolute;
  top: 50px;
  right: -20px;
  z-index: -1;
}
.about-wrap.style1 .about-img-wrap .about-bg-2 .about-shape-five {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-wrap.style1 .about-content .content-title, .about-wrap.style4 .about-content .content-title {
  margin-bottom: 25px;
}
.about-wrap.style1 .about-content .feature-item, .about-wrap.style4 .about-content .feature-item {
  margin: 0;
}
.about-wrap.style1 .about-content .content-feature-list, .about-wrap.style4 .about-content .content-feature-list {
  margin-bottom: 30px;
}
.about-wrap.style2 .about-content .content-title {
  margin-bottom: 25px;
}
.about-wrap.style2 .about-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.about-wrap.style2 .about-img-wrap .about-shape-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-wrap.style2 .about-img-wrap .about-bg-3,
.about-wrap.style2 .about-img-wrap .about-bg-4,
.about-wrap.style2 .about-img-wrap .about-bg-5,
.about-wrap.style2 .about-img-wrap .about-bg-6 {
  width: calc(50% - 12px);
  height: 320px;
  border-radius: 5px;
}
.about-wrap.style2 .about-img-wrap .about-bg-3 {
  margin-bottom: 0;
}
.about-wrap.style2 .about-img-wrap .about-bg-4 {
  margin-top: 35px;
}
.about-wrap.style2 .about-img-wrap .about-bg-6 {
  margin-top: 25px;
}
.about-wrap.style2 .about-img-wrap .about-bg-5 {
  margin-top: -10px;
}
.about-wrap.style3 .about-content .content-title {
  margin-bottom: 25px;
}
.about-wrap.style3 .about-content .content-feature-list {
  margin-bottom: 0;
}
.about-wrap.style3 .about-img-wrap {
  min-height: 550px;
  position: relative;
}
.about-wrap.style3 .about-img-wrap .about-shape-two {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
}
.about-wrap.style3 .about-img-wrap .about-bg-7 {
  height: 380px;
  width: 70%;
  margin-right: auto;
  border-radius: 5px;
}
.about-wrap.style3 .about-img-wrap .about-bg-8 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 360px;
  width: 70%;
  border-radius: 5px;
}
.about-wrap.style3 .about-img-wrap .play-video {
  position: absolute;
  bottom: 80px;
  left: 80px;
  width: 130px;
  height: 130px;
  border-radius: 5px;
  box-shadow: 0px 6px 25px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
  background-color: #fff;
}
.about-wrap.style3 .about-img-wrap .play-video:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: transparent;
  border: 1px solid #0E3C21;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 5px;
}
.about-wrap.style3 .about-img-wrap .play-video .play-now {
  background: #fff;
  position: relative;
  background-color: #0E3C21;
  width: 67px;
  height: 67px;
  top: 50%;
  left: 50%;
  right: auto;
  margin: 0;
  line-height: 64px;
  padding: 0;
  transform: translate(-50%, -50%);
}
.about-wrap.style3 .about-img-wrap .play-video .play-now i {
  font-size: 22px;
  position: relative;
  left: 2px;
}
.about-wrap.style4 .about-img-wrap {
  min-height: 600px;
  position: relative;
}
.about-wrap.style4 .about-img-wrap .about-shape-nine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-wrap.style4 .about-img-wrap .about-bg-9 {
  height: 500px;
  width: calc(100% - 150px);
  margin-right: auto;
  border-radius: 5px;
}
.about-wrap.style4 .about-img-wrap .about-bg-10 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 180px);
  height: 320px;
  border-radius: 5px;
}

/*-------------------------------
    Why Choose  Section CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-img-1.jpg);
}

.wh-bg-2 {
  background-image: url(../img/why-choose-us/wh-img-2.jpg);
}

.wh-bg-3 {
  background-image: url(../img/why-choose-us/wh-img-3.jpg);
}

.wh-bg-4 {
  background-image: url(../img/why-choose-us/wh-img-4.jpg);
}

.wh-bg-5 {
  background-image: url(../img/why-choose-us/wh-img-5.jpg);
}

.why-choose-wrap.style1 .wh-content .content-title {
  margin: 0 0 25px;
}
.why-choose-wrap.style1 .wh-content .content-feature-list {
  -moz-columns: 2;
       columns: 2;
  margin: 0 0 30px;
}
.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
  width: calc(50% - 10px);
}
.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon {
  top: 0;
}
.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-info h5 {
  margin: 0;
}
.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
  min-height: 600px;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 12px);
  height: 245px;
  border-radius: 5px;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 60%;
  z-index: 1;
  border-radius: 5px;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 12px);
  height: 400px;
  border-radius: 5px;
  transform: translateY(-50%);
}
.why-choose-wrap.style2 .wh-content .content-title {
  margin: 0 0 25px;
}
.why-choose-wrap.style2 .wh-content .content-feature-list {
  -moz-columns: 2;
       columns: 2;
  margin: 0;
}
.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 90%;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-bg-4 {
  height: 500px;
  width: calc(50% - 12px);
  border-radius: 5px;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-bg-5 {
  height: 500px;
  width: calc(50% - 12px);
  border-radius: 5px;
  margin-top: 50px;
}

/*-------------------------------
    Call To Action  Section CSS
-------------------------------*/
.cta-wrap .cta-content .content-title {
  margin-bottom: 20px;
}
.cta-wrap .cta-content .content-title span {
  color: #fff;
}
.cta-wrap .cta-content .content-title h4 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.cta-wrap .cta-content .contact-info li {
  display: inline-block;
  margin-right: 25px;
}
.cta-wrap .cta-content .contact-info li:last-child {
  margin-right: 0;
}
.cta-wrap .cta-content .contact-info li i {
  font-size: 14px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.cta-wrap .cta-content .contact-info li a, .cta-wrap .cta-content .contact-info li p {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.cta-wrap .cta-content .contact-info li a:hover, .cta-wrap .cta-content .contact-info li p:hover {
  color: #fff;
}
.cta-wrap .cta-content .contact-info li i, .cta-wrap .cta-content .contact-info li a, .cta-wrap .cta-content .contact-info li p {
  color: #fff;
}
.cta-wrap.style1 {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.cta-wrap.style1:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(262deg, rgb(255, 255, 255) 48%, rgba(255, 255, 255, 0) 76%);
  z-index: -1;
}

.cta-wrap.style1 .cta-content {
  background: #0E3C21;
  border-radius: 5px;
  padding: 40px 40px 40px 100px;
  position: relative;
  width: 55%;
  margin-left: auto;
}
.cta-wrap.style1 .cta-content .content-title {
  margin-bottom: 25px;
}
.cta-wrap.style1 .cta-content .content-title span {
  color: #fff;
}
.cta-wrap.style1 .cta-content .content-title h4 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.cta-wrap.style1 .cta-content .cta-icon {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0E3C21;
  border: 10px solid #fff;
  transform: translateY(-50%);
}
.cta-wrap.style1 .cta-content .cta-icon i {
  font-size: 46px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}
.cta-wrap.style2 {
  position: relative;
  z-index: 1;
  background-image: url(../img/cta-bg-2.jpg);
  border-radius: 5px;
}
.cta-wrap.style2 .cta-content {
  background: #0E3C21;
  border-radius: 5px;
  padding: 80px 40px 40px 40px;
  position: relative;
  width: 55%;
  margin: 50px 50px 0 auto;
}
.cta-wrap.style2 .cta-content .content-title span {
  color: #fff;
}
.cta-wrap.style2 .cta-content .content-title h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.cta-wrap.style2 .cta-content .contact-info li i, .cta-wrap.style2 .cta-content .contact-info li a, .cta-wrap.style2 .cta-content .contact-info li p {
  color: #fff;
}
.cta-wrap.style2 .cta-content .cta-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0E3C21;
  border: 10px solid #fff;
  transform: translateX(-50%);
}
.cta-wrap.style2 .cta-content .cta-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #fff;
  margin: 0 auto;
}

.cta-area {
  position: relative;
  z-index: 1;
}
.cta-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 55%;
  background: #FBFBF9;
  z-index: -1;
}

/*-------------------------------
    Program  Section CSS
-------------------------------*/
.program-bg-1 {
  background-image: url(../img/why-choose-us/program-1.jpg);
}

.program-bg-2 {
  background-image: url(../img/why-choose-us/program-2.jpg);
}

.program-bg-3 {
  background-image: url(../img/why-choose-us/program-3.jpg);
}

.program-bg-4 {
  background-image: url(../img/why-choose-us/program-4.jpg);
}

.program-wrap .program-content .content-title {
  margin-bottom: 25px;
}
.program-wrap .program-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.program-wrap.style1 .program-img-wrap {
  position: relative;
  min-height: 580px;
}
.program-wrap.style1 .program-img-wrap .program-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.program-wrap.style1 .program-img-wrap .program-bg-1 {
  height: 400px;
  border-radius: 5px;
  margin-left: auto;
  width: 65%;
}
.program-wrap.style1 .program-img-wrap .program-bg-2 {
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  border-radius: 5px;
  z-index: 1;
}
.program-wrap.style2 .program-content .content-title {
  margin-bottom: 25px;
}
.program-wrap.style2 .program-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.program-wrap.style2 .program-img-wrap {
  position: relative;
}
.program-wrap.style2 .program-img-wrap .program-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.program-wrap.style2 .program-img-wrap .program-shape-two {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
}
.program-wrap.style2 .program-img-wrap .program-bg-3 {
  margin-right: 40px;
  margin-top: 40px;
  height: 530px;
  border-radius: 5px;
}
.program-wrap.style3 .program-content .content-title {
  margin-bottom: 25px;
}
.program-wrap.style3 .program-content .content-feature-list {
  -moz-columns: 2;
       columns: 2;
  margin-bottom: 30px;
}
.program-wrap.style3 .program-content .countdown-deals .cdown {
  width: calc(25% - 10px);
  background-color: #F5F5F5;
  padding: 25px 15px;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
}
.program-wrap.style3 .program-content .countdown-deals .cdown:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 55%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  border-radius: 0px 0px 5px 5px;
  transition: 0.4s;
}
.program-wrap.style3 .program-content .countdown-deals .cdown .time-count {
  font-size: 32px;
  font-weight: 800;
  display: block;
  font-family: "Encode Sans", sans-serif;
  color: #111;
}
.program-wrap.style3 .program-content .countdown-deals .cdown p {
  margin: 0;
  font-weight: 600;
}
.program-wrap.style3 .program-content .countdown-deals .cdown:hover {
  border: 1px solid rgba(107, 162, 41, 0.2);
}
.program-wrap.style3 .program-content .countdown-deals .cdown:hover:after {
  width: 100%;
}
.program-wrap.style3 .program-img-wrap .program-bg-4 {
  height: 640px;
  border-radius: 5px;
}

/*-------------------------------
    Counter  Section CSS
-------------------------------*/
.counter-wrap {
  background-image: url(../img/countdown-bg-1.jpg);
  position: relative;
  z-index: 1;
}
.counter-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(49, 48, 48, 0.95);
  z-index: -1;
}

.counter-card {
  background: #111;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.counter-card:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  content: "";
  border-top: 10px solid #0E3C21;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.counter-card .counter-icon {
  width: 100px;
  height: 100px;
  background-color: #F5F5F5;
  border-radius: 5px;
  position: relative;
}
.counter-card .counter-icon i {
  font-size: 52px;
  line-height: 0.8;
  margin: 0 auto;
  color: #111;
  transition: 0.4s;
}
.counter-card .counter-icon:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 60%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.counter-card .counter-text {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.counter-card .counter-text h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin: 5px 0;
  color: #fff;
  transition: 0.4s;
}
.counter-card .counter-text h2 .target {
  position: relative;
  top: 4px;
  margin-left: -5px;
}
.counter-card .counter-text p {
  margin: 0;
  color: #A8A8A8;
}
.counter-card:hover {
  border-color: #0E3C21;
}
.counter-card:hover:after {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
}
.counter-card:hover .counter-icon i {
  color: #0E3C21;
}
.counter-card:hover .counter-icon:after {
  width: 100%;
}
.counter-card:hover .counter-text h2 {
  color: #0E3C21;
}

/*-------------------------------
    Project  Section CSS
-------------------------------*/
.project-card {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.project-card img {
  transition: 0.6s;
  border-radius: 5px;
}
.project-card .project-info {
  position: absolute;
  top: 35px;
  left: -100%;
  background: rgba(0, 0, 0, 0.6);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  text-align: center;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.project-card .project-info ul li {
  display: inline-block;
}
.project-card .project-info ul li:first-child {
  margin-right: 15px;
}
.project-card .project-info ul li a i {
  font-size: 24px;
  line-height: 0.8;
  color: #fff;
}
.project-card:hover img {
  transform: scale(1.05);
}
.project-card:hover .project-info {
  left: 35px;
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
    Service  Section CSS
-------------------------------*/
.service-wrap {
  position: relative;
  z-index: 1;
}
.service-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 57%;
  background-color: #FBFCF9;
  z-index: -1;
}

.service-card {
  background-color: #fff;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin: 0 0 25px;
  transition: 0.4s;
}
.service-card h3 {
  font-size: 22px;
}
.service-card .service-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  transition: 0.6s;
}
.service-card .service-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.6s;
}
.service-card:hover h3 a {
  color: #0E3C21;
}
.service-card.style1 {
  position: relative;
  border: 1px solid transparent;
}
.service-card.style1:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.service-card.style1 .service-info {
  padding: 25px;
}
.service-card.style1 .service-title {
  margin-bottom: 20px;
}
.service-card.style1 .service-title span {
  width: 75px;
  height: 70px;
  background-color: #F0F0F0;
  border-radius: 5px;
  position: relative;
}
.service-card.style1 .service-title span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.service-card.style1 .service-title span i {
  font-size: 38px;
  line-height: 0.8;
  color: #111;
  margin: 0 auto;
  transition: 0.4s;
}
.service-card.style1 .service-title h3 {
  width: calc(100% - 95px);
  margin: 0 0 0 20px;
  transition: 0.4s;
}
.service-card.style1 p {
  margin: 0 0 20px;
}
.service-card.style1:hover {
  border-color: rgba(107, 162, 41, 0.3);
  box-shadow: none;
}
.service-card.style1:hover .service-img img {
  transform: scale(1.05);
}
.service-card.style1:hover:after {
  width: 80%;
}
.service-card.style1:hover .service-title span:after {
  width: 100%;
}
.service-card.style1:hover .service-title span i {
  color: #0E3C21;
}
.service-card.style1:hover .service-title h3 {
  color: #0E3C21;
}
.service-card.style1:hover .btn.style3 {
  color: #fff;
}
.service-card.style1:hover .btn.style3:before, .service-card.style1:hover .btn.style3:after {
  visibility: visible;
  opacity: 1;
  background: #0E3C21;
  width: 100%;
  height: 100%;
}
.service-card.style2 {
  position: relative;
  border: 1px solid transparent;
}
.service-card.style2:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.service-card.style2 .service-info {
  padding: 25px;
}
.service-card.style2 .service-icon {
  width: 90px;
  height: 85px;
  background-color: #F0F0F0;
  border-radius: 5px;
  position: relative;
  margin: -70px 0 20px;
}
.service-card.style2 .service-icon:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.service-card.style2 .service-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #111;
  margin: 0 auto;
  transition: 0.4s;
}
.service-card.style2 p {
  margin: 0 0 22px;
}
.service-card.style2:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
}
.service-card.style2:hover:after {
  width: 80%;
}
.service-card.style2:hover .service-info span:after {
  width: 100%;
}
.service-card.style2:hover .service-info span i {
  color: #0E3C21;
}

.service-desc .post-img {
  border-radius: 5px;
}
.service-desc .post-img img {
  border-radius: 5px;
}

.team-slider-one.owl-carousel .owl-nav button.owl-prev, .team-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40% !important;
}
.team-slider-one.owl-carousel .owl-nav button.owl-prev i, .team-slider-one.owl-carousel .owl-nav button.owl-next i,
.service-slider-one.owl-carousel .owl-nav button.owl-prev i,
.service-slider-one.owl-carousel .owl-nav button.owl-next i {
  top: 0;
}
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

/*-----------------------------------
    Service & Project Details  CSS
-----------------------------------*/
.project-desc .project-img,
.project-desc .project-img {
  border-radius: 5px;
}
.project-desc .project-img img,
.project-desc .project-img img {
  border-radius: 5px;
}

.service-img,
.service-img {
  border-radius: 5px;
}
.service-img img,
.service-img img {
  border-radius: 5px;
}

/*-------------------------------
   Request A Quote  Section  CSS
-------------------------------*/
.quote-form form h5 {
  margin-bottom: 20px;
}
.quote-form form .form-group {
  margin-bottom: 20px;
}
.quote-form form .form-group input, .quote-form form .form-group textarea, .quote-form form .form-group select {
  width: 100%;
  background: #F5F5F5;
  border: none;
  border-radius: 5px;
  padding: 14px 20px;
}
.quote-form form .form-group input, .quote-form form .form-group select {
  height: 55px;
}
.quote-form form .form-group textarea {
  resize: none;
  height: 132px;
}
.quote-form form .form-group select {
  padding: 15px 20px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 94% 50%;
}
.quote-form form .radio-btn {
  margin-bottom: 20px;
}
.quote-form form .radio-btn div {
  margin-right: 20px;
}
.quote-form form .radio-btn div:last-child {
  margin-right: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 3px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #0E3C21;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------------
   Team  Section  CSS
-------------------------------*/
.team-card {
  margin-bottom: 25px;
  text-align: center;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
  transition: 0.4s;
}
.team-card:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
}
.team-card .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.team-card .team-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  border-radius: 5px 5px;
  opacity: 0;
  transition: 0.4s;
}
.team-card .team-img img {
  transition: 0.7s;
}
.team-card .team-img .social-profile {
  position: absolute;
  top: 25px;
  right: 20px;
  text-align: center;
  z-index: 10;
}
.team-card .team-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  transform: translateY(25px);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.team-card .team-img .social-profile li a {
  width: 30px;
  height: 30px;
}
.team-card .team-img .social-profile li a i {
  font-size: 17px;
}
.team-card .team-img .social-profile li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-card .team-img .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}
.team-card .team-img .social-profile li:nth-child(3) {
  transition-delay: 0.4s;
}
.team-card .team-img .social-profile li:nth-child(4) {
  transition-delay: 0.5s;
}
.team-card .team-img .social-profile li:last-child {
  margin-bottom: 0;
}
.team-card .team-info {
  padding: 22px 25px 22px;
}
.team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.team-card span {
  color: #666666;
}
.team-card.style2 .team-img {
  overflow: hidden;
}
.team-card.style2 .team-img .social-profile {
  position: absolute;
  top: auto;
  bottom: -100%;
  right: auto;
  left: 50%;
  width: 260px;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px 15px 18px;
  text-align: center;
  z-index: 10;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(107, 162, 41, 0.3);
  transition: 0.5s;
}
.team-card.style2 .team-img .social-profile li {
  display: inline-block;
  margin: 0 10px 0 0;
  transform: translateX(25px);
}
.team-card.style2 .team-img .social-profile li:last-child {
  margin-right: 0;
}
.team-card.style2 .team-img .social-profile li a {
  background: #F0F0F0;
  width: 35px;
  height: 35px;
}
.team-card.style2 .team-img .social-profile li a i {
  font-size: 18px;
}
.team-card.style2 .team-img .social-profile li a:hover {
  background: #0E3C21;
}
.team-card.style2 .team-img .social-profile li a:hover i {
  color: #fff;
}
.team-card.style2:hover .team-img .social-profile {
  bottom: 0;
}
.team-card:hover {
  border-color: rgba(107, 162, 41, 0.3);
  box-shadow: none;
  transform: translateY(-5px);
}
.team-card:hover:after {
  width: 85%;
}
.team-card:hover .team-img:after {
  visibility: visible;
  opacity: 1;
}
.team-card:hover .team-img .social-profile li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.team-slider-one.owl-carousel .owl-dots {
  text-align: center;
}

/*-------------------------------
   Promo Section  CSS
-------------------------------*/
.promo-video {
  background-image: url(../img/promo-bg-1.jpg);
}

.promo-video-wrap .container-fluid {
  padding-left: calc((100% - 1520px) / 2 + 10px);
  padding-right: 0;
}
.promo-video-wrap .promo-content {
  padding: 100px 0 75px;
}
.promo-video-wrap .promo-content .content-title {
  margin-bottom: 30px;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item {
  width: calc(50% - 12px);
  background: #fff;
  padding: 25px 25px 22px;
  position: relative;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 25px;
  z-index: 1;
  transition: 0.4s;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  border-radius: 0px 0px 5px 5px;
  transition: 0.4s;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-shape-one {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
  transition: 0.4s;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-icon {
  width: 105px;
  height: 95px;
  margin-bottom: 28px;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-icon i {
  font-size: 48px;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-info {
  width: 100%;
  margin-left: 0;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-info h3 {
  font-size: 18px;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-info p {
  margin-bottom: 0;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item:hover {
  border-color: rgba(107, 162, 41, 0.3);
  box-shadow: none;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item:hover:after {
  width: 80%;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item:hover .feature-icon:after {
  width: 100%;
}
.promo-video-wrap .promo-content .feature-item-wrap .feature-item:hover .feature-shape-one {
  opacity: 1;
}
.promo-video-wrap .promo-video {
  position: relative;
  height: 100%;
}
.promo-video-wrap .promo-video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promo-video-wrap .promo-video .play-video .play-now {
  background: #fff;
  position: relative;
  line-height: 82px;
  width: 110px;
  height: 110px;
  line-height: 103px;
}
.promo-video-wrap .promo-video .play-video .play-now:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: transparent;
  border: 1px solid #0E3C21;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
}
.promo-video-wrap .promo-video .play-video .play-now:before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "";
  background: #0E3C21;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
  z-index: -1;
}
.promo-video-wrap .promo-video .play-video .play-now .ripple {
  width: 110px;
  height: 110px;
}
.promo-video-wrap .promo-video .play-video .play-now .ripple:before, .promo-video-wrap .promo-video .play-video .play-now .ripple:after {
  width: 110px;
  height: 110px;
}
.promo-video-wrap .promo-video .play-video .play-now i {
  color: #fff;
  font-size: 22px;
}

/*-------------------------------
   FAQ Section  CSS
-------------------------------*/
.faq-bg-1 {
  background-image: url(../img/faq/faq-img-1.jpg);
}

.faq-bg-2 {
  background-image: url(../img/faq/faq-img-2.jpg);
}

.faq-bg-3 {
  background-image: url(../img/faq/faq-img-3.jpg);
}

.faq-bg-4 {
  background-image: url(../img/faq/faq-img-4.jpg);
}

.faq-wrap {
  position: relative;
}
.faq-wrap .faq-img-wrap .faq-bg-1,
.faq-wrap .faq-img-wrap .faq-bg-2,
.faq-wrap .faq-img-wrap .faq-bg-3,
.faq-wrap .faq-img-wrap .faq-bg-4 {
  display: inline-block;
  border-radius: 5px;
}
.faq-wrap .faq-img-wrap .faq-bg-1,
.faq-wrap .faq-img-wrap .faq-bg-4 {
  width: calc(60% - 7px);
  height: 270px;
}
.faq-wrap .faq-img-wrap .faq-bg-2,
.faq-wrap .faq-img-wrap .faq-bg-3 {
  width: calc(40% - 7px);
  height: 315px;
}
.faq-wrap .faq-img-wrap .faq-bg-1 {
  margin-top: 45px;
}
.faq-wrap .faq-img-wrap .faq-bg-3 {
  margin-top: 15px;
}
.faq-wrap .faq-img-wrap .faq-bg-4 {
  margin-top: 15px;
}
.faq-wrap .faq-content .content-title {
  margin-bottom: 25px;
}
.faq-wrap .contact-form.style2 #contactForm {
  background: #F5F5F5;
  padding: 25px;
}
.faq-wrap .contact-form.style2 #contactForm .form-group input, .faq-wrap .contact-form.style2 #contactForm .form-group select, .faq-wrap .contact-form.style2 #contactForm .form-group textarea {
  background: #fff;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  background: transparent;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 0;
  color: #111;
  text-align: left;
  align-items: center;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 15px 45px 15px 20px;
  transition: 0.4s;
  background-color: #F5F5F5;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
  color: #111;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
  background-color: #fff !important;
}
.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 0.8;
  color: #111;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-body {
  border: none;
  padding: 20px 20px 0;
  border-top: 1px solid rgba;
}
.accordion-item .accordion-body p {
  margin: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-item .accordion-collapse .accordion-body {
  border: 1px solid rgba(107, 162, 41, 0.3);
  border-top: none;
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent !important;
  border: 1px solid rgba(107, 162, 41, 0.3);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding-bottom: 10px;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

/*-------------------------------
   Pricing Section  CSS
-------------------------------*/
.pricing-card {
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: 0.4s;
}
.pricing-card:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  transition: 0.4s;
}
.pricing-card .pricing-header-shape {
  position: absolute;
  top: -14px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background: #F0F0F0;
  width: calc(100% - 108px);
  height: 15px;
  z-index: -1;
}
.pricing-card .pricing-header-shape:before, .pricing-card .pricing-header-shape:after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  content: "";
  background: transparent;
  border-bottom: 25px solid #F0F0F0;
}
.pricing-card .pricing-header-shape:before {
  left: -15px;
  border-left: 12px solid transparent;
}
.pricing-card .pricing-header-shape:after {
  right: -15px;
  border-right: 12px solid transparent;
}
.pricing-card .pricing-header {
  padding: 5px 15px 15px;
  text-align: center;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
}
.pricing-card .pricing-header:before, .pricing-card .pricing-header:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  background: transparent;
  border-bottom: 120px solid #fff;
}
.pricing-card .pricing-header:before {
  left: 0;
  border-right: 90px solid transparent;
}
.pricing-card .pricing-header:after {
  right: 0;
  border-left: 90px solid transparent;
}
.pricing-card.style2 .pricing-header-shape {
  background: #0E3C21;
}
.pricing-card.style2 .pricing-header-shape:before, .pricing-card.style2 .pricing-header-shape:after {
  border-bottom: 25px solid #0E3C21;
}
.pricing-card.style2 .pricing-header {
  background: #0E3C21;
  color: #fff;
}
.pricing-card.style2 .pricing-header:before, .pricing-card.style2 .pricing-header:after {
  border-bottom: 120px solid #fff;
}
.pricing-card h4 {
  margin: 30px 0 30px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
.pricing-card h4 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 6px;
  font-weight: 500;
  color: #666666;
}
.pricing-card .pricing-features {
  margin: 0 0 30px 0;
  padding: 0 25px;
}
.pricing-card .pricing-features li {
  text-align: center;
  margin-bottom: 18px;
}
.pricing-card .pricing-features li.unchecked {
  opacity: 0.35;
  text-decoration: line-through;
}
.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card .purchase-btn {
  padding: 0 25px 25px;
}
.pricing-card .purchase-btn .btn {
  width: 100%;
}
.pricing-card:hover {
  border-color: #0E3C21;
  box-shadow: none;
}
.pricing-card:hover:after {
  width: 100%;
}
.pricing-card:hover .purchase-btn .btn.style3 {
  color: #fff;
}
.pricing-card:hover .purchase-btn .btn.style3:after, .pricing-card:hover .purchase-btn .btn.style3:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*-------------------------------
   Testimonial Section  CSS
-------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonials/testimonial-1.jpg);
}

.testimonial-bg-2 {
  background-image: url(../img/testimonials/testimonial-2.jpg);
}

.testimonial-wrap.style1 .testimonial-img-wrap {
  position: relative;
  z-index: 1;
}
.testimonial-wrap.style1 .testimonial-img-wrap .testimonial-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-1 {
  height: 500px;
  width: calc(50% - 12px);
  border-radius: 5px;
}
.testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-2 {
  height: 500px;
  width: calc(50% - 12px);
  border-radius: 5px;
  margin-top: 60px;
}
.testimonial-wrap.style1 .testimonial-content .content-title {
  margin-bottom: 22px;
}

.testimonial-card {
  margin-bottom: 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.testimonial-card .client-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial-card .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  transition: 0.4s;
}
.testimonial-card .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  transition: 0.4s;
}
.testimonial-card .client-quote {
  transition: 0.4s;
}
.testimonial-card.style1 .quote-icon {
  margin-bottom: 10px;
  display: block;
}
.testimonial-card.style1 .quote-icon i {
  color: #0E3C21;
  font-size: 48px;
  line-height: 0.8;
}
.testimonial-card.style1 .client-quote {
  margin-bottom: 20px;
}
.testimonial-card.style1 .client-info h5 {
  margin: 0 0 10px;
}
.testimonial-card.style2 {
  padding: 23px 25px 22px 80px;
  margin-left: 40px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
}
.testimonial-card.style2 .client-img {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 50%;
  left: -40px;
  border: 1px solid transparent;
  transform: translateY(-50%);
  transition: 0.4s;
}
.testimonial-card.style2 .client-quote {
  margin: 0;
}
.testimonial-card.style2 .client-info-wrap {
  margin: 15px 0 0;
}
.testimonial-card.style2 .client-info-wrap .client-info {
  width: calc(100% - 55px);
  margin-right: 15px;
}
.testimonial-card.style2 .client-info-wrap .quote-icon {
  width: 35px;
}
.testimonial-card.style2 .client-info-wrap .quote-icon i {
  font-size: 30px;
  line-height: 0.8;
  color: #0E3C21;
}
.testimonial-card.style2:hover {
  border-color: #0E3C21;
}
.testimonial-card.style2:hover .client-img {
  border-color: #0E3C21;
}
.testimonial-card.style3 {
  box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.07);
  padding: 20px 25px 20px;
  background: #fff;
  border: 1px solid transparent;
}
.testimonial-card.style3 .client-info-wrap {
  margin-bottom: 20px;
}
.testimonial-card.style3 .client-info-wrap .client-info {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.testimonial-card.style3 .client-info-wrap .quote-icon {
  width: 45px;
  align-self: flex-end;
}
.testimonial-card.style3 .client-info-wrap .quote-icon i {
  color: #0E3C21;
  font-size: 45px;
  line-height: 0.8;
}
.testimonial-card.style3 .client-quote {
  margin-bottom: 0;
}
.testimonial-card.style3:hover {
  box-shadow: none;
  border-color: rgba(107, 162, 41, 0.5);
}

.testimonial-slider-one {
  padding-bottom: 25px;
}
.testimonial-slider-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.testimonial-slider-one.owl-carousel .owl-nav .owl-prev {
  margin-bottom: 15px;
}

.testimonial-slider-two {
  margin: -15px 0 0;
}
.testimonial-slider-two .testimonial-card {
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonial-slider-two.owl-carousel .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid transparent;
  position: relative;
  transition: 0.4s;
}
.blog-card:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #0E3C21;
  border-radius: 0px 0px 5px 5px;
  transition: 0.4s;
}
.blog-card .blog-img {
  border-radius: 5px 5px 0 0;
}
.blog-card .blog-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.4s;
}
.blog-card .blog-info {
  border-radius: 0 0 5px 5px;
}
.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
}
.blog-card .blog-info .blog-metainfo li a {
  font-size: 15px;
  color: #666666;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: #0E3C21;
}
.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #0E3C21;
}
.blog-card .blog-info h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-card:hover .blog-info h3 a {
  color: #0E3C21;
}
.blog-card.style1 .blog-img, .blog-card.style2 .blog-img {
  position: relative;
  margin-bottom: 25px;
}
.blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date {
  position: absolute;
  bottom: -25px;
  right: 25px;
  background-color: #0E3C21;
  color: #fff;
  line-height: 1.4;
  padding: 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}
.blog-card.style1 .blog-img .blog-date span, .blog-card.style2 .blog-img .blog-date span {
  display: block;
  font-weight: 300;
}
.blog-card.style1 .blog-info h3, .blog-card.style2 .blog-info h3 {
  margin-bottom: 22px;
}
.blog-card.style1 .blog-info p, .blog-card.style2 .blog-info p {
  margin: 0;
}
.blog-card.style1:hover, .blog-card.style2:hover {
  border-color: rgba(107, 162, 41, 0.3);
  box-shadow: none;
}
.blog-card.style1:hover:after, .blog-card.style2:hover:after {
  width: 85%;
}
.blog-card.style1:hover .blog-info h3 a, .blog-card.style2:hover .blog-info h3 a {
  color: #0E3C21;
}
.blog-card.style1 .blog-info {
  padding: 22px 25px 22px;
}
.blog-card.style1 .blog-info .blog-metainfo {
  padding: 13px 0;
  margin: 0 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.blog-card.style2 .blog-info {
  padding: 22px 25px 25px;
}
.blog-card.style2 .blog-info .blog-metainfo {
  margin: 0 0 15px;
}
.blog-card.style3 .blog-img {
  margin: 0;
}
.blog-card.style3 .blog-info {
  padding: 22px 25px 25px;
}
.blog-card.style3 .blog-info .blog-metainfo {
  margin: 0 0 15px;
}
.blog-card.style3 .blog-info h3 {
  margin: 0;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.service-desc p,
.project-desc p,
.terms-wrap p {
  margin-bottom: 15px;
}
article p:last-child,
.service-desc p:last-child,
.project-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
article p strong,
.service-desc p strong,
.project-desc p strong,
.terms-wrap p strong {
  color: #111;
}
article p a,
.service-desc p a,
.project-desc p a,
.terms-wrap p a {
  color: #0E3C21;
}
article p a:hover,
.service-desc p a:hover,
.project-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #0E3C21;
}
article h1,
.service-desc h1,
.project-desc h1,
.terms-wrap h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
article h2,
.service-desc h2,
.project-desc h2,
.terms-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
article h3,
.service-desc h3,
.project-desc h3,
.terms-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
article h4,
.service-desc h4,
.project-desc h4,
.terms-wrap h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
article h5,
.service-desc h5,
.project-desc h5,
.terms-wrap h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
article h6,
.service-desc h6,
.project-desc h6,
.terms-wrap h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
article ol,
.service-desc ol,
.project-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 25px;
}
article ol li,
.service-desc ol li,
.project-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}
article .content-feature-list,
.service-desc .content-feature-list,
.project-desc .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 20px 0 25px;
}

article {
  margin-bottom: 20px;
}
article .post-img {
  border-radius: 5px;
}
article .post-img img {
  border-radius: 5px;
}

.post-navigation {
  margin: 0 0 25px;
}
.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  transition: 0.3s;
}
.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  transition: 0.3s;
}
.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #0E3C21;
}
.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #0E3C21;
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .prev-post {
  text-align: left;
}

.post-metainfo {
  line-height: 1;
  margin-bottom: 16px;
}
.post-metainfo li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  color: #666666;
}
.post-metainfo li:last-child {
  margin-right: 0;
}
.post-metainfo li i {
  font-size: 15px;
  color: #0E3C21;
  position: absolute;
  top: 0px;
  left: 0;
}
.post-metainfo li:last-child {
  margin-right: 0;
}
.post-metainfo li a {
  color: #666666;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}
.post-img .blog-date {
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #0E3C21;
  color: #fff;
  transition: 0.3s;
}
.post-img .blog-date:hover {
  background: #0E3C21;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 30px;
  background-color: #F0F0F0;
  text-align: left;
  margin: 30px 0 30px;
}
.wp-block-quote .wp-quote-text p {
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
}
.wp-block-quote .wp-quote-author .wp-quote-author-name h6 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin: 20px 0 0;
  line-height: 1.2;
  padding-left: 60px;
  margin-bottom: 5px;
}
.wp-block-quote .wp-quote-author .wp-quote-author-name h6:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #0E3C21;
}
.wp-block-quote .wp-quote-author .wp-quote-author-name span {
  color: #666666;
  font-size: 14px;
  padding-left: 60px;
}
.wp-block-quote .wp-quote-author .wp-quote-icon i {
  color: #0E3C21;
  font-size: 50px;
  line-height: 0.8;
  margin: 0 auto;
}

.post-meta-option {
  background: #F5F5F5;
  padding: 20px 20px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.post-tag ul {
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
  margin-right: 5px;
}
.post-tag ul li:last-child {
  margin-right: 0;
}
.post-tag ul li a {
  color: #666666;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 10px;
  background: #fff;
}
.post-tag ul li a:hover {
  background: #0E3C21;
  color: #fff;
}
.post-tag span {
  margin-right: 10px;
  font-weight: 600;
  color: #111;
}

.post-share {
  display: inline-block;
}
.post-share span {
  font-weight: 600;
  color: #111;
}
.post-share ul {
  display: inline-block;
  margin-left: 7px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  border: 1px solid #F3F4F6;
  background: #F0F0F0;
}
.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.post-author .post-author-img img {
  border-radius: 50%;
}
.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}
.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #F5F5F5;
  padding: 25px;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 5px 0 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: #0E3C21;
  transition: 0.3s;
}
.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}
.comment-item-wrap .reply-btn:hover {
  color: #0E3C21;
}

.comment-box-title {
  margin-bottom: 25px;
}
.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 22px;
  position: relative;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 35px;
}
#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}
#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888888;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #111;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
  height: 55px;
}
#cmt-form .comment-form .form-group textarea {
  height: 131px;
  resize: none;
}
#cmt-form .checkbox label {
  padding-left: 25px;
}

.checkbox {
  display: block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #F3F4F6;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.checkbox a {
  color: #0E3C21;
}
.checkbox.style2 label:before {
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border-color: #888888;
}
.checkbox.style3 label:before {
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #ddd;
}

.checkbox.style2 input:checked + label::after {
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  border-width: 0 2px 2px 0;
}

.checkbox.style3 input:checked + label::after {
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #0E3C21;
}

.checkbox input:checked + label:before {
  border-color: #0E3C21;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #0E3C21;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #0E3C21;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #0E3C21;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box-wrap {
  background: #F0F0F0;
  padding: 30px;
  border-radius: 5px;
}
.contact-box-wrap h4 {
  font-size: 22px;
}
.contact-box-wrap .contact-item {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.contact-box-wrap .contact-item:last-child {
  margin-bottom: 0;
}
.contact-box-wrap .contact-item .contact-icon {
  position: relative;
  top: 5px;
  text-align: center;
  transition: 0.4s;
}
.contact-box-wrap .contact-item .contact-icon i {
  color: #0E3C21;
  line-height: 0.8;
  font-size: 22px;
  position: relative;
  transition: 0.34s;
}
.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 70px);
  margin-left: 20px;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info h5 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 600;
  transition: 0.3s;
}
.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  transition: 0.3s;
}
.contact-box-wrap .social-share h5 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.contact-box-wrap .social-share .social-profile li a {
  width: 34px;
  height: 34px;
}
.contact-box-wrap .social-share .social-profile li a i {
  font-size: 18px;
}

.comp-map {
  height: 500px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  margin-bottom: -7px;
}
#contactForm .form-group {
  margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #F0F0F0;
  padding: 14px 20px;
  border-radius: 5px;
  border: none;
}
#contactForm .form-group input {
  height: 55px;
}
#contactForm .form-group textarea {
  height: 131px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

/*---------------------------------------------------------
   Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/
.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 25px;
  max-width: 520px;
}

.terms-wrap .single-terms {
  margin-bottom: 25px;
}
.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms p a {
  color: #111;
}
.terms-wrap .single-terms p a:hover {
  color: #111;
  text-decoration: underline;
}

.newsletter-wrap .newsletter-form, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .page-navigation .page-nav li a, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .category-box ul li a span, .schedule-widget ul li, .project-info-widget .project-info-list li, .project-info-widget .project-share, .pp-post-item, .hero-slider-one.owl-carousel .owl-nav, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .featured-card.style1 .featured-title, .featured-card.style1 .featured-title span, .feature-item, .feature-item .feature-icon, .about-wrap.style1 .about-img-wrap, .about-wrap.style2 .about-img-wrap, .why-choose-wrap.style1 .wh-content .feature-item-wrap, .why-choose-wrap.style2 .wh-img-wrap, .cta-wrap.style1 .cta-content .cta-icon, .cta-wrap.style2 .cta-content .cta-icon, .program-wrap.style3 .program-content .countdown-deals, .counter-card, .counter-card .counter-icon, .project-card .project-info, .service-card.style1 .service-title, .service-card.style1 .service-title span, .service-card.style2 .service-icon, .promo-video-wrap .promo-content .feature-item-wrap, .faq-wrap .faq-img-wrap, .testimonial-wrap.style1 .testimonial-img-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .testimonial-slider-one.owl-carousel .owl-nav, .blog-card .blog-info .blog-metainfo, .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date, .post-navigation, .wp-block-quote .wp-quote-author, .post-author, .comment-item-wrap .comment-item, .contact-box-wrap .contact-item, .contact-box-wrap .social-share {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .page-navigation .page-nav li a, .category-box ul li a span, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .featured-card.style1 .featured-title span, .feature-item .feature-icon, .cta-wrap.style1 .cta-content .cta-icon, .cta-wrap.style2 .cta-content .cta-icon, .counter-card .counter-icon, .project-card .project-info, .service-card.style1 .service-title span, .service-card.style2 .service-icon, .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date {
  flex-direction: column;
  justify-content: center;
}

.newsletter-wrap .newsletter-form, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .schedule-widget ul li, .project-info-widget .project-info-list li, .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next, .featured-card.style1 .featured-title, .feature-item, .counter-card, .service-card.style1 .service-title, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .blog-card .blog-info .blog-metainfo, .post-navigation, .wp-block-quote .wp-quote-author, .contact-box-wrap .social-share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.newsletter-wrap .newsletter-form, .schedule-widget ul li, .project-info-widget .project-info-list li, .project-info-widget .project-share, .about-wrap.style1 .about-img-wrap, .about-wrap.style2 .about-img-wrap, .why-choose-wrap.style1 .wh-content .feature-item-wrap, .why-choose-wrap.style2 .wh-img-wrap, .program-wrap.style3 .program-content .countdown-deals, .promo-video-wrap .promo-content .feature-item-wrap, .faq-wrap .faq-img-wrap, .testimonial-wrap.style1 .testimonial-img-wrap, .testimonial-card.style2 .client-info-wrap, .blog-card .blog-info .blog-metainfo, .post-navigation, .wp-block-quote .wp-quote-author {
  justify-content: space-between;
}

.newsletter-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #0E3C21;
}
.newsletter-wrap .content-title h2, .newsletter-wrap .content-title p {
  color: #fff;
}
.newsletter-wrap .content-title h2 {
  font-size: 26px;
}
.newsletter-wrap .newsletter-form {
  position: relative;
}
.newsletter-wrap .newsletter-form input {
  width: calc(100% - 190px);
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  text-align: left;
  padding: 12px 20px;
  transition: 0.4s;
}
.newsletter-wrap .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #666666;
}
.newsletter-wrap .newsletter-form input::placeholder {
  opacity: 1;
  color: #666666;
}
.newsletter-wrap .newsletter-form input:focus {
  border-color: #F3F4F6;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.09);
}
.newsletter-wrap .newsletter-form button {
  border: none;
  padding: 13px 20px;
  background-color: #111111;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.newsletter-wrap .newsletter-form button i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 1;
  background-color: #111111;
}
.footer-wrap .container {
  position: relative;
}

.footer-wrap .footer-widget .footer-logo {
  display: block;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.footer-wrap .footer-widget .comp-desc {
  color: #f0f0f0;
  margin: 0 0 25px;
  padding-right: 10px;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: #ebebeb;
  position: relative;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #0E3C21;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: #0E3C21;
  transition: 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #d6d6d6;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #EEAC0E;
}
.footer-wrap .footer-widget .popular-post-widget {
  position: relative;
  top: 4px;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item {
  margin-bottom: 22px;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-img {
  width: 75px;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info {
  width: calc(100% - 90px);
  margin-left: 15px;
  margin-top: 0;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info h6 {
  font-size: 16px;
  font-weight: 500;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info h6 a {
  color: #ebebeb;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info span {
  font-size: 15px;
  padding-left: 0;
  color: #EEAC0E;
  margin-bottom: 12px;
}
.footer-wrap .footer-widget .popular-post-widget .pp-post-item:hover .pp-post-info h6 a {
  color: #d6d6d6;
}
.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li:first-child i {
  top: 6px;
}
.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 0.8;
  color: #c5c5c5;
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: #dfdfdf;
  margin-bottom: 0;
  display: block;
  transition: 0.3s;
}
.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a {
  color: #fff;
}

.copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 25px;
}
.copyright-text p {
  text-align: center;
  color: #A8A8A8;
  margin: 0;
}
.copyright-text p i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.copyright-text p span {
  color: #0E3C21;
}
.copyright-text p a {
  color: #0E3C21;
  font-weight: 600;
}
.copyright-text p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .newsletter-wrap .content-title h2 {
    font-size: 22px;
  }
  .newsletter-wrap .newsletter-form input {
    width: 100%;
    margin-bottom: 15px;
  }
  .newsletter-wrap .newsletter-form button {
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 3px;
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: 3px;
  }
  .footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info h6 {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter-wrap .content-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrap .content-title {
    padding: 0 50px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap .footer-widget .comp-desc,
  .footer-wrap .footer-widget .footer-menu li a,
  .footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info h6,
  .footer-wrap .footer-widget .contact-info p,
  .footer-wrap .footer-widget .contact-info a {
    font-size: 15px;
  }
  .footer-wrap .footer-widget .pp-post-item .pp-post-info span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 0;
  }
  .footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info {
    width: calc(100% - 95px);
    margin-left: 20px;
  }
  .footer-wrap .footer-widget .popular-post-widget .pp-post-item .pp-post-info span {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li a, .footer-wrap .footer-widget .contact-info li p {
    font-size: 15px;
  }
  .newsletter-wrap .newsletter-form {
    margin-left: 35px;
  }
}/*# sourceMappingURL=style.css.map */

.display-none {
  display: none;
}


/* Ajustes */
.logo-oficial {
  max-height: 82px;
}

.owl-nav {
    display: none !important;
}

.hero-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgba(17, 17, 17, 0.75);*/
  z-index: -1;
}

.hero-wrap.style1 .hero-slide-item.style1:before {
  left: 0;
  /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.1) 73%);*/
}

.hero-wrap.style1 {
  /*background-image: url(../img/hero/hero-bg-1.jpg);*/
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .social-profile:before, .hero-wrap.style1 .social-profile:after {
  position: absolute;
  left: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
}

.hero-wrap.style1 {
  /* background-image: url(../img/hero/hero-bg-1.jpg); */
  position: relative;
  z-index: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1E1E1E;
}

.bg-f001 {
  background-color: #3F1011;
}

.hero-content {
  height: 254px;
  width: auto;
}

.img-header {
  display: block;
  margin: auto;
  padding-top: 90px;
}


#noticias {
  background-color: #FBF9F9;
}

.cta-wrap.style1 .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/mapa.jpg);
  width: 100%;
  z-index: -1;
  height: 100%;
}

.link-sobre {
  color: #FBF9F9;
}

.link-sobre:hover {
  color: #a7a7a7;
}

.logo-festa {
  margin: 10px auto 30px auto;
  max-width: 90%;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

/* Extra large < 1200px (lg) */
@media (max-width: 1199.98px) {

}

/* Large < 992px (md) */
@media (max-width: 991.98px) {
  .hero-content {
    height: 210px;
  }
}

/* Medium < 768px (sm) */
@media (max-width: 767.98px) {
  .logo-festa {
    margin: 20px auto;
  }
}

/* Small < 576px (xs) */
@media (max-width: 575.98px) {
  .hero-content {
    height: 120px;
  }
}


 
/* SERVIÇOS */
  #servicos {
    width: 100%;
    overflow-x: hidden;
  }

  .servicos-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .servicos-col {
    flex: 1 1 50%;
    position: relative;
    padding: 60px 5%;
  }

  .servicos-left {
    background-color: #fff;
    color: #000;
  }

  .servicos-right {
    color: #fff;
    position: relative;
  }

  /* Fundo verde full width via ::before */
  .servicos-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -9999px;
    background-color: #0E3C21;
    z-index: -1;
  }

  /* Mobile: empilha e fundo verde ocupa toda a largura */
  @media (max-width: 768px) {

    #servicos .container {
        width: 100% !important;
        display: contents;
    }

    .servicos-inner {
      flex-direction: column;
    }

    .servicos-col {
      flex: 1 1 100%;
      padding: 20px; /* menos padding para mobile */
      margin: 0;
    }

    /* Faz o fundo verde ocupar toda a largura da viewport */
    .servicos-right::before {
      left: 0;
      right: 0;
    }
  }

    /* Remove padding horizontal dos containers internos para o alinhamento perfeito */
    .servicos-col > .container {
      padding-left: 0;
      padding-right: 0;
    }

    .btn-more {
      border-color: #DCDADA; 
      color: #000;
      margin-top: 20px;
    }

    .btn-more:hover {
      border-color: #a0a0a0; 
      color: #a3a3a3;
    } 

    .btn-more i {
      color: #999; 
      transform: translateY(-2px);
    }

    .map-link:hover {
      color: #d6d6d6 !important;
    }

    .map-yellow {
      color: #EEAC0E !important;
    }


    .text-servicos {
      display: inline-block;
      color: #0E3C21;
      font-weight: bold;
      height: 30px;
      max-height: 30px;
      margin-bottom: 0;
    }

    .servicos-right h2  {
      color: #ffffff;
      font-weight: bold;
      margin: 40px 10px 45px 10px ;
    }
    
    .servicos-right h5  {
      color: #ffffff;
      font-weight: initial;
      margin: 10px 10px 20px 10px ;
    }

    .servicos-right ul  {
      color: #ffffff !important;
      margin: 10px 10px 40px 10px ;
    }


   .servicos-right ul li {
      color: #ffffff !important;
      margin-bottom: 5px;
      font-weight: lighter;
   }

    .servicos-right ul li i {
      color: #ffffff !important;
   }

  /* CARD */
  .text-yellow {
    color: #e4b954;
  }

  .informacoes h4, .informacoes h5 {
    color: #282828;
    margin: 0;
  }

  .informacoes i {
    font-size: 24px;
    margin-right: 3px;
  }

  .informacoes ul {
    color: #282828;
    font-size: 14px;
  }

  .my-title {
    display: block;
    line-height: normal;
    margin-bottom: 50px !important;
  }

  .modal-backdrop.show {
  background-color: transparent !important;
}

.modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

/* Card */
.featured-card {
    border: 1px solid thin #4C4C4C !important;
     
    position: relative;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-box {
    position: absolute;
    width: 90px;
    height: 100px;
    background-color: #0E3C21;
    color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 15px;
    top: 100%; /* coloca no final da imagem */
    transform: translateY(-40%); /* sobe metade da caixa */
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.date-box span {
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    user-select: none;
}

.date-box .dash {
    width: 35px;
    height: 5px;
    background-color: #EEAC0E;
    margin: 8px 0;
    border-radius: 2px;
    user-select: none;
}


.featured-card .content-with-offset h3 {
 
  padding-left: 110px; /* maior que a largura da caixa 90px + espaçamento */
  text-align: left;    /* opcional, para garantir alinhamento do texto */
}

.list-evento {
  font-size: initial;
  list-style: none; 
  font-size: 15px;
  padding: 20px 10px 0 10px;
  text-align: left; 
}

.list-evento li {
  margin-bottom: 10px;
}

.btn-veja {
  margin: 5px auto 10px auto;
}



.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

@media (max-width: 767.98px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .img-header {
    display: block;
    margin: auto;
    padding-top: 0;
  }

}


@media (min-width: 576px) {

}


  .blog-card.style3 .blog-info {
    padding: 20px 20px 30px 20px !important;
  }

  .title-noticia {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .show-link {
    font-size: 11px;
  }


  a.tel-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
  }

  a.tel-link:hover {
    color: #dddddd;
  }


  .owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #333;
}

.title-conheca {
  color: #ffffff;
  font-size: 2.1rem;
}

.title-conheca-02 {
  font-size: 18px;
}

/* Conheça */
.conheca-banner {
    height: 400px;
    background: url('/assets/images/conheca.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.conheca-content .subtitulo {
    font-size: 1.3rem; /* antes estava 1.1rem */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

.conheca-content .titulo {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 20px;
}

.btn-conheca-custom {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.6rem 1.8rem;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px; /* Borda levemente arredondada */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.btn-conheca-custom:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}


.blog-news {
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Encode Sans", sans-serif;
  padding: 10px 20px;
}