@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Fonts
	==============================================================*/

/*==============================================================
	Bootstrap Hack
	==============================================================*/

.form-control::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #7c7c7c;
  opacity: 1;
}

.form-control:-moz-placeholder {
  text-transform: capitalize;
  color: #7c7c7c;
  opacity: 1;
}

.form-control::-moz-placeholder {
  text-transform: capitalize;
  color: #7c7c7c;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  text-transform: capitalize;
  color: #7c7c7c;
  opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==============================================================
Chrome Hack
==============================================================*/
textarea,
input[type="text"] {
  -webkit-appearance: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1328px;
}

h1,
.h1 {
  font-family: "Outfit", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  text-align: left;
  margin: 0;
}
h2,
.h2 {
  font-family: "Outfit", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #242424;
  text-align: left;
  margin: 0;
}
h3,
.h3 {
  font-family: "Outfit", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #464646;
  text-align: left;
  margin: 0;
}
h4,
.h4 {
  font-family: "Outfit", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0;
}
h5,
.h5 {
  font-family: "Outfit", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}
h6.h6 {
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #525252;
  text-align: left;
  margin: 0;
}
.cta-btn a {
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  padding: 10px 24px;
  background-color: #088c29;
  border-radius: 8px;
  border: 1px solid transparent;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.cta-btn a:hover {
  background-color: #ffffff;
  color: #088c29;
  text-shadow: none;
}
.cta-btn.btn-sm a{
  padding: 10px 16px;
  text-shadow: none;
}
.cta-btn.btn-lg a{
  background-color: #fff;
  color: #088C29;
  padding: 12px 28px;
  text-shadow: none;
}
.cta-btn.btn-lg a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0;
}

/* banner start */
.banner-wrap {
  position: relative;
  z-index: 1;
}
.banner-wrap .banner-slide-content-box:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.banner-slide-content {
  max-width: 710px;
  z-index: 2;
  position: relative;
}
.banner-slide-content-box {
  padding: 260px 0 210px;
  position: relative;
}
.banner-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}
.banner-slide-content .h4 {
  color: #dcdcdc;
}
.banner-slide-content .h1 {
  padding: 16px 0 48px;
}
/* banner end */

/* about-us start */
.about-us-wrap {
  padding: 80px 0;
  position: relative;
}
.about-content {
  padding: 48px 0 0;
}
.section-content {
  position: relative;
}
.section-content h2 {
  padding-bottom: 8px;
  text-align: center;
}
.section-content h2 span {
  color: #088c29;
}
.about-right h3 {
  padding-bottom: 24px;
}
.about-right {
  max-width: 716px;
  padding-left: 32px;
}
.about-right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #525252;
}
.about-left img {
  border-radius: 4px;
}
.about-us-wrap::before {
  content: "";
  background-image: url('../images/overlay.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 675px;
  height: 568px   ;
  left: 0%;
  top: -18%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
/* about-us end */

/* our-features-start */
.our-features-wrap {
  padding: 120px 0 48px;
}
.our-features .section-content {
  max-width: 482px;
  margin: 0 auto;
}
.our-features h6 {
  padding: 16px 0 0;
}
.our-feature-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
}
.our-feature-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #3d3d3d;
  padding: 24px 0 12px;
}
.our-features-item {
  padding: 32px;
  transition: all 0.3s ease-in-out;
}
.our-features-item:hover {
  box-shadow: 14px 24px 72px 0px rgba(102,102,102,0.1)
}
.our-features-box {
  padding: 0 15px 32px 15px;
}
.our-features-area {
  padding-top: 48px;
  margin: 0 -15px;
}
.our-features .section-content::before {
  content: "";
  position: absolute;
  width: 306px;
  height: 163px;
  background-image: url('../images/feature-before.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -60%;
  top: -15%;
  z-index: -1;
}
.our-features {
  position: relative;
}
/* our-features-end */

/* our-statisitics-start */
.our-statistics-wrap {
  padding: 80px 0;
  background-color: #F2F3F4;
}
.st-map {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.st-map:hover{
  fill: #00A945;
}
.tooltip-inner {
  pointer-events: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #000;
}
.statistics-map svg {
  width: auto;
  height: 500px;
}
.statistics-map {
  text-align: center;
  padding-top: 48px;
}

.our-statistics .section-content p {
  max-width: 854px;
  margin: 0 auto;
  padding-top: 16px;
}

/* our-statisitics-end */

/* every-miles-start */
.every-miles-wrap {
  padding: 124px 0;
}
.every-miles {
  padding: 101px 64px;
  border-radius: 20px;
  background-color: #088C29;
  position: relative;
  z-index: 1;
}
.every-miles .h1 {
  max-width: 756px;
}
.every-miles p {
  max-width: 550px;
  padding: 12px 0 24px;
  color: #FFFFFF;
}
.every-miles::before {
  background-image: url('../images/bg-bike-bg.png');
  right: 6%;
  bottom: 0;
  width: 276px;
  height: 460px;
}
.every-miles::after {
  background-image: url('../images/bg-shadow-bg.png');
  left: 0;
  top: 17%;
  width: 850px;
  height: 192px;
}
.every-miles::before, .every-miles::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  z-index: -1;
}
/* every-miles-end */

/* footer start */
.footer-wrap {
  padding: 80px 0 40px;
  background-color: #3D3D3D;
}
.social-media-listing {
  gap: 17px;
}
.social-media-listing li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-media-listing li a:hover svg path{
  fill: #088C29;
}
.footer-right {
  max-width: 400px;
  width: 100%;
}
.footer-left .footer-item p {
  max-width: 400px;
  width: 100%;
  color: #BDBDBD;
}
.nav-menu-listing li a {
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.nav-menu-listing li a:hover {
  color: #088C29;
}
.contact-item:hover .contact-text {
  color: #088C29;
}
.contact-item:hover svg path {
  stroke: #088C29;
}
.contact-item .contact-text {
  transition: all 0.3s ease-in-out;
}
.social-media-listing svg {
  width: 24px;
  height: 24px;
}
.contact-item svg path {
  transition: all 0.3s ease-in-out;
}
.footer-item h5 {
  padding-bottom: 19px;
}
.footer-top {
  padding-bottom: 32px;
  border-bottom: 1px solid #7C7C7C;
}
.contact-text {
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-item {
  gap: 19px;
  padding-bottom: 19px;
}
.footer-left {
  gap: 48px;
}
.nav-menu-listing li {
  padding-bottom: 12px;
}
.footer-right .footer-item:last-child {
  padding-top: 29px;
}
.footer-copyright {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #BDBDBD;
  padding-top: 32px;
  text-align: center;
}
.contact-item svg {
  flex-shrink: 0;
}
/* footer end */

/* 404 page */
.not-found-page .header-menu .cta-btn a:hover {
  border: 1px solid #00A945;
}
.not-found-wrap {
  padding: 200px 0 100px;
}
.not-found-page .menu-listing li a {
  color: #000;
}
.not-found, .not-found p {
  text-align: center;
  font-size: 18px;
}
.not-found .h1 {
  padding: 30px 0 10px;
  color: #000;
}
.not-found .cta-btn {
  padding-top: 20px;
}
.not-found .cta-btn a:hover {
  border: 1px solid #00A945;
}

/* Modal start */
.register-modal {
  position: relative;
  z-index: 9999;
}
.modal-content {
  border-radius: 12px !important;
}
.modal-header {
  border: 0;
  padding:20px 40px 20px 54px;
}
.modal-header button {
  border-radius: 100%;
  background-color: #088C29;
  width: 26px;
  height: 26px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modal-dialog {
  max-width: 728px !important;
  width: 100%;
}
.modal-body {
  padding: 20px 54px 32px 54px;
}

.form-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #525252;
  margin: 0;
  padding-bottom: 6px;
}
.form-control, .form-select {
  border: 1px solid transparent;
  background-color: #F2F3F4;
  height: 46px;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #7C7C7C;
}
.form-select {
  padding: 0 16px;
  cursor: pointer;
}
.form-control:focus, .form-select:focus {
  background-color: #F2F3F4;
  border: 1px solid transparent;
  box-shadow: none;
}
.form-control:active, .form-select:active {
  border: 1px solid transparent;
}
.form-fieldset {
  padding-top: 24px;
  border-top: 1px dashed #7C7C7C;
}
.fieldset {
  padding-bottom: 24px;
}
.form-btn input {
  width: 100%;
  display: inline-flex;
  background-color: #088C29;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.form-btn input:hover {
  background-color: transparent;
  border: 1px solid #088C29;
  color: #088C29;
}
.btn-close {
  position: relative;
  z-index: 10;
  background-image: url('../images/closebtn.png');
}
#registerModal {
  background-color: rgba(0,0,0,0.4);
}
.btn-close:focus {
  box-shadow: none;
  border: none;
}
.section-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #525252;
}
.facts-number p {
  padding: 12px 0 48px;
}
/* Modal End */

/* slider */
.slick-dots button {
  border-radius: 100%;
  appearance: none;
  width: 10px;
  height: 10px;
  border: 1.2px solid #FFF;
  background-color: transparent;
  font-size: 0;
}
.slick-dots .slick-active button {
  background-color: #00A945;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0
}
.footer-item .h5 {
    padding-bottom: 19px;
}


/* blog start */
.cta-btn.btn-link a {
  background-color: transparent;
  color: #00A945;
  text-shadow: none;
  padding: 0;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.blog-img {
  display: inline-block;
  overflow: hidden; 
  border-radius: 12px;
  width: 100%;
}
.blog-img img {
  border-radius: 12px;
  width: 100%;
  height: 265px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-img:hover img {
  transform: scale(1.1);
}
.our-blog-area {
  row-gap: 32px;
  --bs-gutter-x: 32px;
}
.blog-content {
  padding-top: 24px;
}
.blog-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #3d3d3d;
}
.blog-content p {
  padding: 16px 0;
}
.blog-title:hover {
  color: #088c29;
}
.cta-btn.btn-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #00A945;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
.cta-btn.btn-link a:hover::after {
  transform: scaleX(0);
  transform-origin: center;
}
.search-blogs {
  padding-bottom: 30px;
}
.search-blogs form input {
  width: 234px;
  height: 46px;
  border: 1px solid #F2F3F4;
  background-color: #F2F3F4;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #7C7C7C;
  border-radius: 4px;
  padding: 10px;
}
.search-blogs form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-blogs form button, .search-blogs form .btn-clear {
  background-color: #2e7d32;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  border: none;
}
.our-blog-box {
  width: 100%;
  height: 100%;
}
.search-result-count {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #3d3d3d;
}
.no-post {
  display: none;
}
/* blog end */

/* blog-details start */
.blog-details-wrap, .our-blog-wrap {
  padding: 250px 0 100px;
}
.blog-detail-img img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}
.blog-details h2 {
  font-family: "Outfit", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #242424;
  padding-bottom: 30px;
}
.blog-details p {
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  padding-bottom: 15px;
}
.blog-details ul {
  padding-bottom: 20px;
  padding-left: 24px;
}
.blog-details ol {
  padding-bottom: 20px;
}
.blog-details ol {
   counter-reset: item;
}
.blog-details ol li {
  counter-increment: item;
  padding-bottom: 5px;
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #525252;
}
.blog-details ol li::before {
  content: counter(item) ".";
  margin-right: 10px;
}
.blog-details ul li {
  list-style: disc;
  padding-bottom: 5px;
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #525252;
}
.blog-details h3 {
  font-family: "Outfit", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #464646;
  padding-bottom: 15px;
}
.blog-details h4 {
  font-family: "Outfit", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  padding-bottom: 15px;
}
.blog-details img {
  margin-bottom: 15px;
  object-fit: cover;
}
.blog-details h5 {
  padding-bottom: 15px;
  font-family: "Outfit", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}
.blog-details h6 {
  font-family: "Outfit", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #525252;
  padding-bottom: 15px;
}
.blog-details h1 {
  font-family: "Outfit", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  padding-bottom: 30px;
}

/* blog-details end */

/* pagination start */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-right: 0;
  flex-wrap: wrap;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #00A945;
  border: 1px solid #00A945;
}

.page-numbers:hover {
  background-color: #2e7d32; 
  color: #ffffff;
  border: 1px solid #F2F3F4;
}

.page-numbers.current {
  background-color: #2e7d32; 
  color: #ffffff;
  border: 2px solid #F2F3F4;
}
.page-numbers.current:hover {
  background-color: transparent;
  color: #00A945;
  border: 1px solid #00A945;
}

/* pagination end */

/* header-bg start */
.header-bg header {
  background-color: #b4b3b3;
}
/* header-bg end */

