@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #87441A;
}

::selection {
  color: #fff;
  background: #87441A;
}

body {
  background: #F6F6F6;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

header {
  width: 100%;
  transition: 0.3s all ease-in-out;
  background-color: #FFF;
}
header .menu {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
header .menu .navbar-brand {
  background: #FFF;
}
header .menu .navbar-brand img {
  transition: 0.3s all ease-in-out;
}
header .navbar {
  padding: 0;
}
header .navbar-collapse {
  flex-grow: 0;
  align-items: start;
}

.mb-none {
  display: none;
}

.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 1px;
}

.dropdown:hover {
  overflow: inherit;
}

.dropdown {
  overflow: hidden;
}

.dropdown-menu {
  top: 65px;
  opacity: 0;
  display: block;
  transition: 0.3s all ease-in-out;
  padding: 0px;
  overflow: hidden;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background: none;
  color: #87441A;
}

.navbar-brand {
  padding: 6px 48px 6px 15px;
  height: auto;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

.navbar-nav {
  float: right;
  padding: 0px 0px 0px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 400;
  color: #000;
  padding: 30px 15px;
  font-size: 18px;
  transition: 0.3s all ease-in-out;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #87441A;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #87441A;
}

.navbar-nav .active {
  position: relative;
}
.navbar-nav .active .nav-link {
  color: #87441A !important;
}
.navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all ease-in-out;
}
.navbar-nav .nav-item .quote {
  border-radius: 25px;
  transition: 0.3s all ease-in-out;
  position: relative;
  background: #87441A;
  overflow: hidden;
  padding: 10px 20px;
  margin-top: 18px;
}
.navbar-nav .nav-item .quote span {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.navbar-nav .nav-item .quote span img {
  margin-top: -3px;
}
.navbar-nav .nav-item .quote::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #87441A;
  transition: 0.5s;
  transform: perspective(400px) scaleX(1);
  transform-origin: bottom;
  z-index: 0;
}
.navbar-nav .nav-item .quote:hover {
  background: #487652;
  color: #FFF !important;
}
.navbar-nav .nav-item .quote:hover::before {
  transform: perspective(400px) scaleX(0);
}
.navbar-nav .nav-link:hover {
  color: #87441A !important;
}

.call-us {
  transition: 0.3s all ease-in-out;
  position: relative;
  padding: 10px 15px;
  margin-top: 12px;
  color: #000;
}
.call-us .call-sec {
  position: relative;
  z-index: 1;
  padding-left: 51px;
}
.call-us .call-sec img {
  position: absolute;
  left: 0;
  width: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.call-us .call-sec .title {
  font-weight: 500;
  font-size: 16px !important;
  margin-bottom: 5px;
}
.call-us .call-sec span {
  display: block;
  font-weight: 500;
  line-height: 20px;
  font-size: 25px !important;
}

.banner-section {
  width: 100%;
  position: relative;
}
.banner-section .carousel-item {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner-section .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.banner-section .carousel-item .carousel-caption {
  top: 50px;
  width: 100%;
  height: 100%;
  left: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
  padding: 20px;
}
.banner-section .carousel-item .carousel-caption .title-sec {
  width: 50%;
}
.banner-section .carousel-item .carousel-caption .title-sec .rating {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.banner-section .carousel-item .carousel-caption .title-sec .rating img {
  width: 120px;
}
.banner-section .carousel-item .carousel-caption .title-sec h3 {
  font-size: 57px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFF;
}
.banner-section .carousel-item .carousel-caption .title-sec a {
  padding: 15px 25px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #87441A;
  display: inline-block;
}
.banner-section .carousel-item .carousel-caption .title-sec a:hover {
  background-color: transparent;
  color: #FFF;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.hm-about {
  width: 100%;
  padding: 60px 0px;
  background: #FFF;
  position: relative;
}

.hm-about-img {
  width: 100%;
  margin-bottom: 10px;
}
.hm-about-img img {
  width: 100%;
  border-radius: 10px;
}

.about-content {
  padding-left: 20px;
}
.about-content h1 {
  font-size: 73px;
  color: #939393;
  text-transform: uppercase;
  font-weight: 700;
}
.about-content h2 {
  font-size: 28px;
}
.about-content p {
  text-align: justify;
}
.about-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.about-content ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  left: 0;
  top: 7px;
  background: url(../images/check.svg) no-repeat;
}

.more {
  background: #487652;
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFF;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.more img {
  margin-left: 8px;
}
.more:hover {
  background: #87441A;
  text-decoration: none;
  color: #FFF;
}
.more span {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.more span img {
  margin-top: -3px;
}
.more::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #487652;
  transition: 0.5s;
  transform: perspective(400px) scaleX(1);
  transform-origin: bottom;
  z-index: 0;
}
.more:hover {
  background: #87441A;
  color: #FFF !important;
}
.more:hover::before {
  transform: perspective(400px) scaleX(0);
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav, .owl-nav, .owl-dots {
  display: none !important;
}

.item {
  padding: 10px 8px;
}

.featured-package {
  width: 100%;
  padding: 30px 0px;
  background: #efeeee;
  overflow: hidden;
  position: relative;
}
.featured-package .title-head h4 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #487652;
}
.featured-package .title-head h5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #487652;
  margin-bottom: 20px;
}

.package-box {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 2px 8px #dce1e9;
}
.package-box .package-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.package-box .package-img img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}
.package-box .package-img a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.package-box:hover .package-img img {
  transform: scale(1.05);
}
.package-box:hover .package-img a::before {
  animation: circle 0.95s;
}
.package-box .package-content {
  width: 100%;
  padding: 15px;
}
.package-box .package-content .package-title {
  width: 100%;
}
.package-box .package-content .package-title h3 {
  font-size: 23px;
  color: #487652;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.package-box .package-content .star-rating {
  width: 100%;
}
.package-box .package-content .star-rating i {
  font-size: 18px;
  color: #C7C7C7;
}
.package-box .package-content .star-rating .rating {
  color: #F9BC14;
}
.package-box .package-content .price {
  font-size: 22px;
  color: #FF7C5B;
  font-weight: 500;
  margin-bottom: 5px;
}
.package-box .package-content .price span {
  font-size: 15px;
  color: #7A7A7A;
  font-weight: 400;
}
.package-box .package-content .p-duration {
  width: 100%;
  background: #EEF8D9;
  padding: 6px;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
.package-box .package-content .p-duration .day {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.package-box .package-content .p-duration .day::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #a9c78d;
}
.package-box .package-content .p-duration .day img {
  float: left;
  margin-right: 12px;
}
.package-box .package-content .p-duration .night {
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-box .package-content .p-duration .night img {
  float: left;
  margin-right: 12px;
}
.package-box .package-content .links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.package-box .package-content .links .booking-btn {
  background: #87441A;
  padding: 10px 20px;
  border-radius: 25px;
  color: #FFF;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.package-box .package-content .links .booking-btn span {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.package-box .package-content .links .booking-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #87441A;
  transition: 0.5s;
  transform: perspective(400px) scaleX(1);
  transform-origin: bottom;
  z-index: 0;
}
.package-box .package-content .links .booking-btn:hover {
  background: #487652;
  color: #FFF !important;
}
.package-box .package-content .links .booking-btn:hover::before {
  transform: perspective(400px) scaleX(0);
}

.pack-list {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.pack-list .list-head {
  width: 100%;
  background: #87441A;
  color: #FFF;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.pack-list .list-head .b-nav {
  position: absolute;
  right: 23px;
  top: 3px;
  display: none;
  padding: 11px 0px;
}
.pack-list .select-pack {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #f3f3f3;
}
.pack-list .select-pack .form-select {
  border: 1px solid #CECECE;
  border-radius: 3px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  padding: 7px 8px;
  height: 52px;
  width: 100%;
}
.pack-list ul {
  margin: 0px;
  padding: 0px 15px 15px 15px;
  list-style: none;
}
.pack-list ul li {
  background-image: url(../images/arrow-left-circle.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px;
  border-bottom: 1px solid #E9E9E9;
  transition: 0.3s all ease-in-out;
}
.pack-list ul li a {
  display: block;
  color: #487652;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 0px 15px 26px;
  transition: 0.3s all ease-in-out;
}
.pack-list ul li a:hover {
  padding: 15px 0px 15px 32px;
}
.pack-list ul li:hover {
  background-color: #E9E9E9;
  background-position: 8px center;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.gallery {
  width: 100%;
  padding: 30px 0px;
  background: #efeeee;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-box {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 4px 2px 8px #dce1e9;
  overflow: hidden;
}
.gallery .gallery-box .gallery-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-box .gallery-img img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}
.gallery .gallery-box .gallery-img a {
  position: relative;
  display: inline-block;
}
.gallery .gallery-box .gallery-img a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.gallery .gallery-box .gallery-img a span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  color: #FFF;
}
.gallery .gallery-box:hover .gallery-img img {
  transform: scale(1.05);
}
.gallery .gallery-box:hover .gallery-img a::before {
  animation: circle 0.95s;
}
.gallery .pagination {
  margin-bottom: 0;
  justify-content: center;
}
.gallery .pagination a {
  color: #487652;
}
.gallery .pagination .active a {
  background-color: #87441A;
  border-color: #87441A;
}

.holiday-sec {
  width: 100%;
  padding: 60px 0px;
  background: #F4F6FA;
}
.holiday-sec .holiday-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.holiday-sec .holiday-head .head-title h4 {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #487652;
}
.holiday-sec .holiday-head .head-title h5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.holiday-sec .holiday-head .view-link a {
  background: #FFF;
  border: 1px solid #87441A;
  padding: 10px 20px;
  border-radius: 25px;
  color: #487652;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.holiday-sec .holiday-head .view-link a span {
  position: relative;
  z-index: 1;
}
.holiday-sec .holiday-head .view-link a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  transition: 0.5s;
  transform: perspective(400px) scaleX(1);
  transform-origin: bottom;
  z-index: 0;
}
.holiday-sec .holiday-head .view-link a:hover {
  background: #87441A;
  color: #FFF !important;
}
.holiday-sec .holiday-head .view-link a:hover::before {
  transform: perspective(400px) scaleX(0);
}

.inner-banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 90px 0px;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.inner-banner h1 {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
  margin: 0px;
}
.inner-banner .breadcrumb {
  background: none;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.inner-banner .breadcrumb li {
  color: #FFF;
  padding: 0 5px;
}
.inner-banner .breadcrumb li a {
  color: #FFF;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 19px;
  background-size: 10px;
  text-decoration: none;
}

.about-sec {
  width: 100%;
  padding: 30px 0px;
  background-color: #FFF;
}
.about-sec .hm-about-img img {
  width: 100%;
}
.about-sec h2 {
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}
.about-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.about-sec ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.about-sec ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  left: 0;
  top: 7px;
  background: url(../images/check.svg) no-repeat;
}
.about-sec .icon {
  width: 90px;
  height: 90px;
  float: left;
  background-color: #87441A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-right: 10px;
}
.about-sec h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #487652;
  margin-bottom: 5px;
  font-weight: 700;
}
.about-sec .center {
  width: 100%;
  float: left;
}

.line {
  border-top: 1px solid #000;
}

.clients {
  width: 100%;
}
.clients h5 {
  font-size: 20px;
  color: #87441A;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.clients h6 {
  font-size: 28px;
  color: #487652;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.clients p {
  text-align: center;
}
.clients .clients-logo {
  width: 100%;
  padding: 0px 40px;
}
.clients .clients-logo img {
  width: 100%;
}

.news-sec {
  width: 100%;
  padding: 50px 0px;
}
.news-sec .news-box {
  width: 100%;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 2px 8px #dce1e9;
}
.news-sec .news-box .news-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-sec .news-box .news-img img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}
.news-sec .news-box .news-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.news-sec .news-box:hover .news-img img {
  transform: scale(1.05);
}
.news-sec .news-box:hover .news-img::before {
  animation: circle 0.95s;
}
.news-sec .news-box .content {
  width: 100%;
  position: relative;
  padding: 15px;
}
.news-sec .news-box .content h4 {
  font-size: 23px;
  color: #487652;
}
.news-sec .news-box .content .date {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.news-sec .news-box .content .date span {
  color: #87441A;
  font-weight: 500;
}
.news-sec .news-box .content p {
  margin-bottom: 0px;
}
.news-sec .news-box .content .more {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.news-details {
  width: 100%;
  padding: 50px 0px;
}
.news-details .newsImg {
  width: 430px;
  float: left;
  margin-right: 15px;
  margin-bottom: 13px;
}
.news-details .newsImg img {
  width: 100%;
  border-radius: 6px;
}
.news-details h3 {
  font-size: 23px;
  color: #487652;
}
.news-details p {
  text-align: justify;
}
.news-details .date {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.news-details .date span {
  color: #87441A;
  font-weight: 500;
}

.contact-sec {
  width: 100%;
  padding: 50px 0px;
  background: #FFF;
}
.contact-sec .get-touch {
  padding-right: 50px;
}
.contact-sec .get-touch h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #87441A;
}
.contact-sec .get-touch h6 {
  font-size: 28px;
  color: #487652;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-sec .get-touch .form-group .form-control {
  background-color: #F8F8F8;
  border: 1px solid #CECECE;
  border-radius: 6px;
}
.contact-sec .get-touch .form-group input {
  height: 60px;
}
.contact-sec .get-touch .form-group textarea {
  height: 190px;
  resize: none;
}
.contact-sec .get-touch button {
  border: none;
  text-transform: uppercase;
}
.contact-sec .c-address ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-sec .c-address ul li {
  width: 100%;
  display: flex;
}
.contact-sec .c-address ul li .box-icon {
  width: 96px;
  height: 96px;
  background: #87441A;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-right: 10px;
  justify-content: center;
}
.contact-sec .c-address ul li .box-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-sec .c-address ul li .box-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #487652;
}
.contact-sec .c-address ul li .box-text p {
  margin-bottom: 0px;
}
.contact-sec .c-address ul li .box-text p a {
  color: #343434;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
.contact-sec .c-address ul li .box-text p a:hover {
  color: #87441A;
}
.contact-sec .c-address .media-sec {
  width: 100%;
}
.contact-sec .c-address .media-sec h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #487652;
}
.contact-sec .c-address .media-sec a {
  width: 38px;
  height: 38px;
  display: inline-block;
  color: #FFF;
  background: #7AB442;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
}

.package-details {
  width: 100%;
  padding: 50px 0px;
  background: #FFF;
}
.package-details .package-d-box .pckageImg {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.package-details .package-d-box .pckageImg img {
  width: 100%;
}
.package-details .package-d-box .pckageImg .p-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.package-details .package-d-box .pckageImg .p-box .price {
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
}
.package-details .package-d-box .pckageImg .p-box .price h5 {
  font-size: 24px;
  color: #FF7C5B;
  font-weight: 500;
  margin: 0px;
}
.package-details .package-d-box .pckageImg .p-box .price p {
  color: #FFF;
  margin: 0px;
}
.package-details .package-d-box .pckageImg .p-box .duration {
  padding: 15px 20px;
  background: #FF9710;
}
.package-details .package-d-box .pckageImg .p-box .duration p {
  color: #FFF;
  margin: 0px;
}
.package-details .package-d-box .pckageImg .p-box .duration hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.package-details .package-d-box h4 {
  color: #487652;
  font-size: 25px;
}
.package-details .package-d-box .box-details {
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.package-details .package-d-box .box-details .cm-box {
  width: 50%;
  border: 1px solid #DED9D9;
}
.package-details .package-d-box .box-details .cm-box h5 {
  padding: 10px;
  border-bottom: 1px solid #DED9D9;
}
.package-details .package-d-box .box-details .cm-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.package-details .package-d-box .box-details .cm-box ul li {
  padding: 5px 5px 5px 33px;
  position: relative;
  border-bottom: 1px solid #DED9D9;
}
.package-details .package-d-box .box-details .cm-box ul li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(../images/right-circle-arrow.svg);
  background-size: cover;
  left: 9px;
  top: 11px;
}
.package-details .package-d-box .box-details .cm-box ul li:last-child {
  border-bottom: none;
}
.package-details .package-d-box .itinerary-sec {
  width: 100%;
}
.package-details .package-d-box .itinerary-sec h6 {
  font-size: 25px;
  color: #487652;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.package-details .package-d-box .itinerary-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.package-details .package-d-box .itinerary-sec ul li {
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.package-details .package-d-box .itinerary-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 37px;
  background-image: url(../images/clock-icon.svg);
  background-color: #87441A;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 1;
}
.package-details .package-d-box .itinerary-sec ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid #DEDEDE;
  left: 18px;
  top: 0;
}
.package-details .package-d-box .itinerary-sec ul li h3 {
  font-size: 20px;
  color: #487652;
  font-weight: 400;
}
.package-details .package-d-box .itinerary-sec ul li h3 span {
  color: #87441A;
}
.package-details .package-d-box .itinerary-sec ul li:last-child::after {
  display: none;
}
.package-details .booknow {
  width: 100%;
}
.package-details .booknow h5 {
  background-color: #87441A;
  font-size: 25px;
  padding: 15px 20px;
  color: #FFF;
  margin: 0px;
}
.package-details .booknow .form-book {
  width: 100%;
  padding: 15px 20px;
  background-color: #F8F8F8;
  border: 1px solid #CECECE;
  border-top: none;
}
.package-details .booknow .form-book label {
  margin-bottom: 2px;
}
.package-details .booknow .form-book label span {
  color: #ff0000;
}
.package-details .booknow .form-book input, .package-details .booknow .form-book select {
  height: 50px;
}
.package-details .booknow .form-book textarea {
  height: 150px;
  resize: none;
}
.package-details .booknow .form-book button {
  width: 100%;
  border: none;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 100px;
}
.package-details .booknow .form-book button:focus {
  background: #87441A;
}
.package-details .travel-package {
  width: 100%;
  background-image: url(../images/travel-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
}
.package-details .travel-package::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.package-details .travel-package .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.package-details .travel-package .box h4 {
  font-size: 20px;
  font-weight: 400;
  color: #89EB2C;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.package-details .travel-package .box h5 {
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
.package-details .travel-package .box p {
  color: #FFF;
  margin-bottom: 0px;
}
.package-details .travel-package .box ul {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.package-details .travel-package .box ul li {
  border-bottom: 1px solid #686868;
  padding: 10px 10px 10px 35px;
  background: url(../images/arrow-right-circle.svg) no-repeat 0px 10px;
}
.package-details .travel-package .box ul li a {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  display: block;
}
.package-details .travel-package .box ul li a:hover {
  padding-left: 5px;
}
.package-details .travel-package .box ul li:last-child {
  border-bottom: none;
}

#booknow {
  position: absolute;
  margin-top: -500px;
}

footer {
  width: 100%;
  background: #000;
}
footer .f-box {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .f-box h4 {
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .f-box p {
  color: #ebebeb;
}
footer .f-box .media {
  width: 100%;
}
footer .f-box .media a {
  width: 38px;
  height: 38px;
  display: inline-block;
  color: #FFF;
  background: #474747;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
}
footer .f-box .f-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .f-box .f-links li {
  margin-bottom: 5px;
}
footer .f-box .f-links li a {
  color: #ebebeb;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
footer .f-box .f-links li a:hover {
  color: #87441A;
  padding-left: 5px;
}
footer .f-box .f-gallery {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer .f-box .f-gallery li {
  width: 33.3%;
  padding-right: 5px;
  margin-bottom: 5px;
}
footer .f-box .f-gallery li img {
  width: 100%;
  border-radius: 6px;
}
footer .f-box .f-info {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .f-box .f-info li {
  color: #ebebeb;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
footer .f-box .f-info li a {
  color: #ebebeb;
  text-decoration: none;
}
footer .f-box .f-info li a:hover {
  color: #87441A;
}
footer .f-box .f-info .f-location::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url(../images/location.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .f-box .f-info .f-mail::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url(../images/mail.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .f-box .f-info .f-call a {
  color: #FFF;
  font-size: 17px;
}
footer .f-box .f-info .f-call::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url(../images/phone.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .copyright {
  border-top: 1px solid #2f2f2f;
  padding: 20px 0px;
}
footer .copyright p {
  color: #ebebeb;
  margin: 0;
}

.testimonials {
  width: 100%;
  padding: 30px 0px 60px 0px;
}
.testimonials .head-title {
  width: 100%;
}
.testimonials .head-title h5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #487652;
}
.testimonials .head-title p {
  font-size: 20px;
  text-align: center;
}
.testimonials .item {
  padding-top: 44px;
}
.testimonials .box {
  width: 100%;
  background-color: white;
  border-radius: 150px;
  padding: 30px;
  text-align: center;
}
.testimonials .box .pic {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid white;
  margin: auto;
  position: relative;
  margin-top: -71px;
  margin-bottom: 20px;
}
.testimonials .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .box h6 {
  font-size: 18px;
  color: #000;
}

.pl-70 {
  padding-left: 70px;
}

.hm-services {
  width: 100%;
  padding: 60px 0px;
  background-color: #d7e5d0;
}
.hm-services .service-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hm-services .service-box .box {
  width: 100%;
  padding: 5px;
}
.hm-services .service-box .box a {
  text-decoration: none;
}
.hm-services .service-box .box .img-sec {
  width: 100%;
}
.hm-services .service-box .box .img-sec img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hm-services .service-box .box .service-name {
  font-weight: 500;
  background-color: #FFF;
  padding: 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 23px;
  color: #487652;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hm-services .holiday-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hm-services .holiday-head .head-title h4 {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #487652;
}
.hm-services .holiday-head .head-title h5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .navbar-nav .nav-item .quote {
    padding: 10px 20px;
    margin-top: 18px;
  }
  .package-box .package-content .links .booking-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  .more {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header {
    position: relative;
  }
  header .menu .navbar-brand {
    padding: 10px;
    position: relative;
  }
  .navbar-nav .nav-item .call-us .call-sec img {
    position: relative;
  }
  .navbar-nav .nav-item .call-us .call-sec {
    padding-left: 0px;
  }
  .navbar-nav .nav-item .call-us {
    margin-top: 0px;
  }
  .navbar-nav .nav-item .quote {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-nav .nav-item::after {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    text-align: center;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: none;
  }
  .nav-item {
    border-bottom: 1px dashed #e2e2e2;
  }
  .banner-section .carousel-item .carousel-caption .title-sec {
    width: 99%;
  }
  .pl-70 {
    padding-left: 0px;
  }
  .banner-column {
    padding: 17px 20px;
  }
  .nav-up {
    position: relative;
  }
  .nav-down {
    top: inherit;
  }
  .whiteHeader {
    top: inherit;
  }
  .main-slider-nav {
    display: none;
  }
  .main-slider h2 {
    font-size: 32px;
  }
  .main-slider p {
    font-size: 20px;
  }
  .main-slider .swiper-slide-inner {
    padding-top: 90px;
    padding-bottom: 125px;
    background-size: 150px;
  }
  footer .f-box {
    padding: 15px;
    border: 1px solid #7ab442;
    margin-top: 18px;
  }
  footer .copyright {
    border-top: none;
  }
  .inner-banner {
    padding: 40px 0px;
  }
  .center {
    margin-bottom: 10px;
  }
  .featured-package .col-lg-4 {
    padding-right: 15px !important;
  }
  .view {
    display: none;
  }
  .pack-list .list-head .b-nav {
    display: block;
  }
  .news-details .newsImg {
    width: 350px;
  }
  .contact-sec .c-address ul li {
    display: block;
    text-align: center;
    border: 1px dashed #AEB1B8;
    border-radius: 6px;
    padding: 15px;
  }
  .contact-sec .c-address ul li .box-icon {
    margin: auto;
    margin-bottom: 12px;
  }
  .contact-sec .c-address ul li .box-text {
    width: 100%;
  }
  .c-address hr {
    display: none;
  }
  .contact-sec .c-address .media-sec {
    text-align: center;
    border: 1px dashed #AEB1B8;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .contact-sec .get-touch h5, .contact-sec .get-touch h6, .contact-sec .get-touch p {
    text-align: center;
  }
  .contact-sec .get-touch button {
    width: 100%;
  }
  .contact-sec .get-touch {
    padding-right: 15px;
  }
  .contact-sec .c-address ul li .box-icon {
    width: 66px;
    height: 66px;
  }
  #booknow {
    margin-top: 0px;
  }
  .hm-about, .hm-services, .holiday-sec {
    padding: 60px 0px;
  }
  .about-content h1 {
    font-size: 35px;
  }
  .desktop-call {
    display: none;
  }
  .mb-none {
    display: block;
  }
}
@media (max-width: 768px) {
  .top-sec {
    display: none;
  }
  .banner-section .carousel-item .carousel-caption .title-sec h3 {
    font-size: 35px;
  }
  .news-sec .news-head {
    display: block;
  }
  .news-sec .news-head .head-title h4, .news-sec .news-head .head-title h5, .view-link {
    text-align: center;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .about-sec .hm-about-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .news-sec, .featured-package, .news-details, .contact-sec, .package-details, .gallery {
    padding: 20px 0px !important;
  }
  .news-details .newsImg {
    width: 100%;
    margin-right: 0px;
  }
  .package-details .package-d-box .box-details {
    display: block;
  }
  .package-details .package-d-box .box-details .cm-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-section .carousel-item {
    height: 450px;
  }
}
@media (max-width: 550px) {
  .hm-about {
    padding-top: 0px;
  }
  .tour-package .bg3 {
    display: none;
  }
  .tour-package {
    padding: 7px 0px;
  }
  .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-sec .icon {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .hm-services .service-box .box {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */