.back-to-top,
.get-started-btn {
  background: #98ab47;
  border-radius: 4px
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgb(127 137 161 / .25)
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444
}

a {
  color: #98ab47;
  text-decoration: none
}

a:hover {
  color: #333;
  text-decoration: none
}

#hero .btn-get-started,
.counts .count-box p,
.navbar a,
.navbar a:focus,
.pricing .box .btn-buy,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  transition: .4s
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #667625;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

span.hire_text {
  display: block;
  color: #fff;
  margin: 18px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

@media (max-width:1199px) {
  section#hero {
    min-height: min-content !important
  }

  #hero .right-box {
    width: 100% !important;
    justify-content: center !important;
    margin-right: 0 !important
  }

  #hero h1,
  #hero h2 {
    text-align: center !important
  }

  .services-home-button {
    justify-content: center !important
  }

  .counts .row.mt-5 .col-lg-3+.col-lg-3:after,
  .counts .row.mt-5 .col-lg-3+.col-lg-3:before {
    display: none
  }

  .reverse-ipad {
    flex-direction: column-reverse
  }

  .cms_img {
    margin-bottom: 40px
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }

  .services-home-button {
    justify-content: center
  }

  #hero .right-box {
    margin-right: 0;
    justify-content: center !important
  }

  .header-logo-img {
    height: 60px !important;
    width: 140px !important;
    object-fit: contain
  }
}

#header {
  background: #1b1b1b;
  transition: .5s;
  z-index: 997;
  padding: 8px 0
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}
.testimonial-video iframe {
    width: 100%;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: Poppins, sans-serif
}

#header .logo a {
  color: #111
}

#footer .footer-top .footer-contact h3 span,
#header .logo a span,
.blog .blog-comments .comment h5 a:hover,
.blog .entry .entry-footer a:hover,
.blog .entry .entry-title a:hover,
.blog .sidebar .categories ul a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box .icon-box:hover h4 a,
.single_imgdes p.mwd-ratings span.bx,
.single_imgdes ul.task_comlist li span b,
.tabs .nav-link:hover {
  color: #98ab47
}

.get-started-btn,
.navbar a,
.navbar a:focus {
  color: #fff;
  transition: .3s;
  font-weight: 600;
  white-space: nowrap
}

.header-logo-img {
  height: 75px;
  width: 200px;
  max-height: 100%
}

.get-started-btn {
  margin-left: 30px;
  padding: 8px 25px;
  font-size: 14px;
  display: inline-block
}

.about-section .container .content a.btn:hover,
.get-started-btn:hover {
  background: #fff;
  color: #98ab47
}

.navbar,
.portfolio-details .portfolio-description p {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

#hero,
.navbar li,
.section-title,
.section-title h2,
section,
section#hero .container.aos-init.aos-animate .row {
  position: relative
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: .3s
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #000
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s;
  color: #fff
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a,
.mobile-nav-toggle.bi-x,
.portfolio #portfolio-flters li.filter-active a,
.portfolio #portfolio-flters li:hover a,
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff
}

@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }

  section#hero .row {
    padding: 0 50px !important
  }

  .navbar ul {
    display: none
  }

  .services-home-button {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%
  }

  form#quote-form input {
    height: 38px
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / .9);
  transition: .3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  background: #fff
}

#hero:before,
.section-bg:before,
.section-title h2::after {
  position: absolute;
  content: ""
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.about .content h3,
.about .content p,
.blog .blog-comments,
.blog .entry-single,
.blog .sidebar .sidebar-item,
.portfolio .portfolio-item {
  margin-bottom: 30px
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block
}

#hero {
  width: 100%;
  height: 80vh;
  position: relative;
  padding-top: 82px;
  display: flex;
  align-items: center
}

#hero .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1
}

#footer,
.team .member .social a:hover {
  background: #111
}

#hero:before {
  background: rgb(0 0 0 / .6);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1
}

#hero h1 {
  margin: 0 0 5px;
  font-size: 46px;
  font-weight: 700;
  color: #98ab47
}

#hero h2 {
  color: #fff;
  margin: 19px 0 37px;
  font-size: 20px;
  line-height: 1.6
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 4px;
  transition: .5s;
  margin-top: 30px;
  color: #fff;
  background: #98ab47;
  border: 2px solid #98ab47
}

#hero .btn-get-started:hover {
  background: #fff0;
  border-color: #fff
}

@media (max-height:500px) {
  #hero {
    height: 120vh
  }
}

section {
  padding: 60px 0;
  overflow: hidden
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.section-title h2::after {
  display: block;
  width: 50px;
  height: 3px;
  background: #98ab47;
  bottom: 0;
  left: calc(50% - 25px)
}

.section-title p,
.tabs .tab-pane p:last-child {
  margin-bottom: 0
}

.section-bg {
  padding: 0;
  color: #fff
}

section#services {
  margin-bottom: 50px
}

section.about-section {
  padding: 50px 0 !important
}

#testimonials .swiper-slide-next .testimonial-item {
  background: #e2e7cb !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  transition: transform .3s, opacity .3s
}

.testimonial-item:hover {
  transform: translateY(-5px);
  opacity: .95
}

section#services span {
  margin-bottom: 0;
  padding: 15px 30px 30px
}

section#services .section-title a {
  display: inline-block;
  padding: 25px 60px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, #7b901f, #98ab47);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 4px 4px 8px rgb(0 0 0 / .3), -4px -4px 8px rgb(255 255 255 / .1);
  transition: .35s;
  transform: perspective(300px) translateZ(0)
}

.section-bg:before {
  background: #143b70;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  display: none
}

.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff
}

#successMessage,
.blog .sidebar .recent-posts .post-item+.post-item,
.services-home-button {
  margin-top: 15px
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px
}

.breadcrumbs ol a {
  color: #aaa
}

.breadcrumbs ol a:hover,
.services .icon-box h4 a {
  color: #fff;
  transition: .3s
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #98ab47;
  content: "/"
}

.clients .swiper-pagination,
.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.clients .swiper-pagination .swiper-pagination-bullet,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #98ab47
}

.clients .swiper-pagination .swiper-pagination-bullet-active,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #98ab47
}

.clients .swiper-slide img {
  opacity: .5;
  transition: .3s;
  filter: grayscale(100)
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none
}

.about .container {
  position: relative;
  z-index: 10
}

.about .content {
  padding: 30px 30px 30px 0
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px
}

.about .content .about-btn {
  padding: 8px 30px 9px;
  color: #fff;
  border-radius: 50px;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #98ab47
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px
}

.about .content .about-btn:hover,
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover,
.pricing .featured {
  background: #98ab47
}

.about .icon-boxes .icon-box,
.blog .blog-comments .reply-form,
.tabs .tab-content {
  margin-top: 30px
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #98ab47;
  margin-bottom: 10px
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484
}

@media (max-width:1200px) {
  .about .content {
    padding-right: 0
  }
}

.counts {
  padding-top: 80px
}

.counts .count-box {
  padding: 62px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 35px rgb(0 0 0 / .06);
  border-radius: 4px;
  height: 100%
}

.counts .count-box i {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  background: #fff;
  color: #98ab47;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0 2px 25px rgb(0 0 0 / .1);
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.counts .count-box span {
  display: block;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  font-size: 21px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px
}

.tabs .nav-tabs {
  border: 0
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: .3s;
  color: #111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0
}

.tabs .nav-link.active {
  background: #98ab47;
  color: #fff;
  border-color: #98ab47
}

@media (max-width:768px) {

  #hero,
  .about {
    text-align: center
  }

  #hero {
    padding-top: 139px
  }

  #hero h1 {
    font-size: 28px
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px
  }

  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px
  }
}

@media (max-width:575px) {
  .tabs .nav-link {
    padding: 15px
  }

  .tabs .nav-link i {
    font-size: 24px
  }
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul,
.tabs .tab-pane ul {
  list-style: none;
  padding: 0
}

.tabs .tab-pane ul li {
  padding-bottom: 10px
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #98ab47
}

.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: rgb(0 0 0 / .1);
  transition: .3s
}

.services .icon-box:hover {
  background: rgb(0 0 0 / .5)
}

.services .icon-box i {
  float: left;
  color: #98ab47;
  font-size: 40px;
  line-height: 0
}

.icon-box .box_desc {
  display: block;
  overflow: hidden;
  padding-left: 26px
}

.icon-box .box_desc ul,
.single_imgdes ul.taskcode {
  margin: 0;
  padding: 0;
  list-style: none
}

.icon-box .box_desc ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #a8a8a8
}

.icon-box .box_desc ul li:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 4px;
  background: #98ab47;
  left: 0;
  top: 6px;
  border-radius: 100%;
  border: 2px solid #eee;
  padding: 4px
}

.services.section-bg .col-md-6 {
  margin-bottom: 27px
}

#hero .container,
.form_map,
.form_map iframe,
.services.section-bg .icon-box {
  height: 100%
}

.icon-box .box_desc ul li+li {
  margin-top: 12px
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px
}

.services .icon-box h4 a:hover {
  text-decoration: underline
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
  text-align: center
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 5px;
  transition: .3s ease-in-out;
  border-radius: 3px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #98ab47
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0
}

.portfolio .portfolio-wrap {
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgb(17 17 17 / .6)
}

.portfolio .portfolio-wrap .thumbnail_container .thumbnail::before {
  content: "";
  background: rgb(17 17 17 / .6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .3s ease-in-out;
  z-index: 1;
  opacity: 0
}

.portfolio .portfolio-wrap img {
  transition: .3s ease-in-out
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgb(255 255 255 / .7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgb(255 255 255 / .4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: .3s
}

.portfolio .portfolio-wrap:hover .portfolio-info,
.portfolio .portfolio-wrap:hover .thumbnail_container .thumbnail::before {
  opacity: 1
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2)
}

.portfolio-details {
  padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
  width: 100%
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgb(17 17 17 / .08)
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px
}

.portfolio-details .portfolio-description {
  padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px
}

section.contact.inner_sec .quote_form .form-group.tnc_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

section.contact.inner_sec .quote_form .form-group.tnc_block input#tnc {
  margin-bottom: -3px;
  margin-right: 10px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .08);
  position: relative;
  background: #fff !important;
  border-radius: 15px
}

.testimonials .testimonial-item .testimonial-img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 10px;
  border: 0 solid #fff;
  float: left;
  margin: 0 10px 0 0
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 5px;
  color: #111
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #98ab47;
  font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px
}

.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden
}

.pricing .box h3 {
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600
}

.faq .faq-list,
.pricing .box ul {
  padding: 0;
  list-style: none
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300
}

.pricing .box ul {
  text-align: center;
  line-height: 20px;
  font-size: 14px
}

.pricing .box ul li {
  padding-bottom: 16px
}

.pricing .box ul i {
  color: #98ab47;
  font-size: 18px;
  padding-right: 4px
}

.pricing .box ul .na {
  color: rgb(255 255 255 / .5);
  text-decoration: line-through
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px;
  border-radius: 4px;
  color: #fff;
  transition: .3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid
}

.pricing .box .btn-buy:hover {
  border-color: #fff
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #98ab47;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.hide,
.mobile-nav-toggle.d-lg-none.bi-list.bi-x::before {
  display: none
}

.faq .faq-list a.collapsed {
  color: #343a40
}

.blog .entry .entry-footer .cats li,
.blog .entry .entry-footer .tags li,
.blog .sidebar .tags ul li,
.faq .faq-list a.collapsed .icon-show,
label {
  display: inline-block
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff
}

.team .member .member-img {
  position: relative;
  overflow: hidden
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center
}

.team .member .social a {
  transition: .3s ease-in-out;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #98ab47;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.team .member .social i {
  font-size: 18px;
  line-height: 0
}

.team .member .member-info {
  padding: 25px 15px
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaa
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgb(214 215 216 / .6);
  padding: 30px 0 32px;
  border-radius: 4px
}

.contact .info-box i {
  font-size: 32px;
  color: #98ab47;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.contact .php-email-form,
.footer-newsletter .php-email-form {
  box-shadow: 0 0 30px rgb(214 215 216 / .6);
  padding: 30px;
  border-radius: 4px
}

.blog .blog-author,
.blog .entry {
  box-shadow: 0 4px 16px rgb(0 0 0 / .1)
}

.contact .php-email-form .error-message,
.footer-newsletter .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br,
.footer-newsletter .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message,
.footer-newsletter .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading,
.footer-newsletter .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading:before,
.footer-newsletter .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading
}

.blog .blog-comments .reply-form .form-group,
.contact .php-email-form .form-group {
  margin-bottom: 25px
}

.blog .blog-comments .reply-form p,
.contact .php-email-form input,
.contact .php-email-form textarea {
  font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111
}

.contact .php-email-form button[type=submit] {
  background: #98ab47;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: .4s;
  border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
  background: #667625
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.blog {
  padding: 40px 0 20px
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px;
  overflow: hidden
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px
}

.blog .entry .entry-title a,
.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a {
  color: #111;
  transition: .3s
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0
}

.blog .entry .entry-meta a {
  color: #777;
  font-size: 14px;
  display: inline-block;
  line-height: 1
}

.blog .entry .entry-content p {
  line-height: 24px
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #98ab47;
  color: #fff;
  padding: 6px 20px;
  transition: .3s;
  font-size: 14px;
  border-radius: 4px
}

#footer .footer-newsletter form input[type=submit]:hover,
.blog .entry .entry-content .read-more a:hover,
.blog .sidebar .search-form form button:hover {
  background: #333
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px
}

#loader,
.blog .blog-comments .comment .comment-img img {
  width: 60px
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: .3s
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ","
}

.blog .entry .entry-footer .share {
  font-size: 16px
}

.blog .entry .entry-footer .share i {
  padding-left: 5px
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px
}

.blog .blog-comments .reply-form,
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .1)
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px
}

#footer .footer-top .footer-links ul,
.blog .blog-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #111
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0
}

.blog .blog-author .social-links a {
  color: rgb(17 17 17 / .5);
  margin-right: 5px
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7
}

.blog .blog-comments .comments-count {
  font-weight: 700
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
  font-weight: 700;
  color: #444;
  transition: .3s
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px
}

.blog .blog-comments .reply-form h4 {
  font-weight: 700;
  font-size: 22px
}

.blog .blog-comments .reply-form input,
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px;
  font-size: 14px
}

.blog .blog-comments .reply-form input:focus,
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e
}

.blog .blog-pagination {
  color: #444
}

.blog .blog-pagination ul {
  display: flex
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: .3s
}

.blog .blog-pagination li a {
  color: #111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.blog .sidebar {
  margin: 0 0 60px 20px
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  color: #111;
  position: relative
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  outline: 0
}

.blog .sidebar .search-form form button,
.fil_search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #98ab47;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  color: #fff;
  transition: .3s;
  border-radius: 0 4px 4px 0;
  line-height: 0
}

.blog .sidebar .search-form form button i {
  line-height: 0
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px
}

.blog .sidebar .categories ul a span,
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaa;
  font-size: 14px
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 700
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaa
}

.blog .sidebar .tags {
  margin-bottom: -10px
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: .3s
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #98ab47;
  background: #98ab47
}

#footer {
  color: #fff;
  font-size: 14px
}

#footer .footer-top {
  padding: 60px 0 30px;
  background: #1b1b1b
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif
}

#footer .footer-newsletter h4,
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #98ab47;
  bottom: 0;
  left: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul li a {
  color: #aaa;
  transition: .3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul li a.active,
#footer .footer-top .footer-links ul li a:hover {
  text-decoration: none;
  color: #fff
}

#footer .footer-newsletter {
  font-size: 15px
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline: 0
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: #98ab47;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: .3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s
}

#footer .social-links a:hover {
  background: #98ab47;
  color: #fff;
  text-decoration: none
}

.counts .row.mt-5 {
  margin-left: -40px;
  margin-right: -40px
}

.counts .row.mt-5 .col-lg-3 {
  padding: 0 40px;
  position: relative
}

.counts .row.mt-5 .col-lg-3+.col-lg-3 {
  position: relative;
  z-index: 1
}

.counts .row.mt-5 .col-lg-3+.col-lg-3:before {
  position: absolute;
  content: "";
  width: 47px;
  height: 3px;
  top: 68px;
  background: #98ab47;
  left: -39px
}

.counts .row.mt-5 .col-lg-3+.col-lg-3:after {
  content: "\f231";
  font-size: 25px;
  top: 51px;
  color: #98ab47;
  left: -5px;
  position: absolute;
  font-family: bootstrap-icons
}

main#main {
  margin-top: 113px
}

img {
  max-width: 100%
}

.cms_text h1,
.cms_text h2,
.cms_text h3,
.cms_text h4,
.cms_text h5,
.cms_text h6 {
  font-weight: 700;
  color: #000
}

.cms_text p,
p {
  line-height: 170%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .6rem
}

.inner_sec,
section.contact.inner_sec {
  padding: 90px 0
}

.cms_text p+h1,
.cms_text p+h2,
.cms_text p+h3,
.cms_text p+h4,
.cms_text p+h5,
.cms_text p+h6 {
  margin-top: 20px
}

.quote_form {
  max-width: 800px;
  margin: 10px auto 0
}

.quote_form .form-group label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  padding: 10px 15px;
  background: #f2f2f2;
  border: 1px solid #eee !important;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: .5px;
  outline: 0 !important;
  box-shadow: none !important
}

.contact .php-email-form input {
  height: 45px
}

.info-box.add_box p+p {
  margin-top: 6px
}

.info-box.add_box .address_wrp {
  display: flex;
  margin: 0 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.info-box.add_box .address_wrp p {
  padding: 0 20px;
  text-align: center;
  width: 50%
}

.info-box.add_box .address_wrp p span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #777
}

.portfolio .portfolio-item {
  position: static !important
}

.portfolio .portfolio-wrap .thumbnail_container {
  position: relative;
  padding-bottom: 55%;
  background: #eee;
  overflow: hidden
}

.row.portfolio-container {
  height: auto !important
}

.main_single_productwrap .single_img .thumbnail_container .thumbnail,
.portfolio .portfolio-wrap .thumbnail_container .thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0
}

.portfolio .portfolio-wrap .thumbnail_container .thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  height: 100%;
  width: 100%
}

.portfolio #portfolio-flters li a {
  color: #444;
  transition: .3s ease-in-out
}

.fil_search {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 450px
}

.fil_search form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  position: relative
}

.fil_search form input {
  border: 0;
  padding: 8px 53px 8px 8px;
  border-radius: 4px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  font-weight: 600
}

.portfolio .portfolio-wrap .price_label {
  position: absolute;
  background: #98ab47;
  color: #fff;
  padding: 5px 10px;
  z-index: 1;
  bottom: 0;
  left: 0
}

.portfolio .portfolio-wrap .im_title {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 12px 13px 0;
  text-align: center;
  background: #fff;
  font-weight: 800
}

.portfolio .portfolio-wrap .im_title a {
  font-weight: 500;
  color: #000;
  font-size: 16px
}

.main_single_productwrap .single_img .thumbnail_container {
  position: relative;
  padding-bottom: 100%;
  background: #eee
}

.main_single_productwrap .single_img .thumbnail_container .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single_imgdes .single_protitle {
  font-weight: 900;
  font-size: 24px
}

.single_imgdes .mwd-ratings a.view-rt {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  margin: -4px 0 0 3px;
  vertical-align: 2px
}

.single_imgdes {
  padding-left: 15px
}

.single_imgdes ul.taskcode li {
  font-weight: 500
}

.single_imgdes ul.taskcode li b {
  color: #6a7928;
  padding-left: 4px;
  letter-spacing: 1px
}

p.mwd-ratings.mwd-product-m20 {
  margin-bottom: 9px
}

.single_imgdes .taskdlr {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 0
}

.single_imgdes .taskdlr span {
  font-weight: 400
}

.single_imgdes .task_time {
  margin: 8px 0 5px;
  letter-spacing: .3px
}

.single_imgdes ul.task_comlist {
  margin: 20px -10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 69%
}

.single_imgdes ul.task_comlist li {
  width: 50%;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  margin: 11px 0 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .3px
}

.single_imgdes ul.task_comlist li i {
  margin-right: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #98ab47;
  font-size: 20px;
  color: #fff;
  border-radius: 5px
}

.single_imgdes ul.demo_btn {
  margin: 10px 0 5px;
  padding: 0;
  list-style: none;
  display: flex
}

.single_imgdes ul.demo_btn li a.th_btn {
  background: #111;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: .3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block
}

.single_imgdes ul.demo_btn li a.th_btn:hover {
  background: #98ab47;
  color: #fff
}

.single_imgdes ul.demo_btn li+li {
  margin-left: 10px
}

.single_imgdes .need_note {
  margin: 18px 0 10px;
  font-weight: 600
}

.en_note {
  margin: 40px 0 0;
  padding: 30px 30px 18px;
  background: #f5f9e4
}

@media (max-width:1500px) {
  #hero h1 {
    font-size: 44px
  }

  #hero h2 {
    font-size: 16px
  }
}

@media (max-width:992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px
  }

  .form_map {
    margin-top: 30px
  }

  .form_map iframe {
    height: 280px
  }
}

@media (max-width:767px) {
  .section-title h2 {
    font-size: 22px
  }

  .info-box.add_box .address_wrp p,
  .single_imgdes ul.task_comlist li {
    width: 100%
  }

  .info-box.add_box p+p {
    margin-top: 20px
  }

  #hero .btn-get-started {
    font-size: 20px
  }

  #hero h1 {
    font-size: 28px
  }

  .counts {
    padding-top: 56px
  }

  .inner_sec,
  section,
  section.contact.inner_sec {
    padding: 40px 0
  }

  .single_imgdes ul.task_comlist {
    max-width: 100%
  }

  .section-title {
    padding-bottom: 20px
  }

  .single_imgdes {
    padding-left: 0;
    margin-top: 31px
  }

  .en_note {
    margin: 19px 0 0
  }
}

.footer-newsletter .form-msg {
  position: absolute
}

#loader {
  display: none;
  margin: 20px auto;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  height: 60px;
  animation: 2s linear infinite spin
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#header .container {
  overflow: visible !important
}

.page-main-banner-contact-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.nav-link.active {
  color: #98ab47 !important
}

.page-main-banner-contact-form {
  padding: 14px 25px 20px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%
}

p.form-title.h5 {
  text-align: center;
  font-size: 24px;
  color: #98ab47;
  margin: 0 0 14px;
  line-height: normal;
  font-weight: 600
}

form#quote-form input {
  padding: 8px;
  height: 35px;
  font-size: 14px
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
  width: 100%
}

.errormsg,
.successmsg {
  font-size: 14px;
  margin-bottom: 5px
}

.page-main-banner-contact-form textarea {
  max-height: 90px;
  height: 90px;
  max-width: 100%;
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 14px
}

.form-field {
  font-size: 14px;
  border: 1px solid gray;
  padding: 12px 20px;
  width: 100%
}

.successmsg {
  color: green
}

.errormsg {
  color: red
}

#successMessage {
  font-size: 15px;
  padding: 10px;
  color: #000;
  text-align: center;
  border: 2px solid #98ab47;
  margin-bottom: 10px;
  width: 300px
}

.page-main-banner-contact-form .submit-button {
  margin: 0 auto;
  min-width: auto;
  background: #6c7a28;
  color: #fff;
  padding: 6px 30px;
  border: 2px solid #98ab47;
  border-radius: 2px;
  font-weight: 600
}

.services-home-button {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  position: relative
}

.services-home-button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 12px 80px 12px 30px;
  font-weight: 500;
  position: relative;
  border-radius: 50px !important;
  cursor: pointer;
  line-height: 26px
}

.services-home-button .btn.rounded::before {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: url(/front-assets/services/img/btn-icon.svg) center right 12px/18px no-repeat #fff
}

.services-home-button .btn::before {
  transition: .3s;
  content: "";
  width: 50%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 5px;
  right: 5px
}

#testimonials .section-title {
  padding-bottom: 0
}

.services-home-button .btn.rounded .text-white {
  color: #fff;
  position: relative
}

#hero .col-xl-6:first-child {
  flex-direction: column;
  align-items: baseline;
  justify-content: center
}

.services-home-button .btn {
  border: 1px solid #98ab47;
  background: #98ab47
}

.services-home-button .btn.rounded:hover::before {
  background: url(/front-assets/services/img/btn-icon.svg) center right 20px no-repeat #98ab47;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0
}

.page-main-banner-contact-form .submit-button:hover {
  background: #fff;
  color: #98ab47;
  border: 2px solid #98ab47
}

section#hero .row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.about-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px
}

.about-section .container .image {
  width: 50%;
  display: flex;
  justify-content: center
}

.about-section .container .image img {
  border-radius: 20px;
  height: 360px;
  object-fit: contain
}

.about-section .container .content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px
}

.about-section .container .content h2 {
  font-weight: 600;
  color: #444
}

.about-section .container .content a.btn {
  background: #98ab47;
  color: #fff;
  font-weight: 600
}

section.about-section.reverse a.btn:hover {
  background: #a3b84b !important;
  color: #fff !important
}

section#services .section-title a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgb(0 0 0 / .2)
}

section#services .section-title {
  padding: 10px 0
}

section#hero {
  background-position: center;
  background-size: cover;
  align-items: center;
  display: -webkit-flex;
  background-repeat: no-repeat;
  background-color: rgb(4 12 23 / .7)
}

.page-main-banner-contact-form {
  margin: 0
}

#hero .col-xl-6:nth-child(2),
#hero .right-box {
  display: flex;
  justify-content: end
}

@media (max-width:768px) {
  section#hero {
    min-height: 150vh
  }

  #hero .col-xl-6:first-child {
    align-items: center;
    margin-bottom: 30px
  }

  #hero .col-xl-6:nth-child(2) {
    justify-content: center
  }

  #hero label {
    display: inline-block;
    text-align: justify
  }

  #hero h1,
  #hero h2 {
    text-align: center
  }
}

.services-home-banner {
  padding: 92px 0 80px
}

@media (max-width:1299px) {
  .services-home-button {
    margin-bottom: 0 !important
  }

  .about-section .container .content h2 {
    font-size: 28px
  }
}

@media (max-width:1399px) {
  .right-box {
    margin-right: 0
  }

  .page-main-banner-contact-form .submit-button {
    margin-bottom: 20px
  }

  .submit-btn-home {
    margin-bottom: 20px !important
  }

  #hero .col-xl-6:first-child,
  #hero .col-xl-6:nth-child(2) {
    flex-basis: 50%
  }

  .page-main-banner-contact-form {
    margin: 0;
    width: 100% !important;
    padding: 20px 25px 0
  }

  form#quote-form input {
    height: 30px
  }

  p.form-title.h5 {
    font-size: 22px
  }

  section#hero {
    min-height: 82vh !important
  }

  #hero .col-xl-6.form-content {
    flex: 1 1 25% !important
  }

  #hero .right-box {
    width: 80% !important
  }
}

@media (max-width:1199px) {
  #hero .col-xl-6.form-content {
    flex: 1 1 40% !important
  }

  #hero h1,
  #hero h2 {
    text-align: left !important
  }
}

@media (max-width:768px) {

  #hero .col-xl-6:first-child,
  #hero .col-xl-6:nth-child(2) {
    flex-basis: auto
  }

  #hero .right-box {
    justify-content: center
  }

  .right-box {
    margin-right: 0
  }

  section#hero {
    min-height: 180vh !important
  }
}

@media (max-width:991px) {
  .container.aos-init.aos-animate {
    max-width: 100%;
    margin: 0
  }

  #hero h1,
  #hero h2 {
    text-align: center !important
  }

  .about-section .container .content {
    width: 50%
  }

  .mobile-nav-toggle {
    color: #fff !important
  }

  section#hero {
    min-height: 135vh !important
  }

  #hero .col-xl-6:first-child,
  #hero .col-xl-6:nth-child(2) {
    flex-basis: 100% !important
  }

  section#hero .row {
    top: 50% !important
  }

  #hero {
    height: 140vh
  }

  .right-box {
    margin-right: 0 !important
  }

  #hero .right-box {
    justify-content: center !important
  }

  #header .logo {
    height: 50px !important;
    width: 130px !important;
    object-fit: contain
  }
}

section#hero .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 58%;
  left: 50%;
  width: 100%;
  z-index: 2;
  padding: 60px 0;
  margin: 0;
  transform: translate(-50%, -50%)
}

#hero .col-xl-6.text-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px
}

#hero .col-xl-6.form-content {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end
}

#hero .right-box {
  width: 100%;
  max-width: 500px
}

@media (max-width:991px) {

  #hero .col-xl-6.form-content,
  #hero .col-xl-6.text-content {
    flex: 1 1 100%;
    padding: 10px 0;
    justify-content: center;
    text-align: center
  }

  #hero .right-box {
    max-width: 100%;
    justify-content: center
  }

  #hero h1,
  #hero h2 {
    text-align: center
  }
}

section#hero {
  position: relative;
  min-height: 80vh;
  padding: 0
}

.form-group.tnc_block {
  margin-bottom: 5px
}

.form-group.tnc_block label {
  margin: 0 !important;
  line-height: normal;
  font-size: 15px !important
}

.form-group.tnc_block input#tnc {
  height: auto
}

.right-box {
  margin-right: 10px
}

.home-testimonial {
  margin: 0 !important
}

@media (max-width:699px) {
  .services-home-banner .container h1 {
    font-size: 26px !important
  }

  .name-box-main .name-box p {
    height: auto
  }

  .services-home-banner .container {
    padding: 0 20px !important
  }

  .services-home-button {
    justify-content: center
  }

  .all-services-main h2 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px
  }

  #hero .form-group.tnc_block label {
    text-align: left;
    font-size: 13px !important
  }

  section#hero .row,
  section.cta-strip .container.aos-init.aos-animate {
    padding: 0 !important
  }

  .about-section .container .image img {
    border-radius: 20px;
    height: auto
  }

  section#hero {
    min-height: 100% !important
  }

  .about-section .container {
    flex-direction: column;
    padding: 0 22px
  }

  .about-section .container .content,
  .about-section .container .image {
    width: 100%
  }

  .about-section .container .content h2 {
    font-size: 22px
  }

  .about-section .container .content {
    gap: 10px
  }

  section#services .section-title a {
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px
  }

  #hero {
    height: 116vh
  }

  #hero .right-box {
    width: 100% !important;
    margin-right: 0;
    justify-content: center !important
  }

  #hero .container {
    margin: 0 20px
  }

  .services-home-button .btn {
    font-size: 16px !important;
    padding: 10px 55px 10px 14px !important
  }

  .services-home-button .btn.rounded::before {
    width: 35px;
    height: 35px;
    background-size: 16px;
    background-position: center right 10px
  }

  .services-home-button .btn::before {
    top: 6px;
    right: 6px
  }

  .header-logo-img {
    height: 60px;
    width: 140px;
    object-fit: contain
  }
}

@media (max-width:599px) {
  .page-main-banner-contact-form .form-row {
    flex-direction: column !important
  }

  section#page_banner .page-main-banner-colm.col-lg-7.col-md-7 {
    padding-left: 0 !important
  }
}

.btn,
.get-started-btn {
  background-color: #6c7a28 !important;
  color: #fff !important
}

input[type=submit] {
  background-color: #333 !important;
  color: #fff !important
}

.portfolio-slider .slick-prev,
.slick-next {
  z-index: 9
}

section.portfolio.inner_sec .container.aos-init.aos-animate .main_single_productwrap .product-single__description.rte.mwd-content span {
  font-family: 'Open Sans' !important;
  letter-spacing: .5px;
  line-height: 24px
}


.popup-overlay {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.popup-content .form-group.tnc_block {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.popup-content .text-center button {
    background: #98ab47;
    padding: 8px 30px;
    font-weight: 600;
    border: 1px solid #98ab47;
    border-radius: 5px;
    color: white;
}

.popup-overlay h3 {
    font-weight: 600;
}

.popup-overlay label {
    font-size: 15px;
    margin-bottom: 2px;
} 

.popup-overlay textarea.form-control {
    height: 90px;
}

.col.form-group.popup-number {
    width: 47% !important;
}

@media (max-width: 699px){
	.col.form-group.popup-number {
    width: 100% !important;
}

.popup-content form.php-email-form .row {
    flex-direction: column;
}
}