.navbar-area .main-nav {
  padding: 5px 0;
  background: transparent;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #8A6430;
}
.navbar-area.is-sticky .main-nav {
  background: #fff;
}
.navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #181818;
}
.navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .navbar-area.is-sticky .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #8A6430;
}
.navbar-area.is-sticky .main-nav .navbar .navbar-brand img {
  width: 65px;
}
.navbar-area:not(.fixed-top) .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #181818;
}
.navbar-area:not(.fixed-top) .main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .navbar-area:not(.fixed-top) .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #8A6430;
}

.transport-section .transport-card .transport-text {
  padding: 30px;
}
.transport-section .transport-card .transport-text h3 {
  font-size: 18px;
}

.why-choose-section .why-choose-img {
  overflow: hidden;
}
.why-choose-section .why-choose-text {
  background: #ede9e3;
}
.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 {
  line-height: 26px;
}
.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 i {
  height: min-content;
}
.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2 {
  line-height: 26px;
}
.why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2 i {
  transform: rotate(-90deg);
}

.track-product .track-text h2 {
  margin-bottom: 0;
}
.track-product.track-product-bg::before {
  background: rgba(138, 100, 48, 0.6);
}
.track-product.track-product-bg .container {
  position: relative;
  z-index: 10;
}

.features-section .feature-card i {
  background: #D4B061;
}

.feedback-section .feedback-slider .feedback-items img {
  width: 60px;
  border-radius: 50%;
}

.worker-section .row {
  row-gap: 30px;
}
.worker-section .worker-card {
  margin-bottom: 0;
  height: 100%;
}

.footer-area {
  padding: 50px 0 0;
}
.footer-area .container {
  position: relative;
  z-index: 10;
}
.footer-area .row {
  row-gap: 30px;
}
.footer-area .footer-widget {
  margin-bottom: 0;
}
.footer-area .footer-widget ul li {
  padding-right: 15px;
  font-size: 15px;
}
.footer-area .footer-widget ul li a {
  font-size: 15px;
}
.footer-area .footer-widget ul li::before {
  display: none;
}
.footer-area .footer-widget ul li.li-has-before::before {
  width: 10px;
  background: #fff;
  display: inline-block;
}
.footer-area .footer-widget ul li.li-has-before:hover::before {
  background: #181818;
}
.footer-area .footer-widget ul.footer-contact li {
  padding-right: 0;
}
.footer-area .footer-widget ul.footer-contact li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-area .footer-widget ul.footer-contact li a i {
  margin: 0;
}
.footer-area .footer-widget .footer-social a i {
  background: #D4B061;
}
.footer-area .copyright-area {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  background: #8A6430;
  border-top: 1px solid #fff;
}
.footer-area .copyright-area span, .footer-area .copyright-area a {
  color: #D4B061;
}
.footer-area .copyright-area p a {
  color: #D4B061;
}

.lines {
  z-index: 0 !important;
  margin: 0 !important;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.lines .line {
  max-height: 100%;
  margin: 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
.lines .line:nth-child(1), .lines .line:nth-child(3) {
  margin: 0 !important;
}

.page-title {
  background-attachment: scroll;
  padding-top: 250px;
}
.page-title::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(138, 100, 48, 0.9)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(138, 100, 48, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.transport-section .row {
  row-gap: 24px;
}
.transport-section .transport-card {
  margin-bottom: 0;
  height: 100%;
}

.contact-card-section .row {
  row-gap: 24px;
}
.contact-card-section .contact-card {
  margin-bottom: 0;
  height: 100%;
}
.contact-card-section .contact-card ul li {
  line-height: 26px;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}

.contact-section .contact-area .form-group .form-control, .contact-section .contact-area .form-group .message-field {
  border-color: #fad095;
}

.transport-style-three.gallery .transport-card {
  overflow: hidden;
}
.transport-style-three.gallery .transport-card .layer {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
}
.transport-style-three.gallery .transport-card:hover .transport-img::before, .transport-style-three.gallery .transport-card:hover .transport-img::after {
  transform: translate(0%, 0%) skewX(0deg);
}
.transport-style-three.gallery .transport-card:hover .layer {
  opacity: 1;
}

.mfp-counter {
  direction: ltr;
}

@media (max-width: 991px) {
  .navbar-area .mobile-nav {
    height: 102px;
  }
  .navbar-area .mean-container .mean-bar {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .mean-container .mean-nav {
    margin-top: 404px;
  }
  .worker-section .worker-card {
    height: auto;
  }
}

/*# sourceMappingURL=style-new.css.map */
