html,
body {
  width: 100%;
  height: 100%;
  color: #302f2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #22a81e;
}

strong {
  font-weight: 600;
}

a {
  color: #22a81e;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  color: #ffcc00;
  text-decoration: none;
}

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

.container {
  max-width: 1200px;
}

header .top {
  background: #ffffff;
  padding-top: 15px;
}
header .top .call {
  font-size: 22px;
}
@media (max-width: 767px) {
  header .top .call {
    font-size: 18px !important;
  }
}
header .top .call span {
  color: #22a81e;
  display: block;
  font-size: 16px;
  padding-left: 28px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  header .top {
    text-align: center;
  }
}

nav .navbar-nav .nav-link {
  color: #fff !important;
  padding: 1rem !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
nav .navbar-nav .nav-link:hover {
  color: #ffcc00 !important;
}
nav .navbar-nav .dropdown-menu {
  background: #ffffff;
  margin-top: -10px;
  width: 14em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
nav .navbar-nav .dropdown-item.active,
nav .navbar-nav .dropdown-item:active {
  background: #22a81e;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transition: height 0.35s ease;
  }
}
.navbar {
  background: #22a81e;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
}

.offcanvas-body {
  padding: 0;
}

.can-menu .navbar {
  background: none;
  padding: 0;
}
.can-menu .navbar .dropdown-menu {
  background: aliceblue;
  margin: 0 10px;
  width: 250px;
}
.can-menu .navbar .dropdown-toggle::after {
  float: right;
  margin-top: 5px;
}
.can-menu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.can-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1f1f1;
}
.can-menu ul li a {
  color: #333;
}
.can-menu ul li a i {
  padding-right: 7px;
  color: #999;
}
.can-menu ul li a:hover {
  color: #ff8400;
}

.offcanvas-start {
  width: 270px;
}

.instantb {
  background: url(../images/instantb.gif) no-repeat fixed;
  padding: 40px 0;
}

#wSlider .carousel-inner {
  background: #000000;
}
#wSlider .carousel-inner img {
  width: 100%;
  opacity: 0.9;
}
#wSlider .carousel-inner .carousel-caption {
  top: 25%;
  color: #ffffff;
  text-align: left;
  left: 15%;
}
#wSlider .carousel-inner .carousel-caption h3 {
  font-size: 45px;
  text-transform: capitalize;
  color: #ffcc00;
  font-weight: 600;
}
@media (max-width: 576px) {
  #wSlider .carousel-inner .carousel-caption h3 {
    font-size: 25px;
    line-height: 1.3;
  }
}
#wSlider .carousel-inner .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
#wSlider .carousel-inner .qbook {
  width: 100%;
  top: 50px;
  position: absolute;
}

.qbook {
  width: 100%;
}
.qbook .card {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  z-index: 9999;
  color: rgb(255, 255, 255);
}
.qbook .card .card-header {
  color: #ffcc00;
  font-size: 26px;
  font-weight: 300;
}
.qbook .card .form-control,
.qbook .card .input-group-text {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #cccccc;
  font-size: 14px;
}
.qbook .card .form-control .option,
.qbook .card .input-group-text .option {
  color: #000000;
}
.qbook .card input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.section {
  padding: 50px 0 40px;
}
@media (max-width: 576px) {
  .section {
    padding: 30px 0;
  }
}
.section h1 {
  font-weight: 500;
}
.section h1 span {
  color: #ffcc00;
}
.section h2 {
  font-weight: 300;
}
.section h2 span {
  color: #ffcc00;
  font-size: 70%;
  display: block;
}
.section h3 {
  font-size: 20px;
}
.section h3 span {
  display: block;
  font-size: 80%;
  color: #ffcc00;
}

.welcome .welcome-head {
  text-align: right;
  padding-right: 50px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .welcome .welcome-head {
    text-align: left;
    padding: 0;
  }
}
.welcome h1 {
  font-weight: 300;
}
.welcome ul li {
  font-weight: 500;
}

.support {
  color: #999;
}
.support h3 {
  color: #333;
}
.support .s-box {
  background: #fafafa;
  text-align: center;
  padding: 40px;
}
.support .s-box:hover {
  color: #ffffff;
  background: #ffcc00;
  cursor: pointer;
  transition: all 0.3s linear;
}
.support .s-box:hover i {
  color: #ffffff;
  transition: all 0.3s linear;
}
.support .s-box h4 {
  font-weight: 300;
  font-size: 18px;
}
.support .s-box i {
  font-size: 50px;
  margin-bottom: 30px;
  color: #ffcc00;
}

.parallax-container {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: auto;
}

.vehicles {
  color: #ffffff;
  padding-bottom: 20px;
}
.vehicles h2 {
  color: #ffffff;
}
.vehicles h2 span {
  display: block;
  font-weight: 300;
}
.vehicles .v-box {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.vehicles .v-box:hover {
  color: #ffffff;
  background: #ffcc00;
  cursor: pointer;
  transition: all 0.3s linear;
}
.vehicles .v-box .line {
  padding: 20px 20px 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.vehicles .v-box .line:hover {
  border-color: #ffffff;
}
.vehicles .v-box img {
  max-height: 40px;
  margin-bottom: 15px;
}
.vehicles .v-box h4,
.vehicles .v-box a {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
.vehicles .v-box i {
  font-size: 50px;
  color: #ffcc00;
}

.review {
  text-align: center;
  background: #f2f2f2;
}
.review img {
  border-radius: 50%;
  max-width: 150px;
  border: 5px solid rgba(255, 255, 255, 0.7);
}

.status {
  background: #ffcc00;
}
.status i {
  float: left;
  margin: 15px 20px 20px 0;
}
.status h5 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  color: #302f2f;
}

footer {
  color: #ccc;
  background: url(../images/car.png) no-repeat right bottom fixed #302f2f;
  font-size: 14px;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #ffcc00;
}
footer h3 {
  color: #ccc;
  font-weight: 300 !important;
}
footer ul {
  padding-left: 20px;
}
footer ul li {
  padding: 2px 0;
}
footer ul li a:hover {
  color: #ff8400;
}
footer .contact i {
  margin-bottom: 20px;
  float: left;
  margin-top: 8px;
  width: 30px;
}
footer .brand img {
  max-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header {
  padding: 30px 0 15px;
  background: #fafafa;
}
.page-header h1 {
  font-weight: 300;
}
.page-header .rank-math-breadcrumb {
  font-size: 14px;
}

.rating {
  color: #ff9c00;
}
.rating span {
  color: #302f2f;
}

.page-contents {
  padding: 30px 0 15px !important;
}
.page-contents aside {
  margin-top: -135px;
}
@media (max-width: 768px) {
  .page-contents aside {
    margin-top: 20px;
  }
}
.page-contents aside .list-menu a {
  color: #302f2f;
}
.page-contents main ul {
  padding-left: 20px;
  position: relative;
}
.page-contents main ul li {
  list-style-type: none;
  padding-left: 25px;
}
.page-contents main ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 20px;
}
.page-contents main .wp-block-gallery {
  padding-left: 0;
}
.page-contents main .wp-block-gallery li {
  padding-left: 0;
}
.page-contents main .wp-block-gallery li:before {
  display: none;
}
.page-contents .team .member {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.page-contents .team .member h3 {
  font-size: 22px;
}
.page-contents .team .member h3 span {
  display: block;
  font-size: 70%;
  color: #302f2f;
  opacity: 0.7;
}
.page-contents .blog .b-details {
  font-size: 90%;
  color: #999;
}
.page-contents .blog .box, .page-contents .blog .cat, .page-contents .blog .latest-post, .page-contents .blog .blog-search {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
}
.page-contents .blog .blog-post .post-item {
  margin-bottom: 25px;
}
.page-contents .blog .blog-post .post-item figure {
  margin-bottom: 0;
}
.page-contents .blog .blog-post .post-item h5 a {
  color: #302f2f;
}
.page-contents .blog .blog-post .post-item h5 a:hover {
  color: #22a81e;
}
.page-contents .blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}
.page-contents .blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}
.page-contents .blog .blog-search input {
  line-height: 30px;
  border: none;
  font-size: 14px;
}
.page-contents .blog .blog-search button {
  background: #ffffff;
  border: none;
}
.page-contents .blog .blog-search button:hover {
  color: #22a81e;
}
.page-contents .blog .latest-post h3 {
  margin-bottom: 20px;
}
.page-contents .blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}
.page-contents .blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}
.page-contents .blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.page-contents .blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.page-contents .blog .cat ul li span {
  float: right;
  border: 1px solid #E0DDDD;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  color: #4C4B4B;
}
.page-contents .blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.page-contents .blog .tags a:hover {
  background: #ddd;
}
.page-contents .gallery img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 200px;
  padding: 2px;
}

.sticky-side-info {
  top: 25px;
}

.single-header {
  padding: 150px 0 20px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  color: #ffffff;
}
.single-header h1 {
  color: #ffffff;
}
.single-header h1 span {
  color: #ffcc00;
  font-size: 70%;
}
.single-header a {
  color: #ffcc00;
}
.single-header .price .pp {
  font-size: 22px;
}
.single-header .price .pp span {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}
.single-header .bread-crumb {
  color: #ffcc00;
}
.single-header .bread-crumb a {
  color: #ffffff;
}
.single-header .facts {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
.single-header .facts i {
  font-size: 20px;
  width: 30px;
  text-align: center;
  margin: 10px 10px 10px 0px;
  float: left;
  color: #ffcc00;
}

.pps {
  font-weight: 600;
}
.pps span {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.single-contents .sblock {
  margin-bottom: 30px;
}
.single-contents .itinerary h4 {
  color: #302f2f;
  font-size: 18px;
}
.single-contents .list {
  margin-bottom: 20px;
}
.single-contents .list ul {
  padding-left: 20px;
  position: relative;
}
.single-contents .list ul li {
  list-style-type: none;
  padding-left: 25px;
}
.single-contents .list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 20px;
}
.single-contents .in-ex h3 {
  font-size: 20px;
  color: #4caf50;
}
.single-contents .in-ex ul {
  padding-left: 25px;
  position: relative;
}
.single-contents .in-ex ul li {
  list-style-type: none;
  padding-left: 15px;
}
.single-contents .in-ex ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.single-contents .in-ex .ex {
  opacity: 80%;
}
.single-contents .in-ex .ex h3 {
  color: #fc5145;
}
.single-contents .in-ex .ex ul li:before {
  content: "\f057";
  color: #fc5145;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .infos ul {
  padding: 0px;
  margin: 0;
  position: relative;
}
aside .infos ul li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 3px;
}
aside .infos ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #302f2f;
}
aside .infos ul li a {
  color: #302f2f;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #22a81e;
}
aside .book .pp div {
  color: #ffcc00;
  font-size: 24px;
}
aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}
aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #22a81e;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #ffcc00;
}
aside .enquiry h3 {
  color: #ffcc00;
}
aside .sticky-top {
  top: 30px;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 4px;
  transition: all 0.2s linear;
  padding: 1px 5px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.s-links a.outline a {
  text-decoration: none;
}
.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.s-links a.outline:active {
  border-radius: 4px;
}
.s-links a.fb {
  color: #005397;
}
.s-links a.fb:hover {
  background: #005397;
}
.s-links a.tw {
  color: #00aedd;
}
.s-links a.tw:hover {
  background: #00aedd;
}
.s-links a.in {
  color: #005397;
}
.s-links a.in:hover {
  background: #005397;
}
.s-links a.gp {
  color: #e3411f;
}
.s-links a.gp:hover {
  background: #e3411f;
}
.s-links a.yt {
  color: #ca3737;
}
.s-links a.yt:hover {
  background: #ca3737;
}
.s-links a.pi {
  color: #cb2027;
}
.s-links a.pi:hover {
  background: #cb2027;
}
.s-links a.ig {
  color: #000;
}
.s-links a.ig:hover {
  background: #333;
}

.contact i {
  margin-bottom: 20px;
  float: left;
  margin-top: 8px;
  width: 30px;
  color: #ffcc00;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #ffcc00;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}/*# sourceMappingURL=app.css.map */