/*-----------------------------------------------------------
 Concord || Main CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: 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: 600;
  line-height: 1.4;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #555555;
}

p {
  font-size: 17px;
  line-height: 1.8;
  color: #000;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  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;
}

.py-70{
  padding: 70px 0;
}
.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-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.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;
}

.mmt-25 {
  margin-top: -25px !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;
}

.counter-bg-color{
  background-color: #005922;
  background-image: linear-gradient(180deg, #005922 0%, #99ba04 100%);
  
}
.bg-clay{
  background-color: #00592217;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.footer-widget-wrap, .checkout-details .select-payment-method, .checkout-details .bill-item, .product-card .product-info, .cart-total .cart-total-item, .cart-table table tbody tr td .cart-item, .post-author, .comment-author_info, .comment-item, .author-info-wrap .author-info, .author-info-wrap, .post-navigation, .newsleter-wrap .newsletter-form, .blog-card.style3 .blog-info .blog-metainfo, .blog-card .blog-info .blog-metainfo .blog-author-info, .blog-card .blog-info .blog-metainfo, .counter-card.style1, .team-card.style1 .member-info-wrap, .why-choose-wrap.style3 .brand-logo, .project-desc .project-metainfo li, .case-card .case-img .case-info-wrap, .about-wrap.style3 .counter-box, .about-wrap.style3 .about-content .ceo-message, .hero-tablist-wrap, .page-navigation .page-nav, .contact-widget .contact-info span.contact-icon, .new-product-item, .search-area, .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-top-left, .social-profile.style4 li a, .social-profile.style1 li a, .circle, .product-tablist, .blog-card.style2 .blog-info .blog-metainfo .blog-author-info, .header-wrap .header-bottom .header-bottom-right, .btn.style6, .btn.style5, .btn.style4, .btn.style3, .btn.style2, .btn.style1, .product-quantity .qtySelector span, .product-card .product-info .product-info-right .add-to-cart, .promo-video .video-play, .team-card.style1 .member-info-wrap .member-social-profile span, .case-card .case-img .case-info-wrap .read-more, .service-card .service-icon, .category-card .cat-icon, #hero-thumbs .item .hero-thumb-item span, .page-navigation .page-nav li a, .contact-widget .contact-icon, .shopcart span, .social-profile.style4 li a, .social-profile.style3 li a, .social-profile.style2 li a, .social-profile.style1 li a, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .btn.style6 i, .btn.style2 i, .btn.style1 i, .circle {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .btn.style6 i, .btn.style6, .btn.style5, .btn.style4, .btn.style3, .btn.style2 i, .btn.style2, .btn.style1 i, .btn.style1, .btn i {
  display: inline-flex;
  flex-wrap: wrap;
}

.product-quantity .qtySelector span, .product-card .product-info .product-info-right .add-to-cart, .promo-video .video-play, .team-card.style1 .member-info-wrap .member-social-profile span, .case-card .case-img .case-info-wrap .read-more, .service-card .service-icon, .category-card .cat-icon, #hero-thumbs .item .hero-thumb-item span, .page-navigation .page-nav li a, .contact-widget .contact-info span.contact-icon, .contact-widget .contact-icon, .search-area, .shopcart span, .social-profile.style4 li a, .social-profile.style3 li a, .social-profile.style2 li a, .social-profile.style1 li a, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .btn.style6 i, .btn.style2 i, .btn.style1 i, .circle {
  flex-direction: column;
  justify-content: center;
}

.project-desc .project-metainfo li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: flex-start;
}

.cart-total .cart-total-item, .cart-table table tbody tr td .cart-item, .author-info-wrap .author-info, .author-info-wrap, .post-navigation, .blog-card.style3 .blog-info .blog-metainfo, .blog-card .blog-info .blog-metainfo .blog-author-info, .counter-card.style1, .case-card .case-img .case-info-wrap, .about-wrap.style3 .about-content .ceo-message, .hero-tablist-wrap, .new-product-item, .header-wrap .header-bottom .header-bottom-right, .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-top-left, .btn.style6, .btn.style5, .btn.style4, .btn.style3, .btn.style2, .btn.style1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.project-desc .project-metainfo li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.checkout-details .bill-item, .product-card .product-info, .cart-total .cart-total-item, .post-navigation, .blog-card .blog-info .blog-metainfo, .team-card.style1 .member-info-wrap, .case-card .case-img .case-info-wrap {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.blog-card.style2 .blog-info .blog-metainfo .blog-author-info, .about-wrap.style3 .counter-box, .header-wrap .header-bottom .header-bottom-right, .header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.product-tablist, .blog-card.style3 .blog-info .blog-metainfo, .why-choose-wrap.style3 .brand-logo, .page-navigation .page-nav {
  justify-content: flex-start;
}

.circle {
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.circle i {
  color: #fff;
  line-height: 0.8;
  position: relative;
  left: 2px;
}
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  animation: ripple 2s linear 1.5s infinite;
}
.circle.style1 {
  right: -15px;
  bottom: -15px;
}
.circle.style1:after {
  border: 15px solid rgba(216, 7, 88, 0.5);
}
.circle.style2 {
  right: -5px;
  bottom: -5px;
}
.circle.style2:after {
  border: 5px solid rgba(112, 191, 74, 0.5);
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  border: 2px solid #FFF;
  background-color: #005922;
background-image: linear-gradient(135deg, #005922 0%, #99ba04 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.back-to-top.open {
  bottom: 30px;
}
.back-to-top i {
  color: #fff;
  position: relative;
  top: -1px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 50px;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 22px;
  text-align: center;
  transition: 0.4s;
  border: 2px solid transparent;
}
.btn i {
  position: relative;
  height: auto;
  line-height: 0.8;
  font-size: 16px;
  transition: 0.4s;
}
.btn.style1 {
  background: #005922;
  color: #fff;
  padding: 8px 10px 8px 20px;
  transition: 0.4s;
}
.btn.style1 span {
  margin-right: 20px;
}
.btn.style1 i {
  width: 35px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #10012A;
  transition: 0.5s;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}
.btn.style1:hover {
  background: #99BA04;
}
.btn.style2 {
  background: #005922;
  color: #fff;
  padding: 8px 10px 8px 20px;
  transition: 0.3s;
}
.btn.style2 span {
  margin-right: 20px;
}
.btn.style2 i {
  width: 35px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #10012A;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}
.btn.style2:hover {
  background: #99BA04;
}
.btn.style3 {
  background: #005922;
  color: #fff;
  padding: 8px 25px 8px 25px;
}
.btn.style3 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}
.btn.style3:hover {
  background: #99BA04;
}
.btn.style4 {
  background: #005922;
  color: #fff;
  padding: 12px 30px;
}
.btn.style4 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}
.btn.style4:hover {
  background: #99BA04;
}
.btn.style5 {
  background: #005922;
  color: #fff;
  padding: 8px 25px 8px 25px;
}
.btn.style5 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}
.btn.style5:hover {
  background: #99BA04;
  color: #10012A;
}
.btn.style6 {
  background: #005922;
  color: #fff;
  border-radius: 0;
  padding: 8px 10px 8px 10px;
}
.btn.style6 span {
  margin-right: 20px;
}
.btn.style6 i {
  width: 35px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 0;
  color: #10012A;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}
.btn.style6:hover {
  background: #10012A;
}

/* .link {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
.link:hover {
  letter-spacing: 0.3px;
}
.link.style1 {
  color: #005922;
} */

.owl-carousel .owl-dots {
  height: 22px;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EEEFF2;
  border: 1px solid transparent;
  transition: 0.4s;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.4s;
}
.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #005922;
  background: transparent;
}
.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #005922;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #EEEFF2 !important;
  transition: 0.4s;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  line-height: 0.9;
  margin: 0 auto;
  transition: 0.4s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #005922 !important;
}
.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.hero-slider .slide {
  min-height: 100vh; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black; 
}

/* Fix cloned slides */
.owl-carousel.hero-slider .owl-item {
  background-size: cover !important;
  background-position: center !important;
}

/* Ensure slides are visible */
.owl-carousel.hero-slider .owl-stage {
  display: flex;
}

.owl-carousel.hero-slider .owl-item {
  opacity: 1 !important;
  visibility: visible !important;
}

/* old */
       .hero-slider {
  position: relative;
  height: 100vh; /* Full screen */
}

.slide {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.owl-carousel .slide {
  min-height: 100vh; /* Ensures full height */
}

.slide .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(5 35 16 / 5%);
}
.content {
  position: relative;
  z-index: 2;
}
.hero-slider .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-slider .owl-nav button{
width: 50px !important;
height: 50px !important;
border-radius: 50%;
border: 2px solid #99BA04 !important;
}
.hero-slider .owl-nav .owl-prev{
  position: relative;
  left: 25px;
}
.hero-slider .owl-nav .owl-next{
  position: relative;
  right: 25px;
}
.hero-slider .owl-prev button i{
  color:#FFF;
}
.hero-slider.owl-carousel .owl-dots {
  height: 22px;
  position: relative;
  display: flex;
  bottom: 50px;
  justify-content: center;
}
.hero-slider.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #90B406;
  background: #9dbc04;
}
.hero-slider.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #005922;
  border-color: #FFF;
}
.hero-slider.owl-carousel .owl-dots .owl-dot span{
  background: #00592261;
  border: 1px solid #dddddd40;
}
.hero-slider.owl-carousel .owl-dots .owl-dot {
  margin: 0 12px;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title span,
.content-title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.section-title p,
.content-title p {
  margin-bottom: 0;
}
.section-title.style1 span,
.content-title.style1 span {
  color: #005922;
  font-size:20px;
  position: relative;
  padding-left: 25px;
  max-width: fit-content;
}

.section-title.style1 span::before, .content-title.style1 span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -11px;
  width: 70px;
  background-size: 23px;
  height: 100%;
  background-image: url('../img/icons/animated-arrow.png');
  background-repeat: no-repeat;
  animation: arrowMove 1s infinite ease-in-out;
}
@keyframes arrowMove {
  0% { transform: translateX(0); }
  50% { transform: translateX(10px); } /* Move slightly right */
  100% { transform: translateX(0); } /* Move back */
}

.section-title.style1 p {
  margin: 10px auto 0;
}

.discount {
  text-decoration: line-through;
  margin-right: 8px !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-russian {
  background-color: #99BA04;
}

.bg-razz {
  background-color: #005922;
}

.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;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  background-color: #198754bf;
  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-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 {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.3s;
}
.social-profile li a i {
  transition: 0.3s;
}
.social-profile li a:hover {
  border-color: transparent;
}
.social-profile.style1 li a {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}
.social-profile.style1 li a i {
  font-size: 14px;
  line-height: 0.7;
}
.social-profile.style1 li a:hover {
  background-color: #005922;
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
}
.social-profile.style2 li a i {
  font-size: 18px;
  line-height: 0.8;
  color: #005922;
}
.social-profile.style2 li a:hover {
  background-color: #005922;
  border-radius: 50%;
}
.social-profile.style2 li a:hover i {
  color: #fff;
}
.social-profile.style3 li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.social-profile.style3 li a i {
  font-size: 18px;
  line-height: 0.8;
  color: #10012A;
}
.social-profile.style3 li a:hover {
  background-color: #005922;
}
.social-profile.style3 li a:hover i {
  color: #fff;
}
.social-profile.style4 li {
  display: block;
  margin: 0 0 13px 0;
}
.social-profile.style4 li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
.social-profile.style4 li a i {
  font-size: 14px;
  line-height: 0.7;
  color: #fff;
}
.social-profile.style4 li a:hover {
  border-color: #005922;
}

.swiper-container {
  overflow: hidden;
}

.footer-widget-wrap, .checkout-details .select-payment-method, .checkout-details .bill-item, .product-card .product-info, .cart-total .cart-total-item, .cart-table table tbody tr td .cart-item, .post-author, .comment-author_info, .comment-item, .author-info-wrap .author-info, .author-info-wrap, .post-navigation, .newsleter-wrap .newsletter-form, .blog-card.style3 .blog-info .blog-metainfo, .blog-card .blog-info .blog-metainfo .blog-author-info, .blog-card .blog-info .blog-metainfo, .counter-card.style1, .team-card.style1 .member-info-wrap, .why-choose-wrap.style3 .brand-logo, .project-desc .project-metainfo li, .case-card .case-img .case-info-wrap, .about-wrap.style3 .counter-box, .about-wrap.style3 .about-content .ceo-message, .hero-tablist-wrap, .page-navigation .page-nav, .contact-widget .contact-info span.contact-icon, .new-product-item, .search-area, .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-top-left, .product-quantity .qtySelector span, .product-card .product-info .product-info-right .add-to-cart, .promo-video .video-play, .team-card.style1 .member-info-wrap .member-social-profile span, .case-card .case-img .case-info-wrap .read-more, .service-card .service-icon, .category-card .cat-icon, #hero-thumbs .item .hero-thumb-item span, .page-navigation .page-nav li a, .contact-widget .contact-icon, .shopcart span, .header-wrap .header-bottom .header-bottom-right, .blog-card.style2 .blog-info .blog-metainfo .blog-author-info, .product-tablist, .circle, .btn.style1, .btn.style1 i, .btn.style2, .btn.style2 i, .btn.style3, .btn.style4, .btn.style5, .btn.style6, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a {
  display: flex;
  flex-wrap: wrap;
}

.btn i, .btn.style1, .btn.style1 i, .btn.style2, .btn.style2 i, .btn.style3, .btn.style4, .btn.style5, .btn.style6, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  flex-wrap: wrap;
}

.product-quantity .qtySelector span, .product-card .product-info .product-info-right .add-to-cart, .promo-video .video-play, .team-card.style1 .member-info-wrap .member-social-profile span, .case-card .case-img .case-info-wrap .read-more, .service-card .service-icon, .category-card .cat-icon, #hero-thumbs .item .hero-thumb-item span, .page-navigation .page-nav li a, .contact-widget .contact-info span.contact-icon, .contact-widget .contact-icon, .search-area, .shopcart span, .circle, .btn.style1 i, .btn.style2 i, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a {
  flex-direction: column;
  justify-content: center;
}

.cart-total .cart-total-item, .cart-table table tbody tr td .cart-item, .author-info-wrap .author-info, .author-info-wrap, .post-navigation, .blog-card.style3 .blog-info .blog-metainfo, .blog-card .blog-info .blog-metainfo .blog-author-info, .counter-card.style1, .case-card .case-img .case-info-wrap, .about-wrap.style3 .about-content .ceo-message, .hero-tablist-wrap, .new-product-item, .header-wrap .header-bottom .header-bottom-right, .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-top-left, .btn.style1, .btn.style2, .btn.style3, .btn.style4, .btn.style5, .btn.style6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.checkout-details .bill-item, .product-card .product-info, .cart-total .cart-total-item, .post-navigation, .blog-card .blog-info .blog-metainfo, .team-card.style1 .member-info-wrap, .case-card .case-img .case-info-wrap {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.blog-card.style2 .blog-info .blog-metainfo .blog-author-info, .about-wrap.style3 .counter-box, .header-wrap .header-bottom .header-bottom-right, .header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.product-tablist, .blog-card.style3 .blog-info .blog-metainfo, .why-choose-wrap.style3 .brand-logo, .page-navigation .page-nav {
  justify-content: flex-start;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header-wrap.sticky {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background-color: #fff;
}
.header-wrap .header-top {
  padding: 5px 0;
}
.header-wrap .header-top .header-top-left .contact-item {
  position: relative;
  font-size:14px;
  padding-left: 27px;
  margin-left: 25px;
  color: #fff;
  text-shadow: 2px 2px 8px rgb(0 0 0 / 18%);
}
.header-wrap .header-top .header-top-left .contact-item:first-child {
  margin-left: 0;
}
.header-wrap .header-top .header-top-left .contact-item i {
  color: #fff;
  /* position: absolute; */
  top: 5px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
}
.th-icon-avatar{
    height: 25px;
    position: relative;
    border-radius: 50%;
    width: 25px;
    background-color: #005922;
    display: flex;
    justify-content: center;
    align-items: center;
}
.th-icon-avatar i{
  color:#FFF;
  font-size: 12px !important;
}
.header-wrap .header-top .header-top-left .contact-item a {
  color: #fff;
  font-size: 14px;
  padding-left:7px;
}
.header-wrap .header-top .header-top-right .social-profile {
  margin-left: 20px;
}
.header-wrap .header-top .header-top-right .social-profile.style4 li {
  display: inline-block;
  margin: 0 0 0 8px;
}
.header-wrap .header-top .header-top-right .social-profile.style4 li:first-child {
  margin-left: 0;
}
.header-wrap .header-top .header-top-right .social-profile.style4 li a {
  width: 28px;
  height: 28px;
}
.header-wrap .header-top .header-top-right .social-profile.style4 li a i {
  font-size: 11px;
}
.header-wrap .header-bottom {
  padding: 14px 0;
  height: 100%;
}
.logo-light{
  max-width: 220px;
}
.enquiry-btn-sm{
  border-radius:0;
  margin-top:16px;
}

@media only screen and (max-width: 767px) {
  .header-wrap .logo img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
    color: #10012A;
  }
  .enquiry-btn{
  position: absolute;
  top: 14px;
  right: 21%;
  padding:6px 15px;
  }
  .header-wrap .logo img {
    max-width: 185px;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-item i,
  .header-wrap.style1 .header-top .header-top-right .user-login i {
    color: #005922;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style1 .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 15px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    border-color: #005922;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    color: #005922;
  }
  .header-wrap.style1 .header-top .header-top-right {
    justify-content: flex-start;
  }
  
  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #EEEFF2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-left .social-profile {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-left .social-profile li a i {
    color: #005922;
  }

  .header-wrap .header-top .header-top-right .contact-item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-right .contact-item a {
    color: #000;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header-wrap.style1 .header-bottom-right .mobile-bar-wrap {
    order: 3;
  }
  .menu-bar {
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
    background-color: #005922;
    background-image: linear-gradient(180deg, #005922 0%, #99ba04 100%);
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    position: relative;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }

  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    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: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #005922;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #99BA04;
    font-size: 20px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #005922;
  }
  .main-menu li a.active {
    color: #005922;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 600;
    color: #005922;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.main-menu .sub-head{
  font-weight: 600 !important;
}
.has-children .sub-menu li a{
  font-weight: 500;
}
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1200px) {
  .header-wrap.sticky {
    margin-top: -37px;
  }
  .header-wrap .container {
    max-width: 1140px;
  }
  .header-wrap.style1 .main-menu-wrap {
    text-align: right;
    margin-right: 25px;
  }
  .header-wrap.style2 .main-menu-wrap {
    text-align: center;
  }
  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px 20px 15px 20px;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
    color: #005922;
  }
  .main-menu-wrap #menu ul li a.active:before, .main-menu-wrap #menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 90px;
    left: 0;
    min-width: 260px;
    max-width:fit-content;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: block !important;
    transition: 0.5s;
    border-bottom: 1px solid #005922;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 15px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #EEEFF2;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    padding-left: 30px;
    color: #005922;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #005922;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #005922;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    top: 66px;
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:after {
    position: absolute;
    top: 16px;
    right: 9px;
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 800;
    transition: 0.6s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(-135deg);
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
  }
  .menu-expand i {
    display: none;
  }
  .header-wrap .main-menu-wrap #menu ul li.has-children .sub-menu li a.active::before,
  .header-wrap .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover::before {
    background-color: #005922;
  }
  .header-wrap .main-menu-wrap #menu ul > li > a {
    color: #000;
  }
  .header-wrap .main-menu-wrap #menu ul li a.active,
  .header-wrap .main-menu-wrap #menu ul li a:hover {
    color: #005922;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-wrap #menu ul li a {
    padding: 15px 18px 15px 18px !important;
    font-size: 18px !important;
  }
  .main-menu-wrap #menu > ul > li.has-children > a::after {
    right: -1px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-wrap .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1570px;
  }
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-2 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-3 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-4 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 40px 0;
  overflow: hidden;
  background-attachment: fixed;
}
.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  font-weight:500;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  color: #fff;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #99ba04;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 37%);
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  line-height: 22px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:hover {
  color: #005922;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "/";
  font-size: 18px;
  border-radius: 0;
}
.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}


/*--------- Doc Widget---------*/
.doc-widget .download-doc-btn a {
  display: block;
  width: 100%;
  padding: 15px 15px 17px;
  border-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
  background-color: #10012A;
}
.doc-widget .download-doc-btn a:last-child {
  margin-bottom: 0;
}
.doc-widget .download-doc-btn a i {
  color: #fff;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.doc-widget .download-doc-btn a span {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 7px;
  border-radius: 0 0 5px 5px;
  background-color: #005922;
}
.doc-widget .download-doc-btn a:hover {
  background-color: #005922;
  color: #fff;
}
.doc-widget .download-doc-btn a:hover span {
  background-color: #10012A;
}

/*--------- Price Range  Widget---------*/
.price-range-widget .checkbox-item-wrap .checkbox-item {
  margin-bottom: 10px;
}
.price-range-widget .checkbox-item-wrap .checkbox-item:last-child {
  margin-bottom: 0;
}

/*--------- Contact Widget---------*/
.contact-widget {
  position: relative;
  text-align: left;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px 25px 50px;
  background-image: url(../img/contact-widget-bg.jpg);
}
.contact-widget.style2 {
  padding: 76px 25px;
  margin-bottom: 25px;
}
.contact-widget .overlay {
  border-radius: 5px;
}
.contact-widget.sidebar-widget {
  padding: 45px 25px 50px;
}
.contact-widget .contact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #005922;
  margin-bottom: 20px;
  position: relative;
}
.contact-widget .contact-icon i {
  color: #fff;
  font-size: 42px;
  line-height: 0.8;
}
.contact-widget p,
.contact-widget h5,
.contact-widget a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.contact-widget h5 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
}
.contact-widget p {
  margin-bottom: 20px;
}
.contact-widget a {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  color: #005922;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  transition: 0.3s;
}
.contact-widget a i {
  position: relative;
  top: 2px;
  font-size: 17px;
  margin-right: 5px;
  transition: 0.3s;
}
.contact-widget a:hover {
  background: #005922;
  color: #fff;
}
.contact-widget a:hover i {
  color: #fff;
}
.contact-widget .contact-info {
  position: relative;
  padding-left: 55px;
  margin: 30px 0 0;
}
.contact-widget .contact-info span.contact-icon {
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}
.contact-widget .contact-info span.contact-icon i {
  color: #005922;
  font-size: 20px;
  line-height: 0.7;
}
.contact-widget .contact-info a {
  color: #fff;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0;
}

/*--------- Taglist Widget---------*/
.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: 16px;
  line-height: 18px;
  padding: 12px 14px;
  color: #555555;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.tag-list ul li a:hover {
  color: #fff;
  background: #005922;
}
.tag-list.style2 li a {
  box-shadow: none;
  padding: 0;
}
.tag-list.style2 li a:hover {
  background: transparent;
}
.tag-list.style3 li a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*---------Popular post Widget CSS--------------*/
.popular-post .popular-post-slider .blog-card.style3 .blog-img {
  border-radius: 5px;
}
.popular-post .popular-post-slider .blog-card.style3 .blog-img img {
  border-radius: 5px;
}
.popular-post .popular-post-slider .blog-card.style3 .blog-info {
  background: transparent;
  padding: 20px 0 0;
  transition: 0.3s;
}
.popular-post .popular-post-slider .blog-card.style3 .blog-info .blog-metainfo li a {
  color: #555;
}
.popular-post .popular-post-slider .blog-card.style3:hover .blog-info {
  background-color: transparent;
}
.popular-post .popular-post-slider .blog-card.style3:hover .blog-info .blog-metainfo li i {
  color: #005922;
}
.popular-post .popular-post-slider .blog-card.style3:hover .blog-info h3 a {
  color: #005922;
}
.popular-post .popular-post-slider .blog-card.style3:hover .blog-info p {
  color: #10012A;
}
.popular-post .popular-post-slider .owl-dots {
  text-align: left;
}
.popular-post .popular-post-slider .owl-dots .owl-dot span {
  background-color: #EEEFF2;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 5px 0 0;
}
.page-navigation .page-nav {
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-navigation .page-nav li {
  margin: 0 5px;
}
.page-navigation .page-nav li:first-child {
  margin-left: 0;
}
.page-navigation .page-nav li:last-child {
  margin-right: 0;
}
.page-navigation .page-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  opacity: 0.7;
  color: #10012A;
  background: #F9F9F9;
  text-align: center;
}
.page-navigation .page-nav li a i {
  font-size: 18px;
  line-height: 0.8;
  color: #10012A;
}
.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  background: #005922;
  color: #fff;
  opacity: 1;
}
.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

/*-------------------------------
         Hero Section CSS
-------------------------------*/


.hero-wrap {
  margin-top: 120px;
}
.hero-wrap .hero-content {
  overflow: hidden;
}
.hero-wrap .hero-content > span {
  margin: 0 0 12px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.23);
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 18px;
  padding: 8px 20px 12px;
  border-radius: 5px;
}
.hero-wrap .hero-content h1 {
  text-shadow: 1px 1px 3px rgb(0 0 0 / 57%);
  font-size: 54px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 25px;
  color: #fff;
}
.hero-wrap .hero-content h1 span {
  color: #90B406;
}
.hero-wrap .hero-content p {
  margin: 0 0 28px;
  padding-right: 60px;
  color: #fff;
}
.hero-wrap .hero-content .btn.style1 {
  background-color: #005922;
  color: #fff;
}
.hero-wrap .hero-content .btn.style1:hover {
  background-color: #fff;
  color: #10012A;
}
.hero-wrap .hero-content .btn.style1:hover i {
  background-color: #90B406;
  color: #fff;
}
.hero-wrap .hero-content .hero-btn .btn {
  font-size: 17px;
}
.hero-wrap .hero-content .hero-btn .btn:nth-child(1) {
  margin-right: 12px;
}
.hero-wrap.style1 {
  /* padding: 100px 0 140px; */
  padding:0;
  position: relative;
}
.hero-wrap.style1 .social-profile {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.hero-wrap.style2 {
  padding: 50px 0;
  position: relative;
}
.hero-wrap.style2 .social-profile {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.hero-wrap.style2 .hero-content > span {
  border-radius: 0;
}
.hero-wrap.style2 .hero-content .btn {
  border-radius: 0;
}
.hero-wrap.style2 .hero-content .btn i {
  border-radius: 0;
}
.hero-wrap.style3 {
  padding: 50px 0;
  margin-bottom: 195px;
  position: relative;
}

.hero-tablist-wrap {
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.hero-tablist-wrap span {
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.hero-tablist-wrap span i {
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.hero-tablist-wrap .hero-tablist {
  border: none;
}
.hero-tablist-wrap .hero-tablist .nav-item {
  border: none;
  background: transparent;
}
.hero-tablist-wrap .hero-tablist .nav-item .nav-link {
  position: relative;
  background: transparent;
  border: none;
  padding: 20px;
  max-width: 100px;
}
.hero-tablist-wrap .hero-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #005922;
  border: 2px solid #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.hero-tablist-wrap .hero-tablist .nav-item .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.hero-slider-two {
  position: relative;
}
.hero-slider-two.owl-carousel .owl-item {
  padding: 0 20px;
}
.hero-slider-two.owl-carousel .owl-nav .owl-prev,
.hero-slider-two.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.hero-slider-two.owl-carousel .owl-nav .owl-prev:hover,
.hero-slider-two.owl-carousel .owl-nav .owl-next:hover {
  background: #005922;
}
.hero-slider-two.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.hero-slider-two.owl-carousel .owl-nav .owl-next {
  right: 0;
}

#hero-slider-three .item {
  border-radius: 8px 0 0 8px;
}
#hero-slider-three .item img {
  border-radius: 8px 0 0 8px;
}
#hero-slider-three .owl-nav {
  position: absolute;
  bottom: -135px;
}
#hero-slider-three .owl-nav .owl-prev,
#hero-slider-three .owl-nav .owl-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
#hero-slider-three .owl-nav .owl-prev i,
#hero-slider-three .owl-nav .owl-next i {
  line-height: 0.5;
}

#hero-thumbs {
  max-width: 600px;
  position: absolute;
  bottom: -145px;
  left: calc((100% - 1500px) / 2 + 15px);
}
#hero-thumbs .item .hero-thumb-item {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
#hero-thumbs .item .hero-thumb-item img {
  border-radius: 8px;
}
#hero-thumbs .item .hero-thumb-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.4s;
}
#hero-thumbs .item .hero-thumb-item span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #005922;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
#hero-thumbs .item .hero-thumb-item span i {
  color: #10012A;
  font-size: 30px;
  line-height: 0.8;
}
#hero-thumbs .item h6 {
  font-size: 18px;
  margin: 10px 0 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
#hero-thumbs .owl-item .item:hover .hero-thumb-item span:after {
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
         Category Section CSS
-------------------------------*/
.category-card {
  padding: 25px 25px 22px;
  position: relative;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-card:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  background-color: #005922;
  width: 0%;
  height: 0%;
  z-index: -1;
  transition: 0.4s;
}
.category-card .cat-count {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 70px;
  line-height: 0.8;
  font-weight: 800;
  color: #fff;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  text-shadow: none;
}
.category-card .cat-icon {
  width: 68px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
}
.category-card .cat-icon i {
  font-size: 30px;
  line-height: 0.8;
  color: #10012A;
  transition: 0.4s;
}
.category-card .cat-info {
  margin-top: 22px;
}
.category-card .cat-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.category-card .cat-info h3 a {
  color: #fff !important;
}
.category-card .cat-info h3:hover a {
  color: #10012A;
}
.category-card .cat-info p {
  color: #fff;
  margin: 0;
  opacity: 0.8;
}
.category-card:hover:after {
  width: 100%;
  height: 100%;
}
.category-card:hover .cat-icon {
  background-color: #10012A;
}
.category-card:hover .cat-icon i {
  color: #fff;
}

/*-------------------------------
         Process Section CSS
-------------------------------*/
.process-bg-1 {
  background-image: url(../img/process/process-bg-1.jpg);
}

.process-bg-2 {
  background-image: url(../img/process/process-bg-2.jpg);
}

.process-bg-3 {
  background-image: url(../img/process/process-bg-3.jpg);
}

.process-bg-4 {
  background-image: url(../img/process/process-bg-4.jpg);
}

.process-card {
  position: relative;
  margin: 0 0 25px;
  padding: 25px;
  z-index: 1;
}
.process-card:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(16, 1, 42, 0.9);
  z-index: -1;
  transition: 0.4s;
}
.process-card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0%;
  background: #005922;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.process-card .process-count {
  font-size: 90px;
  font-weight: 700;
  line-height: 0.8;
  color: #fff;
  display: inline-block;
  transition: 0.4s;
  font-family: "Barlow Condensed", sans-serif;
}
.process-card .process-info h4 {
  line-height: 1;
  font-size: 24px;
  margin: 0 0 13px;
  color: #fff;
  margin-top: 15px;
}
.process-card .process-info p {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  opacity: 0.9;
}
.process-card:hover:before {
  height: 0;
}
.process-card:hover:after {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.process-card:hover .process-count {
  color: #fff;
}

/*-------------------------------
         About Section CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-bg.png);
}

.about-img-1 {
  background-image: url(../img/about/1.jpg);
}

.about-img-2 {
  background-image: url(../img/about/2.jpg);
}

.about-img-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-img-4 {
  background-image: url(../img/about/about-img-4.jpg);
}

.about-img-5 {
  background-image: url(../img/about/about-img-5.jpg);
}

.about-wrap {
  position: relative;
}
.about-wrap .about-content p {
  margin-bottom: 10px;
}
.about-wrap .about-content .feature-list {
  margin-bottom: 25px;
}
.about-wrap .about-content .feature-list li p {
  padding-right: 60px;
  margin-bottom: 0;
}
.about-wrap.style1 {
  overflow: hidden;
}
.about-wrap.style1 .about-shape-1 {
  position: absolute;
  bottom: 150px;
  right: -150px;
}
.about-wrap.style1 .about-img-wrap {
  position: relative;
}
.about-wrap.style1 .about-img-wrap .about-img-1 {
  height: 660px;
  width: calc(100% - 200px);
  border-radius: 5px;
}
.about-wrap.style1 .about-img-wrap .about-img-2 {
  height: 480px;
  width: 350px;
  position: absolute;
  top: 50%;
  border: 5px solid #99ba04;
  right: 0;
  border-radius: 5px;
  z-index: 1;
  transform: translateY(-50%);
}
.about-wrap.style1 .about-content .btn.style1 {
  border-radius: 5px;
}
.about-wrap.style2 {
  overflow: hidden;
}
.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
  min-height: 700px;
}
.about-wrap.style2 .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: -164%;
  content: "";
  background: #005922;
  width: 200%;
  height: 160px;
  z-index: -1;
}
.about-wrap.style2 .about-img-wrap .about-img-3 {
  height: 515px;
  width: calc(100% - 60px);
}
.about-wrap.style2 .about-img-wrap .about-img-4 {
  height: 350px;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-wrap.style2 .about-content .btn.style1 {
  border-radius: 0;
}
.about-wrap.style2 .about-content .btn.style1 i {
  border-radius: 0;
}
.about-wrap.style3 .about-img-wrap .about-img-5 {
  height: 780px;
  border-radius: 5px;
}
.about-wrap.style3 .about-content p {
  margin-bottom: 12px;
}
.about-wrap.style3 .about-content p:last-child {
  margin-bottom: 0;
}
.about-wrap.style3 .about-content .ceo-message {
  margin: 20px 0 28px;
}
.about-wrap.style3 .about-content .ceo-message .ceo-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.about-wrap.style3 .about-content .ceo-message .ceo-img img {
  border-radius: 50%;
}
.about-wrap.style3 .about-content .ceo-message .ceo-info {
  width: calc(100% - 115px);
  margin-left: 15px;
}
.about-wrap.style3 .about-content .ceo-message .ceo-info img {
  max-width: 120px;
}
.about-wrap.style3 .about-content .ceo-message .ceo-info h5 {
  margin: 15px 0 0;
}
.about-wrap.style3 .about-content .ceo-message .ceo-info h5 span {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  font-family: "Nunito", sans-serif;
  margin-left: 4px;
}
.about-wrap.style3 .counter-box {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
}
.about-wrap.style3 .counter-box .counter-card {
  margin-left: 20px;
}
.about-wrap.style3 .counter-box .counter-card:first-child {
  margin-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li span {
  position: absolute;
  top: 6px;
  left: 0;
}
.feature-list li span i {
  line-height: 0.8;
  display: inline-block;
}
.feature-list li h5 {
  font-size: 24px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.feature-list li p {
  margin-bottom: 0;
}
.feature-list li:hover h5 {
  color: #005922;
}
.feature-list li:hover h5 a {
  color: #005922;
}
.feature-list.style1 li {
  padding-left: 35px;
}
.feature-list.style1 li span i {
  color: #005922;
  font-size: 24px;
}

/*-------------------------------
         Service Section CSS
-------------------------------*/
.service-card {
  position: relative;
  margin-bottom: 25px;
}
.service-card .service-icon {
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0 0 18px;
  transition: 0.4s;
  background-color: #005922;
  background-image: linear-gradient(90deg, #005922 0%, #99ba04 100%);
}
.service-card .service-icon i {
  font-size: 35px;
  line-height: 0.8;
  color: #fff;
  transition: 0.4s;
}
.service-card .service-img {
  overflow: hidden;
  border-radius: 5px;
}
.service-card .service-img img {
  border-radius: 5px;
  transition: 0.8s;
}
.service-card .service-info {
  background-color: #F9F9F9;
  padding: 25px 25px 25px;
  position: relative;
}
.service-card .service-info .service-blur-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.service-card .service-info .service-blur-icon i {
  font-size: 95px;
  color: #ABA8B0;
  opacity: 0.15;
  transition: 0.4s;
}
.service-card .service-info h3 {
  font-size: 24px;
  margin: 0 0 14px;
}
.service-card .service-info h3 a {
  transition: 0.4s;
}
.service-card .service-info p {
  margin: 0 0 20px;
  transition: 0.4s;
}
.service-card:hover .service-img img {
  transform: scale(1.05);
}
.service-card:hover .service-info .service-icon {
  background-color: #005922;
}
.service-card:hover .service-info h3 a {
  color: #005922;
}
.service-card.style1 {
  border-radius: 0 0 5px 5px;
}
.service-card.style1 .service-img {
  border-radius: 5px 5px 0 0;
}
.service-card.style1 .service-img img {
  min-height: 250px;
  max-height: 250px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}
.service-card.style1 .service-icon {
  border-radius: 4px;
  margin-bottom: 22px;
}
.service-card.style1 .service-info p {
  margin-bottom: 12px;
}
.service-card.style1 .service-info .btn.style2 {
  background-color: transparent;
  color: #005922;
  padding: 0;
}
.service-card.style1 .service-info .btn.style2 i {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 5px;
}
.service-card.style1 .service-info .btn.style2:hover i {
  margin-left: 8px;
  color: #005922;
}
.service-card.style2 .service-info {
  transition: 0.4s;
}
.service-card.style2 .service-info .btn {
  border-radius: 0;
}
.service-card.style2 .service-info .btn i {
  border-radius: 0;
}
.service-card.style2:hover .service-icon {
  background-color: #fff;
}
.service-card.style2:hover .service-icon i {
  color: #10012A;
}
.service-card.style2:hover .service-info {
  background-color: #005922;
}
.service-card.style2:hover .service-info .service-blur-icon i {
  opacity: 0.15;
  color: #fff;
}
.service-card.style2:hover .service-info h3 a {
  color: #fff;
}
.service-card.style2:hover .service-info p {
  color: #fff;
}
.service-card.style2:hover .service-info .btn {
  background-color: #fff;
  color: #10012A;
}
.service-card.style2:hover .service-info .btn i {
  background-color: #005922;
  color: #fff;
}
.service-card.style3 {
  padding-top: 50px;
  transition: 0.4s;
}
.service-card.style3 .service-icon {
  margin-top: -50px;
  border-radius: 4px;
  transition: 0.4s;
}
.service-card.style3 .service-info {
  border-radius: 5px;
  transition: 0.4s;
}
.service-card.style3 .service-info h3 a {
  transition: 0.4s;
}
.service-card.style3 .service-info p {
  transition: 0.4s;
}
.service-card.style3 .service-info .btn.style2 {
  border-radius: 5px;
}
.service-card.style3 .service-info .btn.style2 i {
  border-radius: 5px;
}
.service-card.style3:hover .service-icon {
  background-color: #fff;
}
.service-card.style3:hover .service-icon i {
  color: #10012A;
}
.service-card.style3:hover .service-info {
  background-color: #005922;
}
.service-card.style3:hover .service-info .service-blur-icon i {
  opacity: 0.15;
  color: #fff;
}
.service-card.style3:hover .service-info h3 a {
  color: #fff;
}
.service-card.style3:hover .service-info p {
  color: #fff;
}
.service-card.style3:hover .service-info .btn.style1 {
  background-color: #fff;
  color: #10012A;
}
.service-card.style3:hover .service-info .btn.style1 i {
  background-color: #005922;
  color: #fff;
}

.service-slider-one {
  position: relative;
  padding-bottom: 65px;
}
.service-slider-one.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.service-slider-two {
  position: relative;
  padding-bottom: 65px;
}
.service-slider-two.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.service-slider-three {
  position: relative;
  padding-bottom: 70px;
}
.service-slider-three.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.service-slider-three.owl-carousel .owl-nav .owl-prev,
.service-slider-three.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-carousel .service-card {
  margin-bottom: 0;
}

/*-------------------------------
        Case Section CSS
-------------------------------*/
.case-wrap.style1 {
  position: relative;
}
.case-wrap.style1:after {
  position: absolute;
  bottom: -80px;
  left: 0;
  content: "";
  background-color: #005922;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.case-card {
  margin: 0 0 25px;
}
.case-card .case-img {
  position: relative;
  overflow: hidden;
}
.case-card .case-img img {
  transition: 0.8s;
}
.case-card .case-img .case-info-wrap {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  padding: 20px;
  background-color: #99BA04;
  z-index: 1;
}
.case-card .case-img .case-info-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #005922;
  transition: 0.3s;
  z-index: -1;
}
.case-card .case-img .case-info-wrap .case-info .case-category {
  color: #fff;
}
.case-card .case-img .case-info-wrap .case-info h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.case-card .case-img .case-info-wrap .case-info h3 a {
  color: #fff;
}
.case-card .case-img .case-info-wrap .read-more {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  transition: 0.4s;
}
.case-card .case-img .case-info-wrap .read-more i {
  font-size: 18px;
  line-height: 0.8;
  transition: 0.4s;
}
.case-card .case-img .case-info-wrap .read-more:hover {
  background: #10012A;
}
.case-card .case-img .case-info-wrap .read-more:hover i {
  color: #fff;
}
.case-card:hover .case-img img {
  transform: scale(1.05);
}
.case-card:hover .case-img .case-info-wrap:after {
  height: 100%;
}
.case-card:hover .case-img .case-info-wrap .read-more {
  background: #99BA04;
}
.case-card:hover .case-img .case-info-wrap .read-more i {
  color: #fff;
}
.case-card:hover.style1 .case-img .case-info-wrap .read-more i {
  color: #000;
}
.case-card.style1 .case-img {
  border-radius: 5px;
}
.case-card.style1 .case-img img {

    height: 280px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.case-card.style1 .case-img .case-info-wrap {
  border-radius: 5px;
}
.case-card.style1 .case-img .case-info-wrap:after {
  border-radius: 5px;
}
.case-card.style1 .case-img .case-info-wrap .read-more {
  border-radius: 5px;
  position: absolute;
    right: 12px;
}
.case-card.style1:hover .case-img .case-info-wrap .read-more i {
  color: #fff;
}
.case-card.style3 .case-img {
  border-radius: 5px;
}
.case-card.style3 .case-img img {
  border-radius: 5px;
}
.case-card.style3 .case-img .case-info-wrap {
  left: 0;
  bottom: -100%;
  width: 100%;
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
}
.case-card.style3 .case-img .case-info-wrap .read-more {
  background: #fff;
  border-radius: 5px;
}
.case-card.style3 .case-img .case-info-wrap .read-more i {
  color: #10012A;
}
.case-card.style3:hover .case-info-wrap {
  bottom: 0;
}

.case-slider-one {
  position: relative;
}
.case-slider-one .owl-dots {
  position: absolute;
  top: -78px;
  right: 0;
  height: 21px;
}

.case-slider-two {
  position: relative;
}
.case-slider-two.owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

.case-slider-three {
  position: relative;
}
.case-slider-three.owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

.owl-carousel .case-card {
  margin-bottom: 0;
}

/* Inner Project Grid Section */

.pro-grid-head{
  text-align: center;
  display: flex;
  justify-content: start;
  margin-bottom:45px;
}
.pro-grid-head h3{
  position: relative;
  text-align: center;
  color:#005922;
  font-size: 35px;
  width: fit-content;
}
.pro-grid-head h3::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  display: flex;
  justify-content: center;
  content: '';
  height: 3px;
  width: 50%;
  background-color: #99BA04;
}
.project-grid-col{
  margin-bottom: 30px;
}
.progri-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.progriimg-wrap {
  position: relative;
  /* display: inline-block; */
  width: 100%;
}

.progriimg-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00000081;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.progri-container:hover .progriimg-wrap::before {
  opacity: 1;
}

.progrid-img {
  width: 100%;
  max-height: 280px;
  height: 280px;
  object-fit: cover;
  display: block;
}

.progri-container::before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.cam-view-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 37px;
  z-index: 2;
  pointer-events: none;
}

.progri-container:hover .cam-view-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.progri-container:hover .inner-block:before,
.progri-container:hover .slider-top-right:after {
  height: 100%;
}

.progri-container:hover .inner-block:after,
.progri-container:hover .slider-top-right:before {
  width: 100%;
}

.slider-top-right:before,
.inner-block:after {
  height: 3px;
  transition: width 0.75s ease;
  width: 0%;
}

.slider-top-right:after,
.inner-block:before {
  height: 0%;
  transition: height 0.75s ease;
  width: 3px;
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
  background-color: #99BA04;
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
}

.inner-block {
  font-size: 2em;
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.inner-block:before {
  bottom: 0;
  left: 0;
}

.inner-block:after {
  bottom: 0;
  right: 0;
}

.slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider-top-right:before {
  top: 0;
  left: 0;
}

.slider-top-right:after {
  top: 0;
  right: 0;
}

.progri-footer {
  /* background-color: #005922;
  background-image: linear-gradient(180deg, #005922 0%, #99ba04 100%);   */
  width:100%
}
.progri-footer h5{
  color:#000;
  text-align: center;
  padding: 10px 8px;
}

/*-------------------------------
     Why Choose Us Section CSS
-------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-bg-1.jpg);
}

.wh-img-1 {
  background-image: url(../img/why-choose-us/wh-img-1.jpg);
}

.wh-img-2 {
  background-image: url(../img/why-choose-us/wh-img-2.jpg);
}

.wh-img-3 {
  background-image: url(../img/why-choose-us/wh-img-3.jpg);
}

.wh-img-4 {
  background-image: url(../img/why-choose-us/wh-img-4.jpg);
}

.wh-img-5 {
  background-image: url(../img/why-choose-us/wh-img-5.jpg);
}

.why-choose-wrap {
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-1 {
  height: 664px;
  width: calc(100% - 150px);
  border-radius: 5px;
  margin-left: auto;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-2 {
  height: 450px;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  z-index: 1;
  transform: translateY(-50%);
}
.why-choose-wrap.style1 .wh-content p {
  margin-bottom: 22px;
}
.why-choose-wrap.style1 .wh-content .feature-list {
  margin-bottom: 25px;
}
.why-choose-wrap.style1 .wh-content .feature-list li h5:hover a {
  color: #005922;
}
.why-choose-wrap.style1 .wh-content .feature-list li p {
  padding-right: 30px;
  margin-bottom: 0;
}
.why-choose-wrap.style2 {
  overflow: hidden;
}
.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
  min-height: 700px;
}
.why-choose-wrap.style2 .wh-img-wrap:after {
  position: absolute;
  bottom: 0;
  right: -100%;
  content: "";
  background: #005922;
  width: 200%;
  height: 160px;
  z-index: -1;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-img-3 {
  height: 516px;
  width: calc(100% - 60px);
  margin-left: auto;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-img-4 {
  height: 350px;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.why-choose-wrap.style2 .wh-img-wrap .wh-img-4:after {
  position: absolute;
  bottom: 0;
  right: -25px;
  content: "";
  background: #fff;
  width: 25px;
  height: 160px;
  z-index: -1;
}
.why-choose-wrap.style2 .wh-content .feature-list {
  margin-bottom: 25px;
}
.why-choose-wrap.style2 .wh-content .btn.style2 {
  border-radius: 0;
}
.why-choose-wrap.style2 .wh-content .btn.style2 i {
  border-radius: 0;
}
.why-choose-wrap.style3 .wh-img-wrap .wh-img-5 {
  height: 830px;
  border-radius: 5px;
}
.why-choose-wrap.style3 .brand-logo {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
}
.why-choose-wrap.style3 .brand-logo .brand-item {
  margin-right: 20px;
  width: 225px;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 25px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why-choose-wrap.style3 .brand-logo .brand-item:first-child {
  margin-left: 0;
}
.why-choose-wrap.style3 .brand-logo .brand-item img {
  display: block;
  margin: 0 auto;
}
.why-choose-wrap.style3 .brand-logo .brand-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #005922;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.why-choose-wrap.style3 .brand-logo .brand-item:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.why-choose-wrap.style3 .brand-logo .brand-item:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
         Counter Section CSS
-------------------------------*/
.counter-bg-1 {
  background-image: url(../img/counter-bg.png);
}

.counter-wrap {
  position: relative;
}
.counter-wrap.style2 {
  height: 600px;
}

.counter-card {
  margin: 0 0 25px;
}
.counter-card.style1 .counter-icon {
  position: relative;
  padding-left: 15px;
  width: 65px;
}
.counter-card.style1 .counter-icon:after {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  /* background: rgb(216, 7, 88); */
  background-color: #005922;
    background-image: linear-gradient(180deg, #005922 0%, #99ba04 100%);
    border: 2px solid #FFF;
  width: 28px;
  height: 75px;
  border-radius: 3px;
  z-index: -2;
}
.counter-card.style1 .counter-icon i {
  color: #fff;
  font-size: 50px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 15px;
}
.counter-card.style1 .counter-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}
.counter-card.style1 .counter-info h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 5px;
  text-shadow: 1px 1px 3px rgb(3 35 14 / 82%);
}
.counter-card.style1 .counter-info p {
  color: #fff;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
}
.counter-card.style2 {
  width: 225px;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 25px 25px;
  margin: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.counter-card.style2:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #005922;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.counter-card.style2 .counter-icon {
  position: relative;
}
.counter-card.style2 .counter-icon i {
  color: #005922;
  font-size: 50px;
  line-height: 0.8;
  display: inline-block;
  transition: 0.4s;
}
.counter-card.style2 .counter-info h2 {
  color: #10012A;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 5px;
  transition: 0.4s;
}
.counter-card.style2 .counter-info h2 .target {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.counter-card.style2 .counter-info p {
  color: #555555;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
  transition: 0.4s;
}
.counter-card.style2:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.counter-card.style2:hover .counter-icon i {
  color: #fff;
}
.counter-card.style2:hover .counter-info h2 {
  color: #fff;
}
.counter-card.style2:hover .counter-info p {
  color: #fff;
}

/*-------------------------------
    Testimonial Section  CSS
-------------------------------*/
.testimonial-item.style1 {
  background-color: #F9F9F9;
  padding: 23px 25px 22px;
  position: relative;
  transition: 0.3s;
}
.testimonial-item.style1 .quote-icon {
  position: absolute;
  top: 60px;
  right: 25px;
}
.testimonial-item.style1 .quote-icon i {
  font-size: 55px;
  opacity: 0.1;
  line-height: 0.8;
  transition: 0.3s;
}
.testimonial-item.style1 .client-info h5 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px;
  transition: 0.3s;
}
.testimonial-item.style1 .client-info span {
  margin: 0 0 10px;
  display: block;
  transition: 0.3s;
}
.testimonial-item.style1 .client-quote {
  margin: 20px 0 0;
  font-weight: 400;
  transition: 0.3s;
}
.testimonial-item.style2 {
  background-color: #F9F9F9;
  padding: 22px 25px 22px;
  position: relative;
  transition: 0.4s;
}
.testimonial-item.style2 .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.4s;
}
.testimonial-item.style2 .client-img img {
  border-radius: 50%;
}
.testimonial-item.style2 .quote-icon {
  position: absolute;
  top: 60px;
  right: 25px;
}
.testimonial-item.style2 .quote-icon i {
  font-size: 95px;
  opacity: 0.1;
  line-height: 0.8;
  transition: 0.4s;
}
.testimonial-item.style2 .client-info h5 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 8px;
  transition: 0.4s;
}
.testimonial-item.style2 .client-info span {
  margin: 0 0 10px;
  display: block;
  transition: 0.4s;
}
.testimonial-item.style2 .client-quote {
  margin: 12px 0 0;
  font-weight: 600;
  transition: 0.4s;
}
.testimonial-item.style2:hover {
  background-color: #005922;
}
.testimonial-item.style2:hover .client-img {
  border-color: #fff;
}
.testimonial-item.style2:hover .client-info h5,
.testimonial-item.style2:hover .client-info span {
  color: #fff;
}
.testimonial-item.style2:hover .client-quote {
  color: #fff;
}
.testimonial-item.style3 {
  background-color: #F9F9F9;
  padding: 22px 25px 22px;
  position: relative;
  border-radius: 5px;
  transition: 0.4s;
}
.testimonial-item.style3 .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 23px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.testimonial-item.style3 .client-img img {
  border-radius: 50%;
}
.testimonial-item.style3 .quote-icon {
  position: absolute;
  top: 60px;
  right: 25px;
}
.testimonial-item.style3 .quote-icon i {
  font-size: 60px;
  opacity: 0.1;
  line-height: 0.8;
}
.testimonial-item.style3 .client-info h5 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px;
  transition: 0.3s;
}
.testimonial-item.style3 .client-info span {
  margin: 0 0 10px;
  display: block;
  transition: 0.3s;
}
.testimonial-item.style3 .client-quote {
  margin: 15px 0 0;
  font-weight: 600;
  transition: 0.3s;
}
.testimonial-item.style3:hover {
  background-color: #005922;
}
.testimonial-item.style3:hover .client-img {
  border-color: #fff;
}
.testimonial-item.style3:hover .client-info h5,
.testimonial-item.style3:hover .client-info span {
  color: #fff;
}
.testimonial-item.style3:hover .client-quote {
  color: #fff;
}

.testimonial-thumbs {
  max-width: 200px;
  margin: 0 auto;
  padding: 30px 0 2px;
  display: none;
}
.testimonial-thumbs .swiper-slide .thumb-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  transform: scale(0.8);
  transition: 0.4s;
  cursor: pointer;
}
.testimonial-thumbs .swiper-slide .thumb-item img {
  border-radius: 50%;
}
.testimonial-thumbs .swiper-slide.swiper-slide-active .thumb-item {
  border-color: #005922;
  transform: scale(1.05);
}

.testimonial-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EEEFF2;
  opacity: 1;
  margin-left: 10px;
  border: 1px solid transparent;
  transition: 0.4s;
  position: relative;
}
.testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.4s;
}
.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #005922;
  background: transparent;
}
.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #005922;
}

.ratings {
  line-height: 1;
}
.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #FEBF08;
}

.testimonial-slider-one .swiper-slide.swiper-slide-active .testimonial-item {
  background-color: #005922;
  transition: 0.4s;
}
.testimonial-slider-one .swiper-slide.swiper-slide-active .testimonial-item .client-info h5,
.testimonial-slider-one .swiper-slide.swiper-slide-active .testimonial-item .client-info span {
  color: #fff;
}
.testimonial-slider-one .swiper-slide.swiper-slide-active .testimonial-item .client-quote {
  color: #fff;
}
.testimonial-slider-one .swiper-slide.swiper-slide-active .testimonial-item .quote-icon i {
  opacity: 0.8;
  color: #fff;
}

.testimonial-slider-two,
.testimonial-slider-three {
  position: relative;
}
.testimonial-slider-two.owl-carousel .owl-nav,
.testimonial-slider-three.owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

/*-------------------------------
    Contact   CSS
--------------------------------*/
.contact-item-box {
  background-color: #19875424;
  text-align: left;
  padding: 22px 25px 22px;
  margin-bottom: 25px;
  border-radius: 5px;
  transition: 0.4s;
}
.contact-item-box .contact-icon {
  font-size: 50px;
  line-height: 0.8;
  color: #005922;
  margin: 0 0 17px;
}
.contact-item-box .contact-icon i {
  transition: 0.4s;
}
.contact-item-box h3 {
  font-size: 24px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.contact-item-box a {
  display: block;
  color: #555555;
  transition: 0.4s;
}
.contact-item-box p {
  line-height: 1.6;
  margin-bottom: 0;
  transition: 0.4s;
}
.contact-item-box:hover {
  background: #005922;
}
.contact-item-box:hover .contact-icon i {
  color: #fff;
}
.contact-item-box:hover a,
.contact-item-box:hover p,
.contact-item-box:hover h3 {
  color: #fff;
}

.btn.disabled {
  opacity: 1;
}

#contactForm {
  margin-bottom: 25px;
  background-color: #19875414;
  padding: 25px;
}
#contactForm .form-group {
  margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
#contactForm .form-group input {
  height: 54px;
}
#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}
#contactForm .btn {
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.accordion-button:not(.collapsed) span {
  background: #005922 !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;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  background: transparent;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 30px;
  font-weight: 500;
  border-radius: 0;
  color: #10012A;
  text-align: left;
  align-items: center;
  border: none;
  padding-right: 65px;
  transition: 0.4s;
  background-color: #F9F9F9;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
  background-color: #10012A !important;
}
.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  height: 100%;
  background-color: #005922;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
}
.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: none;
  padding: 20px 20px 20px;
  background: #F9F9F9;
}
.accordion-body p {
  margin: 0;
}

/* Inner Page Product Section */

.innhtitle{
  position:relative;
  text-transform: capitalize;
  display: inline-block;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  color:#000;
}
.innhtitle:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #005922;
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.innhtitle:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #005922;
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.pro-timg-wrapper{
  margin-top: 35px;
}
.imgcoltp-wrapper {
  width:100%;
  box-shadow: rgb(25 135 84 / 26%) 0px 10px 36px 0px, rgb(12 12 12 / 43%) 0px 0px 0px 1px;
  border-radius: 10px !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width:991px){
  .imgcoltp-wrapper{
    margin-bottom:30px;
  }
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #99BA04, #005922);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

/* Plus icon */
.plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 35px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

/* Hover effect */
.imgcoltp-wrapper:hover .gradient-overlay {
  opacity: 0.6; /* Adjust for how strong you want the overlay to appear */
}

.imgcoltp-wrapper:hover .plus-icon {
  opacity: 1;
}


.imgcoltp-wrapper img, .imgcoltp-img{
  height: 300px;
  max-height:300px;
  width:100%;
  object-fit: cover;
  border-radius: 10px;
}
.spec-prodrow-container{
  margin: 70px 0 30px 0;
}
.avatar-spec-wrapper{
  position:relative;
  overflow:hidden;
  background-color: transparent;
  border: 5px solid #00592233;
  height: 200px;
  width: 200px;
  min-height: 200px;
  min-width: 200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-specs:hover .avatr-spec-img, .square-img-wrapper:hover img{
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
@media screen and (max-width:991px){
  .avatar-specs{
    margin-bottom:25px;
  }
}
.avatar-spec-wrapper img{
  height: 100%;
  width:100%;
  border-radius: 50%;
  object-fit: cover;
}
.pro-spec-title{
  color:#000;
  margin-top: 7px;
  text-align: center;
}
.subhead-spec {
  position: relative;
  font-size: 30px;
  padding-left: 19px;
  margin-bottom: 35px;
}
.subhead-spec::before {
  content: '';
  position: absolute;
  left: 0;
  top:3px;
  display: inline-block;
  height: 100%;
  width: 7px;
  background-color: #005922;
  border-radius: 6px;
}
.headinstyle2{
  font-size: 19px;
  color:#005922;
  position:relative;
}
.headinstyle2::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  height: 2px;
  width: 55px;
  background-color: #99BA04;
  bottom: -4px;
}
.tyE-title{
  padding-top: 15px;
  color:#000;
  text-align: center;
  margin-bottom:0;
}
.sub-inpara{
  color:#000;
  font-size:18px;
}
.hori-ruler{
    margin: 3rem 0 !important;
    color: #005922 !important;
    opacity: .65 !important;
}
.avatar-spec-wrapper._self{
  height:150px !important;
  width:150px !important;
  min-width:150px !important;
  min-height:150px !important;
}
.square-img-wrapper{
  border: 5px solid #00592233;
  display:flex;
  justify-content: center;
}
.square-img-wrapper img {
  height: 200px;
  max-height: 200px;
  padding: 30px 20px;
}
.innfeat-list-ul {
  list-style-type: none; 
  padding-left: 20px; 
}
.innfeat-list-ul li {
  color: #000;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
.innfeat-list-ul li span{
  font-weight: 600;
  padding-right: 4px;
}
.innfeat-list-ul li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Pro";
  color: #198754;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
.heading-style3{
  position:relative;
  color:#005922;
  font-size:30px;
}
.heading-style3::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  height: 2px;
  width: 56px;
  background-color: #99BA04;
  bottom: -9px;
}
.tble-prRVw-wrap {
  margin-top: 30px;
}
.tble-prRVw-wrap tr,th,td{
  border: 1px solid #005922;
}

/* Client Section */
.client-col{
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .client-col {
    width: 20%;
  }
}

.client-card {
  padding: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  max-height: 200px;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.client-img{
  max-width: 100%;
}

/*-------------------------------
         Responsive CSS
-------------------------------*/
.footer-widget-wrap, .circle, .btn.style1, .btn.style1 i, .btn.style2, .btn.style2 i, .btn.style3, .btn.style4, .btn.style5, .btn.style6, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .shopcart span, .search-area, .new-product-item, .contact-widget .contact-icon, .contact-widget .contact-info span.contact-icon, .page-navigation .page-nav, .page-navigation .page-nav li a, .hero-tablist-wrap, #hero-thumbs .item .hero-thumb-item span, .category-card .cat-icon, .about-wrap.style3 .about-content .ceo-message, .about-wrap.style3 .counter-box, .service-card .service-icon, .case-card .case-img .case-info-wrap, .case-card .case-img .case-info-wrap .read-more, .project-desc .project-metainfo li, .why-choose-wrap.style3 .brand-logo, .team-card.style1 .member-info-wrap, .team-card.style1 .member-info-wrap .member-social-profile span, .counter-card.style1, .promo-video .video-play, .blog-card .blog-info .blog-metainfo, .blog-card .blog-info .blog-metainfo .blog-author-info, .blog-card.style2 .blog-info .blog-metainfo .blog-author-info, .blog-card.style3 .blog-info .blog-metainfo, .newsleter-wrap .newsletter-form, .post-navigation, .author-info-wrap, .author-info-wrap .author-info, .comment-item, .comment-author_info, .post-author, .cart-table table tbody tr td .cart-item, .cart-total .cart-total-item, .product-card .product-info, .product-card .product-info .product-info-right .add-to-cart, .product-tablist, .product-quantity .qtySelector span, .checkout-details .bill-item, .checkout-details .select-payment-method {
  display: flex;
  flex-wrap: wrap;
}

.btn i, .btn.style1, .btn.style1 i, .btn.style2, .btn.style2 i, .btn.style3, .btn.style4, .btn.style5, .btn.style6, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  flex-wrap: wrap;
}

.circle, .btn.style1 i, .btn.style2 i, .btn.style6 i, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .social-profile.style4 li a, .shopcart span, .search-area, .contact-widget .contact-icon, .contact-widget .contact-info span.contact-icon, .page-navigation .page-nav li a, #hero-thumbs .item .hero-thumb-item span, .category-card .cat-icon, .service-card .service-icon, .case-card .case-img .case-info-wrap .read-more, .team-card.style1 .member-info-wrap .member-social-profile span, .promo-video .video-play, .product-card .product-info .product-info-right .add-to-cart, .product-quantity .qtySelector span {
  flex-direction: column;
  justify-content: center;
}

.btn.style1, .btn.style2, .btn.style3, .btn.style4, .btn.style5, .btn.style6, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right,  .new-product-item, .hero-tablist-wrap, .about-wrap.style3 .about-content .ceo-message, .case-card .case-img .case-info-wrap, .counter-card.style1, .blog-card .blog-info .blog-metainfo .blog-author-info, .blog-card.style3 .blog-info .blog-metainfo, .post-navigation, .author-info-wrap, .author-info-wrap .author-info, .cart-table table tbody tr td .cart-item, .cart-total .cart-total-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.case-card .case-img .case-info-wrap, .team-card.style1 .member-info-wrap, .blog-card .blog-info .blog-metainfo, .post-navigation, .cart-total .cart-total-item, .product-card .product-info, .checkout-details .bill-item {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .about-wrap.style3 .counter-box, .blog-card.style2 .blog-info .blog-metainfo .blog-author-info {
  justify-content: flex-end;
}

.page-navigation .page-nav, .why-choose-wrap.style3 .brand-logo, .blog-card.style3 .blog-info .blog-metainfo, .product-tablist {
  justify-content: flex-start;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  /* background-image: url(../img/footer/footer-bg-1.jpg); */
  background-color: #051c0e;
/* background-image: linear-gradient(180deg, #005922 0%, #99ba04 100%); */

}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.footer-wrap .footer-bottom .copyright {
  text-align: center;
  padding: 0 15px;
}
.footer-wrap .footer-bottom .copyright p {
  color: #fff;
  margin: 0;
}
.footer-wrap .footer-bottom .copyright p a {
  color: #005922;
  font-weight: 600;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 34%;
  padding-right: 45px;
}
.footer-widget-wrap .footer-widget:nth-child(2),
.footer-widget-wrap .footer-widget:nth-child(3),
.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 22%;
  padding-left: 0;
}
.footer-widget-wrap .footer-widget {
  position: relative;
  margin: 0 0 30px;
}
.footer-widget-wrap .footer-widget .footer-logo {
  margin: 0 0 25px;
  display: block;
}
.footer-logo img{
  filter: invert(1) brightness(8);
  max-width: 250px;
}
.footer-widget-wrap .footer-widget .comp-desc {
  color: #fff;
  margin: 0 0 27px;
}
.footer-widget-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
}
.footer-widget-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #005922;
}
.footer-widget-wrap .footer-widget .contact-item {
  position: relative;
  margin: 0 0 20px;
  display:flex;
  align-items:start;
}
.footer-widget-wrap .footer-widget .contact-item:last-child {
  margin-bottom: 0;
}
.footer-widget-wrap .footer-widget .contact-item i {
  color: #fff;
  font-size: 18px;
}
.foot-cont-avatar{
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3a4509;
    border-radius: 50%;
    margin-right:10px;
}
.footer-widget-wrap .footer-widget .contact-item p,
.footer-widget-wrap .footer-widget .contact-item a {
  color: #fff;
  margin-bottom: 0;
}
.footer-widget-wrap .footer-widget .contact-item p:hover,
.footer-widget-wrap .footer-widget .contact-item a:hover {
  color: #005922;
}
.footer-widget-wrap .footer-widget .footer-menu li {
  margin: 0 0 15px;
}
.footer-widget-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-widget-wrap .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  margin-left: 30px;
  position: relative;
}
.footer-widget-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #005922;
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.footer-widget-wrap .footer-widget .footer-menu li a:hover {
  color: #005922;
}
.footer-widget-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.footer-widget-wrap .footer-widget .footer-menu li a i {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -30px;
}

/*--------------------------------------
    Responsive CSS For Footer
-------------------------------------*/
@media only screen and (min-width: 992px) {
  .footer-wrap .footer-top {
    padding-top: 70px;
  }
  .footer-wrap .footer-top .footer-widget-wrap .footer-widget .footer-widget-title {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget:nth-child(1) {
    width: 34%;
    padding-right: 25px;
  }
  .footer-wrap .footer-top .footer-widget:nth-child(2), .footer-wrap .footer-top .footer-widget:nth-child(3), .footer-wrap .footer-top .footer-widget:nth-child(4) {
    width: 22%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer-wrap .footer-top .footer-widget {
    width: 50%;
    padding-right: 30px;
    padding-left: 0;
  }
  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrap .footer-top .footer-widget {
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
  }
  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-top .footer-widget {
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
  }
  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 30px;
  }
  .footer-wrap .footer-top .footer-widget .footer-menu li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-top .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-top .footer-widget .contact-item a {
    font-size: 14px;
  }
}

/* Inner Product Page */
.heading-YjwyQ h2 {
  position: relative;
  max-width: fit-content;
  color: #005922;
  font-size: 35px;
  padding-left: 28px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.heading-YjwyQ h2::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 50px;
  background-color: #99BA04;
  left: 0px;
  top: 6px;
}
.pdf-inner{
  color: #000;
    position: relative;
    /* padding-left: 25px; */
    font-size: 18px;
    line-height: 30px;
    padding: 18px;
    margin-bottom: 10px;
    border-top: 5px inset #77a428;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: 0.4s;
}
.pdf-inner:hover{
background: #e1efbb;
}