@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #444444;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #026c30;
  text-decoration: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background: #026c30;
  border-color: #026c30;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #00923F;
  border-color: #00923F;
  border-radius: 0 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #026c30;
  border-color: #0fbd56;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  border-radius: 0;
}

.shadow, .project-box, .btn-custom {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-custom {
  min-width: 140px;
  text-align: center !important;
  padding: 12px 30px !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  text-transform: capitalize !important;
}

.navbar li.btn-custom a {
  padding: 0 10px !important;
  height: auto !important;
  color: #ffffff !important;
}

.navbar li.btn-custom {
  padding: 4px 22px !important;
  text-align: center !important;
  margin-left: 40px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00923F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #78c48c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00923F;
  font-size: 18px;
  height: 54px;
  padding: 0;
  color: #fff;
}

#topbar .contact-info a {
  line-height: 0;
  color: #ffffff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #f3f3f3;
}

#topbar .contact-info i {
  color: #ffffff;
  line-height: 0;
  margin-right: 5px;
  margin-left: 12px;
  font-size: 24px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #ffffff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fefefe;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: #ffffff !important;
}

#header-main {
  transition: all 0.5s;
  z-index: 997;
  -webkit-box-shadow: 10px 17px 30px -12px rgba(219, 219, 219, 0.57);
  -moz-box-shadow: 10px 17px 30px -12px rgba(219, 219, 219, 0.57);
  box-shadow: 10px 17px 30px -12px rgba(219, 219, 219, 0.57);
  background: #ffffff !important;
}

#header.header-scrolled {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #00923F;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar li a {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 15px 10px 15px !important;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #00923F;
}

.navbar .getstarted {
  color: #00923F;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #00923F;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover {
  background: #00923F;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00923F;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

#menu-top-menu {
  list-style: none;
}

#menu-top-menu a {
  color: #fff;
}

.top-menu {
  align-self: center !important;
}

.top-menu {
  align-self: center !important;
  margin-top: 16px;
}

.top-menu li a {
  color: #ffffff;
}

.top-menu li {
  list-style: none;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00923F;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00923F;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*#hero .carousel-item::before {
  content: '';
  background-color: rgba(45, 103, 60, 0.8);
}*/
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #00923F;
}

#hero .btn-get-started, .btn.btn-success {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #00923F;
  border-color: transparent;
}

#hero .btn-get-started:hover, .btn.btn-success:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  section#book-ride {
    text-align: center;
  }

  .book-img {
    text-align: center;
  }

  #hero {
    height: 50vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.section-bg {
  /*  background-color: #f8fcf9;*/
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00923F;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Clients
--------------------------------------------------------------*/
.featured-clients {
  padding: 40px 0;
}

.featured-clients .icon-box {
  padding: 20px;
  text-align: center;
  box-shadow: 2px 5px 11px 3px #efefef;
}

.featured-clients .icon-box img {
  object-fit: contain !important;
}

.featured-clients .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-clients .icon {
  margin-bottom: 15px;
}

.featured-clients .icon i {
  color: #00923F;
  font-size: 42px;
}

.featured-clients .title {
  font-weight: 400 !important;
  margin-bottom: 5px;
  font-size: 18px;
}

.featured-clients .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-clients .icon-box:hover .title a {
  color: #00923F;
}

.featured-clients .description {
  line-height: 24px;
  font-size: 14px;
}

.service-box {
  text-align: center;
}
.service-box .title {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin: 20px 0;
  color: #4e758b;
  min-height: 50px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
section#about {
  background-color: #faf8ff;
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #00923F;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}
section#projects {
  background: #253741;
  color: #ffffff;
}
section#projects .project-box {
  border: 10px solid #253741;
}

.project-box {
  background: #ffffff;
  color: #000000;
  padding: 0;
}
.project-box .badge {
  white-space: normal;
  text-align: left;
}
.project-box a {
  color: #000000;
}

.project-img {
  max-height: 250px;
  overflow: hidden;
}

.project-img.featureImgIcon {
  text-align: center;
  margin: 70px;
}
.project-img.featureImgIcon img {
  max-height: 110px;
  margin: 0 auto;
}

.project-container h5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00923F;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00923F;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0 5px 90px 0 rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #00923F;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #00923F;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #00923F;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00923F;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00923F;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 0 12px 0 rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #00923F;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team-col .member-icon {
  font-size: 10rem;
  border-radius: 50% !important;
  width: 250px;
  height: 250px;
}
.team-col .member-img img {
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  width: 250px;
  height: 250px;
  border-radius: 50% !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact-fixed-section {
  background: #faf8ff;
}

.contact .info {
  border-top: 3px solid #00923F;
  border-bottom: 3px solid #00923F;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #00923F;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #00923F;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #00923F;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #00923F;
  border-bottom: 3px solid #00923F;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00923F;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #00923F;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6ec083;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #606060;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00923F;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  font-weight: 500 !important;
}

#footer .credits {
  font-size: 13px;
}

.navbar-brand {
  padding-left: 0 !important;
}

.w-6 {
  width: 3.6em;
}

.h-6 {
  height: 3.6em;
}

.blog-entry .blog-img {
  display: block;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-entry .text {
  position: relative;
  z-index: 0;
  width: 100%;
}

.blog .blog-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-entry .text h3 {
  font-weight: 400;
  font-size: 1.4em;
}

.blog-entry .text .meta-wrap {
  width: 100%;
  display: block;
}

.blog-entry .text .meta-wrap .meta span {
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #bfbfbf;
}

.blog-entry h3 a {
  color: #444444;
}

.blog-entry h3 a:hover {
  color: #00923F;
}

footer {
  padding: 4em 0 2em;
}

.footer-01 {
  background: #253741;
  color: #ECECEC;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.footer-01 a {
  color: #dadada;
}

.footer-01 p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-01 .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}

.footer-01 .footer-heading {
  font-size: 17px;
  margin-bottom: 30px;
  color: #ECECEC;
  font-weight: 500 !important;
  position: relative;
}

/*.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 40px;
  height: 2px;
  background: $primaryColor; }*/
.footer-01 ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-01 .block-21 .text .heading a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-01 .block-21 .meta > div a {
  color: #00923F;
}

.footer-01 .block-23 ul li {
  color: rgba(255, 255, 255, 0.6);
}

.footer-01 .block-23 ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-01 .block-23 ul li .icon {
  color: rgba(255, 255, 255, 0.4);
}

.footer-01 .ftco-footer-social li a {
  color: #fff;
}

.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.footer-01 .block-23 ul li .icon {
  color: rgba(255, 255, 255, 0.4);
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
}

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.footer-01 .block-23 ul li {
  color: rgba(255, 255, 255, 0.6);
}

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer-01 .block-21 .meta > div a {
  color: #00923F;
}

.block-21 .text .meta > div a {
  color: gray;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

footer .meta {
  font-size: 0.8em;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}

.block-21 .img {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 100% !important;
  background-position: center;
  background-size: cover;
}

.block-21 .text {
  width: calc(100% - 100px);
}

ul.footer-menu.list-unstyled .menu-item a {
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.photo-gallery .lSSlideWrapper.usingCss {
  background: #333333;
}
.photo-gallery ul.lSPager.lSGallery {
  background: #f9f9f9;
  width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent !important;
}

.required-field label:after {
  content: "*";
  color: #db4a37;
  margin-left: 3px;
}

.contact-details {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0b1825;
  color: #fff;
  position: relative;
}
.contact-details a {
  color: #fff;
}
.contact-details .contact-details-dark-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.contact-details .contact-details-info {
  z-index: 2;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 80%;
}
.contact-details .contact-details-info-box {
  padding: 17%;
  text-align: left;
}

.contact-details-form {
  background: #f9f9f9;
  margin-bottom: 3em;
}

.navbar-brand img {
  height: 70px;
}

.wp-pagenavi span.pages {
  background: #2db469;
  color: #fff;
}

#header .nav {
  width: 100%;
  justify-content: space-between;
}
#header .navbar-light .navbar-toggler {
  border-color: transparent;
}
#header .navbar-toggler:focus {
  box-shadow: none;
}
#header .navbar .active > a {
  color: #00923F !important;
}

@media (max-width: 600px) {
  #topbar {
    font-size: 11px;
  }
}
.slider-searchbox {
  z-index: 1;
  position: absolute;
  bottom: 20%;
  left: 12%;
  background: rgba(255, 255, 255, 0.89);
  padding: 20px 30px;
  color: #333 !important;
  width: 25%;
}
.slider-searchbox .slider-searchbox-introtext p {
  color: #333 !important;
  margin: 0 !important;
  text-align: center;
  font-size: 1.1em;
}
.slider-searchbox .form-control:focus {
  background-color: #fff;
  border-color: #ced4da !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #212529;
  outline: 0;
}
.slider-searchbox #search-destination::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.slider-searchbox #search-destination::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.slider-searchbox #search-destination:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.slider-searchbox #search-destination:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.slider-searchbox .input-group {
  display: none;
}
.slider-searchbox .check-rates-btn {
  margin: 10px 0px;
}

.service-title {
  font-size: 1.5em;
  font-weight: 500 !important;
  text-transform: uppercase;
}

/*.service-title:after {
  content: "";
  background: #e97828;
  height: 1px;
  display: block;
  width: 30%;
  text-align: center;
  position: relative;
  left: 35%;
  margin-top: 10px;
}*/
.service-block {
  margin-bottom: 6em !important;
  box-shadow: 1px 1px 3px 1px #efefef;
  padding: 3em;
}

#book-ride {
  background: #F4F4F4;
}
#book-ride h4 {
  font-size: 1.3em;
  font-weight: 500 !important;
  margin-bottom: 20px;
}
#book-ride .book-img {
  margin: 21px;
}

.footer-heading-main {
  font-size: 1.4em;
  font-weight: 600 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #898585;
}

div.alphabet {
  clear: both;
  position: relative;
  margin: 0.5em 0;
  background: #dc7d3d;
  color: #ffffff;
  padding: 0.2em 0.3em;
}

@media screen and (max-width: 640px) {
  div.alphabet {
    text-align: center;
  }
}
div.alphabet ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.alphabet li {
  display: inline-block;
}

div.alphabet a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  padding: 0.2em 0.1em;
  min-width: 1.3em;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

div.alphabet a:hover {
  color: #FFF !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div.alphabet a:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

div.alphabet a.empty {
  color: #888 !important;
}

div.alphabet a.active,
div.alphabet a.active.empty {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #FFF;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

div.alphabet .alphabet-info-display {
  margin-right: 0.5em;
}

div.alphabet div.alphabet-info {
  position: absolute;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  border-radius: 2px;
  color: #FFF;
  margin-top: 0.2em;
  padding: 0.2em 0.4em;
  text-align: center;
  opacity: 0;
  z-index: 9999;
}

tr.alphabet-group, tr.alphabet-group:hover {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

div.alphabet a {
  color: #fff !important;
}

div.alphabet a.empty span {
  color: #cbcbcb !important;
  opacity: 0.8;
}

table#table-rates thead td {
  font-weight: 600;
}

table.dataTable td, table.dataTable th {
  padding: 3px;
}

tr.alphabet-group, tr.alphabet-group:hover {
  background-color: #dc7d3d !important;
  color: #fff;
}

div.alphabet .alphabet-info-display {
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

div#table-rates_wrapper thead td {
  font-weight: 500;
}

.reservation-form label.form-label.d-block {
  font-weight: 500;
  margin-top: 10px;
}
.reservation-form .wpcf7-list-item {
  margin: 0px 20px 0px 0px !important;
}
.reservation-form .form-check {
  padding: 0 !important;
}
.reservation-form .card-header {
  font-weight: 500;
  color: #dc7d3d;
}

.slider-searchbox-introtext {
  font-size: 17px;
}

.navbar li a {
  color: #000000 !important;
}

p.copyright a:first-child:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}

.textarea3row {
  height: 80px;
}

.book-menu.menu-item {
  display: none;
}

.carousel-inner-overlay-bg {
  position: relative;
  opacity: 0.9;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(271deg, rgba(112, 112, 112, 0.56) 0%, rgba(2, 19, 136, 0.56) 9%, rgba(16, 25, 92, 0.56) 70%, rgba(23, 28, 71, 0.56) 100%);
  background: -o-linear-gradient(271deg, rgba(112, 112, 112, 0.56) 0%, rgba(2, 19, 136, 0.56) 9%, rgba(16, 25, 92, 0.56) 70%, rgba(23, 28, 71, 0.56) 100%);
  background: -ms-linear-gradient(271deg, rgba(112, 112, 112, 0.56) 0%, rgba(2, 19, 136, 0.56) 9%, rgba(16, 25, 92, 0.56) 70%, rgba(23, 28, 71, 0.56) 100%);
  background: -moz-linear-gradient(271deg, rgba(112, 112, 112, 0.56) 0%, rgba(2, 19, 136, 0.56) 9%, rgba(16, 25, 92, 0.56) 70%, rgba(23, 28, 71, 0.56) 100%);
  background: linear-gradient(179deg, rgba(112, 112, 112, 0.56) 0%, rgba(2, 19, 136, 0.56) 9%, rgba(16, 25, 92, 0.56) 70%, rgba(23, 28, 71, 0.56) 100%);
}

@media (min-width: 768px) {
  .row-equal {
    display: flex;
    flex-wrap: wrap;
  }

  .col-equal {
    margin: auto;
  }
}
/**** Responsive Media Queries **/
@media (min-width: 1400px) {
  .navbar-brand img {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  a.btn.btn-primary.btn-sm.btn-custom {
    padding: 6px 15px !important;
    min-width: auto !important;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-searchbox {
    width: 60% !important;
    left: 5% !important;
  }
}
@media (max-width: 991px) {
  .contact-details .contact-details-info {
    z-index: 9;
    position: relative;
    text-align: center;
    top: 5%;
    width: 100%;
    color: #fff;
  }

  .navbar-collapse.collapse.show {
    background: #fff;
    padding: 15px;
  }
  .navbar-collapse.collapse.show #menu-main-menu, .navbar-collapse.collapse.show #menu-main-menu-dutch {
    display: block !important;
  }

  .navbar-brand img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .slider-searchbox {
    width: 90% !important;
    left: 5% !important;
  }
}

/*# sourceMappingURL=custom.css.map */
