/* #08090b - black*/
body,
html {
  overflow-x: hidden;
}
body {
  font-family: "Nunito Sans", sans-serif;
}
.header {
  font-weight: 500 !important;
}
.itim-regular {
  font-family: "Itim", cursive !important;
  font-weight: 400;
  font-style: normal;
}
.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 99;
}
.header-area2 {
  padding: 8px;
}
.header-logo {
  padding: 25px 0;
}
.active {
  color: #587636 !important;
}
.header-area2.style-2 .nav-right {
  gap: 40px;
}
.header-area2.style-2 .header-btn a {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #06d895;
  border: 1px solid #06d895;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-area2 .main-menu {
  display: inline-block;
}
.header-area2 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-area2 .main-menu ul > li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.header-area2 .main-menu ul > li.current_page_item > a,
.header-area2 .main-menu ul > li.current-menu-parent > a,
.header-area2 .main-menu ul > li.current-menu-ancestor > a {
  color: #06d895 !important;
}
.nav-link {
  padding: 32px 17px !important;
  color: #001524;
}
.nav-item a:hover {
  color: #587636 !important;
}
.btn-custom {
  color: #587636;
  border: 2px solid #587636;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-custom:hover {
  color: #1d1d1d !important;
}
.btn-custom:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.btn-custom::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: #587636 !important;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.custom-nav-items li:hover > a {
  color: #587636 !important;
}
.dropdown-menu li a:hover {
  color: #587636 !important;
  background: #fff !important;
}
.dropdown-menu > li a:hover::before {
  transform: scale(1) !important;
}
.dropdown-menu > li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #fff, #587636, #fff) !important;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}
.dropdown-menu li a {
  border-bottom: 1px solid #ddd !important;
  padding: 14px 20px !important;
}
.dropdown ul.dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  min-width: 335px;
  background: #fff !important;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  text-align: left;
}
.dropdown-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.overlay {
  background-image: url("../img/Web 1920 – 2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120vh;
}
.header-area2 .main-menu ul > li:hover > ul.sub-menu {
  display: block;
  animation: fade-up 0.45s linear;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  animation: fade-up 0.45s linear;
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
.overlay-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  padding: 200px 100px 70px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
}
.banner-text {
  font-size: 60px;
  font-weight: bolder !important;
  padding: 70px 0px 20px;
}
.font-16 {
  font-size: 16px;
  text-shadow: none !important;
}
.line-35px {
  line-height: 35px;
}
.primary-btn5 > svg {
  fill: #587636 !important;
}
.primary-btn5 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.primary-btn5 .content {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.5s;
}
.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}
.text-decoration-none {
  text-decoration: none !important;
}
.primary-btn5:hover {
  color: #fff;
}
.primary-btn5:hover .content {
  color: #fff;
}
.primary-btn5:hover .content svg {
  transform: rotate(45deg);
}

.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}
.background-text-slider {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}
.background-text-slider h2 {
  font-weight: 700;
  font-size: 98px;
  line-height: 154px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.03;
}
.banner-img {
  position: relative;
  display: inline-block;
}
.banner-img .banner-big-img {
  border-radius: 260px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.banner-img .banner-big-img img {
  border-radius: 260px;
  max-width: 400px;
  height: 500px;
}
.text-blue {
  color: #587636 !important;
}
.about {
  background: #000;
  padding: 110px 10px 0px 10px;
}
.section-title-4 > span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(var(--theme-color));
  display: inline-block;
  margin-bottom: 10px;
}
.about p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
  padding-top: 20px;
}

.about h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff !important;
}
.section-title-4 h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}
.section-title-4 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
}
.about-left-content .about-feature {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 40px;
}
.about-left-content .about-feature ul {
  margin: 0;
  padding: 0;
  -moz-columns: 2;
  columns: 2;
}
.about-left-content .about-feature ul li {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.about-left-content .about-feature ul li svg path {
  fill: #587636;
}
.potential {
  margin-top: 110px;
  padding: 0px 10px 110px 10px;
}
.solutions {
  background-color: #1b1f23;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 110px 10px 100px 10px;
}
.section-title-4 > span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #587636;
  display: inline-block;
  margin-bottom: 10px;
}
.section-title-4 h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}
.section-title-4 h2 span {
  color: #587636;
}
/* .single-solution,
.home6-solution-archive .single-solution {
  position: relative;
  border-radius: 5px;
  z-index: 1;
  padding: 30px 30px 50px;
  overflow: hidden;
  transition: 0.5s;
}
.single-solution .background-img,
.home6-solution-archive .single-solution .background-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  transition: 0.5s;
  opacity: 0;
}
.single-solution .background-img::before,
.home6-solution-archive .single-solution .background-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 24, 28, 0.75);
  transition: 0.5s;
}
.single-solution .background-img img,
.home6-solution-archive .single-solution .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-solution .sl,
.home6-solution-archive .single-solution .sl {
  margin-bottom: 15px;
}
.single-solution .sl h2,
.home6-solution-archive .single-solution .sl h2 {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}
.single-solution .solution-content h3,
.home6-solution-archive .single-solution .solution-content h3 {
  margin-bottom: 13px;
}
.single-solution .solution-content h3 a,
.home6-solution-archive .single-solution .solution-content h3 a {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
}
.single-solution .solution-content p,
.home6-solution-archive .single-solution .solution-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 30px;
}
.single-solution .solution-btn-icon,
.home6-solution-archive .single-solution .solution-btn-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
} */
.primary-btn9 span {
  text-decoration: underline;
}
.primary-btn9 svg {
  stroke: #587636;
  transition: 0.5s;
}
/* .single-solution .icon,
.home6-solution-archive .single-solution .icon {
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: 0.5s;
  transform: scale(1);
  transform-origin: right bottom;
}
.single-solution .icon svg {
  width: 50px;
  height: 50px;
}
.single-solution .icon svg,
.home6-solution-archive .single-solution .icon svg {
  fill: #587636;
}
.single-solution .icon::after,
.home6-solution-archive .single-solution .icon::after {
  content: "";
  background-color: #05cbe826;
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  bottom: -78px;
  right: -55px;
  z-index: -1;
}
.single-solution::after,
.home6-solution-archive .single-solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-6/home6-solution-bg1.png),
    linear-gradient(#161519, #161519);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.5s;
} */
.primary-btn9 svg {
  stroke: #587636;
  transition: 0.5s;
}
/* .single-solution:hover .background-img,
.home6-solution-archive .single-solution:hover .background-img {
  opacity: 1;
}
.single-solution:hover .sl h2,
.home6-solution-archive .single-solution:hover .sl h2 {
  color: rgba(255, 255, 255, 0.2);
}
.single-solution:hover .solution-content h3 a,
.home6-solution-archive .single-solution:hover .solution-content h3 a {
  color: #ffffff;
}
.single-solution:hover .solution-content p,
.home6-solution-archive .single-solution:hover .solution-content p {
  color: rgba(255, 255, 255, 0.7);
}
.single-solution:hover .icon,
.home6-solution-archive .single-solution:hover .icon {
  opacity: 0;
  transform: scale(0);
}
.single-solution:hover::after,
.home6-solution-archive .single-solution:hover::after {
  opacity: 0;
} */
.primary-btn9 span {
  color: #587636;
}
.font-weight-400 {
  font-weight: 400 !important;
}
/* .single-solution {
  height: 345px;
} */
.single-work {
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
}
.single-work .work-img {
  border-radius: 5px;
}
.single-work .work-content {
  background: linear-gradient(
    180deg,
    rgba(29, 29, 29, 0) 23.76%,
    #1d1d1d 90.19%
  );
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px 25px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  opacity: 0;
}
.single-work .work-content h3 {
  margin-bottom: 5px;
  line-height: 1.1;
}
.single-work .work-content h3 a {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  transition: 0.5s;
  line-height: 1.1;
}
.single-work .work-content > a {
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  opacity: 0.5;
}
.single-work:hover .work-content {
  opacity: 1;
  transform: scaleY(1);
}
.contact-wrapper {
  position: relative;
  padding-bottom: 250px;
}
.contact-wrapper .title {
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
}
.contact-wrapper .content {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.08;
}
.contact-wrapper h2 {
  margin-bottom: 0;
}
.contact-wrapper .contact-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.contact-wrapper .contact-btn a {
  width: 259px;
  height: 259px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 50%;
  background-image: url(../img/contact-btn-bg.png),
    linear-gradient(#1b1f23, #1b1f23);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  transition: 0.8s;
  text-align: start;
}
.contact-wrapper .contact-btn a svg {
  stroke: #fff;
  transition: 0.5s;
}
.contact-wrapper .contact-btn a:hover {
  border-color: #587636;
  box-shadow: inset 0 0 0 10em #587636;
  color: #1d1d1d;
}
.contact-wrapper .contact-btn a:hover svg {
  transform: rotate(45deg);
  stroke: #000;
}
footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 80px;
}
footer {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
footer {
  background-image: url("../img/footer-bg.png"),
    linear-gradient(#1d1d1d, #1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
footer .footer-top .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}
footer .footer-top .footer-top-content .footer-contect {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-top .footer-top-content .footer-contect .icon svg {
  fill: #587636;
}
footer .footer-top .footer-top-content .footer-contect .content span {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
}
footer .footer-top .footer-top-content .footer-contect .content h6 {
  margin-bottom: 0;
}
footer .footer-top .footer-top-content .footer-contect .content h6 a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  transition: 0.5s;
}
footer .footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-btm .footer-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}
footer .footer-btm .footer-btn-content .copyright-area p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #e4e4e4;
}
footer .footer-btm .footer-btn-content .copyright-area p a {
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
}
footer .footer-btm .footer-btn-content .footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}
footer .footer-btm .footer-btn-content .footer-social ul li a {
  height: 28px;
  width: 28px;
  border-radius: 4px;
  background-color: rgba(15, 16, 18, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bxl-facebook:before {
  content: "\e926";
}
footer .footer-btm .footer-btn-content .footer-social ul li a:hover {
  color: #fff;
  background-color: #587636;
}
footer .widget-title {
  margin-bottom: 25px !important;
}
footer .widget-title h4 {
  margin-bottom: 25px !important;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 18px;
}
footer ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #b4b4b4 !important;
  transition: 0.5s;
}
footer .footer-contact {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-contact h4 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer-contact h4 svg {
  fill: #587636 !important;
}
footer .footer-contact a,
footer .footer-contact address {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  transition: 0.5s;
}
footer .footer-contact {
  max-width: 300px;
  width: 100%;
}
footer .footer-contact a,
footer .footer-contact address {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  transition: 0.5s;
}
/* .about-banner{
    background-image: url('../img/Web\ 1920\ –\ 2.png');
} */
.breadcrumbs {
  position: relative;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.breadcrumbs .inner-banner-2 {
  position: absolute;
  bottom: 0;
  right: 170px;
  border-radius: 130px 130px 0px 0px;
}
.breadcrumbs .inner-banner-2 img {
  border-radius: 130px 130px 0px 0px;
}
.breadcrumbs .inner-banner-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 130px 130px 0px 0px;
  background: rgba(29, 29, 29, 0.6);
}
.breadcrumbs .breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 205px 0px 140px;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt {
  position: relative;
  text-align: center;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt h1 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  word-break: break-word;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list a {
  color: #587636;
}
.home3-about-section .section-title-3 {
  padding-left: 50px;
  margin-bottom: 80px;
  max-width: 700px;
}
.section-title-3 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 7px;
}
.section-title-3 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
}
.home3-about-section .about-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.home3-about-section .about-left .about-img {
  position: relative;
}
.home3-about-section .about-left .about-img::after {
  content: "";
  border: 1px solid #05cbe826, 0.15;
  position: absolute;
  left: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home3-about-section .about-left .about-content {
  max-width: 470px;
  width: 100%;
}
.home3-about-section .about-left .about-content > p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 50px;
}
.home3-about-section .about-left .about-content .devider {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.home3-about-section .about-left .about-content .devider::before {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #587636;
  position: absolute;
  right: 22%;
  top: 50%;
  transform: translateY(-50%);
}
.home3-about-section .about-left .about-content .devider::after {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #587636;
  position: absolute;
  left: 22%;
  top: 50%;
  transform: translateY(-50%);
}
.home3-about-section .about-left .about-content .about-feature li {
  text-align: center;
}
.home3-about-section .about-left .about-content .about-feature li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
}
.home3-about-section .about-left .about-content .about-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  -moz-columns: 2;
  columns: 2;
}
.home3-about-section .about-right .about-img {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}
.home3-about-section .about-right .about-img::after {
  content: "";
  border: 1px solid #58763633, 0.1;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home3-about-section .about-right .about-exprience {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: url("../img/exp-bg.png"), linear-gradient(#587636, #ffffff);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home3-about-section .about-right .about-exprience .years {
  position: absolute;
  text-align: center;
}
.home3-about-section .about-right .about-exprience .years h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 38px;
  color: #263238;
  margin-bottom: 0;
}
.home3-about-section .about-right .about-exprience .years h2 span {
  font-size: 28px;
  font-weight: 400;
}
.bg_dark {
  background: #000 !important;
}
.banner-img .banner-big-img-1 {
  border-radius: 260px;
  max-width: 500px !important;
  position: relative;
  display: inline-block;
}
.error h1 {
  font-size: 80px !important;
}
.contact-content > span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #587636;
  display: inline-block;
}
.contact-content h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}
.contact-content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
}
.contact-content .informations {
  padding-top: 50px;
}
.contact-content .informations .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
.contact-content .informations .single-info .icon {
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  border: 1px solid #587636;
  color: #587636;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-content .informations .single-info .icon i {
  font-size: 20px;
  color: #587636;
}
.contact-content .informations .single-info .info p {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  display: block;
  transition: all 0.5s ease;
}
.contact-content .follow-area {
  padding: 30px 0px;
}
.contact-content .follow-area h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 0px;
}
.contact-content .follow-area .para {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  line-height: 28px;
  margin-bottom: 10px;
}
.contact-content .follow-area .blog-widget-body .follow-list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.contact-content .follow-area .blog-widget-body .follow-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.contact-form-wrap {
  background-image: url("../img/pricing-bg-3.png"),
    linear-gradient(#161a1e, #161a1e);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}
.contact-form-wrap .form-tltle {
  padding: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-form-wrap .form-tltle h5 {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.contact-form-wrap .contact-form {
  padding: 40px 45px;
}

.page-content-wrapper,
.page-content-wrapper p {
  color: #b5b5b5;
}
.contact-form-wrap .contact-form form input,
.contact-form-wrap .contact-form form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #dedada;
  padding: 10px 15px;
}
.form-inner .btn-custom {
  padding: 12px 62px;
}
.mb-20 {
  margin-bottom: 20px;
}
.contact-form-wrap .contact-form form label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px;
}
.mb-100 {
  margin-bottom: 100px;
}
.contact-form-wrap .contact-form form textarea {
  height: 140px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
  left: 100%;
  margin-top: -54px;
  border-radius: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: #587636 !important;
}
/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
} */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.about-featue-global li {
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding-top: 30px;
}
.about-featue-global li svg {
  fill: #587636;
}
ul.about-featue-global.ps-0 {
  list-style-type: none;
}

.swiper marquee {
  background-color: #f0f0f0;
  padding: 10px;
}
.swiper img {
  height: 50px; /* Adjust height as needed */
  margin: 0 15px; /* Spacing between logos */
}
.elementor-9
  .elementor-element.elementor-element-2a7d82b
  > .elementor-widget-container {
  margin: -150px 0px 0px 0px;
}
.home4-trusted-client-area {
  background: #161a1e;
  padding: 50px;
  overflow: hidden;
}
.home4-trusted-client-area .marque-wrap {
  overflow: hidden;
  padding: 0 50px;
}
.home4-trusted-client-area p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #b5b5b5;
  margin-bottom: 70px;
}
.js-marquee {
  display: flex;
  align-items: center;
}
.single-client {
  display: flex;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  margin-left: 50px;
}
.marquee-content {
  display: inline-block;
  animation: scroll 20s linear infinite; /* Adjust the duration for scrolling speed */
  opacity: 0; /* Initially hidden */
  animation-delay: 2s; /* Delay before starting scroll */
  animation-fill-mode: forwards; /* Keep the final state of the animation */
}
@keyframes show {
  to {
    opacity: 1;
  } /* Fade in effect */
}
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.single-service-card {
  background-image: url("../img/home4-service-bg.png"),
    linear-gradient(#17181c, #17181c);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px;
  transition: 0.5s;
}
.single-service-card .icon {
  margin-bottom: 25px;
}
.single-service-card .icon svg {
  width: 50px;
  height: 50px;
}
.single-service-card .icon svg {
  fill: #587636;
  min-height: 50px;
}
.single-service-card .services-content h3 {
  margin-bottom: 10px;
}
.single-service-card .services-content h3 a {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  transition: 0.5s;
}
.single-service-card .services-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
}
.single-service-card .services-content .services-btn {
  padding-top: 33px;
}
.primary-btn5 > svg {
  fill: #587636;
}
.primary-btn5 .content {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.5s;
}
.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}
.single-service-card:hover {
  background-image: url("../img/home4-service-bg2.png"),
    linear-gradient(#17181c, #17181c);
}
.primary-btn5:hover {
  color: #fff;
}
.primary-btn5:hover .content svg {
  transform: rotate(45deg);
}
.testimonial-card4 {
  background: #1b1f23;
  border-radius: 10px;
  padding: 45px 35px;
  position: relative;
  height: 380px;
}
.testimonial-card4 .quate-icon {
  position: absolute;
  left: 50%;
  top: 0;
}
.testimonial-card4 .testimonial-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  flex-wrap: wrap;
  gap: 10px;
}
.testimonial-card4 .testimonial-top .author-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-card4 .testimonial-top .author-area .author-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.testimonial-card4 .testimonial-top .author-area .author-content h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
.testimonial-card4 .testimonial-top .author-area .author-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #587636;
}
.testimonial-card4 .testimonial-top .review-date-and-time {
  text-align: end;
}
.testimonial-card4 .testimonial-top .review-date-and-time p {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.testimonial-card4 .testimonial-top .review-date-and-time span {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}
.testimonial-card4 .testimonial-content {
  margin-bottom: 28px;
}
.testimonial-card4 .testimonial-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.testimonial-card4 .testimonial-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-card4 .testimonial-btm .review-left img {
  max-width: 200px;
}
.testimonial-card4 .testimonial-btm .review-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.star li svg {
  fill: #587636;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home4-feature-area .section-title-4 p {
  padding-top: 0;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.home4-feature-area .counter-area .single-counter .icon svg {
  fill: #587636;
  height: 50px;
}
.home4-feature-area .counter-area .single-counter .icon img {
  height: 50px;
}
.home4-feature-area .counter-area .single-counter .content {
  padding-top: 25px;
}
.home4-feature-area .counter-area .single-counter .content .number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
}
.home4-feature-area .counter-area .single-counter .content p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.home4-feature-area .counter-area .devider::after {
  content: "";
  height: 105px;
  width: 2px;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.padding-bottom-110px {
  padding-bottom: 110px;
}
.home4-feature-area {
  padding: 120px 7%;
}
.home4-feature-area .counter-area .single-counter .content .number h3 {
  font-weight: 600;
  font-size: 38px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.home4-feature-area .counter-area .single-counter .content .number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
}
.home4-feature-area .counter-area {
  width: 100%;
}
.home4-feature-area .counter-area .devider {
  position: relative;
}
.home4-feature-area .counter-area .single-counter .content .number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
.portfolio-img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.portfolio-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}
.portfolio-content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 15px;
}
.portfolio-info {
  background-image: url(../img/portfolio-info-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-bottom: 50px;
}
.portfolio-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0;
}
.portfolio-info ul li {
  text-align: center;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.portfolio-info ul li span {
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
  display: inline-block;
  margin-bottom: 5px;
}
.portfolio-info ul li h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.portfolio-info ul li:last-child {
  border-bottom: unset;
}
.portfolio-content .working-process {
  padding-top: 20px;
  margin-bottom: 70px;
}
.portfolio-content .working-process h3 {
  margin-bottom: 25px;
}
.portfolio-content .working-process .single-process {
  background: rgba(217, 217, 217, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 35px 20px;
  position: relative;
}
.portfolio-content .working-process .single-process .icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.portfolio-content .working-process .single-process span {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #587636;
  display: inline-block;
  margin-bottom: 10px;
}
.portfolio-content .working-process .single-process h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  color: #fff;
}
.portfolio-content .working-process h3 {
  margin-bottom: 25px;
}
.padding_120px {
  padding: 120px 0;
}
.elementor-heading-title {
  color: #ffffff;
  font-family: "Saira", Sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.service-details .how-we-work-section .work-item {
  position: relative;
  padding: 0px 100px;
  z-index: 1;
}
.service-details .single-work-step {
  max-width: 280px;
  width: 100%;
}
.service-details .how-we-work-section .work-item .single-work-step .work-icon {
  width: 65px;
  height: 65px;
  font-size: 10px;
}
.service-details .single-work-step .work-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #587636;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.service-details .single-work-step .work-icon svg {
  font-size: 40px;
  height: 40px;
}
.service-details .single-work-step .work-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 8px;
}
.service-details .single-work-step .work-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #fff;
}
.service-details .how-we-work-section .work-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ece3e3;
  position: absolute;
  left: 0;
  top: 82px;
  z-index: -1;
}
.padding_120px {
  padding: 120px 0;
}
.home4-experts-section .single-team {
  position: relative;
  padding: 25px 20px 20px;
  z-index: 1;
  transition: 0.5s;
}
.home4-experts-section .single-team .team-img {
  position: relative;
  transition: 0.5s;
}
.home4-experts-section .single-team .team-img img {
  border-radius: 5px;
  width: 100%;
}
.home4-experts-section .single-team .team-img .social-area {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 15px;
}
.home4-experts-section .single-team .team-img .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.home4-experts-section .single-team .team-img .social-area ul li a {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 1px solid #587636;
  background-color: #587636;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.home4-experts-section .single-team .team-content {
  padding-top: 17px;
  text-align: center;
}
.home4-experts-section .single-team::after {
  content: "";
  background-image: url("../img/team-bg-1.png"),
    linear-gradient(#1e1e1e, #1e1e1e);
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.home4-experts-section .single-team .team-content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
.home4-experts-section .single-team .team-content span {
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
}
.home4-experts-section .single-team:hover .team-img .social-area {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.testing .nav-link {
  width: 220px;
  height: 90px;
  text-align: center;
}
.about-featue-global li,
.tab-pane p {
  color: #fff;
}
.testing .nav-link.active {
  font-weight: 600;
}
.testing .nav-link {
  font-weight: 600;
}
.testing .nav-item a {
  color: #587636 !important;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.about-featue-global.ps-0 {
  margin-bottom: 0px;
}
.nav-link:focus-visible {
  border: none !important;
  outline: 0;
}
.logo_size {
  height: 58px;
}
.banner-img .banner-big-img::after {
  content: "";
  opacity: 0.1;
  border: 1px solid #587636;
  border-radius: 260px;
  position: absolute;
  left: 20px;
  top: 0;
  height: 98%;
  width: 100%;
  z-index: -1;
}
.banner-img .banner-sm-img::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(23, 22, 26, 0.3);
}
.banner-area4 .banner-img .banner-sm-img img {
  width: 120px;
  height: 120px;
}
.banner-img .banner-sm-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.banner-area4 .banner-img .banner-sm-img {
  width: 120px;
  height: 120px;
  top: -90px;
}
.banner-img .banner-sm-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  right: -115px;
}
.banner-img .banner-sm-img .down-arrow {
  position: absolute;
  right: -75px;
  top: 0;
}
.home4-trusted-client-area p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.rating {
  display: flex !important;
  list-style-type: none;
  letter-spacing: 8px;
}
.text-gold {
  color: #f2c300 !important;
}
.font-15 {
  font-size: 15px !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}
.font-18 {
  font-size: 18px !important;
}
.form-call-back .field-one-third {
  float: left;
  width: 270px;
  margin-right: 10px;
}
.form-call-back .field-one-third .field-select {
  position: relative;
}
.form-call-back .field-one-third .field-select:before {
  position: absolute;
  font-family: "Fontawesome";
  top: 10px;
  right: 15px;
  color: #5a596a;
  z-index: 3;
}
.form-call-back .field-one-third select,
.form-call-back .field-one-third input {
  height: 46px;
  border-radius: 2px;
  padding-left: 15px;
  border-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-call-back .field-one-third select,
.form-call-back .field-one-third input {
  height: 46px;
  border-radius: 2px;
  padding-left: 15px;
  border-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form-call-back .field-one-third:nth-child(3) {
  margin-right: 0;
}
/* .form-call-back .btn-submit button {
  width: 170px;
  margin-left: 30px;
} */
.form-call-back {
  padding: 0 90px;
}
.careers .accordion-button {
  background: #587636 !important;
  font-weight: bold !important;
}
.careers .accordion-button:not(.collapsed) {
  color: #000 !important;
  font-weight: bold !important;
}
.list_style_type_none {
  list-style-type: none;
}
.careers .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.careers .accordion-body p {
  color: #fff !important;
}
.careers .accordion-body {
  background: #1b1f23;
}
.list_style_type_none li {
  color: #fff;
}
#paypal-form-fields-container-CJQWJH8PGMREL .input-label {
  color: #fff !important;
}
#paypal-form-fields-container-CJQWJH8PGMREL {
  background-image: url(../img/pricing-bg-3.png),
    linear-gradient(#161a1e, #161a1e);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  padding: 10px 30px 10px 30px;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
.shape-mockup {
  position: absolute;
  pointer-events: none;
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.menu li a {
  color: #fff !important;
}
.widget-title:after {
  border-radius: 10px;
  height: 2px;
  width: 92px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #587636, transparent);
  background-image: linear-gradient(to right, #587636, transparent);
}
.hero-2 {
  overflow: hidden;
}
.th-hero-wrapper {
  position: relative;
  z-index: 2;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-2 .hero-img {
  position: absolute;
  bottom: 0;
  right: 8%;
}
.hero-2 .hero-shape1 {
  top: 15%;
  left: 40%;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}
.hero-2 .hero-shape1,
.hero-2 .hero-shape2,
.hero-2 .hero-shape3,
.hero-2 .hero-shape4,
.hero-2 .hero-shape5 {
  position: absolute;
  z-index: 2;
}
.hero-2 .bubble {
  position: absolute;
  bottom: -40px;
  left: 50px;
  -webkit-animation: heroBubble 10s linear infinite;
  animation: heroBubble 10s linear infinite;
}
.hero-2 .bubble_5 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.hero-2 .bubble_4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.hero-2 .bubble_3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.hero-2 .bubble_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 197px 0;
}
.hero-style2 .sub-title {
  margin-bottom: 30px;
}
.sub-title:has(img) {
  margin-top: 0;
}
.sub-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #587636;
  margin-bottom: 24px;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: bold;
}
.sub-title img {
  margin: -14px 10px 0 0;
}
.hero-style2 .hero-title {
  text-transform: none;
  color: #fff;
  font-weight: 700;
  margin-bottom: 36px;
}
.hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.235;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
.hero-title .title1,
.hero-title .title2 {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.wave-title {
  position: relative;
  color: #587636;
}
/* .wave-title:after {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-image: url("../img/download.svg");
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-animation: waveLine 7s linear infinite;
  animation: waveLine 7s linear infinite;
} */
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 6px;
  margin-top: 30px;
}
@keyframes heroBubble {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    opacity: 0.9;
    -webkit-transform: translate(100px, 20%);
    transform: translate(100px, 20%);
    bottom: 20%;
  }

  40% {
    opacity: 0.8;
    -webkit-transform: translate(0px, 40%);
    transform: translate(0px, 40%);
    bottom: 40%;
  }

  60% {
    opacity: 0.6;
    -webkit-transform: translate(80px, 60%);
    transform: translate(80px, 60%);
    bottom: 60%;
  }

  80% {
    opacity: 0.3;
    -webkit-transform: translate(0, 80%);
    transform: translate(0, 80%);
    bottom: 80%;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(100px, 100%) scale(0.3);
    transform: translate(100px, 100%) scale(0.3);
    bottom: 100%;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinReverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spinReverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #587636;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 6px;
}
.th-btn:before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  width: calc(100% + 30px);
  top: -1px;
  right: 100%;
  background-color: #001524;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
  -webkit-clip-path: polygon(
    calc(100% - 30px) 0,
    100% 50%,
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    calc(100% - 30px) 0,
    100% 50%,
    calc(100% - 30px) 100%,
    0 100%,
    0 0
  );
}
.th-btn.style3:hover {
  color: #001524;
}
.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
  background-color: #fff;
}
.th-btn:hover:before,
.th-btn.active:before {
  right: -30px;
}
@keyframes waveLine {
  0% {
    background-position: left 0 center;
  }

  50% {
    background-position: left 100% center;
  }

  100% {
    background-position: left 0 center;
  }
}
.hero-counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 30px;
}
.hero-counter:last-of-type {
  border-right: none;
  padding-right: 0 !important;
}
.hero-counter .box-number {
  margin-top: -0.06em;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hero-counter {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 30px;
}
.hero-style2 .box-number,
.hero-style2 .box-text {
  color: #fff;
}
.hero-2 .hero-shape2 {
  bottom: 12%;
  left: 48%;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s;
}
.space,
.space-top {
  padding-top: 120px;
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
.title-area {
  margin-bottom: calc(var(60px) - 8px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 24px;
}
.sec-title {
  margin-bottom: calc(60px - 8px);
  margin-top: -0.18em;
  text-transform: capitalize;
  font-weight: 700;
}
.text-theme {
  color: #587636 !important;
}
.h2,
h2 {
  font-size: 44px;
  line-height: 1.123;
}
.img-box1 .box-shape {
  top: -80px;
  left: -80px;
  position: absolute;
}
.spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.service-card {
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  height: 540px;
}
.service-card .box-img {
  -webkit-clip-path: polygon(
    100% 0,
    100% 100%,
    calc(100% - 100px) 100%,
    50% calc(100% - 32px),
    100px 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% 100%,
    calc(100% - 100px) 100%,
    50% calc(100% - 32px),
    100px 100%,
    0 100%,
    0 0
  );
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 245px;
}
.service-card .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card .box-content {
  padding: 0 30px 40px 30px;
}
.service-card .box-icon {
  border-radius: 99px;
  margin: -16px auto 30px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card .box-title {
  margin-bottom: 15px;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
}
.mb-32 {
  margin-bottom: 32px;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 8px);
  position: relative;
  z-index: 2;
}
.img-box2 {
  position: relative;
}
.img-box2 .img1 {
  background-color: #587636;
  border-radius: 999px;
  padding: 0 20px 0 0;
  margin-left: 40px;
  display: inline-block;
}
.img-box2 .img2 {
  border: 5px solid #587636;
  position: absolute;
  bottom: 0;
  left: -160px;
  border-radius: 999px;
}
.img-box2 .img1 img,
.img-box2 .img2 img {
  border-radius: 999px;
}
.space,
.space-bottom {
  padding-bottom: 120px;
}
.space,
.space-top {
  padding-bottom: 120px;
}
.about-feature .box-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #5876366b;
  border-radius: 8px;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-feature-area .about-feature {
  margin-bottom: 30px;
}
.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: left;
}
.testinomial-card {
  background-color: var(--white-color);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.text-slide {
  padding-left: 60px;
}
.box-icon img {
  height: 30px;
  margin-top: 13px;
}
.dropdown-item {
  text-wrap: unset;
}
.gallery-sec1 {
  padding-top: 120px;
  margin-top: -120px;
}
.space,
.space-top {
  padding-top: 120px;
}
.gallery-card-wrap {
  max-width: 1814px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}

.gallery-card {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-card .box-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-card .box-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.gallery-card .box-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 21, 36, 0.09) 0%,
    #587636 100%
  );
  background: linear-gradient(180deg, rgba(0, 21, 36, 0.09) -5%, #587636 100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-card .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.gallery-card .box-title {
  font-weight: 600;
  color: #fff;
}

.gallery-card .box-text {
  color: #fff;
}

.icon-btn.style2 {
  background-color: #fff;
  color: #587636;
  border: none;
  border-radius: 6px;
  line-height: var(--btn-size, 56px);
}

.gallery-card:hover {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.gallery-card:hover .box-img:after {
  height: 100%;
}

.gallery-card:hover .box-img img {
  height: 320px; /* Adjust as per need */
}

.gallery-card:hover .box-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.icon-btn {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.fa {
  margin-top: 18px;
}

.box-title a {
  color: #fff;
}

.process-card {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 285px;
}
.process-card .box-img {
  width: 188px;
  height: 210px;
  margin: 0 auto 30px auto;
  padding: 8px;
  position: relative;
  z-index: 2;
  background-color: #587636;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensure the image doesn't overflow outside the clipped area */
  -webkit-clip-path: path(
    "M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z"
  );
  clip-path: path(
    "M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z"
  );
}
/* .process-card .box-img {
  width: 188px;
  height: 210px;
  margin: 0 auto 30px auto;
  padding: 8px;
  position: relative;
  z-index: 2;
  background-color: #587636;
  -webkit-clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
  clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
} */
/* .process-card .box-img img {
  margin-top: 1px;
  -webkit-clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
  clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
} */
.process-card .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the container without distortion */
  -webkit-clip-path: path(
    "M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z"
  );
  clip-path: path(
    "M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z"
  );
}
.process-card .box-title {
  margin-bottom: 13px;
}
.box-text {
  margin-bottom: -0.5em;
}
.contact-sec1 {
  position: relative;
  border-radius: 10px;
  padding: 60px;
  margin-top: 90px;
  z-index: 3;
  background-color: #001524;
}
.contact-form1 {
  background-color: #fff;
  border: 2px solid #587636;
  border-radius: 10px;
  margin-bottom: -180px;
}
.contact-form1 .form-title {
  background-color: #587636;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
.contact-form1 .input-wrap {
  padding: 40px;
}
.th-btn.btn-fw {
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form1 .form-control,
.contact-form1 .form-select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: #001524;
  background-color: #f5f7fa;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 0px;
  font-size: 16px;
  color: #587636;
}
.dropdown-toggle::after {
  vertical-align: 2px;
}
.breadcumb-wrapper {
  background-color: #e5f3ff;
  padding: 200px 0 140px 0;
  overflow: hidden;
}
.breadcumb-title {
  margin: -0.18em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 35px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: #587636;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
/* .breadcumb-menu li:after {
  content: ">";
  position: relative;
  margin-left: 6px;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
} */
.img-box1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 30px;
  margin-right: 50px;
  position: relative;
}

.img-box1 .img1 {
  padding: 15px 0 15px 12px;
  border: 2px dashed #587636;
  border-radius: 10px;
  position: relative;
}
.img-box1 .img1:before {
  content: "";
  height: 140px;
  width: 240px;
  max-width: 90%;
  position: absolute;
  bottom: -2px;
  left: -2px;
  background-color: #587636;
  border-radius: 0 0 0 10px;
}
.img-box1 .img1 img {
  border-radius: 10px;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  height: 100%;
  object-fit: cover;
}
.feature-circle {
  background-color: #fff;
  text-align: center;
  padding: 35px 8px;
  border: 2px dashed #587636;
  border-radius: 10px;
  width: 230px;
}
.feature-circle .circle {
  position: relative;
}
.feature-circle .circle-num {
  color: #001524;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-circle .box-title {
  font-size: 20px;
  margin: 5px 0 -0.3em 0;
}
.img-box1 .img2 {
  margin-top: 30px;
}
.img-box1 .img2 img {
  border-radius: 10px;
}
.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: left;
}
/* .about-feature-wrap {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
} */

.feature-circle {
  background-color: #fff;
  text-align: center;
  padding: 35px 8px;
  border: 2px dashed #587636;
  border-radius: 10px;
}
.starani {
  -webkit-animation: starani 6s linear infinite;
  animation: starani 6s linear infinite;
}

.starani:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.starani:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.starani:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes starani {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(0.35) translateY(40px);
    transform: scale(0.35) translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes starani {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(0.35) translateY(40px);
    transform: scale(0.35) translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.breadcumb-content h1 {
  font-size: 64px;
}
.page-img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.page-img img {
  width: 100%;
}
.page-title {
  margin-top: -0.16em;
  margin-bottom: 20px;
}
.page-content h2 {
  font-size: 30px;
  line-height: 1.123;
}
.mb-40 {
  margin-bottom: 40px;
}
.service-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}
.service-feature .box-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  text-align: center;
  background-color: #e5f3ff;
  border-radius: 8px;
}
.page-content h4 {
  font-size: 30px;
  line-height: 1.333;
}
.service-feature h3 {
  font-size: 20px;
  margin: 0;
}
.mt-45 {
  margin-top: 45px;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.checklist li > i {
  color: #587636;
  margin-top: 18px;
}

.rounded-10 {
  border-radius: 10px;
  height: 320px;
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: #f5f7fa;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}
.widget_title:after,
.widget_title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 99px;
}
.widget_title:after {
  background-color: #587636;
  width: 30px;
}
.img1 img {
  height: 573px;
}
.img2 img {
  height: 295px;
}
/* .img-box1 .img1 img {
  height: 532px;
  width: 319px;
} */
.right-half .img2 img {
  height: 295px;
  width: 230px;
}
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
  margin-bottom: 14px;
  padding: 17px 45px 17px 30px;
  font-size: 16px;
  line-height: 1.313;
  color: #001524;
  border-radius: 6px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: ">";
  position: absolute;
  right: 30px;
  top: 17px;
  font-weight: 600;
  color: inherit;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  background-color: #eaeefa;
  color: #587636;
  box-shadow: none;
  border-left: 5px solid #587636;
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: #f5f7fa;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}
.widget-banner {
  padding-top: 280px;
}
/* .page-single .page-img img {
  height: 600px;
} */
.widget-banner .box-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #587636;
  color: #fff;
  border-radius: 99px;
  font-size: 22px;
}
.call-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 20px;
}
.about-feature-area {
  max-width: 400px;
}
.contact-feature {
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.contact-feature .box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  background-color: #587636;
  border-radius: 8px;
  text-align: center;
}
.bg-title {
  background-color: #001524 !important;
}
.space-bottom {
  padding-bottom: 120px;
}
.team-contact-form {
  background-color: #f5f7fa;
  border-radius: 10px;
  padding: 60px;
}
.input-white select,
.input-white .form-control,
.input-white .form-select,
.input-white textarea,
.input-white input {
  background-color: #fff;
  border-color: #fff;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: #74757b;
  background-color: #f5f7fa;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-contact-form .form-title {
  margin-top: -0.16em;
  margin-bottom: 25px;
  text-align: center;
}
.form-title {
  font-size: 30px;
  font-weight: bold;
}
.about-max-two-position {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-max-two {
  position: relative;
  z-index: 1;
  padding: 60px 0px 60px 60px;
}
.about-max-two:before {
  content: "";
  background-image: url(../img/bg-plus.png);
  background-repeat: repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  z-index: -1;
}
.about-max-two .about-max-two-media {
  position: relative;
}
.about-max-two .about-max-two-media img {
  width: 100%;
}
.about-max-two-media img {
  width: 545px;
}
.wt-small-separator {
  border-left: 3px solid #587636;
}
.IndustryInsights {
  font-size: 40px;
  font-weight: 800;
}

.Industry-Insights .hero-counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 30px;
}
.Industry-Insights .hero-counter:last-of-type {
  border-right: none;
  padding-right: 0 !important;
}
.Industry-Insights .hero-counter .box-number {
  margin-top: -0.06em;
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.Industry-Insights .hero-counter {
  border-right: 2px solid #587636;
  padding-right: 30px;
}
.Industry-Insights .box-number,
.box-text {
  color: #587636;
}
.service-feature .box-title {
  font-size: 16px;
  margin: 0;
}

/* Remove button outline in Firefox */
.centering_container .button::-moz-focus-inner {
  border: 0;
}

/* Button styling */
.centering_container .button {
  height: 2em;
  width: 2em;
  position: relative;
  background: #587636;
  border: none;
  border-radius: 50%;
  outline: none;
  transition: all 300ms ease;

  /* Styling icon */
  color: #fff;
  font-size: 2em;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 0.45;
}

/* Pseudo-element for animated effect */
.centering_container .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;

  background: repeating-radial-gradient(
    rgba(33, 137, 232, 0) 0%,
    rgba(33, 137, 232, 0.15) 50%,
    rgba(33, 137, 232, 0.5) 75%,
    rgba(33, 137, 232, 0.05) 100%
  );

  animation: pulse_shadow 2s ease-in-out infinite;
}

/* Hover and focus effects */

.centering_container .button:hover::after,
.centering_container .button:focus::after {
  background: repeating-radial-gradient(
    rgba(255, 99, 71, 0) 0%,
    rgba(255, 99, 71, 0.15) 50%,
    rgba(255, 99, 71, 0.5) 75%,
    rgba(255, 99, 71, 0.05) 100%
  );
}

/* Keyframe animations */
@keyframes pulse_pseudo {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.25);
  }
}

@keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(33, 137, 232, 0.25);
  }
  100% {
    box-shadow: 0px 0px 3px 30px rgba(33, 137, 232, 0);
  }
}
/* Ensure modal is above backdrop */
.modal {
  z-index: 1055 !important; /* Higher than the backdrop */
}

/* Keep backdrop behind the modal */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important; /* Darker backdrop */
  z-index: 0 !important; /* Lower than the modal */
}

/* Prevent body scrolling while modal is open */
body.modal-open {
  overflow: hidden !important; /* Disable body scroll */
  height: 100% !important; /* Prevent background scroll */
}

/* Make iframe clickable and ensure it's interactive */

.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center; /* Center the content vertically */
  margin-top: 110px;
}

/* Set modal body to 100% height and remove any extra padding */
.modal-body {
  padding: 0; /* Remove any extra padding */
  display: flex;
  justify-content: center; /* Center the iframe horizontally */
  align-items: center; /* Center the iframe vertically */
}

/* Ensure the iframe takes up the full height and width of the modal body */
.modal-body iframe {
  width: 100%;
  height: 100%;
  border: none; /* Remove iframe border */
}

/* Ensure the modal is properly sized */
.modal-lg {
  max-width: 50%; /* Make modal wider */
  max-height: 50%; /* Ensure modal height fits content */
  margin: 0 auto; /* Center modal horizontally */
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Ensure it's centered horizontally */
  height: 100%; /* Ensure modal height fills the screen */
}
.service-card .EM img {
  height: 245px;
  width: 535px;
}
.img1 img {
  height: 575px;
  width: 575px;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .sub-title {
    font-size: 20px;
  }
  .hero-title {
    font-size: 24px;
  }
  .hero-counter {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 0px;
  }
  .hero-style2 {
    position: relative;
    z-index: 6;
    padding: 40px 0 50px 10px;
  }
  .hero-counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    gap: 30px;
  }
  .modal-lg {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .space,
  .space-top {
    padding-top: 30px;
  }
  .service-card {
    height: 500px;
  }
  .img-box2 .img2 {
    border: 5px solid #587636;
    position: absolute;
    bottom: 0;
    left: 0px;
    border-radius: 999px;
  }
  .img1 img {
    height: 260px;
    width: 260px;
  }
  .img2 img {
    height: 155px;
  }
  .gallery-sec1 {
    padding-top: 20px;
    margin-top: -120px;
  }
  .space,
  .space-top {
    padding-bottom: 20px;
  }
  .gallery-card-wrap {
    display: block;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.334;
  }
  .space-bottom {
    padding-bottom: 40px;
  }
  .contact-sec1 {
    margin-top: 20px;
    padding: 20px;
  }
  .title-area .sec-title {
    margin-bottom: 14px;
  }
  footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
  }
  .mbl-margin-top {
    margin-top: 180px;
  }
  footer .footer-contact {
    max-width: 390px;
    width: 100%;
  }
  footer .footer-btm .footer-btn-content {
    display: block;
    padding: 25px 0px 0px;
  }
  footer .footer-btm .footer-btn-content .footer-social ul {
    margin-top: 14px;
  }
  .box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
  }
  .breadcumb-wrapper {
    background-color: #e5f3ff;
    padding: 60px 0 40px 0;
    overflow: hidden;
  }
  .breadcumb-content h1 {
    font-size: 34px;
  }
  .IndustryInsights {
    font-size: 24px;
    font-weight: 800;
  }
  .Industry-Insights .hero-counter {
    border-right: 2px solid #587636;
    padding-right: 10px;
  }
  .Industry-Insights .hero-counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 30px;
  }
  .contact-feature {
    padding: 20px 10px 20px 0px;
  }
  .team-contact-form {
    background-color: #f5f7fa;
    border-radius: 10px;
    padding: 20px;
  }
  .service-feature-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .widget {
    padding: var(--widget-padding-y, 20px) var(--widget-padding-x, 20px);
  }
  .collapse {
    transition: height 0.3s ease-in-out;
  }
  .offcanvas {
    max-width: 80%;
    visibility: hidden;
    background-color: #587636;
  }
  .nav-item a:hover {
    color: #fff !important;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #fff !important;
  }
  .nav-link {
    padding: 19px 17px !important;
    color: #001524;
    font-size: 19px;
  }
  .navbar-toggler{
    background-color: #587636;
  }
  footer .footer-top .footer-top-content {
    display: block;
  }
  footer .footer-top .footer-top-content .footer-contect {
    margin-top: 20px;
  }
}
