.main-logo {
  max-width: 100px;
}

.ltn__main-menu li > ul.dropdown-menu1 {
  padding: 0px !important;
  width: 270px !important;
  background-color: #689645;
  /* border-top-color: #1e61a5; */
  border-top-color: #ebd41b;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ltn__main-menu li > ul.dropdown-menu1 li:not(:last-child) {
  border-bottom: 1px dashed #e2e2e2;
}
.ltn__main-menu li > ul.dropdown-menu1 li {
  padding: 0;
  transition: all 0.3s ease;
}
.ltn__main-menu li > ul.dropdown-menu1 li a {
  color: #fff;
  padding: 12px 25px 12px 30px;
  display: inline-block;
  width: 100%;
}
.ltn__main-menu li > ul.dropdown-menu1 li:hover {
  background-color: #1c60a4;
}

.navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
}

.navigation-container .logo-container {
  width: 25%;
}
.navigation-container .menu-wrapper {
  width: 75%;
}

.feature-container {
  margin-top: 20px;
}

.feature-container .feature-content {
  margin-top: 20px;
}

.feature-container .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #31663b;
  border-color: #dee2e6 #dee2e6 #fff;
}
.feature-container .nav-tabs .nav-link {
  border-radius: 0;
}

.about-section p {
  text-align: justify;
}

.title-description {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
}

.feature-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #e3e3e3;
}
.feature-img {
  /* border-bottom: 1px solid #e3e3e3; */
  border: 3px solid #31663b;
  margin-bottom: 15px;
}

.cta-content {
  background-color: #1e68ad;
  width: 570px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ltn__call-to-action-area {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
}

.main-banner .ltn__slide-item {
  display: flex;
  justify-content: center;
}

.ltn__progress-bar-area {
  background-image: linear-gradient(
      to right,
      rgba(9, 56, 99, 0.897),
      rgba(5, 42, 77, 0.842)
    ),
    url(../img/bg/39.jpg);
  background-size: cover;
  background-position: center;
}

.ltn__brand-logo-area {
  background-image: linear-gradient(
      to right,
      rgba(9, 56, 99, 0.897),
      rgba(5, 42, 77, 0.842)
    ),
    url(../img/bg/3.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.ltn__footer-area {
  /* background-image: linear-gradient(
      to right,
      rgba(12, 14, 15, 0.597),
      rgba(14, 14, 14, 0.642)
    ),
    url(../img/bg/41.jpg); */
  /* background: #31663b; */
  background-image: linear-gradient(
      to right,
      rgba(49, 102, 59, 0.8),
      rgba(49, 102, 59, 0.8)
    ),
    url(../img/bg/f-bg.webp);
  background-size: cover;
  background-position: center;
}
.footer-widget p {
  color: #fff;
}

.footer-address ul li {
  color: #fff;
}

.footer-menu ul li {
  color: #fff;
}

.ltn__social-media ul li a {
  color: #fff;
}

.footer-widget .footer-title {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.ltn__copyright-area {
  background: #15381c;
}

.ltn__copyright-design p {
  color: #fff;
}

.ltn__copyright-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1450px) {
  .ltn__main-menu > ul > li {
    margin-right: 10px;
  }

  .ltn__slide-item-inner {
    padding-top: 100px;
  }

  .cta-content {
    width: 670px;
  }
}
@media screen and (max-width: 1300px) {
  .container-fluid2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 765px) {
  .cta-content {
    width: auto;
  }
}

.banner-feature-container {
  /* background-color: rgba(3, 12, 18, 0.8); */
  background-color: #fff;
  /* position: relative;
  top: -78px; */
  padding: 20px 0;
}

.banner-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
.banner-feature-wrapper .banner-feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-feature-wrapper .banner-feature-box .banner-feature-box-content {
  margin-left: 20px;
}
.banner-feature-wrapper .banner-feature-box .banner-feature-box-content p {
  color: #5c9204;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}
.banner-feature-wrapper .banner-feature-box:not(:last-child) {
  border-right: 1px solid #819e52;
}

.ltn__slide-item-3 .slide-item-info {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px;
}

.product-feature-content .ltn__service-list-menu li {
  font-weight: 600;
  text-align: justify;
}

.ltn__service-details-inner.faq h6 {
  margin-top: 0;
}

/* .sidebar-content p,
.sidebar-content h4.footer-title,
.sidebar-content .footer-address-icon {
  color: #222;
} */

.sidebar-content ul li:not(:last-child) {
  border-bottom: 1px solid rgb(226, 226, 226);
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="false"] {
  background-color: var(--ltn__secondary-color);
  color: #fff;
  font-weight: 500;
}
.ltn__faq-inner-2 .card .ltn__card-title[aria-expanded="true"] {
  /* background-color: var(--ltn__secondary-color); */
  background-color: var(--section-bg-6);
  color: #fff;
  font-weight: 500;
}

.heading-1 {
  background-color: var(--section-bg-6);
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.f-logo-text {
  font-size: 16px;
}

.ltn__contact-address-item h3 {
  color: #31663b;
}

.pointer-list li {
  color: #fff;
}

.solution-box__icon {
  width: 80px;
  height: 80px;
}

.solution-box__icon img {
  width: 100%;
  height: 100%;
}

/* .solution-section {
  margin-bottom: 100px;
} */

.solution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.solution-box__heading h2 {
  text-align: center;
  font-weight: 500;
}

.m-logo {
  max-width: 64px;
}

@media screen and (max-width: 765px) {
  .banner-feature-container {
    display: none;
  }
  .feature-container .nav-item .nav-link {
    padding: 0px 2px;
    font-size: 13.4px;
  }
  .title-description {
    width: 100%;
  }
  /* .ltn__header-options > div:last-child {
    margin-right: -115px;
  } */
}

.term-content p {
  text-align: justify;
}

.term-content ul li {
  text-align: justify;
}

.header-menu nav {
  display: flex;
  justify-content: end;
}

.contact-style1 {
  background-image: url(../img/bg/2.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 10px;
}

.contact-style1 .contact-icon img {
  width: 80px;
}

/* .rs-contact.contact-style1 .contact-right-img {
  background-image: url(../img/bg/3.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
} */

.contact-form {
  border: 1px solid #819e52;
}

.product-box {
  /* display: grid;
 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  /* column-gap: 20px; */
  margin-bottom: 30px;
  grid-template-rows: 1fr;
  border: 1px solid lightgray;
}
.product-box .product-info {
  padding-top: 0;
}
.product-info h5 {
  color: #000;
}
.product-info p {
  /* text-align: justify; */
  color: #000;
  margin-bottom: 0;
  line-height: 1.6;
}
.product-box .product-left {
  min-height: 100%;
}

.view-all-btn {
  display: inline-block;
  border: 1px solid #31663b;
  padding: 2px 20px;
  background-color: #31663b;
  width: 150px;
  text-align: center;
  color: #fff;

  transition: all 0.3s ease;
}
.view-all-btn:hover {
  background-color: transparent;
  color: #222;
}

.cta-link {
  margin: 10px 0 5px;
  padding: 0 10px;
}
.product-title {
  background-color: #31663b;
  color: #fff !important;
  padding: 3px 10px;
  text-align: center;
  letter-spacing: 1px;
}

.cta-link-btn {
  background-color: #31663b;
  border: 1px solid #31663b;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
}

.cta-link-btn:hover {
  background-color: #fff;
  color: #000;
}

.product-des {
  padding: 0px 10px;
  max-height: 150px;
  min-height: 150px;
  overflow-y: auto;
}

.product-des::-webkit-scrollbar {
  width: 3px;
}

.product-des::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.product-des::-webkit-scrollbar-thumb {
  background-color: #31663b;
  outline: 1px solid #31663b;
}

#main-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff;
  font-size: 20px;
}
#main-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.87);
  color: #fff;
  font-size: 20px;
}

.group-contact-info h3 {
  margin-bottom: 0;
}
.group-contact-info p {
  margin-bottom: 0;
}
/* 
.logo-title {
  font-family: "Courier New", Courier, monospace;
} */

.f-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.f-content h1 {
  color: #fff;
}

.f-content .footer-address-info p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.footer-address ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.important-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.important-link ul li a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.ltn__contact-address-item p a:hover {
  color: #31663b;
}
