@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.heading_container h2 {
 position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.heading_container h2 span {
  color: #eea60a;
} 

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}
.heading_fas{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #e0d211;
}
.header_section {
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  
  background-color: #022d0d;
  
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a631a;
}

.header_section .header_top .contact_nav a:hover i {
  color: #ffaa00;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
  width: 100%;
  
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #2a631a;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  width: 100vw; /* Lebar penuh */
  height: 100vh; /* Tinggi penuh */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; /* Lebar penuh layar */
  height: 100vh; /* Tinggi penuh layar */
  overflow: hidden;
  z-index: -1;

}

.slider_section .slider_bg_box img {
  width: 100vw; /* Lebar penuh layar */
  height: 100vh; /* Tinggi penuh layar */
  object-fit: cover; /* Pastikan gambar memenuhi seluruh layar */
  object-position: center;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
  
}
.slider_section .container {
  position: relative;
  height: 100vh; /* Menyesuaikan tinggi layar */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; /* Memastikan teks rata tengah */
  z-index: 2;
}

.detail-box {
  text-align: justify;
  padding: 20px;
  border-radius: 10px;
  background: #1e1e1e0c; /* Gradient background */
  color: #ffffff; /* Warna teks putih */
  text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.8), /* Shadow hitam tebal */
    -1px -1px 0 rgba(255, 255, 255, 0.1); /* Shadow putih tipis untuk efek 3D */
  font-family: 'Arial', sans-serif; /* Ganti font jika perlu */
  font-size: 18px; /* Ukuran font */
  line-height: 1.6; /* Jarak antar baris */
 
  
}

.detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}

.detail-box p {
  color: #fefefe;
  font-size: 1.2rem;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 200px;
  
  
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2a631a;
  color: #ffffff;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  

  
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #e0d211;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #2a631a;
}
.carousel-inner {
  width: 100vw;
  height: 100vh;
}
.carousel-item {
  width: 100vw;
  height: 100vh;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 20; /* Pastikan tombol di atas elemen lain */
}
/*Paket Wisata*/


.card {
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
}

/* Fasilitas*/
.service_section {
  position: relative;
}
.pfas{
  font-size: 20px;
  text-align: center;
}
.service_section .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; /* Jarak antar box */
  padding: 20px; /* Padding dalam box */
  border: 1px solid #e0e0e0; /* Border untuk box */
  border-radius: 10px; /* Sudut melengkung */
  transition: all 0.3s ease; /* Animasi hover */
}
.box1:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Efek shadow saat hover */
  transform: translateY(-5px); /* Efek naik sedikit saat hover */
}
.img-box1 {
  width: 100%;
  height: 100px; /* Tetapkan tinggi yang konsisten */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box1 img {
  max-width: 100%; /* Gambar tidak akan melebihi lebar container */
  
  max-height: 200px; /* Gambar tidak akan melebihi tinggi 200px */
  min-width: 100px; /* Gambar tidak akan lebih kecil dari 100px */
  min-height: 100px; /* Gambar tidak akan lebih kecil dari 100px */
  object-fit: contain; /* Gambar akan di-scaling agar muat di dalam container */
}
.detail-teks1 {
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.detail-teks1 p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.detail-teks h5 {
  font-weight: bold;
  text-transform: uppercase;
  
  margin-bottom: 10px;
}

.detail-teks1 a {
  color: #022d0d;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service_section .box .detail-box a:hover {
  color: #2a631a;
}
@media (max-width: 768px) {
  .service_section .img-box img {
    max-height: 150px; /* Sesuaikan tinggi gambar untuk layar kecil */
  }
  .service_section .box {
    margin-bottom: 20px;
  }
}
/*About*/
/* About Section */
.about_section {
  background-color: #1b2b18; /* Warna hijau tua */
  margin-top: 50px;
  color: white;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Styling untuk gambar */
.img-box img {
  width: 800px;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.img-abt img {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Box Deskripsi */
.detail-box {
  
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
}

/* Heading */
.heading_container h2 {
  font-size: 28px;
  color: #ff9800;
  margin-top: 50px;
  margin-bottom: 15px;
}

/* Sub Judul */
.section-title {
  color: #ff9800;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Pastikan teks rapi */
.detail-box p {
  text-align: justify;
  margin-bottom: 10px;
}

/* Gambar Monyet & ATV */

.monkey-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px; /* Ukuran diperbesar */
  max-width: 20%; /* Maksimum agar responsif */
  transform: scaleX(-1); /* Membalik gambar */
  z-index: 2;
}

.atv-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px; /* Ukuran diperbesar */
  max-width: 20%; /* Maksimum agar responsif */
  z-index: 2;
  opacity: 0.9;
}
/* Gambar pembatas about */
.bts-img {
  position: absolute;
  padding-top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%; /* Ukuran diperbesar */
  max-width: 100%; /* Maksimum agar responsif */
  z-index: 2;
  
}

/* Responsif untuk Tablet dan Mobile */
@media (max-width: 992px) {
  .monkey-img, .atv-img {
    width: 180px;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .monkey-img, .atv-img {
    width: 120px;
    max-width: 30%;
  }
}

@media (max-width: 576px) {
  .monkey-img, .atv-img {
    width: 100px;
    max-width: 35%;
  }
}

/* Galeri Section */
.gallery_section {
  padding: 50px 0;
}

.gallery_section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Agar konten berada di tengah */
  gap: 10px; /* Jarak antar elemen */
}

/* Styling box galeri */
.gallery_box {
  position: relative;
  overflow: hidden;
  width: 32%; /* Menampilkan 3 kolom per baris */
  min-height: 250px;
}

/* Styling gambar */
.gallery_images {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery_images img {
  width: 100%; /* Memastikan gambar memenuhi box */
  height: 100%;
  object-fit: cover; /* Memastikan gambar tidak terdistorsi */
  display: block;
  transition: transform 0.3s ease-in-out;
}

/* Efek hover */
.gallery_images:hover img {
  transform: scale(1.05);
}

/* Overlay (judul + deskripsi) */
.gallery_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery_images:hover .gallery_overlay {
  opacity: 1;
}

/* Responsive untuk tampilan HP */
@media screen and (max-width: 768px) {
  .gallery_box {
      width: 48%; /* 2 kolom di tampilan HP */
  }
}

@media screen and (max-width: 480px) {
  .gallery_box {
      width: 100%; /* 1 kolom di tampilan kecil */
  }
}

/* wahana baru*/
.track_section {
  position: relative;
  color: #ffffff;
}

.track_section .track_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.track_section .track_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.track_section .img-box img {
  width: 300px;
  height: 400px;
  align-items: center;
  border-radius: 10px; /* Optional: untuk membuat sudut gambar lebih lembut */
  margin-top: 20px; /* Optional: menambahkan margin di atas gambar */
}
.track_section .track_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.95)), to(rgba(37, 37, 37, 0.55)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.95), rgba(37, 37, 37, 0.55));
}

.track_section p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.track_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.track_section form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.track_section form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #2a631a;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.track_section form button:hover {
  background-color: #022d0d;
}
/*PAket*/

/*Detail PAket*/
/* Package Details */
.container1 .package-details {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.container1 .package-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.container1 .package-title {
  font-size: 28px;
  font-weight: bold;
  color: #27ae60;
  margin-bottom: 15px;
}

.container1 .package-description p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.container1 .package-facilities ul {
  list-style: none;
  padding: 0;
}

.container1 .package-facilities li {
  background: #ecf0f1;
  margin: 5px 0;
  padding: 8px;
  border-radius: 5px;
  color: #2c3e50;
  font-weight: 500;
}

.container1 .package-price {
  font-size: 22px;
  font-weight: bold;
  color: #e74c3c;
  margin-top: 15px;
}

.container1 .package-notes {
  font-style: italic;
  color: #777;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .package-details {
      padding: 15px;
  }
  .package-title {
      font-size: 24px;
  }
  .package-description p {
      font-size: 14px;
  }
  .package-price {
      font-size: 20px;
  }
}

/*Review*/
/* Container untuk box review */
.client_section .client_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

/* Style untuk box review */
.client_section{
  background-color: #355c3f;
}
.client_section .box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.heading_container1 {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  
}

.heading_container1 h2 {
  text-align: center;
 position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: #36e306;
  margin-bottom: 20px;
}

.heading_container1 h2 span {
  color: #eea60a;
} 
/* Style untuk teks review */
.detail-teks {
  text-align: justify;
  padding: 20px;
  border-radius: 10px;
  background: #1e1e1e0c;
  color: #070000;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box2 {
  display: flex;
  flex-direction: column;
  background-color: #ffff;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; /* Jarak antar box */
  padding: 20px; /* Padding dalam box */
  border: 1px solid #e0e0e0; /* Border untuk box */
  border-radius: 10px; /* Sudut melengkung */
  transition: all 0.3s ease; /* Animasi hover */
}
.box2:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Efek shadow saat hover */
  transform: translateY(-5px); /* Efek naik sedikit saat hover */
}
/* Style untuk client ID (foto dan nama) */
.client_section .box2 .client_id {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.client_section .box2 .client_id .img-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.client_section .box2 .client_id .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client_section .box2 .client_id .name {
  margin-left: 15px;
}

.client_section .box2 .client_id .name h6 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.client_section .box2 .client_id .name p {
  font-size: 0.9rem;
  color: #666;
}

/* Media Query untuk layar kecil */
@media (max-width: 768px) {
  .client_section .client_container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .client_section .box2 {
    flex: 1 1 250px;
  }
}

/* Owl Carousel Navigation */
.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-prev, .owl-next {
  background-color: #2a631a !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 50% !important;
  margin: 0 10px !important;
}

.owl-prev:hover, .owl-next:hover {
  background-color: #022d0d !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .client_section .heading_container h2 {
    font-size: 2rem;
  }

  .client_section .box {
    padding: 15px;
  }

  .client_section .box .detail-box {
    padding: 15px;
  }

  .client_section .box .client_id .img-box {
    width: 60px;
    height: 60px;
  }

  .client_section .box .client_id .name h6 {
    font-size: 1rem;
  }

  .client_section .box .client_id .name p {
    font-size: 0.8rem;
  }
}
.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #022d0d;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #022d0d;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #022d0d;
}

.contact_section .form_container input::placeholder {
  color: #022d0d;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #2a631a;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #022d0d;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #022d0d;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #2a631a;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #2a631a;
}


.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #2a631a;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #2a631a;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #1e4f10;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #022d0d;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */