/*-----------------------------------------------------------
    Theme Name: Guze
    Theme URI: 
    Description: Guze - Landscaping & Gardening HTML Template
    Author: HiBootstrap
    Author URI: https://hibootstrap.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  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;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Libre Baskerville", serif;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  font-weight: 600;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.html);
  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;
}

.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
-----------------------------------*/
.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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style2 .hero-img-wrap,
.testimonial-slider-wrap,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.hero-wrap.style2 .hero-feature-wrap,
.hero-wrap.style2 .hero-feature-wrap .feature-item,
.feature-item-wrap .feature-item,
.why-choose-wrap.style3 .feature-item-wrap,
.counter-card-wrap.style1,
.counter-card-wrap.style2,
.counter-card-wrap.style3,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span,
.header-wrap.style2 .header-top .header-top-left .contact-item span,
.header-wrap.style3 .header-top .header-top-left .contact-item span,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span,
.service-card.style2 .service-info .service-title span,
.service-card.style4 .service-info .service-title span,
.service-card.style3 .service-info .service-title span,
.service-card.style5 .service-info .service-title span,
.why-choose-wrap.style1 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style2 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon,
.blog-card.style2 .blog-info,
.blog-card.style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span,
.header-wrap.style2 .header-top .header-top-left .contact-item span,
.header-wrap.style3 .header-top .header-top-left .contact-item span,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span,
.service-card.style2 .service-info .service-title span,
.service-card.style4 .service-info .service-title span,
.service-card.style3 .service-info .service-title span,
.service-card.style5 .service-info .service-title span,
.why-choose-wrap.style1 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style2 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon,
.blog-card.style2 .blog-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.hero-wrap.style2 .hero-img-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.hero-wrap.style2 .hero-img-wrap,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.testimonial-slider-wrap,
.post-navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav,
.service-slider-one.owl-carousel .owl-nav,
.member-slider-one.owl-carousel .owl-nav,
.project-slider-two.owl-carousel .owl-nav,
.blog-slider-one.owl-carousel .owl-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  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;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    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: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #fc1111;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader img {
  max-width: 80px;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 13px 30px 13px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1,
.btn.style3,
.btn.style5,
.btn.style6 {
  background-color: #f80e0e;
}

.btn.style1:after,
.btn.style3:after,
.btn.style5:after,
.btn.style6:after {
  background: #ffa012;
}

.btn.style2,
.btn.style4,
.btn.style5 {
  background-color: #ff1212;
  border-radius: 300px;
}


.btn.style4:after,
.btn.style5:after {
  background: #f80e0e;
}
.btn.style2:after{
  background: #f8a60e;
}

.btn.style3,
.btn.style4 {
  border-radius: 5px 0 5px 0;
}

.btn.style5,
.btn.style6 {
  border-radius: 5px;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #209F2E;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #209F2E;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style3 {
  display: block;
  color: #132728;
}

.link.style3:after {
  display: none;
}

.link.style3 span {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F6F3EC;
  text-align: center;
  position: relative;
  top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style3 span i {
  color: #132728;
  font-size: 16px;
  line-height: 33px;
  font-size: 12px;
  margin: 0;
}

.link:hover {
  color: #209F2E;
}

.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: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #F6F3EC;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  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: 18px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #209F2E;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  border-color: #209F2E;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
  color: #209F2E;
}

.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 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f9f9f9;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: #209F2E;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin: 0 0 15px;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #209F2E;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0 0 12px;
  font-weight: 600;
}

.section-title.style1 p,
.content-title.style1 p {
  margin: 10px auto 0;
}

.section-title.style2 span,
.content-title.style2 span {
  color: #209F2E;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px;
  padding-left: 44px;
  position: relative;
}

.section-title.style2 span:before,
.content-title.style2 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 38px;
  height: 1px;
  background: #209F2E;
}

.section-title.style2 p,
.content-title.style2 p {
  margin: 10px auto 0;
}

.section-title.style3 span,
.content-title.style3 span {
  color: #209F2E;
  background: #E8F5EB;
  line-height: 1;
  position: relative;
  margin: 0 0 14px;
  padding: 13px 38px 11px;
  border-radius: 4px;
}

.section-title.style3 span:before,
.content-title.style3 span:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #209F2E;
}

.section-title.style3 p,
.content-title.style3 p {
  margin: 10px auto 0;
}

.section-img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.section-img.style1 {
  left: 50px;
}

.section-img.style2 {
  right: 50px;
}

.section-img.style3 {
  top: auto;
  bottom: 0;
  right: 50px;
}

.section-img.style4 {
  top: auto;
  bottom: 0;
  left: 50px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-selago {
  background-color: #F4F7FE;
}

.bg-cove {
  background-color: #132728;
}

.bg-vulcan {
  background-color: #0F1221;
}

.bg-catskill {
  background-color: #F9FAFC;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-forest-green {
  background-color: #209F2E;
}

.bg-timber-green {
  background-color: #132728;
}

.bg-spring-wood {
  background-color: #dad9d8;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  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-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-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_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);
  }
}

@-webkit-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 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);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-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 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);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #209F2E;
}

.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i,
.social-profile.style2 li a i,
.social-profile.style3 li a i,
.social-profile.style4 li a i {
  font-size: 16px;
  line-height: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: transparent;
  border: 1px solid #fff;
}

.social-profile.style1 li a i {
  color: #209F2E;

}

.social-profile.style1 li a:hover {
  background-color: #fff;
  border-color: transparent;
}

.social-profile.style2 li a {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
}

.social-profile.style2 li a i {
  color: #209F2E;
}

.social-profile.style2 li a:hover {
  background-color: #fff;
  border-color: transparent;
}

.social-profile.style3 li a {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

.social-profile.style3 li a i {
  color: #209F2E;
}

.social-profile.style3 li a:hover {
  background-color: #fff;
  border-color: transparent;
}

.social-profile.style4 li a {
  background: #F6F3EC;
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
}

.social-profile.style4 li a i {
  color: #209F2E;
}

.social-profile.style4 li a:hover {
  background-color: #209F2E;
}

.social-profile.style4 li a:hover i {
  color: #fff;
}

.social-profile.style5 li a {
  background: #fff;
  border-radius: 50%;
}

.social-profile.style5 li a i {
  color: #209F2E;
}

.social-profile.style5 li a:hover {
  background-color: #209F2E;
}

.social-profile.style5 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 30px 0 0;
}

.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  font-family: "Libre Baskerville", serif;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  opacity: 0.7;
  background: #F6F3EC;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a i {
  font-size: 20px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  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: #209F2E;
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
  color: #fff;
}

.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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style2 .hero-img-wrap,
.testimonial-slider-wrap,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.hero-wrap.style2 .hero-feature-wrap,
.hero-wrap.style2 .hero-feature-wrap .feature-item,
.feature-item-wrap .feature-item,
.why-choose-wrap.style3 .feature-item-wrap,
.counter-card-wrap.style1,
.counter-card-wrap.style2,
.counter-card-wrap.style3,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span,
.header-wrap.style2 .header-top .header-top-left .contact-item span,
.header-wrap.style3 .header-top .header-top-left .contact-item span,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span,
.service-card.style2 .service-info .service-title span,
.service-card.style4 .service-info .service-title span,
.service-card.style3 .service-info .service-title span,
.service-card.style5 .service-info .service-title span,
.why-choose-wrap.style1 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style2 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon,
.blog-card.style2 .blog-info,
.blog-card.style2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span,
.header-wrap.style2 .header-top .header-top-left .contact-item span,
.header-wrap.style3 .header-top .header-top-left .contact-item span,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span,
.service-card.style2 .service-info .service-title span,
.service-card.style4 .service-info .service-title span,
.service-card.style3 .service-info .service-title span,
.service-card.style5 .service-info .service-title span,
.why-choose-wrap.style1 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style2 .feature-item-wrap .feature-item .feature-icon,
.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon,
.blog-card.style2 .blog-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

.header-wrap .header-top {
  padding: 5px 0;
}

.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 25px;
}

.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-item i {
  color: #fff;
  font-size: 13px;
  line-height: 0.8;
  position: relative;
  top: 1px;
  display: inline-block;
}

.header-wrap .header-top .header-top-left .contact-item a,
.header-wrap .header-top .header-top-left .contact-item p {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-bottom .searchbtn {
  background-color: transparent;
  border: none;
  margin: 0 25px;
}

.header-wrap .header-bottom .searchbtn i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span,
.header-wrap.style2 .header-top .header-top-left .contact-item span,
.header-wrap.style3 .header-top .header-top-left .contact-item span {
  width: 32px;
  height: 32px;
}

.header-wrap.style1 .header-top .header-top-left .contact-item span i,
.header-wrap.style2 .header-top .header-top-left .contact-item span i,
.header-wrap.style3 .header-top .header-top-left .contact-item span i {
  line-height: 0.8;
  margin: 0 auto;
}

.header-wrap.style2 .header-top .header-top-left .contact-item span {
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
}

.header-wrap.style3 .header-top .header-top-left .contact-item span {
  border-radius: 50%;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(32, 159, 46, 0.9);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "\EA4E";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  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 {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }

  .search-area .close-searchbox i {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
    height: 50px;
  
  }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }

  .header-wrap .search-area form .form-group input {
    font-size: 14px;
    padding: 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: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .select-lang .navbar-language .dropdown-toggle::before {
    top: 1px;
    right: -2px;
    font-size: 15px;
  }

  .header-wrap {
    background-color: #fff;
  }

  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #F6F3EC;
    right: -100%;
    padding: 50px 15px !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-wrap .header-top .btn.style1,
  .header-wrap .header-top .btn.style2,
  .header-wrap .header-top .btn.style3,
  .header-wrap .header-top .btn.style4,
  .header-wrap .header-top .btn.style5 {
    padding: 10px 20px;
  }

  .header-wrap .header-top .header-top-left .contact-item {
    position: relative;
  }

  .header-wrap .header-top .header-top-left .contact-item i {
    font-size: 16px;
    color: #209F2E;
  }

  .header-wrap .header-top .header-top-right {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .header-wrap .header-top .header-top-right .social-profile {
    margin-right: 0;
    display: block;
    width: 100%;
  }

  .header-wrap .header-top .header-top-right .select-lang {
    margin-bottom: 10px;
    padding-left: 22px;
  }

  .header-wrap .header-top .header-top-right .select-lang i {
    color: #132728;
    left: 2px;
  }

  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    color: #000;
    font-size: 16px;
  }

  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }

  .header-wrap .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-wrap .header-bottom .searchbtn {
    background-color: transparent;
    border: none;
    margin: 0 12px;
  }

  .header-wrap .header-bottom .searchbtn i {
    font-size: 22px;
  }

  .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%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #EEEFF2;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #132728;
  }

  .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: #fa0b0b;
  }

  .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: #209F2E;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }

  .header-wrap.sticky .search-area.open {
    top: 66px;
  }

  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }

  .menu-close i {
    color: #000;
    font-size: 25px;
  }

  .mobile-menu {
    text-align: right;
  }

  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 70% 30% 28% 72% / 42% 28% 72% 58%;
    text-align: center;
    background-color: #f80e0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }

  .mobile-menu {
    display: inline-block;
    position: relative;

  }

  .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: #000;
    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;
  }

  .searchbtn {
    position: relative;
    top: -1px;
  }

  .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: #000;
    font-size: 26px;
  }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .main-menu-wrap.open {
    left: 0;
  }

  .main-menu>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: #000;
  }

  .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    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: rgb(172, 168, 168);
    font-size: 18px;
  }

  .main-menu li>span.menu-expand:hover {
    color: #000;
  }

  .main-menu li a.active {
    color: #132728;
  }

  .main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .main-menu li>a:hover {
    color: #000;
  }

  .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: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1599px) {
  .header-wrap .container {
    max-width: 1240px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }

  .header-wrap.sticky {
    margin-top: -55px;
  }

  .header-wrap.sticky .header-bottom {
    padding: 0;
  }

  .header-wrap .header-bottom {
    background-color: #fff;
    padding: 0 18px;
  }

  .header-wrap.style1 .header-top .header-top-left .contact-item i,
  .header-wrap.style2 .header-top .header-top-left .contact-item i,
  .header-wrap.style3 .header-top .header-top-left .contact-item i {
    color: #209F2E;
  }

  .header-wrap.style1 .header-top .header-top-left .contact-item a,
  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style2 .header-top .header-top-left .contact-item a,
  .header-wrap.style2 .header-top .header-top-left .contact-item p,
  .header-wrap.style3 .header-top .header-top-left .contact-item a,
  .header-wrap.style3 .header-top .header-top-left .contact-item p {
    color: #666666;
  }

  .header-wrap.style1 .header-top .header-top-right .select-lang i,
  .header-wrap.style2 .header-top .header-top-right .select-lang i,
  .header-wrap.style3 .header-top .header-top-right .select-lang i {
    color: #209F2E;
  }

  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
  .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
  .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    color: #666666;
  }

  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before,
  .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before,
  .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #666666;
  }

  .header-wrap.style3 .header-bottom {
    border-radius: 5px;
  }

  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 20px;
    position: relative;
    top: 1px;
  }

  .header-wrap .header-top .header-top-right .social-profile li a {
    color: #111110;
  }

  .header-wrap .header-top .header-top-right .social-profile li a i {
    color: #0d0e0d;
  }

  .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;
  }

  .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: #000;
    font-weight: 400;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    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: red;

  }

  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    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: #fa1010;
  }

  .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.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }

  .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;
    -webkit-transform: translateY(-50%);
    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 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }

  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }

  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.html);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 0 0;
  overflow: hidden;
  background: #F6F3EC;
  max-height: 420px;
}

.breadcrumb-wrap .container {
  position: relative;
}

.breadcrumb-wrap .container .section-img {
  top: -40px;
  right: 20px;
}

.breadcrumb-wrap .section-img {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
}

.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 0;
  right: -13px;
  content: "/";
  font-size: 14px;
  background-color: transparent;
}

.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: #209F2E;
}

.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;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #209F2E;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-right: auto;
  max-height: 420px;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.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: #F6F3EC;
  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: #209F2E;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #209F2E !important;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #209F2E;
  line-height: 0.8;
}

.faq-wrap.style1 .accordion-body p {
  margin: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #209F2E !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  position: relative;
  margin-right: 14px;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.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-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  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: #132728;
}

.terms-wrap .single-terms p a:hover {
  color: #132728;
  text-decoration: underline;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #F6F3EC;
  position: relative;
  z-index: 1;
  padding: 10px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  background: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.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: 54px;
  background: #fff;
  border: 1px solid #EEEFF2;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #209F2E;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
  margin-bottom: 15px;
}

.category-box ul li:last-child {
  margin-bottom: 0;
}

.category-box ul li a {
  color: #132728;
  font-weight: 500;
  padding: 18px 10px 15px 20px;
  background: #fff;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a i {
  position: absolute;
  top: 21px;
  right: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a span {
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a:hover {
  background-color: #209F2E;
  color: #fff;
  padding-left: 25px;
}

.category-box ul li a:hover span {
  color: #fff;
  opacity: 1;
}

.category-box ul li a:hover i {
  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: 8px 15px;
  color: #666666;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #209F2E;
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*-------------------------------
    Contact Box Widget CSS
-------------------------------*/
.contact-widget-bg {
  background-image: url(../img/contact-bg-2.jpg);
  height: 320px;
}

.contact-widget-info {
  background: #209F2E;
  padding: 25px;
  text-align: center;
}

.contact-widget-info>i {
  color: #fff;
  font-size: 50px;
  line-height: 0.8;
  display: inline-block;
  margin: 0 0 20px;
}

.contact-widget-info h3 {
  font-size: 22px;
  margin: 0 0 15px;
  color: #fff;
}

.contact-widget-info p {
  color: #fff;
  margin-bottom: 20px;
}

.contact-widget-info .btn.style2:hover:after {
  background-color: #132728;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 6px;
}

.pp-post-item .pp-post-img img {
  border-radius: 6px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
  line-height: 1.6;
  font-weight: 600;
  margin-top: -3px;
  margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
  color: #132728;
}

.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888888;
  margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #209F2E;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #209F2E;
}

/*-------------------------------
     Project Info Widget CSS
-------------------------------*/
.project-info-widget .project-info-item-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.project-info-widget .project-info-item-wrap .project-info-item {
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  padding: 18px 20px 18px 80px;
  background-color: #fff;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-info-widget .project-info-item-wrap .project-info-item:last-child {
  margin-bottom: 0;
}

.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon {
  position: absolute;
  left: 20px;
  top: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #F6F3EC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon i {
  color: #209F2E;
  font-size: 20px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-info-widget .project-info-item-wrap .project-info-item span {
  color: #000;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-info-widget .project-info-item-wrap .project-info-item:hover {
  background-color: #209F2E;
  color: #fff;
}

.project-info-widget .project-info-item-wrap .project-info-item:hover .project-info-icon {
  background-color: #fff;
  border-color: transparent;
}

.project-info-widget .project-info-item-wrap .project-info-item:hover .project-info-icon i {
  color: #209F2E;
}

.project-info-widget .project-info-item-wrap .project-info-item:hover span {
  color: #fff;
}

/*-------------------------------
    Download Doc Widget CSS
-------------------------------*/
.download-docs-wrap .docs-item {
  display: block;
  background: #fff;
  padding: 20px 20px 18px 70px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.download-docs-wrap .docs-item:last-child {
  margin-bottom: 0;
}

.download-docs-wrap .docs-item i {
  font-size: 40px;
  line-height: 0.8;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.download-docs-wrap .docs-item span {
  display: block;
  font-size: 14px;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.download-docs-wrap .docs-item:hover {
  background-color: #209F2E;
  color: #fff;
}

.download-docs-wrap .docs-item:hover span {
  color: #fff;
}

/*-------------------------------
     Hero Section CSS
-------------------------------*/
.hero-bg-1 {
  background-image: url(../img/img1/main.jpg);
 
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-bg-2.jpg);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-img-5.jpg);
}

.hero-wrap .hero-content span {
  color: #209F2E;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-weight: 600;
}

.hero-wrap .hero-content h1 {
  font-size: 54px;
  margin-bottom: 10px;
}

.hero-wrap .hero-content p {
  margin-bottom: 30px;
}

.hero-wrap .hero-content .hero-btn .btn:first-child {
  margin-right: 15px;
}

.hero-wrap.style1 {
  padding: 210px 0 0;
  padding-bottom: 40px;
}

.hero-wrap.style1 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box {
  position: absolute;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view i {
  font-size: 12px;
  line-height: 0.8;
  margin: 0 auto;
  position: relative;
  top: 1px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:before,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 34px;
  width: 34px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view:hover .hero-promo-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info {
  position: absolute;
  top: -50px;
  right: 100%;
  background: #fff;
  padding: 22px 22px 22px 35px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  min-width: 182px;
  visibility: hidden;
  opacity: 0;
  cursor: auto;
  -webkit-transform: scaleX(0) translateX(-50%);
  transform: scaleX(0) translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  top: 50%;
  left: -18px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span i {
  color: #209F2E;
  line-height: 0.8;
  font-size: 18px;
  margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info h6 {
  margin: 0;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box img {
  max-width: 150px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box.one {
  bottom: 50px;
  left: -50px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box.two {
  top: 0;
  right: -20px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-box.three {
  bottom: 50px;
  right: -40px;
}

.hero-wrap.style2 {
  padding: 220px 0 100px;
}

.hero-wrap.style2 .hero-img-wrap .hero-img-item {
  width: calc(50% - 13px);
}

.hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
  height: 462px;
}

.hero-wrap.style2 .hero-content span {
  color: #209F2E;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px;
  padding-left: 44px;
  position: relative;
}

.hero-wrap.style2 .hero-content span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 38px;
  height: 1px;
  background: #209F2E;
}

.hero-wrap.style2 .hero-promo-video {
  background-image: url(../img/hero/hero-img-6.jpg);
  height: 140px;
  position: relative;
}

.hero-wrap.style2 .hero-promo-video .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-color: #209F2E;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-wrap.style2 .hero-promo-video .play-now .ripple,
.hero-wrap.style2 .hero-promo-video .play-now .ripple:before,
.hero-wrap.style2 .hero-promo-video .play-now .ripple:after {
  height: 50px;
  width: 50px;
}

.hero-wrap.style2 .hero-promo-video .play-now i {
  font-size: 15px;
  line-height: 0.7;
  color: #209F2E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-wrap.style2 .hero-feature-wrap {
  padding: 25px 25px 22px;
  background: #fff;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item {
  width: 33%;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  background: #F6F3EC;
  position: relative;
  z-index: 1;
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info {
  width: calc(100% - 80px);
  margin-left: 20px;
  padding-right: 12px;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info h4 {
  font-size: 20px;
  margin: 0 0 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info p {
  margin: 0;
  padding-right: 10px;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.hero-wrap.style2 .hero-feature-wrap .feature-item:hover .feature-info h4 {
  color: #209F2E;
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  padding: 170px 0 0;
  overflow: hidden;
}

.hero-wrap.style3 .hero-shape-1 {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero-wrap.style3 .hero-shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-wrap.style3 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style3 .hero-img-wrap img {
  margin: 0 auto;
  display: block;
}

.hero-wrap.style3 .hero-content {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

.hero-wrap.style3 .hero-content span {
  color: #209F2E;
  background: #E8F5EB;
  line-height: 1;
  position: relative;
  margin: 0 0 15px;
  padding: 13px 38px 11px;
  border-radius: 4px;
  display: inline-block;
}

.hero-wrap.style3 .hero-content span:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #209F2E;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-container-rtl .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  display: none;
}

.hero-img-slider {
  overflow: hidden;
}

.hero-img-slider-btn {
  display: inline-block;
}

.hero-img-slider-btn .hero-img-next,
.hero-img-slider-btn .hero-img-prev {
  display: inline-block;
}

.hero-img-slider-btn .hero-img-next i,
.hero-img-slider-btn .hero-img-prev i {
  font-size: 30px;
}

.hero-img-slider-btn .hero-img-next:hover i,
.hero-img-slider-btn .hero-img-prev:hover i {
  color: #209F2E;
}

.hero-img-pagination {
  position: relative;
  text-align: left;
  display: inline-block;
  width: auto;
  margin-left: 220px;
}

.hero-img-pagination:before {
  position: absolute;
  top: 15px;
  right: calc(100% + 20px);
  content: "";
  width: 190px;
  height: 1px;
  background-color: #209F2E;
}

.hero-img-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 1;
  position: relative;
  top: 3px;
}

.hero-img-pagination .swiper-pagination-total {
  font-weight: 600;
  color: #666666;
  line-height: 1;
  position: relative;
  top: 3px;
}

/*-------------------------------
   About  Section  CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/index/g10.jpg);
}

.about-bg-2 {
  background-image: url(../img/index/8.jpg);
  background-repeat: no-repeat;
}

.about-bg-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-4 {
  background-image: url(../img/about/about-img-2.jpg);
}

.about-bg-5 {
  background-image: url(../img/about/about-img-5.jpg);
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style1 .about-img-wrap .about-bg-1 {
  width: calc(100% - 100px);
  margin-right: auto;
  height: 740px;
}

.about-wrap.style1 .about-img-wrap .about-bg-2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 350px;
  margin-left: auto;
  height: 420px;
  border: 2px solid rgb(236, 39, 39);
  border-right: none;
}

.about-wrap.style1 .about-content .feature-item-wrap {
  margin-bottom: 38px;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

.about-wrap.style2 .about-img-wrap .about-bg-3 {
  width: calc(100% - 140px);
  margin-right: auto;
  height: 550px;
}

.about-wrap.style2 .about-img-wrap .about-bg-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  margin-left: auto;
  height: 400px;
  border: 5px solid #fff;
  border-bottom: none;
  border-right: none;
}

.about-wrap.style2 .about-content .feature-item-wrap {
  margin-bottom: 35px;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.about-wrap.style3 .about-img-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 90%;
  height: 100%;
  background: transparent;
  border: 1px solid #209F2E;
  border-radius: 5px;
  z-index: -1;
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.about-wrap.style3 .about-img-wrap .about-bg-4 {
  width: calc(100% - 40px);
  margin-left: auto;
  height: 300px;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-wrap.style3 .about-img-wrap .about-bg-4:hover {
  margin-right: 20px;
}

.about-wrap.style3 .about-img-wrap .about-bg-5 {
  width: calc(100% - 40px);
  margin-left: auto;
  height: 300px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-wrap.style3 .about-img-wrap .about-bg-5:hover {
  margin-right: 20px;
}

.about-wrap.style3 .about-content .progressbar-wrap {
  margin-bottom: 40px;
}

.feature-item-wrap .feature-item {
  margin-bottom: 30px;
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  top: 1px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 24px;
  line-height: 0.8;
  margin: 0 auto;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  background-color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #fc0f0f;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 25px;
  overflow: hidden;
  background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
  height: 12px;
  background-color: #F6F3EC;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  position: relative;
  top: 5px;
  height: 3px;
  background-color: #209F2E;
  width: 0%;
}

.progressbar-wrap .progress-bar .amet {
  width: 10px;
  height: 10px;
  border: 2px solid #209F2E;
  display: inline-block;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  z-index: 999;
  top: -3px;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-weight: 600;
  margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 600;
  position: relative;
}

/*-------------------------------
   Service  Section  CSS
-------------------------------*/
.service-wrap {
  position: relative;
  z-index: 1;
}

.service-card {
  margin-bottom: 25px;
  background-color: #fff;
}

.service-card .service-img,
.service-card .project-img {
  overflow: hidden;
}

.service-card .service-img img,
.service-card .project-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-card .service-info {
  padding: 25px;
}

.service-card .service-info h3 {
  font-size: 22px;
}

.service-card .service-info .service-title {
  margin-bottom: 15px;
}

.service-card .service-info p {
  margin-bottom: 20px;
}

.service-card:hover .service-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.service-card:hover .service-title a {
  color: #209F2E;
}

.service-card:hover .btn.style1:after {
  background-color: #FAAB34;
}

.service-card.style1 .service-info .service-title span {
  position: relative;
  top: 6px;
  z-index: 1;
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
}

.service-card.style1 .service-info .service-title span:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F6F3EC;
  z-index: -1;
}

.service-card.style1 .service-info .service-title span i {
  display: inline-block;
  font-size: 34px;
  line-height: 0.8;
  color: #209F2E;
}

.service-card.style2 .service-info .service-title span,
.service-card.style4 .service-info .service-title span {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: #F6F3EC;
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
  position: relative;
  top: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info .service-title span i,
.service-card.style4 .service-info .service-title span i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-info:hover .service-title span,
.service-card.style4 .service-info:hover .service-title span {
  background: #209F2E;
}

.service-card.style2 .service-info:hover .service-title span i,
.service-card.style4 .service-info:hover .service-title span i {
  color: #fff;
}

.service-card.style4 .service-info {
  background: #F6F3EC;
}

.service-card.style4 .service-info .service-title span {
  background: #fff;
}

.service-card.style4 .service-info .service-title span i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  color: #209F2E;
}

.service-card.style4 .service-info .link span {
  background-color: #fff;
}

.service-card.style4 .service-info .link span i {
  color: #666666;
}

.service-card.style4:hover .link span {
  background-color: #209F2E;
}

.service-card.style4:hover .link span i {
  color: #fff;
}

.service-card.style3 .service-info .service-title a,
.service-card.style5 .service-info .service-title a {
  display: block;
}

.service-card.style3 .service-info .service-title span,
.service-card.style5 .service-info .service-title span {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: #F6F3EC;
  border-radius: 50%;
  position: relative;
  top: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-info .service-title span i,
.service-card.style5 .service-info .service-title span i {
  font-size: 28px;
  line-height: 0.8;
  margin: 0 auto;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3:hover .service-title span,
.service-card.style5:hover .service-title span {
  background: #209F2E;
}

.service-card.style3:hover .service-title span i,
.service-card.style5:hover .service-title span i {
  color: #fff;
}

.service-card.style3:hover .link span,
.service-card.style5:hover .link span {
  background-color: #209F2E;
}

.service-card.style3:hover .link span i,
.service-card.style5:hover .link span i {
  color: #fff;
}

.service-card.style5 .service-info {
  background: #F6F3EC;
}

.service-card.style5 .service-info .service-title span {
  background: #fff;
}

.service-card.style5 .service-info .service-title span i {
  color: #209F2E;
}

.service-card.style5 .service-info .link span {
  background-color: #fff;
}

.service-card.style5 .service-info .link span i {
  color: #209F2E;
}

.service-card.style5:hover .service-title span {
  background: #209F2E;
}

.service-card.style5:hover .service-title span i {
  color: #fff;
}

.service-card.style5:hover .link span {
  background-color: #209F2E;
}

.service-card.style5:hover .link span i {
  color: #fff;
}

.service-tablist {
  border: none;
  margin: 0 -10px;
}

.service-tablist .nav-item {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.service-tablist .nav-item .nav-link {
  border: none;
  background: #fff;
  color: #666666;
  width: 100%;
  padding: 15px 0;
  border-radius: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-tablist .nav-item .nav-link.active {
  background: #209F2E;
  color: #fff;
}

.service-slider-one.style2 .service-card .service-info {
  background: #F6F3EC;
}

.service-slider-one.style2 .service-card .service-info .service-title span {
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-slider-one.style2 .service-card .service-info .service-title span i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-slider-one.style2 .service-card:hover .service-info .service-title span {
  background: #209F2E;
}

.service-slider-one.style2 .service-card:hover .service-info .service-title span i {
  color: #fff;
}

.service-slider-one.style2.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.style2.owl-carousel .owl-nav button.owl-next {
  border-color: #F6F3EC;
}

/*-------------------------------
   Why Choose Us Section  CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/index/w1.jpg);
}

.wh-bg-2 {
  background-image: url(../img/index/w2.jpg);
}

.wh-bg-3 {
  background-image: url(../img/index/w3.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);
}

.wh-bg-6 {
  background-image: url(../img/why-choose-us/wh-img-6.jpg);
}

.why-choose-wrap {
  position: relative;
}

.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
  width: calc(100% - 160px);
  margin-right: 50px;
  margin-left: auto;
  height: 600px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 360px;
  border: 4px solid #fff;
  border-bottom: none;
  border-left: none;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  border: 4px solid #fff;
  border-bottom: none;
  border-right: none;
}

.why-choose-wrap.style1 .feature-item-wrap .feature-item .feature-icon {
  font-size: 22px;
  text-align: center;
  color: #209F2E;
}

.why-choose-wrap.style1 .feature-item-wrap .feature-item:hover .feature-icon {
  color: #fff;
}

.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
}

.why-choose-wrap.style2 .wh-img-wrap .wh-bg-4 {
  width: 100%;
  margin-right: 50px;
  margin-left: auto;
  height: 600px;
}

.why-choose-wrap.style2 .feature-item-wrap .feature-item .feature-icon {
  font-size: 22px;
  text-align: center;
  color: #209F2E;
}

.why-choose-wrap.style2 .feature-item-wrap .feature-item:hover .feature-icon {
  color: #fff;
}

.why-choose-wrap.style3 .wh-img-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 0 170px 0;
}

.why-choose-wrap.style3 .wh-img-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 90%;
  height: 100%;
  background: transparent;
  border: 1px solid #209F2E;
  border-radius: 5px;
  z-index: -1;
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-4 {
  width: calc(40% - 25px);
  height: 300px;
  border-radius: 5px;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-5 {
  width: calc(60% - 50px);
  height: 400px;
  margin-right: 40px;
  border-radius: 5px;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-6 {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 65%;
  margin-right: 100px;
  height: 210px;
  border: 4px solid #fff;
  border-bottom: none;
  border-right: none;
  border-radius: 5px;
}

.why-choose-wrap.style3 .feature-item-wrap .feature-item {
  width: 50%;
}

.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  color: #209F2E;
  background: #F6F3EC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon i {
  font-size: 20px;
}

.why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: 15px;
  padding-right: 10px;
}

.why-choose-wrap.style3 .feature-item-wrap .feature-item:hover .feature-icon {
  color: #fff;
}

.progess-bar-item {
  margin-bottom: 25px;
}

.progess-bar-item:last-child {
  margin-bottom: 0;
}

.progess-bar-item .single-skill {
  width: 140px;
}

.progess-bar-item .single-skill:nth-child(even) {
  margin-top: 30px;
}

.progess-bar-item .progress-content {
  width: calc(100% - 100px);
  margin-left: 20px;
}

.progess-bar-item .progress-content h4 {
  font-size: 22px;
  margin: 0 0 5px;
}

.progess-bar-item .progress-content p {
  margin: 0;
}

.progressbar {
  display: inline-block;
  width: 100px;
  margin: 25px;
}

.progressbar .circle {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
}

.progressbar .circle canvas {
  vertical-align: middle;
}

.progressbar .circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.progressbar .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.progressbar .circle strong span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.circle-chart {
  width: 140px;
  height: 140px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* 2, 3 */
  -webkit-transform-origin: center;
  transform-origin: center;
  /* 4 */
}

.circle-chart__subline {
  display: none;
}

.single-skill .circle-chart__circle {
  stroke: #209F2E;
}

.circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
}

.circle-chart__background {
  stroke: #F6F3EC;
  stroke-width: 1;
  fill: none;
}

.circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.circle-chart__percent {
  text-anchor: middle;
  font-size: 8px;
  color: #209F2E;
  font-family: "Libre Baskerville", serif;
}

.circle-chart__subline {
  text-anchor: middle;
  font-size: 3px;
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*-------------------------------
   Team Section  CSS
-------------------------------*/
.member-wrap {
  position: relative;
  z-index: 1;
}

.member-card {
  margin-bottom: 25px;
}

.member-card .member-info h3 {
  font-size: 22px;
}

.member-card .member-img {
  overflow: hidden;
}

.member-card .member-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card.style1 {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style1 .member-info-wrap {
  position: absolute;
  bottom: 25px;
  left: -5px;
  width: calc(100% - 25px);
  padding: 10px 20px 10px;
  background: #0d220f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style1 .member-info-wrap .member-info {
  width: calc(100% - 40px);
}

.member-card.style1 .member-info-wrap .member-info h3 {
  margin: 0 0 5px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style1 .member-info-wrap .member-info span {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style1 .member-info-wrap .member-social-profile {
  position: relative;
}

.member-card.style1 .member-info-wrap .member-social-profile span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.member-card.style1 .member-info-wrap .member-social-profile span i {
  color: #209F2E;
  font-size: 12px;
  line-height: 0.8;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile {
  position: absolute;
  bottom: 55px;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li {
  display: block;
  margin: 0 0 15px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li:last-child {
  margin-bottom: 0;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li a i {
  color: #209F2E;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li a:hover {
  background-color: #209F2E;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li a:hover i {
  color: #fff;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.member-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(4) {
  -webkit-transition: 1s;
  transition: 1s;
}

.member-card.style1 .member-info-wrap .member-social-profile:hover .social-profile {
  visibility: visible;
  opacity: 1;
}

.member-card.style1 .member-info-wrap .member-social-profile:hover .social-profile li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.member-card.style1:hover .member-info-wrap {
  background-color: #1f1506;
}

.member-card.style2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2 .member-info {
  background: #fff;
  padding: 22px 25px 25px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2 .member-info h3 {
  font-size: 22px;
  margin: 0 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2 .member-info span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2 .member-info .social-profile {
  border-top: 1px solid #FAAB34;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.member-card.style2 .member-info .social-profile li {
  display: inline-block;
}

.member-card.style2 .member-info .social-profile li a {
  width: 40px;
  height: 40px;
  border-radius: 66% 32% 10% 90% / 68% 60% 38% 34%;
  border: 1px solid #EEEFF2;
  background-color: #fff;
}

.member-card.style2 .member-info .social-profile li a i {
  color: #209F2E;
}

.member-card.style2 .member-info .social-profile li a:hover {
  background-color: #209F2E;
  border-color: transparent;
}

.member-card.style2 .member-info .social-profile li a:hover i {
  color: #fff;
}

.member-card.style2:hover .member-info {
  background-color: #209F2E;
}

.member-card.style2:hover .member-info h3,
.member-card.style2:hover .member-info span {
  color: #fff;
}

.member-card.style2:hover .member-info .social-profile {
  border-top: 1px solid #FAAB34;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.member-card.style2:hover .member-info .social-profile li {
  display: inline-block;
}

.member-card.style2:hover .member-info .social-profile li a {
  width: 40px;
  height: 40px;
  border-radius: 66% 32% 10% 90% / 68% 60% 38% 34%;
  border: 1px solid #EEEFF2;
  background-color: #fff;
}

.member-card.style2:hover .member-info .social-profile li a i {
  color: #209F2E;
}

.member-card.style2:hover .member-info .social-profile li a:hover {
  background-color: #209F2E;
  border-color: transparent;
}

.member-card.style2:hover .member-info .social-profile li a:hover i {
  color: #fff;
}

.member-card:hover .member-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*-------------------------------
   Project Section  CSS
-------------------------------*/
.project-wrap {
  position: relative;
}

.project-card {
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card .project-info h3 {
  font-size: 22px;
}

.project-card:hover .project-info h3 a {
  color: #209F2E;
}

.project-card.style1 .project-img {
  position: relative;
  border: 5px solid #fff;
}

.project-card.style1 .project-img .project-view {
  position: absolute;
  bottom: 40px;
  left: -5px;
  width: 70px;
  height: 60px;
  background: #209F2E;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1 .project-img .project-view i {
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1 .project-info {
  padding: 22px 0 0;
}

.project-card.style1 .project-info .project-category {
  display: block;
  color: #209F2E;
  margin: 0 0 5px;
}

.project-card.style1 .project-info h3 {
  margin: 0 0 12px;
}

.project-card.style1 .project-info p {
  margin-bottom: 0;
}

.project-card.style1:hover .project-img {
  position: relative;
}

.project-card.style1:hover .project-img .project-view {
  background: #FAAB34;
}

.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view {
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
}

.project-card.style2 .project-img,
.project-card.style4 .project-img,
.project-card.style3 .project-img {
  position: relative;
  border: 5px solid #fff;
}

.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view {
  position: absolute;
  bottom: 40px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #209F2E;
  text-align: center;
}

.project-card.style2 .project-img .project-view i,
.project-card.style4 .project-img .project-view i,
.project-card.style3 .project-img .project-view i {
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
}

.project-card.style2 .project-info,
.project-card.style4 .project-info,
.project-card.style3 .project-info {
  padding: 22px 25px 22px;
  background-color: #fff;
}

.project-card.style2 .project-info .project-category,
.project-card.style4 .project-info .project-category,
.project-card.style3 .project-info .project-category {
  display: block;
  color: #209F2E;
  margin: 0 0 5px;
}

.project-card.style2 .project-info h3,
.project-card.style4 .project-info h3,
.project-card.style3 .project-info h3 {
  margin: 0 0 12px;
}

.project-card.style2 .project-info p,
.project-card.style4 .project-info p,
.project-card.style3 .project-info p {
  margin-bottom: 0;
}

.project-card.style2:hover .project-img,
.project-card.style4:hover .project-img,
.project-card.style3:hover .project-img {
  position: relative;
}

.project-card.style2:hover .project-img .project-view,
.project-card.style4:hover .project-img .project-view,
.project-card.style3:hover .project-img .project-view {
  background: #FAAB34;
}

.project-card.style4 .project-img {
  border: none;
}

.project-card.style4 .project-info {
  background-color: #F6F3EC;
}

.project-card.style4 .project-info h3 {
  margin: 0 0 12px;
}

.project-card.style4 .project-info p {
  margin-bottom: 0;
}

.project-card.style4:hover .project-img {
  position: relative;
}

.project-card.style4:hover .project-img .project-view {
  background: #FAAB34;
}

.project-card.style3 .project-img .project-view {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.project-slider-one.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-next {
  border-color: #CFCDCD;
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev i,
.project-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #666666;
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.project-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  border-color: #209F2E;
}

.project-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.project-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #209F2E;
}

.project-slider-one.owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
}

.service-slider-one.owl-carousel .owl-nav,
.member-slider-one.owl-carousel .owl-nav,
.project-slider-two.owl-carousel .owl-nav {
  bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.member-slider-one.owl-carousel .owl-nav button.owl-prev,
.member-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-two.owl-carousel .owl-nav button.owl-prev,
.project-slider-two.owl-carousel .owl-nav button.owl-next {
  border-color: #CFCDCD;
  margin: 0 10px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev i,
.service-slider-one.owl-carousel .owl-nav button.owl-next i,
.member-slider-one.owl-carousel .owl-nav button.owl-prev i,
.member-slider-one.owl-carousel .owl-nav button.owl-next i,
.project-slider-two.owl-carousel .owl-nav button.owl-prev i,
.project-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #000;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.service-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.member-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.member-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.project-slider-two.owl-carousel .owl-nav button.owl-prev:hover,
.project-slider-two.owl-carousel .owl-nav button.owl-next:hover {
  border-color: #209F2E;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.service-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.member-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.member-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.project-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,
.project-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
  color: #209F2E;
}

/*-------------------------------
        Testimonial  Section CSS
-------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonials/testimonial-bg-1.jpg);
}

.testimonial-bg-2 {
  background-image: url(../img/testimonials/testimonial-bg-2.jpg);
}

.testimonial-wrap {
  position: relative;
}

.testimonial-card {
  padding: 25px 25px 22px;
}

.testimonial-card .client-img-wrap .client-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.testimonial-card .client-img-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card .client-img-wrap .quote-icon i {
  font-size: 60px;
  line-height: 0.8;
  color: #209F2E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-quote {
  margin: 22px 0 20px;
}

.testimonial-card .client-info h4 {
  font-size: 16px;
  margin: 0;
}

.testimonial-card .client-info h4 span {
  font-size: 14px;
  color: #209F2E;
  position: relative;
  padding-left: 30px;
}

.testimonial-card .client-info h4 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 27px;
  height: 1px;
  background: #209F2E;
}

.testimonial-card.style1 {
  border: 5px solid #F6F3EC;
}

.testimonial-card.style1:hover .client-img-wrap .quote-icon i {
  color: #209F2E;
}

.testimonial-card.style2,
.testimonial-card.style3 {
  background-color: #F6F3EC;
  border-color: transparent;
  position: relative;
}

.testimonial-card.style2 .client-img-wrap .quote-icon i,
.testimonial-card.style3 .client-img-wrap .quote-icon i {
  font-size: 60px;
  line-height: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style3 {
  margin: 30px 0 30px 30px;
}

.testimonial-card.style3:after {
  position: absolute;
  top: -30px;
  left: -30px;
  content: "";
  width: 45%;
  height: calc(100% + 60px);
  background: transparent;
  border: 2px solid #F6F3EC;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style3:hover:after {
  border-color: #209F2E;
}

.testimonial-slider-wrap {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-slider-wrap .testimonial-bg-1 {
  height: 380px;
  margin-top: 40px;
  width: calc(60% - 25px);
}

.testimonial-slider-wrap .testimonial-bg-2 {
  height: 360px;
  width: 40%;
}

.testimonial-slider-one {
  margin-bottom: 5px;
}

.testimonial-slider-one.owl-carousel .owl-nav,
.testimonial-slider-three.owl-carousel .owl-nav,
.testimonial-slider-three.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
}

/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-bg-1 {
  background-image: url(../img/index/counter.png);
}

.counter-wrap {
  position: relative;
}

.counter-card-wrap.style1 {
  padding: 100px 0px 80px 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.counter-card-wrap.style1 .counter-shape-1 {
  position: absolute;
  top: -35px;
  left: 45px;
  z-index: 0;
  max-width: 210px;
}

.counter-card-wrap.style1 .counter-shape-2 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35px;
  background-size: contain;
  background-repeat: repeat-x;
}

.counter-card-wrap.style1 .counter-card {
  width: 25%;
  position: relative;
  margin-bottom: 20px;
}

.counter-card-wrap.style1 .counter-card .counter-text {
  text-align: center;
}

.counter-card-wrap.style1 .counter-card .counter-text h2 {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0 0 15px;
  color: #209F2E;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.counter-card-wrap.style1 .counter-card .counter-text h2:after {
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  content: "";
  background: #F6F3EC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.counter-card-wrap.style1 .counter-card .counter-text h2 .target {
  line-height: 0.8;
  position: relative;
  top: 3px;
  margin-left: -8px;
}

.counter-card-wrap.style1 .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
}

.counter-card-wrap.style1 .counter-card .counter-icon {
  width: 75px;
  height: 75px;
  border-radius: 66% 34% 20% 80% / 57% 66% 34% 43%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style1 .counter-card .counter-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style1 .counter-card .counter-icon i {
  color: #209F2E;
}

.counter-card-wrap.style1 .counter-card:hover .counter-icon {
  background: transparent;
}

.counter-card-wrap.style1 .counter-card:hover .counter-icon:after {
  height: 100%;
  background-color: #209F2E;
}

.counter-card-wrap.style1 .counter-card:hover .counter-icon i {
  color: #fff;
}

.counter-card-wrap.style2 {
  position: relative;
  z-index: 1;
}

.counter-card-wrap.style2 .counter-card {
  width: calc(25% - 25px);
  position: relative;
  margin: 0 12.5px 25px 12.5px;
  background-color: #fff;
  padding: 50px 20px 50px 60px;
}

.counter-card-wrap.style2 .counter-card .counter-card-shape {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 0;
  max-width: 75px;
}

.counter-card-wrap.style2 .counter-card .counter-text {
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

.counter-card-wrap.style2 .counter-card .counter-text h2 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0 0 5px;
  color: #209F2E;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.counter-card-wrap.style2 .counter-card .counter-text h2:after {
  position: absolute;
  top: -15px;
  left: calc(50% - 5px);
  content: "";
  background: #F6F3EC;
  width: 70px;
  height: 70px;
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.counter-card-wrap.style2 .counter-card .counter-text h2 .target {
  line-height: 0.8;
  position: relative;
  top: 1px;
  margin-left: -5px;
}

.counter-card-wrap.style2 .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
  z-index: 2;
  position: relative;
}

.counter-card-wrap.style2 .counter-card:hover .counter-icon {
  background: transparent;
}

.counter-card-wrap.style2 .counter-card:hover .counter-icon:after {
  height: 100%;
  background-color: #209F2E;
}

.counter-card-wrap.style2 .counter-card:hover .counter-icon i {
  color: #fff;
}

.counter-card-wrap.style3 {
  padding: 140px 100px 75px 220px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 0 -12.5px;
}

.counter-card-wrap.style3 .counter-shape-3 {
  position: absolute;
  bottom: -8px;
  left: -120px;
  z-index: 0;
}

.counter-card-wrap.style3 .counter-card {
  width: calc(25% - 25px);
  position: relative;
  border: 1px solid #EEEFF2;
  margin: 0 12.5px 25px;
  padding: 25px;
}

.counter-card-wrap.style3 .counter-card .counter-text {
  margin-top: 25px;
}

.counter-card-wrap.style3 .counter-card .counter-text h2 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0 0 5px;
  color: #209F2E;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.counter-card-wrap.style3 .counter-card .counter-text h2 .target {
  font-size: 38px;
  line-height: 0.8;
  position: relative;
  top: 1px;
  margin-left: -8px;
}

.counter-card-wrap.style3 .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
}

.counter-card-wrap.style3 .counter-card .counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #EEEFF2;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -65px 0 0 0;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style3 .counter-card .counter-icon i {
  color: #209F2E;
  font-size: 42px;
  line-height: 0.8;
  margin: 0 auto;
}

/*-------------------------------
   Promo Video  Section  CSS
-------------------------------*/
.promo-bg {
  background-image: url(../img/video-bg-1.jpg);
}

.promo-video-wrap {
  position: relative;
}

.promo-video-wrap .video-content .video-icon {
  display: block;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}

.promo-video-wrap .video-content .video-icon i {
  color: #fff;
  font-size: 64px;
  line-height: 0.8;
}

.promo-video-wrap .video-content .play-now:hover .icon {
  color: #209F2E;
}

/*-------------------------------
   Quote  Section  CSS
-------------------------------*/
.contact-bg-1 {
  background-image: url(../img/index/ab3.jpg);
  height: 580px;
}
.contact-bg-2 {
  height: 580px;
}

.contact-box-wrap {
  position: relative;
  padding: 0 50px;
}

.contact-box-wrap .contact-item {
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item:last-child {
  margin-bottom: 0;
}

.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  top: 3px;
  border-radius: 50%;
  text-align: center;
  background-color: #209F2E;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.7;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item:hover .contact-icon {
  background-color: #fff;
}

.contact-box-wrap .contact-item:hover .contact-icon i {
  color: #209F2E;
}

.quote-wrap {
  position: relative;
  z-index: 1;
}

.quote-wrap .container {
  position: relative;
}

.quote-wrap .container .quote-shape-1 {
  position: absolute;
  top: -50px;
  right: -170px;
  z-index: -1;
}

.quote-wrap.style2 .contact-box-wrap .contact-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quote-wrap.style2 .contact-box-wrap .contact-item .contact-icon {
  border-radius: 69% 31% 17% 83% / 60% 63% 37% 40%;
}

.quote-wrap.style3 .contact-box-wrap {
  border-radius: 5px;
}

.quote-wrap.style3 .contact-box-wrap.contact-bg-1 {
  height: 543px;
}

.quote-wrap.style3 .contact-box-wrap .contact-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quote-wrap.style3 .contact-box-wrap .contact-item .contact-icon {
  border-radius: 50%;
}

.quote-form {
  border: 5px solid #F6F3EC;
  padding: 45px 50px 50px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.quote-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.quote-form .form-group {
  margin-bottom: 20px;
}

.quote-form .form-group label {
  display: block;
  margin: 0 0 8px;
}

.quote-form .form-group input,
.quote-form .form-group textarea,
.quote-form .form-group select {
  width: 100%;
  border: 1px solid #EEEFF2;
  padding: 10px 15px;
  background-color: transparent;
}

.quote-form .form-group input:focus,
.quote-form .form-group textarea:focus,
.quote-form .form-group select:focus {
  border-color: #209F2E;
}

.quote-form .form-group select {
  cursor: pointer;
  color: #666666;
  -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%;
}

.quote-form .form-group input,
.quote-form .form-group select {
  height: 60px;
}

.quote-form .form-group textarea {
  height: 220px;
  resize: none;
}

.quote-form button.btn.style1 {
  padding: 17px 20px;
  display: block;
}

.quote-form button.btn.style1 i {
  margin-left: 10px;
}

/*-------------------------------
   Newsletter  Section  CSS
-------------------------------*/
.newslettr-bg-1 {
  background-image: url(../img/newsletter/newsletter-bg-1.png);
}

.newsletter-box {
  position: relative;
  z-index: 1;
}

.newsletter-box .newsletter-shape-1 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
}

.newsletter-box .newsletter-shape-2 {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1;
}

.newsletter-box .newsletter-shape-3 {
  position: absolute;
  top: -30px;
  left: 140px;
  z-index: -1;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: none;
  padding: 10px 175px 10px 20px;
}

.newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #FAAB34;
  height: 100%;
  padding: 10px 20px;
  border: none;
  color: #fff;
}

.newsletter-form button i {
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-bg-1 {
  background-image: url(../img/blog/blog-10.jpg);
}

.blog-bg-2 {
  background-image: url(../img/blog/blog-11.jpg);
}

.blog-bg-3 {
  background-image: url(../img/blog/blog-12.jpg);
}

.blog-wrap {
  position: relative;
}

.blog-card {
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-info {
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 15px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  font-size: 16px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 16px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #209F2E;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #209F2E;
}

.blog-card .blog-info h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-card.style1 {
  border: 5px solid #F6F3EC;
}

.blog-card.style1 .blog-img {
  height: 350px;
}

.blog-card.style1 .blog-info {
  padding: 22px 25px 25px;
}

.blog-card.style2 {
  width: 100%;
  border: 5px solid #F6F3EC;
}

.blog-card.style2 .blog-img {
  width: 40%;
  height: 273px;
}

.blog-card.style2 .blog-info {
  width: 60%;
  padding: 22px 25px 25px;
}

.blog-card.style2 .blog-info .btn.style2 {
  max-width: 165px;
}

.blog-card.style3 .blog-info {
  padding: 22px 25px 25px;
  background-color: #F6F3EC;
}

.blog-card.style3 .blog-info .link span {
  background-color: #fff;
}

.blog-card.style3:hover .blog-info .link span {
  background-color: #209F2E;
}

.blog-card.style3:hover .blog-info .link span i {
  color: #fff;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-card:hover .blog-info h3 a {
  color: #209F2E;
}

.blog-slider-one.owl-carousel .owl-nav {
  bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
.blog-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #000;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  border-color: #209F2E;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #209F2E;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #209F2E;
}

article p,
.service-desc p,
.terms-wrap p,
.project-desc p {
  margin-bottom: 15px;
}

article p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child,
.project-desc p:last-child {
  margin-bottom: 0;
}

article p strong,
.service-desc p strong,
.terms-wrap p strong,
.project-desc p strong {
  color: #000;
}

article p a,
.service-desc p a,
.terms-wrap p a,
.project-desc p a {
  color: #209F2E;
}

article p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover,
.project-desc p a:hover {
  text-decoration: underline;
  color: #209F2E;
}

article h1,
.service-desc h1,
.terms-wrap h1,
.project-desc h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

article h2,
.service-desc h2,
.terms-wrap h2,
.project-desc h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

article h3,
.service-desc h3,
.terms-wrap h3,
.project-desc h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

article h4,
.service-desc h4,
.terms-wrap h4,
.project-desc h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

article h5,
.service-desc h5,
.terms-wrap h5,
.project-desc h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

article h6,
.service-desc h6,
.terms-wrap h6,
.project-desc h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

article ol,
.service-desc ol,
.terms-wrap ol,
.project-desc ol {
  margin-top: 25px;
  margin-bottom: 25px;
}

article ol li,
.service-desc ol li,
.terms-wrap ol li,
.project-desc ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}

article .content-feature-list,
.service-desc .content-feature-list,
.terms-wrap .content-feature-list,
.project-desc .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEFF2;
}

.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post i,
.post-navigation .prev-post i {
  font-size: 10px;
  position: absolute;
  top: 60%;
  font-size: 16px;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #209F2E;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #209F2E;
}

.post-navigation .next-post:hover i,
.post-navigation .prev-post:hover i {
  color: #209F2E;
}

.post-navigation .next-post {
  text-align: right;
  padding-right: 24px;
}

.post-navigation .next-post i {
  right: 0;
}

.post-navigation .prev-post {
  text-align: left;
  padding-left: 24px;
}

.post-navigation .prev-post i {
  left: 0;
}

.post-metainfo {
  line-height: 1;
  margin-bottom: 20px;
}

.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: #209F2E;
  position: absolute;
  top: 0px;
  left: 0;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
  display: block;
}

.post-img .blog-category {
  position: absolute;
  bottom: -18px;
  left: 25px;
  padding: 11px 15px 10px;
  line-height: 1;
  background-color: #209F2E;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.post-img img {
  border-radius: 10px;
}

.wp-block-quote {
  position: relative;
  padding: 40px 35px 40px;
  background-color: #F6F3EC;
  text-align: center;
  border-left: 2px solid #209F2E;
  margin: 30px 0 30px;
}

.wp-block-quote p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #209F2E;
  font-size: 14px;
  line-height: 0.8;
}

.content-feature-list.style2 li,
.content-feature-list.style3 li {
  padding-left: 20px;
}

.content-feature-list.style2 li:before,
.content-feature-list.style3 li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background: #209F2E;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.content-feature-list.style3 {
  -webkit-columns: 2;
  columns: 2;
}

.post-meta-option {
  padding: 0 0 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EEEFF2;
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}

.post-tag ul li a:hover {
  background-color: #209F2E;
  color: #fff;
}

.post-tag span {
  margin-right: 10px;
  font-family: "Libre Baskerville", serif;
  color: #333;
}

.post-tag span i {
  color: #209F2E;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
}

.post-share span {
  font-family: "Libre Baskerville", serif;
  color: #333;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  background: #F7F7F7;
}

.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;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 25px;
  background-color: #F7F7F7;
  margin-bottom: 25px;
  border-radius: 5px;
}

.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: 5px;
}

.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 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-left: 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 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;
  color: #209F2E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
  color: #132728;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  background-color: #F7F7F7;
  padding: 30px;
}

#cmt-form label {
  color: #888888;
  padding-left: 20px;
}

#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

#cmt-form .comment-form .form-group>label {
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #666666;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  border-color: #209F2E;
}

#cmt-form .comment-form .form-group input {
  height: 60px;
}

#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

.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: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #209F2E;
  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: #209F2E;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #209F2E;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #209F2E;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #209F2E;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
.pricing-table {
  background: #fff;
  margin: 0 0 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.pricing-table .pricing-header {
  padding: 30px 30px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.pricing-table .pricing-header h2 {
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-size: 26px;
}

.pricing-table .pricing-features {
  margin: 85px 20px 35px;
  position: relative;
}

.pricing-table .pricing-features .pricing-header-tag {
  position: absolute;
  top: -138px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  text-align: center;
  background: #F6F3EC;
  z-index: 9;
}

.pricing-table .pricing-features .pricing-header-tag h3 {
  font-size: 50px;
  color: #209F2E;
  line-height: 1.2;
  margin: 0;
  padding: 22px 50px;
}

.pricing-table .pricing-features .pricing-header-tag h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "Roboto", sans-serif;
  margin-left: 5px;
}

.pricing-table .pricing-features li {
  margin: 0 auto 15px;
  display: block;
  text-align: center;
  color: #666666;
}

.pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-features li.checked i {
  color: green;
}

.pricing-table .pricing-features li.unchecked i {
  color: red;
}

.pricing-table .pricing-features li i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.pricing-table .purchase-pricing {
  text-align: center;
  padding-bottom: 30px;
}

.pricing-table.style1 .pricing-header {
  background: #FAAB34;
}

.pricing-table.style1 .btn.style1 {
  background: #132728;
}

.pricing-table.style2 .pricing-header {
  background-color: #209F2E;
}

.pricing-table.style2 .btn.style1 {
  background: #209F2E;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.comp-map {
  height: 400px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  padding: 10px 15px;
}

#contactForm .form-group textarea {
  height: 277px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

.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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style2 .hero-img-wrap,
.testimonial-slider-wrap,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.hero-wrap.style2 .hero-feature-wrap,
.hero-wrap.style2 .hero-feature-wrap .feature-item,
.feature-item-wrap .feature-item,
.why-choose-wrap.style3 .feature-item-wrap,
.counter-card-wrap.style1,
.counter-card-wrap.style2,
.counter-card-wrap.style3,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.social-profile.style4 li a,
.search-area,
.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view,
.hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.member-card.style1 .member-info-wrap .member-social-profile span,
.project-card.style1 .project-img .project-view,
.project-card.style2 .project-img .project-view,
.project-card.style4 .project-img .project-view,
.project-card.style3 .project-img .project-view,
.counter-card-wrap.style3 .counter-card .counter-icon,
.contact-box-wrap,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.service-card.style2 .service-info .service-title,
.service-card.style4 .service-info .service-title,
.service-card.style3 .service-info .service-title,
.service-card.style5 .service-info .service-title,
.why-choose-wrap.style3 .wh-img-wrap,
.progess-bar-item,
.member-card.style1 .member-info-wrap,
.testimonial-card .client-img-wrap,
.counter-card-wrap.style1 .counter-card,
.counter-card-wrap.style2 .counter-card,
.post-navigation,
.wp-block-quote,
.footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  background-image: url(../img/footer/footer-bg-1.html);
}

.Rectangle_979 {
  background-color: #0f1221;
  opacity: 0.929;
  position: absolute;
  left: 0px;
  top: 6594px;
  width: 1920px;
  height: 520px;
  z-index: 584;
}

.footer-wrap {
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: url(../img/grass-5.png);
  height: 35px;
}

.footer-wrap .footer-shape-2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: -1;
}

.footer-wrap .container {
  position: relative;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #209F2E;
}

.footer-wrap .footer-widget .footer-logo {
  margin-bottom: 15px;
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  margin: 22px 0 30px;
  padding-right: 10px;
}

.footer-wrap .footer-widget .social-link h6 {
  font-weight: 700;
  line-height: 1;
  color: #666666;
  margin: 0 10px 0 0;
}

.footer-wrap .footer-widget .social-link .social-profile li a {
  font-size: 18px;
}

.footer-wrap .footer-widget .social-link .social-profile li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.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 {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #666666;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  background: #209F2E;
  height: 1px;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -2px;
  left: -6px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #209F2E;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: calc(100% - 23px);
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  font-weight: 800;
  margin: 0 0 5px;
  font-family: "Libre Baskerville", serif;
  color: #666666;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #209F2E;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: #666666;
  margin-bottom: 0;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 50px;
}

.footer-wrap .footer-bottom .copyright-text {
  margin: 0;
}

.footer-wrap .footer-bottom .copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.footer-wrap .footer-bottom .copyright-text a {
  color: #fa1212;
  font-weight: 600;
}

.footer-wrap .footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

.footer-wrap .footer-bottom .footer-bottom-menu {
  text-align: right;
}

.footer-wrap .footer-bottom .footer-bottom-menu li {
  margin-left: 25px;
  display: inline-block;
}

.footer-wrap .footer-bottom .footer-bottom-menu li:first-child {
  margin-left: 0;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a {
  position: relative;
  color: #666666;
}

.footer-wrap .footer-bottom .footer-bottom-menu li a:hover {
  color: #209F2E;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }

  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }

  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }

  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }

  .footer-wrap .footer-widget .contact-info li i {
    top: 5px;
  }

  .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;
    padding-left: 16px;
  }

  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 18px;
    top: -2px;
  }

  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }

  .footer-wrap .footer-widget .newsletter-form input,
  .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }

  .footer-wrap .footer-widget .social-link h6 {
    display: none;
  }

  .footer-wrap .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-wrap .footer-bottom .footer-bottom-menu {
    text-align: center;
  }

  .footer-wrap .footer-bottom .footer-bottom-menu li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 15px;
  }

  .footer-wrap .footer-widget .comp-desc {
    margin: 15px 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}

@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: 1280px) {
  .footer-wrap .footer-shape-2 {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 120px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1399) {
  .footer-wrap .footer-shape-2 {
    right: 0;
    max-width: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}

/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 250px;
  right: 20px;
  z-index: 999;
}

.theme-light body {
  background-color: #fff;
}

.theme-dark body {
  background-color: #000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
  box-shadow: 0 0px 15px #2020203d;
  background: white url("../../../../../i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked+.slider {
  background-color: #000;
}

input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../../../../../i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .footer-logo .logo-light {
  display: block;
}

.theme-light .footer-logo .logo-dark {
  display: none;
}

.theme-light .navbar-brand .logo-light {
  display: block;
}

.theme-light .navbar-brand .logo-dark {
  display: none;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #fff;
}

.theme-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .blog-card .blog-info,
.theme-dark .overlay.bg-timber-green,
.theme-dark .bg-spring-wood,
.theme-dark .pricing-table .pricing-features .pricing-header-tag,
.theme-dark .counter-card-wrap.style3 .counter-card .counter-icon,
.theme-dark .header-wrap.sticky,
.theme-dark .member-card.style2 .member-info .social-profile li a,
.theme-dark .hero-wrap.style2 .hero-feature-wrap,
.theme-dark .category-box ul li a,
.theme-dark .download-docs-wrap .docs-item,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .project-info-widget .project-info-item-wrap .project-info-item,
.theme-dark .quote-form {
  background-color: #000 !important;
}

.theme-dark .header-wrap .header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.theme-dark .header-wrap.style3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.theme-dark .counter-card-wrap.style1,
.theme-dark .blog-wrap,
.theme-dark .service-card,
.theme-dark .service-card.style4 .service-info,
.theme-dark .hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span,
.theme-dark .project-card.style2 .project-info,
.theme-dark .project-card.style4 .project-info,
.theme-dark .project-card.style3 .project-info,
.theme-dark .counter-card-wrap.style3,
.theme-dark .counter-card-wrap.style2 .counter-card,
.theme-dark .member-card.style2 .member-info,
.theme-dark .sidebar .sidebar-widget,
.theme-dark .faq-wrap.style1 .accordion-item,
.theme-dark .td-black {
  background-color: #111 !important;
}

.theme-dark .hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info,
.theme-dark .header-wrap.style1 .header-top .header-top-left .contact-item span,
.theme-dark .header-wrap.style2 .header-top .header-top-left .contact-item span,
.theme-dark .header-wrap.style3 .header-top .header-top-left .contact-item span,
.theme-dark .service-card.style1 .service-info .service-title span::before,
.theme-dark .counter-card-wrap.style1 .counter-card .counter-text h2::after,
.theme-dark .breadcrumb-wrap,
.theme-dark .search-area,
.theme-dark .section-title.style3 span,
.theme-dark .content-title.style3 span,
.theme-dark .testimonial-card.style3,
.theme-dark .pricing-table,
.theme-dark .service-card.style3 .service-info .service-title span,
.theme-dark .service-card.style5 .service-info .service-title span,
.theme-dark .why-choose-wrap.style3 .feature-item-wrap .feature-item .feature-icon,
.theme-dark .counter-card-wrap.style2 .counter-card .counter-text h2::after,
.theme-dark .page-navigation .page-nav li a,
.theme-dark .tag-list ul li a,
.theme-dark .wp-block-quote,
.theme-dark #cmt-form,
.theme-dark .post-author,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .newsletter-box.bg-forest-green {
  background-color: #252525 !important;
}

.theme-dark .quote-form .form-group input,
.theme-dark .quote-form .form-group textarea,
.theme-dark .quote-form .form-group select,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .blog-card.style1,
.theme-dark .blog-card.style2,
.theme-dark .header-wrap .header-top .header-top-right .social-profile li a,
.theme-dark .project-card.style2 .project-img,
.theme-dark .project-card.style4 .project-img,
.theme-dark .project-card.style3 .project-img,
.theme-dark .counter-card-wrap.style3 .counter-card,
.theme-dark .member-card.style2 .member-info .social-profile li a,
.theme-dark .breadcrumb-title .breadcrumb-menu li::after,
.theme-dark article,
.theme-dark .post-meta-option,
.theme-dark .social-profile.style1 li a,
.theme-dark .quote-form {
  border-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .sidebar .sidebar-widget,
.theme-dark .login-form-wrap .login-body .form-group input {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.theme-dark .circle-chart {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.theme-dark .footer-logo .logo-light {
  display: none;
}

.theme-dark .footer-logo .logo-dark {
  display: block;
}

.theme-dark .navbar-brand .logo-light {
  display: none;
}

.theme-dark .navbar-brand .logo-dark {
  display: block;
}

.theme-dark .footer-wrap .footer-top,
.theme-dark .footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.theme-dark .quote-form .form-group select {
  background-image: url(../img/down-arrow-white.png);
}

.theme-dark h3 a,
.theme-dark .about-wrap.style1 .section-title h2,
.theme-dark .about-wrap.style2 .section-title h2,
.theme-dark .about-wrap.style3 .section-title h2,
.theme-dark .about-wrap.style1 .content-title h2,
.theme-dark .about-wrap.style2 .content-title h2,
.theme-dark .about-wrap.style3 .content-title h2,
.theme-dark .testimonial-wrap .section-title h2,
.theme-dark .testimonial-wrap .content-title h2,
.theme-dark .pricing-wrap .section-title h2,
.theme-dark .blog-wrap .section-title h2,
.theme-dark .blog-wrap .content-title h2,
.theme-dark .quote-wrap .section-title h2,
.theme-dark .quote-wrap .content-title h2,
.theme-dark .why-choose-wrap.style1 .section-title h2,
.theme-dark .why-choose-wrap.style2 .section-title h2,
.theme-dark .why-choose-wrap.style3 .section-title h2,
.theme-dark .why-choose-wrap.style1 .content-title h2,
.theme-dark .why-choose-wrap.style2 .content-title h2,
.theme-dark .why-choose-wrap.style3 .content-title h2,
.theme-dark .footer-wrap .footer-widget .social-link h6,
.theme-dark .footer-wrap .footer-widget .contact-info li h6,
.theme-dark .quote-form .form-group input,
.theme-dark .quote-form .form-group textarea,
.theme-dark .quote-form .form-group select,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .header-wrap .header-bottom .searchbtn i,
.theme-dark .service-slider-one.owl-carousel .owl-nav button.owl-prev i,
.theme-dark .service-slider-one.owl-carousel .owl-nav button.owl-next i,
.theme-dark .member-slider-one.owl-carousel .owl-nav button.owl-prev i,
.theme-dark .member-slider-one.owl-carousel .owl-nav button.owl-next i,
.theme-dark .project-slider-two.owl-carousel .owl-nav button.owl-prev i,
.theme-dark .project-slider-two.owl-carousel .owl-nav button.owl-next i,
.theme-dark .link.style3,
.theme-dark .hero-img-pagination .swiper-pagination-current,
.theme-dark .hero-img-slider-btn .hero-img-next i,
.theme-dark .hero-img-slider-btn .hero-img-prev i,
.theme-dark .hero-img-pagination .swiper-pagination-total,
.theme-dark .breadcrumb-title .breadcrumb-menu li a,
.theme-dark .page-navigation .page-nav li a,
.theme-dark .page-navigation .page-nav li a i,
.theme-dark .service-desc h1,
.theme-dark .service-desc h2,
.theme-dark .service-desc h3,
.theme-dark .service-desc h4,
.theme-dark .service-desc h5,
.theme-dark .category-box ul li a,
.theme-dark .download-docs-wrap .docs-item,
.theme-dark .download-docs-wrap .docs-item i,
.theme-dark .project-info-widget .project-info-item-wrap .project-info-item span,
.theme-dark .faq-wrap.style1 .accordion-item .accordion-header .accordion-button,
.theme-dark .terms-wrap .single-terms p a,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .tag-list ul li a,
.theme-dark .service-desc h6 {
  color: #fff;
}

.theme-dark .hero-wrap.style1,
.theme-dark .hero-wrap.style2 {
  background-blend-mode: difference;
}

.theme-dark .blog-card .blog-info .blog-metainfo li,
.theme-dark .blog-card .blog-info .blog-metainfo li a,
.theme-dark .blog-card .blog-info .blog-metainfo li p,
.theme-dark article .post-metainfo li p,
.theme-dark article .post-metainfo li a,
.theme-dark article .post-metainfo li,
.theme-dark .about-wrap.style1 .section-title p,
.theme-dark .about-wrap.style2 .section-title p,
.theme-dark .about-wrap.style3 .section-title p,
.theme-dark .about-wrap.style1 .content-title p,
.theme-dark .about-wrap.style2 .content-title p,
.theme-dark .about-wrap.style3 .content-title p,
.theme-dark .why-choose-wrap.style1 .section-title p,
.theme-dark .why-choose-wrap.style2 .section-title p,
.theme-dark .why-choose-wrap.style3 .section-title p,
.theme-dark .why-choose-wrap.style1 .content-title p,
.theme-dark .why-choose-wrap.style2 .content-title p,
.theme-dark .why-choose-wrap.style3 .content-title p,
.theme-dark .footer-wrap .footer-widget .footer-menu li a,
.theme-dark .footer-wrap .footer-widget .footer-menu li a i,
.theme-dark .footer-wrap .footer-widget .contact-info li p,
.theme-dark .footer-wrap .footer-widget .contact-info li a,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu li a,
.theme-dark .quote-form .form-group label,
.theme-dark #cmt-form .comment-form .form-group label,
.theme-dark .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
.theme-dark .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
.theme-dark .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
.theme-dark .theme-dark .testimonial-card.style3 .client-quote,
.theme-dark .pricing-table .pricing-features .pricing-header-tag h3 span,
.theme-dark .pricing-table .pricing-features li,
.theme-dark .wp-block-quote p,
.theme-dark article p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark h3 a:hover,
.theme-dark .link.style3:hover,
.theme-dark .footer-wrap .footer-widget .footer-menu li a:hover,
.theme-dark .footer-wrap .footer-bottom .footer-bottom-menu li a:hover {
  color: #209F2E !important;
}

.theme-dark .feature-item-wrap .feature-item .feature-icon {
  background-color: #fff;
}

.theme-dark .feature-item-wrap .feature-item .feature-icon i {
  color: #209F2E;
}

.theme-dark .feature-item-wrap .feature-item .feature-text h3 {
  color: #fff;
}

.theme-dark .feature-item-wrap .feature-item .feature-text p {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .feature-item-wrap .feature-item:hover .feature-icon {
  background-color: #fff;
}

.theme-dark .feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}

.theme-dark .testimonial-card.style3 .client-quote {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .testimonial-card .client-quote {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .testimonial-card .client-info h4 {
  color: #fff;
}

.theme-dark .project-card.style1 h3 a,
.theme-dark .service-desc h1,
.theme-dark .service-desc h2,
.theme-dark .service-desc h3,
.theme-dark .service-desc h4,
.theme-dark .service-desc h5,
.theme-dark .service-desc h6,
.theme-dark .project-desc h1,
.theme-dark .project-desc h2,
.theme-dark .project-desc h3,
.theme-dark .project-desc h4,
.theme-dark .project-desc h5,
.theme-dark .project-desc h6,
.theme-dark .terms-wrap h1,
.theme-dark .terms-wrap h2,
.theme-dark .terms-wrap h3,
.theme-dark .terms-wrap h4,
.theme-dark .terms-wrap h5,
.theme-dark .terms-wrap h6,
.theme-dark article h1,
.theme-dark article h2,
.theme-dark article h3,
.theme-dark article h4,
.theme-dark article h5,
.theme-dark article h6,
.theme-dark .error-content h2,
.theme-dark .circle-chart__percent,
.theme-dark .post-navigation .prev-post,
.theme-dark .post-navigation .next-post,
.theme-dark .login-form-wrap .login-header h3,
.theme-dark .progressbar-wrap .progress-bar .progress-title-holder .progress-title,
.theme-dark .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent,
.theme-dark article p strong,
.theme-dark .service-desc p strong,
.theme-dark .terms-wrap p strong,
.theme-dark .project-desc p strong,
.theme-dark .post-tag ul li a,
.theme-dark .post-share span,
.theme-dark .comment-box-title h4,
.theme-dark .post-tag span {
  color: #fff;
}

.theme-dark .service-slider-one.style2.owl-carousel .owl-nav button.owl-prev,
.theme-dark .service-slider-one.style2.owl-carousel .owl-nav button.owl-next,
.theme-dark .blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.theme-dark .testimonial-card.style1,
.theme-dark .project-card.style1 .project-img,
.theme-dark .project-card.style2 .project-img,
.theme-dark .testimonial-card.style3::after,
.theme-dark .project-info-widget .project-info-item-wrap .project-info-item .project-info-icon,
.theme-dark .blog-slider-one.owl-carousel .owl-nav button.owl-next {
  border-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
.theme-dark .blog-slider-one.owl-carousel .owl-nav button.owl-next i,
.theme-dark .service-slider-one.style2.owl-carousel .owl-nav button.owl-prev i,
.theme-dark .service-slider-one.style2.owl-carousel .owl-nav button.owl-next i {
  color: #209F2E;
}

.theme-dark .service-desc p,
.theme-dark .project-desc p,
.theme-dark .terms-wrap p,
.theme-dark .content-feature-list li,
.theme-dark .project-card.style1 .project-info p,
.theme-dark .project-card.style2 .project-info p,
.theme-dark .post-navigation .next-post span,
.theme-dark .post-navigation .prev-post span,
.theme-dark .error-content p,
.theme-dark .login-form-wrap .login-body .form-group label,
.theme-dark .login-form-wrap .login-body .checkbox label,
.theme-dark ol li {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .login-form-wrap {
  border: 1px solid rgba(255, 255, 255, 0.31);
}

@media only screen and (max-width: 1199px) {
  .theme-dark .header-wrap {
    background-color: #000;
  }

  .theme-dark .close-header-top button i,
  .theme-dark .mobile-top-bar span {
    background-color: #fff;
  }

  .theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #209F2E;
  }

  .theme-dark .main-menu-wrap,
  .theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu,
  .theme-dark .header-wrap .header-top {
    background-color: #252525;
  }

  .theme-dark .header-wrap .header-top .header-top-right .select-lang i,
  .theme-dark .header-wrap .header-top .header-top-left .contact-item p,
  .theme-dark .header-wrap .header-top .header-top-left .contact-item a {
    color: rgba(255, 255, 255, 0.8);
  }

  .theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i,
  .theme-dark .menu-close i,
  .theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    color: #fff;
  }

  .theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (min-width: 1200px) {

  .theme-dark .header-wrap.style1 .header-top .header-top-left .contact-item a,
  .theme-dark .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .theme-dark .header-wrap.style2 .header-top .header-top-left .contact-item a,
  .theme-dark .header-wrap.style2 .header-top .header-top-left .contact-item p,
  .theme-dark .header-wrap.style3 .header-top .header-top-left .contact-item a,
  .theme-dark .header-wrap.style3 .header-top .header-top-left .contact-item p {
    color: rgba(255, 255, 255, 0.8);
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu,
  .theme-dark .header-wrap .header-bottom {
    background-color: #000;
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a {
    color: #fff;
  }

  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #209F2E;
  }
}

/*-------------------------------
    Buy Now Btn
-------------------------------*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

/*# sourceMappingURL=style.css.map */
.page-banner-area7 {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-banner-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  font-size: var(--font-size);
  font-weight: 400;
  color: var(--main-color);
  position: relative;
  margin-left: 25px;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 10px;
  height: 5px;
  width: 5px;
  background: var(--main-color);
  border-radius: 50px;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: var(--paragraph-color);
}

.page-banner-content ul li a:hover {
  color: var(--main-color);
}

.page-banner-image {
  text-align: end;
  position: relative;
}

.page-banner-image img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.page-banner-image .banner-shape {
  position: absolute;
  left: 0;
  top: 50px;
}

.page-banner-image .banner-shape img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.page-banner-wrap-area {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-banner-wrap-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white-color);
  z-index: -1;
  height: 70px;
}
.page-banner-area7 {
  background-image: url(../img/index/banner1.jpg) ;
  background-size: cover;
  width: 100%;
  height: 500px;
   padding-top: 50px;
   padding-bottom: 55px;
   position: relative;
   z-index: 1;
   overflow: hidden;
 }

 .page-banner-content h2 {
  font-size: 50px;
  margin-bottom: 15px
}

.page-banner-image {
  text-align: center;
  margin-top: 30px
}

.page-banner-image img {
  -webkit-animation: unset;
  animation: unset
}
/* Add your existing CSS styles here */

/* Mobile view */
@media (max-width: 767px) {

  .page-banner-area7 {
    background-image: url(../img/index/banner1.jpg) ;
    background-size: cover;
    width: 100%;
    height: auto;
     padding-top: 2px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  .row {
      flex-direction: column;
  }

  .col-lg-6,
  .col-md-6 {
      width: 100%;
  }

  .pt-100 {
      padding-top: 50px; /* Adjust this value as needed for proper spacing */
  }

  .text-white {
      color: white; /* Adjust text color as needed */
  }
  .page-banner-content h2 {
    font-size: 30px;
    margin-bottom: 15px
  }

  /* Add any other mobile-specific styles here */
}
.btnn{
 text-align: end;
}
.about-bg-6 {
  background-image: url(../img/index/m15.jpg);
}

.about-bg-7 {
  background-image: url(../img/index/t1.jpg);
}
.about-wrap.style1 .about-img-wrap .about-bg-6 {
  width: calc(100% - 60px);
  margin-right: auto;
  height: 740px;
}

.about-wrap.style1 .about-img-wrap .about-bg-7 {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 350px;
  margin-left: auto;
  height: 420px;
  border: 4px solid #fff;
  border-bottom: none;
  border-right: none;
}
 
.page-banner-area8 {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-banner-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  font-size: var(--font-size);
  font-weight: 400;
  color: var(--main-color);
  position: relative;
  margin-left: 25px;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 10px;
  height: 5px;
  width: 5px;
  background: var(--main-color);
  border-radius: 50px;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: var(--paragraph-color);
}

.page-banner-content ul li a:hover {
  color: var(--main-color);
}

.page-banner-image {
  text-align: end;
  position: relative;
}

.page-banner-image img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.page-banner-image .banner-shape {
  position: absolute;
  left: 0;
  top: 50px;
}

.page-banner-image .banner-shape img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.page-banner-wrap-area {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-banner-wrap-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white-color);
  z-index: -1;
  height: 70px;
}
.page-banner-area8 {
  background-image: url(../img/index/counter.png) ;
  background-size: cover;
  width: 100%;
  height: 500px;
   padding-top: 50px;
   padding-bottom: 55px;
   position: relative;
   z-index: 1;
   overflow: hidden;
 }

 .page-banner-content h2 {
  font-size: 50px;
  margin-bottom: 15px
}

.page-banner-image {
  text-align: center;
  margin-top: 30px
}

.page-banner-image img {
  -webkit-animation: unset;
  animation: unset
}
/* Add your existing CSS styles here */

/* Mobile view */
@media (max-width: 767px) {

  .page-banner-area8 {
    background-image: url(../img/index/counter.png) ;
    background-size: cover;
    width: 100%;
    height: auto;
     padding-top: 2px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  .row {
      flex-direction: column;
  }

  .col-lg-6,
  .col-md-6 {
      width: 100%;
  }

  .pt-100 {
      padding-top: 50px; /* Adjust this value as needed for proper spacing */
  }

  .text-white {
      color: white; /* Adjust text color as needed */
  }
  .page-banner-content h2 {
    font-size: 30px;
    margin-bottom: 15px
  } }

  .page-banner-area9 {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .page-banner-content ul li {
    display: inline-block;
    list-style-type: none;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--main-color);
    position: relative;
    margin-left: 25px;
  }
  
  .page-banner-content ul li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 10px;
    height: 5px;
    width: 5px;
    background: var(--main-color);
    border-radius: 50px;
  }
  
  .page-banner-content ul li:first-child {
    margin-left: 0;
  }
  
  .page-banner-content ul li:first-child::before {
    display: none;
  }
  
  .page-banner-content ul li a {
    display: block;
    color: var(--paragraph-color);
  }
  
  .page-banner-content ul li a:hover {
    color: var(--main-color);
  }
  
  .page-banner-image {
    text-align: end;
    position: relative;
  }
  
  .page-banner-image img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
  }
  
  .page-banner-image .banner-shape {
    position: absolute;
    left: 0;
    top: 50px;
  }
  
  .page-banner-image .banner-shape img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .page-banner-wrap-area {
    background-color: #F7F7F7;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-wrap-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    z-index: -1;
    height: 70px;
  }
  .page-banner-area9 {
    background-image: url(../img/index/material.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
     padding-top: 50px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  
   .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 15px
  }
  
  .page-banner-image {
    text-align: center;
    margin-top: 30px
  }
  
  .page-banner-image img {
    -webkit-animation: unset;
    animation: unset
  }
  /* Add your existing CSS styles here */
  
  /* Mobile view */
  @media (max-width: 767px) {
  
    .page-banner-area9 {
      background-image: url(../img/index/material.jpg) ;
      background-size: cover;
      width: 100%;
      height: auto;
       padding-top: 2px;
       padding-bottom: 55px;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }
    .row {
        flex-direction: column;
    }
  
    .col-lg-6,
    .col-md-6 {
        width: 100%;
    }
  
    .pt-100 {
        padding-top: 50px; /* Adjust this value as needed for proper spacing */
    }
  
    .text-white {
        color: white; /* Adjust text color as needed */
    }
    .page-banner-content h2 {
      font-size: 30px;
      margin-bottom: 15px
    }
  
    /* Add any other mobile-specific styles here */
  }
  .btnn{
   text-align: end;
  }

  .page-banner-area10 {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .page-banner-content ul li {
    display: inline-block;
    list-style-type: none;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--main-color);
    position: relative;
    margin-left: 25px;
  }
  
  .page-banner-content ul li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 10px;
    height: 5px;
    width: 5px;
    background: var(--main-color);
    border-radius: 50px;
  }
  
  .page-banner-content ul li:first-child {
    margin-left: 0;
  }
  
  .page-banner-content ul li:first-child::before {
    display: none;
  }
  
  .page-banner-content ul li a {
    display: block;
    color: var(--paragraph-color);
  }
  
  .page-banner-content ul li a:hover {
    color: var(--main-color);
  }
  
  .page-banner-image {
    text-align: end;
    position: relative;
  }
  
  .page-banner-image img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
  }
  
  .page-banner-image .banner-shape {
    position: absolute;
    left: 0;
    top: 50px;
  }
  
  .page-banner-image .banner-shape img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .page-banner-wrap-area {
    background-color: #F7F7F7;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-wrap-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    z-index: -1;
    height: 70px;
  }
  .page-banner-area10 {
    background-image: url(../img/index/contact.jpg) ;
    background-size: cover;
    width: 100%;
    height: 500px;
     padding-top: 50px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  
   .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 15px
  }
  
  .page-banner-image {
    text-align: center;
    margin-top: 30px
  }
  
  .page-banner-image img {
    -webkit-animation: unset;
    animation: unset
  }
  /* Add your existing CSS styles here */
  
  /* Mobile view */
  @media (max-width: 767px) {
  
    .page-banner-area10 {
      background-image: url(../img/index/contact.jpg) ;
      background-size: cover;
      width: 100%;
      height: auto;
       padding-top: 2px;
       padding-bottom: 55px;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }
    .row {
        flex-direction: column;
    }
  
    .col-lg-6,
    .col-md-6 {
        width: 100%;
    }
  
    .pt-100 {
        padding-top: 50px; /* Adjust this value as needed for proper spacing */
    }
  
    .text-white {
        color: white; /* Adjust text color as needed */
    }
    .page-banner-content h2 {
      font-size: 30px;
      margin-bottom: 15px
    }
  
    /* Add any other mobile-specific styles here */
  }
 /* Mobile view */
 @media (max-width: 767px) {
  
  .page-banner-area11 {
    background-image: url(../img/img1/enquiry.jpg) ;
    background-size: cover;
    width: 100%;
    height: auto;
     padding-top: 2px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  .row {
      flex-direction: column;
  }

  .col-lg-6,
  .col-md-6 {
      width: 100%;
  }

  .pt-100 {
      padding-top: 50px; /* Adjust this value as needed for proper spacing */
  }

  .text-white {
      color: white; /* Adjust text color as needed */
  }
  .page-banner-content h2 {
    font-size: 30px;
    margin-bottom: 15px
  }

  /* Add any other mobile-specific styles here */
}
  .page-banner-area11 {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .page-banner-area11 {
    background-image: url(../img/img1/enquiry.jpg) ;
    background-size: cover;
    width: 100%;
    height: 500px;
     padding-top: 50px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  
  
  .btnn{
   text-align: end;
  }

  .page-banner-area {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .page-banner-content ul li {
    display: inline-block;
    list-style-type: none;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--main-color);
    position: relative;
    margin-left: 25px;
  }
  
  .page-banner-content ul li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 10px;
    height: 5px;
    width: 5px;
    background: var(--main-color);
    border-radius: 50px;
  }
  
  .page-banner-content ul li:first-child {
    margin-left: 0;
  }
  
  .page-banner-content ul li:first-child::before {
    display: none;
  }
  
  .page-banner-content ul li a {
    display: block;
    color: var(--paragraph-color);
  }
  
  .page-banner-content ul li a:hover {
    color: var(--main-color);
  }
  
  .page-banner-image {
    text-align: end;
    position: relative;
  }
  
  .page-banner-image img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
  }
  
  .page-banner-image .banner-shape {
    position: absolute;
    left: 0;
    top: 50px;
  }
  
  .page-banner-image .banner-shape img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .page-banner-wrap-area {
    background-color: #F7F7F7;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .page-banner-wrap-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    z-index: -1;
    height: 70px;
  }
  .page-banner-area {
    background-image: url(../img/img1/banner1.jpeg) ;
    background-size: cover;
    width: 100%;
    height: 500px;
     padding-top: 50px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
  
   .page-banner-content h2 {
    font-size: 50px;
    margin-bottom: 15px
  }
  
  .page-banner-image {
    text-align: center;
    margin-top: 30px
  }
  
  .page-banner-image img {
    -webkit-animation: unset;
    animation: unset
  }
  /* Add your existing CSS styles here */
  
  /* Mobile view */
  @media (max-width: 767px) {
  
    .page-banner-area {
      background-image: url(../img/img1/banner1.jpeg) ;
      background-size: cover;
      width: 100%;
      height: auto;
       padding-top: 2px;
       padding-bottom: 55px;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }
    .row {
        flex-direction: column;
    }
  
    .col-lg-6,
    .col-md-6 {
        width: 100%;
    }
  
    .pt-100 {
        padding-top: 50px; /* Adjust this value as needed for proper spacing */
    }
  
    .text-white {
        color: white; /* Adjust text color as needed */
    }
    .page-banner-content h2 {
      font-size: 30px;
      margin-bottom: 15px
    }
  
    /* Add any other mobile-specific styles here */
  }
  .btnn{
   text-align: end;
  }
  .page-banner-area1 {
    background-image: url(../img/img1/chainn.jpg) ;
    background-size: cover;
    width: 100%;
    height: 500px;
     padding-top: 50px;
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
     overflow: hidden;
   }
   .page-banner-area1 {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  @media (max-width: 767px) {
  
    .page-banner-area1 {
      background-image: url(../img/img1/chainn.jpg) ;
      background-size: cover;
      width: 100%;
      height: auto;
       padding-top: 2px;
       padding-bottom: 55px;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }
    }
    .page-banner-area2 {
      background-image: url(../img/img1/banner4.jpg) ;
      background-size: cover;
      width: 100%;
      height: 500px;
       padding-top: 50px;
       padding-bottom: 55px;
       position: relative;
       z-index: 1;
       overflow: hidden;
     }
     .page-banner-area2 {
      background-color: #F7F7F7;
      padding-top: 50px;
      padding-bottom: 55px;
      position: relative;
      z-index: 1;
      overflow: hidden;
    }
    @media (max-width: 767px) {
    
      .page-banner-area2 {
        background-image: url(../img/img1/banner4.jpg) ;
        background-size: cover;
        width: 100%;
        height: auto;
         padding-top: 2px;
         padding-bottom: 55px;
         position: relative;
         z-index: 1;
         overflow: hidden;
       }
      }
      .page-banner-area3 {
        background-image: url(../img/img1/banner3.jpg) ;
        background-size: cover;
        width: 100%;
        height: 500px;
         padding-top: 50px;
         padding-bottom: 55px;
         position: relative;
         z-index: 1;
         overflow: hidden;
       }
       .page-banner-area3 {
        background-color: #F7F7F7;
        padding-top: 50px;
        padding-bottom: 55px;
        position: relative;
        z-index: 1;
        overflow: hidden;
      }
      @media (max-width: 767px) {
      
        .page-banner-area3 {
          background-image: url(../img/img1/banner3.jpg) ;
          background-size: cover;
          width: 100%;
          height: auto;
           padding-top: 2px;
           padding-bottom: 55px;
           position: relative;
           z-index: 1;
           overflow: hidden;
         }
        }
        .page-banner-area4 {
          background-image: url(../img/img1/post1.jpg) ;
          background-size: cover;
          width: 100%;
          height: 500px;
           padding-top: 50px;
           padding-bottom: 55px;
           position: relative;
           z-index: 1;
           overflow: hidden;
         }
         .page-banner-area4 {
          background-color: #F7F7F7;
          padding-top: 50px;
          padding-bottom: 55px;
          position: relative;
          z-index: 1;
          overflow: hidden;
        }
        @media (max-width: 767px) {
        
          .page-banner-area4 {
            background-image: url(../img/img1/post1.jpg) ;
            background-size: cover;
            width: 100%;
            height: auto;
             padding-top: 50px;
             padding-bottom: 55px;
             position: relative;
             z-index: 1;
             overflow: hidden;
           }
          }
          .page-banner-area5 {
            background-image: url(../img/img1/banner6.jpg) ;
            background-size: cover;
            width: 100%;
            height: 500px;
             padding-top: 2px;
             padding-bottom: 55px;
             position: relative;
             z-index: 1;
             overflow: hidden;
           }
           .page-banner-area5 {
            background-color: #F7F7F7;
            padding-top: 50px;
            padding-bottom: 55px;
            position: relative;
            z-index: 1;
            overflow: hidden;
          }
          @media (max-width: 767px) {
          
            .page-banner-area5 {
              background-image: url(../img/img1/banner6.jpg) ;
              background-size: cover;
              width: 100%;
              height: auto;
               padding-top: 2px;
               padding-bottom: 55px;
               position: relative;
               z-index: 1;
               overflow: hidden;
             }
            }

            .phone {
              width: 50px;
              height: auto;
              display: table;
              float: left;
              position: fixed;
              z-index: 99999999999;
              top: 70%;
              right: 10px;
          }
          .whatsapp {
              width: 50px;
              height: auto;
              display: table;
              float: left;
              position: fixed;
              z-index: 99999999999;
              top: 50%;
              right: 10px;
          }
         
    /* Styles for desktop view */
          @media screen and (min-width: 768px) {
            .video {
              font-size: 100px;
              padding-top: 190px;
            }
          }
          @media screen and (max-width: 767px) {
            .video {
              font-size: 50px; /* Adjust the font size for mobile */
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 200px; /* Set a fixed height for the container */
            }
        
            .video img {
              width: 100%; /* Ensure the image takes the full width */
              height: auto; /* Maintain the aspect ratio */
              position: absolute;
              top: 0;
              left: 0;
            }
        
            #videobutton {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              text-shadow: 2px 2px;
              font-size: 50px;
              color: white;
            }
          }
 #video1{
  padding-top: 160px;
  text-align: center;
  text-shadow: 2px 2px;
  font-size: 80px;
  color: white;
  box-shadow: 2px silver;
 }

 
/* For larger screens */
.hidden-mobile {
  display: block;
}

/* For mobile devices */
.visible-mobile {
  display: none;
}

/* Media query to hide content on larger screens and show on smaller screens */
@media (max-width: 768px) {
  .hidden-mobile {
      display: none;
  }

  .visible-mobile {
      display: block;
  }
}
/* Styles specific to mobile view */
@media (max-width: 767px) {
  /* Adjust the styles to fit the mobile view here */
  .mobile-menu {
      text-align: center; /* Center the content on mobile */
      padding: 10px; /* Add padding for better spacing */
      font-size: 16px; /* Adjust the font size for readability */
      color:#f80e0e;
  }
}
