@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  position: relative;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------s------------------------------------------------------------------------------------------------- */





.hero-slider {
  height: 100%;
  position: relative;
}

.hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #122223 20%, rgba(18, 34, 35, 0)70%);
}

.hero-slider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-slider .content-wrapper {
  position: relative;
  padding: 300px 0 240px;
}

.hero-slider .content-wrapper p.tagline {
  color: #facd00;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
  border-left: 3px solid #facd00;
  font-size: 18px;
  animation: fadeInDown 1s linear forwards;
}

.hero-slider .content-wrapper h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 56px;
  animation: fadeInDown 1s .4s linear forwards;
  opacity: 0;
}

.hero-slider .content-wrapper h1 {
  color: #fff;
  font-size: 96px;
  text-transform: uppercase;
  font-weight: 900;
  animation: fadeInDown 1s .8s linear forwards;
  opacity: 0;
}

.hero-slider .content-wrapper h1 span {
  color: #4AAB3D;
}

.hero-slider .content-wrapper p.text {
  color: #fff;
  letter-spacing: 1px;
  animation: fadeIn 1s 1s linear forwards;
  opacity: 0;
}

.hero-slider .content-wrapper .slider-btn {
  margin-top: 30px;
  animation: fadeIn 1s 1s linear forwards;
  opacity: 0;
}

.hero-slider .content-wrapper .slider-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4AAB3D;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.hero-slider .content-wrapper .slider-btn a:nth-child(2n) {
  background-color: #fff;
  color: #000;
}

.hero-slider .content-wrapper .slider-btn a:hover {
  background-color: #1D8F2C;
  color: #fff;
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width:1200px) {

  .hero-slider .content-wrapper {
    position: relative;
    padding: 240px 0 200px;
  }

  .hero-slider .content-wrapper h1 {
    font-size: 76px;
  }
}

@media (max-width:768px) {
  .hero-slider .content-wrapper h2 {
    font-size: 36px;
  }

  .hero-slider .content-wrapper h1 {
    font-size: 64px;
  }

  .hero-slider .content-wrapper {
    position: relative;
    padding: 240px 0 160px;
  }
}



/* ------------------------------------------------------------------------------------------------------------ */



.feature-section {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
}

.feature-section .content-wrapper {
  padding: 10px 20px;
  position: relative;
  border-radius: 30px 0 0 30px;
}

.feature-section .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 100%;
  background-color: #1F242C;
  border-top: 13px solid #fff;
  border-left: 13px solid #fff;
  border-radius: 30px 0 0 30px;
}

.feature-section .content-wrapper::after {
  content: "";
  position: absolute;
  left: -87px;
  top: 28px;
  width: 100px;
  height: 35px;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: #fff;
  border-radius: 0 0px 30px 0px;
}

.feature-section .content-wrapper .item-box {
  padding: 30px 10px;
  position: relative;

  text-align: center;
}

.feature-section .content-wrapper .item-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.feature-section .content-wrapper .item-box h2 {
  color: #fff;
  font-size: 66px;
  transition: all 0.4s;
}

.feature-section .content-wrapper .item-box:hover h2 {
  color: #4AAB3D;
}

.feature-section .content-wrapper .item-box p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

.feature-section .content-wrapper .item-box p span {
  color: #4AAB3D;
  font-weight: 700;
}

@media (max-width:768px) {

  .feature-section .content-wrapper .item-box h2 {
    color: #fff;
    font-size: 44px;
  }

  .feature-section .content-wrapper .item-box p {
    font-size: 13px;
  }
}



/* ---------------------------------------------------------------------------------------------- */

.about-section {
  padding: 60px 0;
  position: relative;
}

.about-section p.tagline {
  text-transform: uppercase;
  color: #fff;
  background-color: #4AAB3D;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 20px 20px 0 20px;
}

.about-section h2.title {
  font-size: 46px;
  color: #1F242C;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-section h2.title span {
  font-weight: 900;
  color: #000;
}

.about-section p.text {
  color: #1F242C;
  line-height: 26px;
  letter-spacing: 1px;
}

.about-section p.text span {
  color: #1D8F2C;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 500;
}

.about-section ul li {
  margin-bottom: 8px;
  font-weight: 600;
  color: #1F242C;
  transition: all 0.4s;
}

.about-section ul li svg {
  color: #000;
  margin-right: 5px;
  transition: all 0.4s;

}

.about-section ul li:hover svg {
  color: #4AAB3D;
  transform: scale(1.2);
}

.about-section ul li:hover {
  color: #4AAB3D;
}

.about-section .button-group {
  margin-top: 40px;
}

/* --------------------------------------------------------------------------------- */
.button-group a {
  background-color: #4AAB3D;
  padding: 10px 20px;
  border-radius: 4px;
  border: 2px solid #1D8F2C;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.button-group.dark-bg a:nth-child(2n) {
  color: #fff;
  border-color: #fff;

}

.button-group a:nth-child(2n) {
  background-color: transparent;
  color: #4AAB3D;
}

.button-group a:hover {
  background-color: #1D8F2C;
  transform: translateY(-5px);
  color: #fff;
  border-color: #1D8F2C !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media(min-width:992px) and (max-width:1200px) {
  .button-group a {
    padding: 6px 16px;
    font-size: 14px;
  }
}

@media (max-width:768px) {
  .button-group a {
    background-color: #4AAB3D;
    padding: 6px 12px;
    font-size: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------------- */

.about-section .right-content {
  position: relative;
  overflow: hidden;
}

.about-section .right-content .img-box {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

.about-section .right-content .img-box img {
  width: 100%;
  height: 100%;
}

.about-section .right-content .content {
  position: absolute;
  top: -5px;
  left: -5px;

}

.about-section .right-content .box {
  position: relative;
  background-color: #1D8F2C;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 13px solid #fff;
}

.about-section .right-content .box svg {
  width: 46px;
  height: 46px;
  color: #fff;
  margin-bottom: 10px;
  animation: pulse 1s infinite alternate;
}

.about-section .right-content .box p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.about-section .right-content .box::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -21px;
  width: 100px;
  height: 35px;
  border-style: solid;
  border-width: 13px 0px 0px 13px;
  border-color: #fff;
  border-radius: 30px 0px 0px 0px;
}

.about-section .right-content .box::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: -35px;
  width: 100px;
  height: 35px;
  border-style: solid;
  border-width: 13px 0px 0px 13px;
  border-color: #fff;
  border-radius: 30px 0px 0px 0px;
}

.about-section .right-content .svg-icon {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.about-section .right-content .svg-icon .turbine-blades {
  animation: spin_blade 8s infinite linear;
}

.about-section .right-content .svg-icon svg {
  width: 280px;
  height: 280px;

}

@keyframes spin_blade {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);

  }
}

@media (max-width:992px) {
  .about-section .right-content {
    margin-top: 30px;
  }
}

@media (max-width:568px) {
  .about-section h2.title {
    font-size: 38px;
  }

  .about-section .right-content .img-box {
    width: 100%;
    height: 450px;
  }

}

/* --------------------------Section Title --------------------------------------------------------------------------------- */


.section-title p.sub-title {
  text-transform: uppercase;
  color: #4AAB3D !important;
  font-weight: 700;
  border-radius: 20px 20px 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin: 0;

}

.section-title.light-bg p.sub-title {
  color: #1F242C !important;
}

.section-title h2.title {
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-title.light-bg h2.title {
  color: #1F242C;
}

.section-title h2.title span {
  font-weight: 900;
  color: transparent;
  /* Use text as mask for gradient */
  background: linear-gradient(90deg, #000000, #fff 50%, #4AAB3D 55%);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradientMove 4s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.section-title .border-box {
  width: 60px;
  display: inline-block;
  height: 20px;
  position: relative;
}

.section-title .border-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #4AAB3D;
}

.section-title .border-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #4AAB3D;
  animation: slideBoxAnime 6s infinite alternate;
}

@keyframes slideBoxAnime {
  0% {
    left: 0;
  }

  100% {
    left: calc(100% - 10px);
  }
}

.section-title p.text {
  color: #fff;
}

.section-title.light-bg p.text {
  color: #1F242C;
}

.section-title p.text span {
  font-style: italic;
  text-transform: capitalize;
  font-weight: 600;
}

.section-title p.text strong {
  color: #4AAB3D;
  text-transform: uppercase;
}

.section-title.light-bg p.text strong {
  color: #000;
}

.section-title.light-bg p.text span {
  color: #1D8F2C;
}

@media(min-width:992px) and (max-width:1200px) {
  .section-title h2.title {
    font-size: 38px;
  }

}

@media(max-width:568px) {
  .section-title h2.title {
    font-size: 34px;
  }

}

/* ------------------------------------------------------------------------------------------------ */


/* --------------------------Section Title Right Button ------------------------------------------------------ */


.title-btn a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  transition: all 0.4s;

}

.title-btn.light-bg a {
  background-color: #4AAB3D;
  color: #fff;
}

.title-btn.light-bg a:hover {
  background-color: #1D8F2C;
}

.title-btn a svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4AAB3D;
  padding: 6px;
  transition: all 0.4s;
}

.title-btn.light-bg a svg {
  color: #1D8F2C;
  background-color: #fff;
}

.title-btn a:hover {
  color: #1D8F2C;
  transform: translateY(-7px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.title-btn.light-bg a:hover {
  color: #fff;
}

.title-btn a:hover svg {
  transform: translateX(8px) scale(1.2);
}

/* ---------------------------------------------------------------------------------------------------------------------------- */


.service-section {
  padding: 80px 0;
  position: relative;
  /* background: linear-gradient(to right, #1F242C, #123a00); */
  background: url(../img/backgrounds/service-bg.webp) fixed;
  background-size: cover;
}

.service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}


.service-section .title-btn {
  text-align: end;
}

.service-section .title-btn a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  transition: all 0.4s;

}

.service-section .title-btn a svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4AAB3D;
  color: #fff;
  padding: 6px;
  transition: all 0.4s;
}

.service-section .title-btn a:hover {
  color: #fff;
  background-color: #1D8F2C;
  transform: translateY(-7px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-section .title-btn a:hover svg {
  transform: translateX(8px) scale(1.2);
  background-color: #fff;
  color: #1D8F2C;
}





.service-section .service-carousel .service-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
}

.service-section .service-carousel .service-box .img-box {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.service-section .service-carousel .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.service-section .service-carousel .service-box:hover .img-box img {
  transform: scale(1.1);
}

.img-anime {
  position: relative;
  overflow: hidden;
}

.img-anime::after {
  content: "";
  position: absolute;
  width: 215%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.service-section .service-carousel .service-box h4 {
  margin-top: -40px;
  z-index: 2;
}

.service-section .service-carousel .service-box h4 a {
  color: #1F242C;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  border-top: 4px solid #4AAB3D;
  transition: all 0.4s;

}

.service-section .service-carousel .service-box:hover h4 a {
  color: #1D8F2C;
}

.service-section .service-carousel .service-box p.text {
  color: rgba(0, 0, 0, 0.65);
  height: 100px;
  margin-bottom: 30px;
  overflow: auto;
}


.service-section .effect-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.service-section .effect-box .icon {
  position: relative;

}

.service-section .effect-box .icon svg {
  background-color: #123a00;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  border: 13px solid #fff;
  color: #fff;
  animation: pulse 2s infinite alternate;
}

.service-section .effect-box .icon::before {
  content: "";
  position: absolute;
  right: -27px;
  top: -5px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 13px 0px 0px 13px;
  border-color: #fff;
  border-radius: 30px 0px 0px 0px;
}

.service-section .effect-box .icon::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -19px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 13px 0px 0px 13px;
  border-color: #fff;
  border-radius: 30px 0px 0px 0px;
}

.service-section .btn-link {
  padding: 10px 20px;
  background-color: #1F242C;
  display: inline-block;
  border-radius: 10px 10px 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s;
}

.service-section .service-box:hover .btn-link {
  background-color: #4AAB3D;
  color: #fff;
  transform: scale(1.1);

}

.service-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.service-section .owl-nav button.owl-prev {
  left: 0;
}

.service-section .owl-nav button.owl-next {
  right: 0;
}

.service-section .owl-nav button svg {
  width: 20px;
  height: 20px;
  padding: 20px;
  background-color: #4AAB3D;
  border-radius: 10px;
  color: #fff;
  transition: all 0.4s;
}

.service-section .owl-nav button:hover svg {
  background-color: #00700f;
}

.service-section .owl-nav button.owl-prev svg {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;

}

.service-section .owl-nav button.owl-next svg {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}

.service-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.service-section .owl-dot span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  border-radius: 50%;
  transition: all 0.4s;
  transform: scale(.9);
}

.service-section .owl-dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.4s;
}

.service-section .owl-dot.active span {
  background-color: #4AAB3D;
  transform: scale(1.2);
}

.service-section .owl-dot.active span::before {
  border-color: #4AAB3D;
}


@media (max-width:992px) {
  .service-section .title-btn {
    text-align: start;
  }

}

/* ----------------------Main Btn with Icon----------------------------------------------------------------- */
.main-btn {
  padding: 10px 20px;
  background-color: #1F242C;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  transition: all 0.4s;

}

.main-btn svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4AAB3D;
  color: #fff;
  padding: 6px;
  transition: all 0.4s;
}

.main-btn:hover {
  color: #fff;
  background-color: #1D8F2C;
  transform: translateY(-7px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-btn:hover svg {
  transform: translateX(8px) scale(1.2);
}

/* -------------------------------------------------------------------------------------------------------- */


.product-section {
  padding: 80px 0;
  position: relative;
}


.product-section .product-box {
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.product-section .product-box:hover {
  border-color: #4AAB3D;
  border-radius: 10px;
}

.product-section .product-box .img-box {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.product-section .product-box .img-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-section .product-box .img-box .icon svg {
  width: 20px;
  height: 20px;
  background-color: #1D8F2C;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.4s;
  transform: scale(0);
  opacity: 0;
}

.product-section .product-box:hover .img-box .icon svg {
  transform: scale(1);
  opacity: 1;
}

.product-section .product-box:hover .img-box {
  border-radius: 10px;
  border-color: #4AAB3D;
}

.product-section .product-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.product-section .product-box:hover .img-box img {
  transform: scale(1.05);
  border-radius: 10px;
}

.product-section .product-box .img-box .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #4AAB3D;
  padding: 6px 20px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
}

.product-section .product-box .content {
  text-align: center;
  margin-bottom: 10px;
}

.product-section .product-box h4 a {
  color: #1F242C;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.4s;
}

.product-section .product-box:hover h4 a {
  color: #4AAB3D;
}

.product-section .product-box p.price {
  font-size: 28px;
  font-weight: 700;
  color: #1F242C;
}

.product-section .product-box p.price span {
  font-size: 18px;
  position: relative;
}

.product-section .product-box p.price span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  transform: translate(-50%, -50%) rotate(5deg);
}

@media (max-width:568px) {
  .product-section .product-box .img-box {
    width: 100%;
    height: 260px;
  }

}


/* -------------------------------------------------------------------------------------------------------------- */


.whyus-section {
  padding: 80px 0 100px;
  position: relative;
  background-color: #1F242C;
  overflow: hidden;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/backgrounds/wave-bg.png);
  animation: pulse 3s infinite alternate;
}

.whyus-section .left-content {
  position: relative;
}

.whyus-section .left-content .img-box-wrapper {
  position: relative;
}

.whyus-section .left-content .img-box-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 100px;
  width: 170px;
  height: 100px;
  background: url(../img/backgrounds/dot-bg.png) no-repeat center;
  filter: brightness(0%) contrast(0%) invert(1);
  animation: pulse 4s infinite alternate;
}

.whyus-section .left-content .img-box-first {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.whyus-section .left-content .img-box-sec {
  position: absolute;
  top: 30%;
  right: 60px;
  width: 360px;
  height: 460px;
  border-radius: 40px;
  border: 13px solid #1F242C;

}

.whyus-section .left-content .img-box-sec::before {
  content: "";
  position: absolute;
  left: 84px;
  top: -35px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 0 13px 13px 0px;
  border-color: #1F242C;
  border-radius: 0 0px 30px 0px;
}

.whyus-section .left-content .img-box-sec::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 126px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 0 13px 13px 0px;
  border-color: #1F242C;
  border-radius: 0 0px 30px 0px;
}

.whyus-section .left-content .img-box-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;

}

.whyus-section .right-content {
  position: relative;
}

.whyus-section .right-content .nav-link {
  padding: 10px 20px;
  background-color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 10px;
  font-weight: 700;
  color: #1F242C;
}

.whyus-section .right-content .nav-item:last-child .nav-link {
  margin-right: 0;
}

.whyus-section .right-content .nav-link.active {
  background-color: #4AAB3D;
  color: #fff;

}

.whyus-section .right-content .nav-link:hover {
  background-color: #4AAB3D;
  color: #fff;
}

.whyus-section .right-content .tab-content {
  margin-top: 30px;
}

.whyus-section .right-content p.text {

  color: #fff;
}

.whyus-section .right-content p.text span {
  color: #4AAB3D;
  font-style: italic;
  text-transform: capitalize;
}

.whyus-section .right-content .list-point li {
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.4s;
}

.whyus-section .right-content .list-point li svg {
  margin-right: 6px;
  color: #4AAB3D;
}

.whyus-section .right-content .list-point li:hover {
  color: #4AAB3D;
}


@media(min-width:992px) and (max-width:1200px) {
  .whyus-section .left-content .img-box-wrapper::before {
    right: 0;
  }

  .whyus-section .left-content .img-box-sec {
    top: 40%;
    right: 0;
  }

  .whyus-section .left-content .img-box-sec::before {
    left: 61.2%;
    top: -35px;
  }

  .whyus-section .left-content .img-box-sec::after {
    left: -40px;
    bottom: 39%;
  }

}

@media(max-width:992px) {
  .whyus-section .left-content {
    margin-bottom: 50px;
  }

  .whyus-section .left-content .img-box-sec {
    position: absolute;
    top: 10%;
    right: 60px;
    width: 360px;
    height: 460px;
    border-radius: 40px;
    border: 13px solid #1F242C;

  }
}

@media(max-width:768px) {
  .whyus-section .left-content {
    margin-bottom: 50px;
  }

  .whyus-section .left-content .img-box-first {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .whyus-section .left-content .img-box-first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .whyus-section .left-content .img-box-sec {
    display: none;
  }
}

@media(max-width:568px) {
  .whyus-section .right-content .nav-item {
    padding: 0;
  }

  .whyus-section .right-content .nav-link {
    padding: 8px 8px;
    margin-bottom: 10px;
  }

}

/* ------------------------------------------------------------------------------------------------------------------ */

.subsidy-section {
  padding: 80px 0 50px;
  position: relative;
}

.subsidy-section .main-content-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.subsidy-section .main-content-wrapper .img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  position: sticky;
  top: 100px;
}

.subsidy-section .main-content-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subsidy-section .main-content-wrapper h4 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}

.subsidy-section .main-content-wrapper h4 span {
  color: #1D8F2C;
  font-weight: 800;
}

.subsidy-section .main-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.7);
}

.subsidy-section .main-content-wrapper p.text span {
  color: #1D8F2C;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
}

.subsidy-section .main-content-wrapper .list-point li {
  margin-bottom: 10px;
  transition: all 0.4s;
}

.subsidy-section .main-content-wrapper .list-point li svg {
  color: #1D8F2C;
  animation: pulse .5s infinite alternate;
  margin-right: 7px;
}

.subsidy-section .main-content-wrapper .list-point li strong {
  color: #000;

}

.subsidy-section .main-content-wrapper .list-point li span {
  color: #1D8F2C;
  font-style: italic;
  font-weight: 600;
}

@media (max-width:992px) {
  .subsidy-section .main-content-wrapper .img-box {
    margin: 40px 0;
  }
}



@media (max-width:568px) {

  .subsidy-section .main-content-wrapper h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
  }

}

/* --------------------------------------------------------------------------------------------------------------- */

.blog-section {
  padding: 80px 0;
  position: relative;
}

.blog-section .owl-stage {
  padding: 30px 0;
}

.blog-section .blog-box {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.blog-section .blog-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.blog-section .blog-box .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.blog-section .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.blog-section .info {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  border-radius: 20px;

  border: 13px solid #fff;
}

.blog-section .info::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -21px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #fff;
  border-radius: 0px 30px 0px 0px;
}

.blog-section .info::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -35px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #fff;
  border-radius: 0px 30px 0px 0px;
}

.blog-section .info span.tag {
  padding: 5px 20px;
  background-color: #1F242C;
  display: inline-block;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;

}

.blog-section .blog-box:hover .info span.tag {
  background-color: #4AAB3D;
  color: #fff;
}

.blog-section .info span.date {
  color: #1F242C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.blog-section .content h4 a {
  color: #1F242C;
  font-weight: 600;
  display: block;
  transition: all 0.4s;

}

.blog-section .blog-box:hover .content h4 a {
  color: #4AAB3D;
}

.blog-section .content p.text {
  color: rgba(0, 0, 0, 0.7);
  height: 100px;
  overflow: auto;
}

.blog-section .content a.read-btn {
  color: #1F242C;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  transition: all 0.4s;
}

.blog-section .content a.read-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #1F242C;
  transition: all 0.4s;
}

.blog-section .blog-box:hover .content a.read-btn {
  color: #4AAB3D;
}

.blog-section .blog-box:hover .content a.read-btn::before {
  width: 100%;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */

.popup-modal .modal-content {
  background-color: #1D8F2C;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: url(../img/backgrounds/contact-box.webp) no-repeat center;
  background-size: cover;
  border: none;
}

.popup-modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.popup-modal .btn-close {
  position: absolute;
  top: 7px;
  right: 30px;
  opacity: 1;
  background: transparent;
  z-index: 2;
  box-shadow: none;
}

.popup-modal .btn-close svg {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #1D8F2C;
  transition: all 0.4s;
}

.popup-modal .btn-close:hover svg {
  background-color: #4AAB3D;
  color: #fff;
  transform: scale(1.2) rotate(360deg);
}



.popup-modal .modal-content .modal-body {
  padding: 0;
}

.popup-modal .modal-content .modal-content-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.popup-modal .modal-content .modal-content-wrapper .form-wrapper {
  width: 100%;
  padding: 20px 30px;
}

.popup-modal .modal-content .modal-content-wrapper .form-wrapper h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.popup-modal .modal-content .modal-content-wrapper .form-wrapper h4 span {
  padding: 5px 10px;
  background-color: #4AAB3D;
  display: inline-block;
  border-radius: 6px;
}

.popup-modal .modal-content .modal-content-wrapper .form-control {
  margin-bottom: 10px;
  color: #4AAB3D;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: none;


}

.popup-modal .modal-content .modal-content-wrapper .form-control::placeholder {
  color: #4AAB3D;
  text-transform: capitalize;
}

.popup-modal .modal-content .modal-content-wrapper button {
  padding: 10px 20px;
  background-color: #fff;
  margin-top: 10px;
  color: #1D8F2C;
  border: none;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.4s;
}

.popup-modal .modal-content .modal-content-wrapper button svg {
  margin-right: 6px;
  transition: all 0.4s;
}

.popup-modal .modal-content .modal-content-wrapper button:hover {
  background-color: #4AAB3D;
  color: #fff;

}



@media (max-width:1200px) {
  .popup-modal .modal-dialog {
    min-width: 70%;

  }
}

@media (max-width:768px) {
  .popup-modal .modal-dialog {
    min-width: 90%;

  }
}

@media (max-width:568px) {
  .popup-modal .modal-dialog {
    min-width: 80%;
  }

  .popup-modal .modal-content {
    border-radius: 20px;
    border: 2px inset #4AAB3D;
    overflow: hidden;

  }

  .popup-modal .modal-content .modal-content-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;

  }

  .popup-modal .modal-content .modal-content-wrapper .img-box {
    overflow: hidden;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .popup-modal .modal-content .modal-content-wrapper .form-wrapper {
    width: 100%;
    padding: 20px 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
  }
}




/* ------------------------------------------------------------------------------------------------------------------------------- */
/* CSS (ticker.css) */
.ticker-slider {
  overflow: hidden;
  position: relative;
}

.ticker-slider .ticker-item-wrapper {
  animation: scrollAnimation 60s linear infinite;
  padding: 0;
  margin: 0;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;

}

.ticker-slider .ticker-item-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 20px 0;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
  font-size: 76px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase !important;
  transition: all 0.4s;
  color: transparent;
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-text-stroke: 1.5px #1d2d4f;
  /* Outline stroke */
  text-stroke: 1.5px #1d2d4f;
}

.ticker-slider .ticker-item-wrapper .list-item p.text:hover {
  color: #1d2d4f;
}

.ticker-slider .ticker-item-wrapper .list-item img {
  max-width: 54px;
}


.ticker-slider[data-animated='true'] {
  overflow: hidden;
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50%));
  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------------------------------------------- */

.innerpage-title {
  padding: 300px 0 0;
  background: url(../img/backgrounds/innerpage-title-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.innerpage-title .content-wrapper {
  padding: 20px;
  background-color: #fff;
  width: fit-content;
  min-width: 400px;
  border-radius: 30px 30px 0 0;
  border: 13px solid #fff;
  position: relative;
}

.innerpage-title .content-wrapper::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -26px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: #fff;
  border-radius: 0px 0 30px 0px;
}

.innerpage-title .content-wrapper::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -26px;
  width: 40px;
  height: 35px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: #fff;
  border-radius: 0px 0 0px 30px;
}

.innerpage-title .content-wrapper h1 {
  font-weight: 700;
  color: #1F242C;
  text-transform: capitalize;
}

.innerpage-title .content-wrapper ul {

  margin-top: 10px;
}

.innerpage-title .content-wrapper ul li a {
  color: #1F242C;
}

.innerpage-title .content-wrapper ul li {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 16px;
}

.innerpage-title .content-wrapper ul li.active {
  color: rgba(0, 0, 0, 0.5);
}


@media (max-width:568px) {
  .innerpage-title .content-wrapper {
    width: 100%;
    min-width: auto;

  }

  .innerpage-title .content-wrapper h1 {
    font-size: 34px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------- */

.innerservice-content {
  padding: 100px 0;
  position: relative;
}

.sidebar-menu {
  position: sticky;
  top: 80px;
  width: 100%;
}

.sidebar-menu .service-links {
  padding: 20px 30px;
  /* position: sticky;
  top: 100px; */
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 20px;
  background: url(../img/backgrounds/service-bg.webp) no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.sidebar-menu .service-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.4));
}

.sidebar-menu .service-links h6 {
  color: #fff;
  font-size: 22px;
  position: relative;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sidebar-menu .service-links h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  border-radius: 10px;
  transition: all 0.4s;
  background-color: #4AAB3D;
}

.sidebar-menu .service-links:hover h6::before {
  width: 100%;
}

.sidebar-menu .service-links ul li {
  position: relative;
}

.sidebar-menu .service-links ul li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.4s;
  position: relative;
  border: 2px solid #4AAB3D;
  z-index: 1;
}

.sidebar-menu .service-links ul li.active {
  background-color: #4AAB3D;
  color: #fff;
}

.sidebar-menu .service-links ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #4AAB3D;
  transition: all 0.6s;
  z-index: 0;

}

.sidebar-menu .service-links ul li:hover::before {
  width: 100%;
}

.sidebar-menu .service-links ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #4AAB3D;
  transition: all 0.6s;
  z-index: 0;

}

.sidebar-menu .service-links ul li:hover::after {
  width: 100%;
}

.sidebar-menu .service-links ul li a svg {
  width: 16px;
  height: 16px;
  padding: 8px;
  border-radius: 50%;
  background-color: #4AAB3D;
  color: #fff;
  transition: all 0.4s;
}

.sidebar-menu .service-links ul li a:hover {
  color: #fff;
}

.sidebar-menu .service-links ul li.active a svg {
  background-color: #fff;
  color: #1D8F2C;
}

.sidebar-menu .service-links ul li a:hover svg {
  transform: translateX(5px) scale(1.1);
  background-color: #fff;
  color: #1D8F2C;
}



.sidebar-menu .sidebar-cta-box {
  background: url(../img/backgrounds/service-bg.webp) no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 20px;
}

.sidebar-menu .sidebar-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.4));
}

.sidebar-menu .sidebar-cta-box span.offer {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 4px;
  color: #fff;
}

.sidebar-menu .sidebar-cta-box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
}

.sidebar-menu .sidebar-cta-box h3 span {
  color: #4AAB3D;
  font-weight: 800;
}

.sidebar-menu .sidebar-cta-box ul {
  margin-bottom: 20px;
}

.sidebar-menu .sidebar-cta-box ul li {
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}

.sidebar-menu .sidebar-cta-box ul li svg {
  color: #4AAB3D;
  margin-right: 8px;
}

.innerservice-content .main-content {
  padding-left: 30px;
  position: relative;
}

.innerservice-content .main-content p.sub-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.45) !important;
}


.innerservice-content .main-content p.tagline {
  font-style: italic;
  padding-left: 15px;
  border-left: 4px solid #4AAB3D;

  margin-bottom: 30px;
}

.innerservice-content .main-content p.text {
  line-height: 28px;
  margin-bottom: 22px;
  color: #1F242C;
}

.innerservice-content .main-content p.text strong {
  color: #000;
  text-transform: capitalize;
}

.innerservice-content .main-content p.text a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline !important;
  transition: all 0.4s;
}

.innerservice-content .main-content p.text a:hover {
  color: #1D8F2C;
}

.innerservice-content .main-content p.text span {
  color: #1D8F2C;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
}

.innerservice-content .main-content .main-btn {
  margin-bottom: 20px;
}

.innerservice-content .main-content h4.sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #1F242C;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.innerservice-content .main-content h4.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background-color: #4AAB3D;
  animation: borderAnime 8s infinite alternate ease-in-out;
}


@keyframes borderAnime {
  0% {
    width: 130px;
  }

  100% {
    width: 220px;
  }
}

.innerservice-content .main-content h4.sub-title span {
  color: #000;
  font-weight: 800;
}

.innerservice-content .main-content .seo-box {
  margin: 50px 0;
}

.innerservice-content .main-content ul.list-point li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #1F242C;
  font-weight: 500;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}

.innerservice-content .main-content ul.list-point li:hover {
  color: #000;
}

.innerservice-content .main-content ul.list-point li svg {
  width: 14px;
  height: 14px;
  padding: 6px;
  background-color: #4AAB3D;
  color: #fff;
  border-radius: 50%;
  margin-right: 14px;
  animation: heartBeat 2s infinite;
}

.innerservice-content .main-content ul.list-point li p {
  margin: 0;
}

.innerservice-content .main-content ul.list-point li span {
  color: #1D8F2C;
  font-style: italic;
  text-transform: capitalize;
}

.innerservice-content .main-img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.innerservice-content .main-img-box img {
  width: 100%;
  height: 100%;
}

.innerservice-content .main-content .service-gallery {
  margin: 20px 0 40px;
  position: relative;
}

.innerservice-content .main-content .service-gallery .carousel-item {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.innerservice-content .main-content .service-gallery .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
}

.innerservice-content .main-content .service-gallery .carousel-item p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background-color: #1D8F2C;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
}


.innerservice-content .search-keywords h6{
font-size: 22px;
text-transform: uppercase;
font-weight: 800;
color: #1d2d4f;
margin-bottom: 16px;
  
}
.innerservice-content .search-keywords ul li{
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.innerservice-content .search-keywords ul li:last-child{
  border: none;
}


@media (min-width:992px) and (max-width:1200px) {
  .sidebar-menu .service-links {
    padding: 20px;
  }

  .sidebar-menu .service-links h6 {
    font-size: 20px;
  }

  .sidebar-menu .service-links ul li a {
    padding: 10px;
  }

  .innerservice-content .main-content .service-gallery .carousel-item {
    height: 400px;
  }
}

@media (max-width:992px) {
  .innerservice-content .main-content {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width:568px) {
  .innerservice-content .main-content .service-gallery .carousel-item {
    height: 320px;
  }
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------ */


.innerproduct-content {
  padding: 100px 0;
  position: relative;
}

.innerproduct-gallery .gallery-box {
  padding: 60px 0 20px;
}

.innerproduct-gallery .gallery-box .inner-gallery-full {
  width: 100%;
  height: 580px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 10px;
}

.innerproduct-gallery .gallery-box .inner-gallery-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.innerproduct-gallery .gallery-box .inner-gallery-thumb .swiper-wrapper {
  justify-content: center;
}

.innerproduct-gallery .gallery-box .inner-gallery-thumb .swiper-slide {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0.7;
  transition: all 0.4s;
  filter: grayscale(100%);
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 10px;
}

.innerproduct-gallery .gallery-box .inner-gallery-thumb .swiper-wrapper {
  padding-bottom: 20px;
}

.innerproduct-gallery .gallery-box .inner-gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0);
  border-color: #facd00;
}

.innerproduct-gallery .gallery-box .inner-gallery-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerproduct-gallery .gallery-box .swiper-button-next:after,
.innerproduct-gallery .gallery-box .swiper-button-prev:after {
  color: #fff;
}



.innerproduct-content .main-content-wrapper {
  padding-left: 40px;
}

.innerproduct-content h2.title {
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #1F242C;
  position: relative;
}

.innerproduct-content p.price {
  font-size: 38px;
  font-weight: 700;
  color: #1F242C;

}

.innerproduct-content p.price span {
  display: block;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  color: #dab200;
}


.innerproduct-content p.text {
  line-height: 28px;
  margin-bottom: 22px;
  color: #1F242C;
}

.innerproduct-content p.text strong {
  color: #000;
  text-transform: capitalize;
}

.innerproduct-content p.text a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline !important;
}

.innerproduct-content p.text span {
  color: #a88900;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
}

.innerproduct-content h4.sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #1F242C;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.innerproduct-content h4.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background-color: #facd00;
  animation: borderAnime 8s infinite alternate ease-in-out;
}

@keyframes borderAnime {
  0% {
    width: 130px;
  }

  100% {
    width: 220px;
  }
}

.innerproduct-content h4.sub-title span {
  color: #000;
  font-weight: 800;
}


.innerproduct-content ul.list-point li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #1F242C;
  font-weight: 500;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}

.innerproduct-content ul.list-point li:hover {
  color: #000;
}

.innerproduct-content ul.list-point li svg {
  width: 14px;
  height: 14px;
  padding: 6px;
  background-color: #facd00;
  color: #1F242C;
  border-radius: 50%;
  margin-right: 14px;
  animation: heartBeat 2s infinite;
}

.innerproduct-content ul.list-point li p {
  margin: 0;
}

.innerproduct-content ul.list-point li span {
  color: #a88900;
  font-style: italic;
  text-transform: capitalize;
}

.innerproduct-content .nav-pills .nav-link {
  padding: 10px 20px;
  background-color: #1F242C;
  font-weight: 700;
  text-transform: uppercase;
  
}

.innerproduct-content .main-img-box{
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.innerproduct-content .main-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:1200px) {
  .innerproduct-gallery .gallery-box .inner-gallery-full {
    height: 460px;
  }


  .innerproduct-content .main-content-wrapper {
    padding-left: 0;
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */

.innercontact-page {
  padding: 80px 0;
  position: relative;
}

.innercontact-page .contact-box-wrapper {
  position: relative;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  background-color: #4AAB3D;
}

.innercontact-page .contact-box-wrapper .img-box {
  width: 50%;
  height: 600px;
  overflow: hidden;
}

.innercontact-page .contact-box-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innercontact-page .contact-box-wrapper .main-content {
  width: 50%;
  position: relative;
  background-color: #4AAB3D;
  padding: 20px 10px;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box {
  padding: 40px 20px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #4AAB3D;
  color: #fff;
  border-radius: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.4s;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box:hover svg {
  background-color: #1D8F2C;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box h4 {
  font-weight: 700;
  color: #4AAB3D;
  position: relative;
  padding-bottom: 6px;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1D8F2C;
  border-radius: 10px;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box a {
  display: block;
  font-size: 16px;
  color: #123a00;
  font-weight: 700;
  transition: all 0.4s;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box a.call {
  font-size: 20px;
}

.innercontact-page .contact-box-wrapper .main-content .contact-box a:hover {
  color: #4AAB3D;
}

.innercontact-page .map-section {
  width: 100%;
  height: 100%;
}

.innercontact-page .map-section iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width:992px) {
  .innercontact-page .map-section {
    margin-top: 30px;
    height: 400px;
  }
}

@media (max-width:768px) {
  .innercontact-page .contact-box-wrapper .img-box {
    width: 30%;
    height: 600px;
    overflow: hidden;
  }

  .innercontact-page .contact-box-wrapper .main-content {
    width: 70%;
    position: relative;
    background-color: #4AAB3D;
    padding: 20px 10px;
  }
}

@media (max-width:568px) {
  .innercontact-page .contact-box-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .innercontact-page .contact-box-wrapper .img-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .innercontact-page .contact-box-wrapper .main-content {
    width: 85%;
    position: relative;
    background-color: #4AAB3D;
    padding: 20px 10px;
  }
}




/* ------------------------------------------------------------------------------------------------------------------------------------ */


.innerproduct-grid-wrapper {
  padding: 80px 0;
  position: relative;
}

.innerproduct-grid-wrapper p.text {
  line-height: 28px;
  margin-bottom: 22px;
  color: #1F242C;
}

.innerproduct-grid-wrapper p.text strong {
  color: #000;
  text-transform: capitalize;
}

.innerproduct-grid-wrapper p.text a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline !important;
  transition: all 0.4s;
}

.innerproduct-grid-wrapper p.text a:hover {
  color: #1D8F2C;
}

.innerproduct-grid-wrapper p.text span {
  color: #1D8F2C;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */

.testimonial-section {
  padding: 80px 0;
  background: url(../img/backgrounds/solar-bg.png) no-repeat bottom;
  position: relative;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000 30%, rgba(0, 0, 0, 0.3));
}

.testimonial-section .left-content {
  text-align: center;
}

.testimonial-section .left-content .rating-box p {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  display: flex;
  align-items: end;
  gap: 6px;
  justify-content: center;
  text-transform: capitalize;
}

.testimonial-section .left-content .rating-box p img {
  width: 78px;
}

.testimonial-section .left-content h3 {
  font-size: 76px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-section .left-content svg {
  color: #1D8F2C;

}

.testimonial-section h5 {
  color: #fff;
  margin-top: 20px;
  font-size: 22px;
  text-transform: capitalize;
}

.testimonial-section h5 span {
  font-weight: 700;
  color: #4AAB3D;
  display: inline-block;
  border: 1px dashed #4AAB3D;
  padding: 4px 14px;
}

.testimonial-section .testimonial-box {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  border-left: 5px solid #4AAB3D;
  border-top: 5px solid #4AAB3D;
}

.testimonial-section .testimonial-box .author-box {
  display: flex;
  margin-bottom: 20px;
  gap: 6px;
  align-items: center;
}

.testimonial-section .testimonial-box .author-box img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}

.testimonial-section .testimonial-box .author-box p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d2d4f;
  font-size: 20px;
}

.testimonial-section .testimonial-box .author-box span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  text-transform: uppercase;

}

.testimonial-section .testimonial-box p.message {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.testimonial-section .testimonial-box p.message svg {
  font-size: 30px;
}

.testimonial-section .testimonial-box .rating svg {
  color: #1D8F2C;
}

.testimonial-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.testimonial-section .owl-nav button.owl-prev {
  left: -10px;
}

.testimonial-section .owl-nav button.owl-next {
  right: -10px;
}

.testimonial-section .owl-nav button svg {
  width: 20px;
  height: 20px;
  padding: 10px;
  background-color: #4AAB3D;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s;
}

.testimonial-section .owl-nav button:hover svg {
  transform: scale(1.2) rotate(360deg);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-section .owl-dots button span {
  width: 20px;
  height: 10px;
  transition: all 0.4s;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  border-radius: 10px;
}
.testimonial-section .owl-dots button.active span {
  width:  40px;
  background-color: #4AAB3D;
}