/*!
Theme Name: www_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: www_
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

www_ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

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

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #014397 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}



/* code from here */

/* NAVBAR */
/* top-section */
.top-section {
    width: 100%;
    clear: both;
}

.top-data {
    background-color: black;
    padding: 10px 0px;
    color: white;
}

.top-data i {
    padding: 00px 10px;

}

.top-data-1 ul li {
    display: flex;
    align-items: center;
    float: left;

}

.top-data-1 ul {
    margin-left: 50px;
}

.top-data-2 p {
    position: relative;
    left: 250px;
    right: auto;
}

.top-data-2 ul li {
    display: flex;
    align-items: center;
    float: right;
    position: relative;
    top: -18px;
    font-size: 15px;

}

.top-data-2 ul {
    margin-right: 50px;
}

.navbar {

    padding: 10px 0px;
}

/* starts from here */

.navbar-brand {
    padding: 0px -55px;
}

.navbar-brand>img {
    display: block;
    height: 100px;
    width: 140px;
}

.navbar-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    background: #fff;
    /* dark transparent */
    /* backdrop-filter: blur(8px); */
    /* glass effect */
    /* -webkit-backdrop-filter: blur(8px); */

    padding: 12px 0;
    border: none;
}

.navbar-default .nav ul li a {
    color: rgb(0, 0, 0);
    font-weight: 500;
    transition: 0.3s;
}

.navbar-default .nav ul li a:hover {
    color: #163b6d;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 10px;
}

.navbar-nav .open .dropdown-menu>li {
    border-bottom: 1px solid #eee;
    padding: 0px 0px;
}

.navbar-default .nav ul li i {
    border: none;

    font-size: 14px;
    padding: 10px 10px;
    margin-top: -10px;
    display: inline-flex;
}

.navbar-default .s1 {
    margin-left: 49px;
    display: flex;
    margin-top: -36px;
}

.navbar-default .s2 {
    margin-left: 49px;
    margin-top: -20px;
    display: flex;
}

.navbar-brand>img {
    height: 70px;
    width: auto;
    margin-top: -19px;
    margin-left: -15px;
}

/* DROPDOWN MENU */
.custom-dropdown {

    min-width: 320px;

    max-height: 500px;

    overflow-y: auto;

    border: none;

    border-radius: 15px;

    padding: 10px 0;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.custom-dropdown li a {

    padding: 12px 20px;

    font-size: 16px;

    color: #222 !important;

    transition: 0.3s;
}

.custom-dropdown li a:hover {

    background: #f5b754 !important;

    color: #fff !important;
}

.navbar-default .navbar-nav>.dropdown>.dropdown-menu {

    border: none;

    border-radius: 10px;

    padding: 10px 0;

    margin-top: 15px;

    background: #fff;

    min-width: 260px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* DROPDOWN LINKS */

.dropdown-menu>li>a {

    padding: 12px 22px;

    font-size: 15px;

    color: #163b6d;

    transition: 0.4s;
}

/* HOVER */

.dropdown-menu>li>a:hover {

    background: #f5b754;

    color: #fff;
}

/* CARET */

.dropdown .caret {

    margin-left: 5px;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover > .sub-menu,
.dropdown.open > .sub-menu,
.dropdown.show > .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* Banner-section */
.banner-section {
    position: relative;
    width: 100%;
}

.banner-section .container-fluid {
    padding: 0;
    margin: 0;
}

.banner-section .background .background-img {
    position: relative;
}

.banner-section .background .background-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 0.45);

    width: 100%;
    height: 100%;
}

.background-text p {
    color: #ffb84b;

    color: #ffb84b;
    Font-size: 22px;
    /* color: #fff; */
    margin: 25px 0 35px;
    font-weight: 400;
    letter-spacing: 1px;

}


.background-text p {
    position: absolute;
    top: 315px;
    left: 101px;
}

.background-text h1 {
    position: absolute;
    top: 260px;

    left: 100px;
    color: white;
    font-size: 48px;
}

.banner-para {

    font-size: 22px;

    color: #fff;

    margin: 25px 0 35px;

    font-weight: 400;

    letter-spacing: 1px;
}

.background-text h5 span {
    color: #ffb84b;
    font-size: 26px;
}

.background-text h5 {
    position: absolute;
    top: 380px;
    left: 55px;
    color: white;
}

.background-text .btns {
    position: absolute;
    top: 355px;
    left: 98px;

}

.btns {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 35px;
}

.btns a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 16px 35px;

    background: #f5b754;

    color: #fff;

    text-decoration: none;

    border-radius: 50px;

    font-size: 18px;

    font-weight: 600;

    transition: 0.4s;
}

.btns a i {

    transition: 0.4s;
}

.btns a:hover {

    background: #163b6d;

    color: #fff;
}

.btns a:hover i {

    transform: translateX(5px);
}

#bannerSlider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

#bannerSlider .owl-prev {
    position: absolute;
    left: 25px;
}

#bannerSlider .owl-next {
    position: absolute;
    right: 25px;
}

#bannerSlider .owl-prev,
#bannerSlider .owl-next {
    color: #fff !important;
    font-size: 70px !important;
    background: none !important;
}

/* ABOUT SECTION */

.about-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.about-content {
    padding-right: 30px;
    padding-top: 20px;

}

.about-tag {
    color: #f4a62a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-content h2 {
    font-size: 52px;
    line-height: 65px;
    color: #163b6d;
    /* logo blue */
    font-weight: 700;
    margin-bottom: 12px;
}

.about-color {
    color: #f5b754;
}

.about-subtitle {
    color: #f5b754;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.about-content p {
    color: #666;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.about-points .point {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.about-points {

    margin-top: 35px;
}

.point {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 18px;
}

.point i {
    width: 30px;
    height: 30px;
    background: #f3eadb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5b754;
    font-size: 14px;
    flex-shrink: 0;
}

.point span {

    font-size: 16px;

    letter-spacing: 2px;

    color: #163b6d;

    text-transform: uppercase;

    line-height: 28px;
}

.about-btn {
    display: inline-block;
    margin-top: 25px;
    background: #f4a62a;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}

.about-btn:hover {
    background: #163b6d;
    color: #fff;
    text-decoration: none;
}

.about-btn i {
    margin-left: 8px;
}

.about-counter {
    margin-top: 35px;
    background: #163b6d;
    border-radius: 25px;
    padding: 17px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-box {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(245,183,84,0.4);
}

.counter-box:last-child {
    border-right: none;
}

.counter-box h3 {
    color: #f4a62a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.counter-box span {
    color: #f4a62a;
    font-size: 16px;
    font-weight: 500;
}

/* IMAGE */

.about-image {
    position: relative;
    text-align: center;
}

.about-image img {
    width: 100%;
    height: 650px;
    /* increase image height */
    object-fit: cover;

    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.play-btn {
    position: absolute;
    left: -40px;
    bottom: 40px;

    width: 105px;
    height: 105px;

    background: #163b6d;
    color: white;

    border-radius: 50%;
    text-align: center;
    line-height: 95px;

    font-size: 28px;

    border: 8px solid white;

    transition: 0.4s;
}

.play-btn:hover {
    background: #f4a62a;
}

/* BOOKING SECTION */
/* BOOKING SECTION */

.booking-banner {

    width: 100%;

    padding: 120px 0;

    background: url('assets/images/banner.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    position: relative;
}

.booking-banner::before {

    content: '';

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.55);
}

.booking-banner .container {

    position: relative;

    z-index: 2;
}

/* FORM BOX */

.booking-form-box {
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(4px);
    padding: 30px;
    border-radius: 30px;
}

/* ROW */

.booking-row {

    display: flex;

    align-items: center;

    flex-wrap: wrap;
}

/* INPUT BOX */

.input-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 0 10px 0 38px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;

}

.input-icon {
    position: absolute;
    left: 12px;
    color: #f5b754;
    font-size: 14px;
}

.input-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    color: #444;
}

.input-box input::placeholder {

    font-size: 12px;

    color: #666;
}

input[type="date"] {

    font-size: 11px;
}

/* BUTTON */

.book-btn {

    width: 100%;

    height: 55px;

    border: none;

    background: #f5b754;

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    border-radius: 18px;

    transition: 0.4s;

    margin-bottom: 0px;
}

.book-btn:hover {

    background: #163b6d;
}

/* FLEET SECTION */

.car-type-section {
    padding: 120px 0;
    background: #f7f7f7;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title p {
    color: #f5b754;
    font-size: 12px;
    letter-spacing: 6px;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    color: #163b6d;
}

.section-title h2 span {
    color: #f5b754;
}

/* CARD */

.car-item {
    padding: 0 12px;
    width: 100%;
}

/* IMAGE BOX */
.car-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.car-img {
    position: relative;
    background: #f7f7f7;
    border-radius: 30px;
    overflow: hidden;
}

.car-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

/* CURVE */

.car-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background: #f7f7f7;
    border-radius: 0 44px 0 0;
    z-index: 5;
    box-shadow: none;
}

/* BUTTON */

.car-arrow a {
    position: absolute;
    left: 7px;
    bottom: 7px;
    width: 50px;
    height: 50px;
    background: #f5b754;
    color: #163b6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: 0.4s;

}

.car-arrow a:hover {
    background: #163b6d;
    color: #fff;
}

/* TEXT */

.car-content {
    text-align: center;
    padding-top: 25px;
}

.car-content h3 {
    font-size: 34px;
    font-weight: 700;
    color: #163b6d;
    margin-bottom: 10px;
}

.car-content p {
    color: #777;
    font-size: 19px;
}

/* OWL DOTS */

#rental-car-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}

#rental-car-slider .owl-item {
    padding: 0 10px;
}

#rental-car-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #f5b754;
    opacity: 0.4;
    margin: 5px;
    display: block;
    border-radius: 50%;
}

#rental-car-slider .owl-dot.active span {
    opacity: 1;
}

.tour-section {
    padding: 120px 0;
    /* background:#f8f8f8; */
}

.tour-box {
    background: #163b6d;
    /* same logo blue */

    border-radius: 25px;

    overflow: hidden;

    transition: 0.4s;
}

.tour-heading {
    text-align: center;
    margin-bottom: 60px;
}

.tour-heading p {
    color: #f5b754;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 600;
}

.tour-heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #163b6d;
}

.tour-heading h2 span {
    color: #f5b754;
}

.tour-card {
    background: #163b6d;

    border-radius: 25px;

    overflow: hidden;

    margin: 10px;
}

.tour-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.tour-content {
    padding: 30px;
}

.tour-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.tour-content p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
    font-size: 17px;
}

.tour-buttons {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 25px;
}

.book-btn-tour {

    display: inline-block;

    background: #f5b754;

    color: #fff;

    padding: 12px 28px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 600;

    transition: 0.4s;
}

.book-btn-tour:hover {

    background: #fff;

    color: #163b6d;
}

.know-btn-tour {

    display: inline-block;

    background: transparent;

    border: 2px solid #f5b754;

    color: #f5b754;

    padding: 10px 28px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 600;

    transition: 0.4s;
}

.know-btn-tour:hover {

    background: #f5b754;

    color: #fff;
}

/*parallax-section-full*/

.parallax-section-full {

    background: url('assets/images/banner.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 120px 0;

    position: relative;
}

.parallax-section-full::before {

    content: '';

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.65);
}

.parallax-section-full .container {

    position: relative;

    z-index: 2;
}

.parallax-section-full h2 {

    font-size: 48px;

    font-weight: 700;

    color: #f5b754;

    margin-bottom: 25px;
}

.parallax-section-full h5 {

    font-size: 20px;

    line-height: 40px;

    color: #fff;

    font-weight: 400;

    margin-bottom: 35px;
}

.journey-btn {

    display: inline-block;

    padding: 16px 40px;

    background: #f5b754;

    color: #fff;

    font-size: 20px;

    font-weight: 600;

    border-radius: 50px;

    text-decoration: none;

    transition: 0.4s;
}

.journey-btn:hover {

    background: #163b6d;

    color: #fff;

    text-decoration: none;
}

/* testimonial-section */
.testi-text p {
    text-transform: uppercase;
    color: #f5b754;
    font-size: 10px;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 5px;
}

.testi-text h3 {
    text-transform: capitalize;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    padding-top: 30px;
}

.testis-info {
    background-color: #f2f2f2;
}

.imgs {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    background: #163b6d;

    display: flex;

    align-items: center;

    justify-content: center;
}

.imgs i {

    color: #fff;

    font-size: 24px;
}

.imgs h6 {
    margin: 0;
    margin-left: 40px;
}

.imgs p {
    margin: 0;
    top: 0px;
    padding: 1px 16px;

}

.imgs img {
    border-radius: 50px;
    width: 60px;
    height: 60px;
    align-items: left;
    position: relative;
    top: -5px;
    left: 14px;
}

.testimonial-info {
    padding: 10px 3px;
    margin-left: 93px;
}

.testis-info {
    height: 300px;
    margin: 15px;
    border-radius: 20px;
    padding: 0px 40px;
}

.testis-info .pas {
    padding: 25px 30px;
    padding-top: 80px;
}

.square {
    background-color: #ffffff;
    padding: 10px 10px;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0px;
    border-radius: 0px 40px 0px 0px;
}

.square svg {
    width: 30px;
    height: 30px;
    /* margin-top: -143px; */
    position: relative;
    top: -100px;
    left: 5px;
    transform: rotate(270deg);
}

.down-svg svg {
    width: 30px;
    height: 30px;
    /* margin-top: -143px; */
    position: relative;
    top: -69px;
    left: 79px;
    transform: rotate(270deg);
}

.testis-info i {
    color: #f5b754;
    font-size: 40px;
}

.testis-info .fa-quote-left{
    padding: 35px 0px;
    padding-top: 55px;
}

.rate-box {
    background-color: #ffffff;
    padding: 10px 10px;
    width: 94px;
    height: 43px;
    position: absolute;
    left: 286px;
    border-radius: 0px 0px 0px 23px;
}

.rating {
    position: absolute;
    top: 13px;
    left: 8px;
}

.ratesvgs svg {
    width: 30px;
    height: 30px;
    /* margin-top: -143px; */
    position: relative;
    top: -10px;
    left: -40px;
    transform: rotate(88deg);
}

.rate-box svg {
    width: 30px;
    height: 30px;
    /* margin-top: -143px; */
    position: relative;
    top: -10px;
    left: -35px;
    transform: rotate(88deg);
}

.ratesvgs {
    width: 30px;
    height: 30px;
    /* margin-top: -143px; */
    position: relative;
    top: 14px;
    left: 77px;
    transform: rotate(357deg);

}

.rating i {
    font-size: 10px;
}

.testimonial-info h6 {
    margin-left: -42px;
    margin-bottom: 0;
}

.testimonial-info p {
    margin-left: -42px;
    color: darkgrey;
    text-transform: capitalize;
}

.location-section {
    padding: 90px 0;
    background: #f5f5f5;
	    margin-top: 70px;
}

.location-img-box,
.map-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.location-img,
.map-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.4s;
}

.map-box iframe {
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

.location-img:hover,
.map-img:hover {
    transform: scale(1.03);
}


/* footer-section */
.footer-section {
    background: #000;
    padding: 70px 0 40px;
    
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* TOP CONTACT BOX */

.footer-section {

    background: #000;

    padding: 70px 0 45px;
}

/* LOGO */

.logo-desc img {

    width: 150px;
}

.logo-para p {

    color: #d8d8d8;
    line-height: 30px;
    font-size: 16px;
    margin: 25px 0;
}

/* SOCIAL */

.footer-social {

    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.footer-social li {

    list-style: none;
}

.footer-social li a {

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #000;

    font-size: 20px;

    transition: 0.4s;

    text-decoration: none;
}

.footer-social li a:hover {

    background: #f5b754;

    color: #000;
}

/* QUICK LINKS */

.quicklinks h3,
.contact-footer h3 {

    color: #fff;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 30px;
}

.quicklinks ul {

    padding: 0;
}

.quicklinks ul li {

    list-style: none;
    font-size: 16px;
    margin-bottom: 14px;
}

.quicklinks ul li a {

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    transition: 0.4s;
}

.quicklinks ul li a:hover {

    color: #f5b754;

    padding-left: 4px;
}

/* CONTACT */

.contact-footer h3 {

    color: #fff;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 40px;
}

/* ADDRESS */

.contact-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 35px;
}

.contact-item i {

    color: #f5b754;

    font-size: 24px;

    margin-top: 5px;
}

.contact-text p {

    color: #fff;

    line-height: 33px;

    font-size: 16px;

    margin: 0;
}

/* PHONE + EMAIL */

.contact-links {

    display: flex;

    flex-direction: column;

    gap: 18px;
}

.contact-links a {

    display: flex;

    align-items: center;

    gap: 15px;

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    transition: 0.4s;
}

.contact-links a i {

    color: #f5b754;

    font-size: 22px;

    width: 25px;

    text-align: center;
}

.contact-links a:hover {

    color: #f5b754;
}

/* FLOATING BUTTONS */

.floating-buttons {

    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    gap: 15px;
}

/* COMMON */

.float-btn {

    width: 65px;

    height: 65px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    font-size: 30px;

    color: #fff;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.30);

    transition: 0.4s;
}

/* WHATSAPP */

.whatsapp-btn {

    background: #25D366;
}

.whatsapp-btn:hover {

    background: #1ebe5d;

    transform: scale(1.08);
}

/* CALL */

.call-btn {

    background: #ff2d20;

    border: 3px solid #f5b754;
}

.call-btn:hover {

    background: #e11d10;

    transform: scale(1.08);
}



/**********scrollUp**********/
.scrollup {
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 10px;
    right: 0px;
    color: #fff;
    font-size: 20px;
    display: none;
    background: #014397;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {

    /* NAVBAR */

    .navbar-default {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;

        background: #fff;
        padding: 5px 0;
    }

    .navbar-brand {
        display: block;
    }

    .navbar-brand>img {
        height: 50px;
        width: auto;
        margin-top: -12px;
        margin-left: 5px;
    }

    .navbar-toggle {
        margin-top: 15px;
        border: none;

    }

    .navbar-default .navbar-nav .open .dropdown-menu {

        background: #fff;

        border-radius: 10px;

        margin-top: 10px;
    }

    .navbar-default .nav ul li a {
        color: rgb(255 255 255);
        font-weight: 500;
        transition: 0.3s;
    }

    .dropdown-menu>li>a {

        color: #000000 !important;

        padding: 10px 15px;
    }

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-default .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        border: none;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu>li {
        border-bottom: 1px solid #eee;
        padding: 8px 0px;
    }
    .navbar-default .navbar-nav>li>a {
        color: white;
        padding: 14px 0;
        font-size: 16px;
    }

    .navbar-default .s1,
    .navbar-default .s2 {
        margin: 0;
        display: inline;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 4px;
    }

    /* BANNER IMAGE */

    .background-img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }


    /* TEXT */

    .background-text h1 {
        top: 40%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .background-text p {
        position: absolute;
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .background-text .btns {
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 50%;
    }

    .banner-para {

        font-size: 16px;

        margin: 15px 0 25px;
    }

    .btns {

        gap: 12px;

        margin-top: 25px;
    }

    .btns a {

        padding: 5px 10px;

        font-size: 10px;

        border-radius: 40px;
    }

    .btns a i {

        font-size: 12px;
    }


    /* OWL BUTTONS */

    #bannerSlider .owl-prev,
    #bannerSlider .owl-next {
        font-size: 45px !important;
    }

    #bannerSlider .owl-prev {
        left: 10px;
    }

    #bannerSlider .owl-next {
        right: 10px;
    }

    .about-section {
        padding: 70px 0;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .about-content h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .about-points .point {
        justify-content: start;
    }
	.point i {
    width: 20px;
    height: 20px;
    background: #f3eadb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5b754;
    font-size: 8px;
    flex-shrink: 0;
}
	
	.point span {
    font-size: 10px;
    letter-spacing: 1px;
    color: #163b6d;
    text-transform: uppercase;
    line-height: 28px;
}
	.point{
		gap: 10px;
	}



    .play-btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
    }
	
	 .about-counter {
        flex-wrap: wrap;
        gap: 20px;
    }

    .counter-box {
        width: 50%;
        border-right: none;
    }

    .counter-box h3 {
        font-size: 24px;
    }

    .counter-box span {
        font-size: 11px;
    }

    .about-image img {
        height: 420px;
        object-fit: cover;
    }

    .booking-banner {

        padding: 70px 0;
    }

    .booking-form-box {

        padding: 20px;
    }

    .booking-row {

        display: block;
    }

    .booking-row .col-lg-2,
    .booking-row .col-md-4,
    .booking-row .col-sm-6 {

        width: 100%;

        margin-bottom: 15px;
    }

    .input-box {

        height: 70px;

        padding: 0 15px 0 50px;
    }

    .input-icon {

        left: 18px;

        font-size: 16px;
    }

    .input-box input {

        font-size: 16px;
    }

    .book-btn {

        width: 100%;

        height: 45px;

        font-size: 18px;

        margin-top: 0;
    }

    .section-title h2 {
        font-size: 48px;
        font-weight: 700;
        color: #163b6d;
    }

    .fleet-image {
        height: 260px;
        padding: 20px;
        border-radius: 25px;
    }

    .fleet-image img {
        max-height: 180px;
    }

    .fleet-content h3 {
        font-size: 28px;
    }

    .fleet-content p {
        font-size: 15px;
        line-height: 25px;
    }


    .tour-buttons {

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 10px;

        flex-wrap: nowrap;
    }

    .book-btn-tour,
    .know-btn-tour {

        padding: 10px 14px;

        font-size: 13px;

        min-width: auto;
    }

    .tour-heading h2 {
        font-size: 48px;
        font-weight: 700;
        color: #163b6d;
    }

    .tour-content h3 {

        font-size: 28px;

        line-height: 38px;
    }

    .tour-content p {

        font-size: 16px;
    }


    #tour-slider .owl-buttons .owl-prev,
    #tour-slider .owl-buttons .owl-next {

        position: absolute;
        top: 38%;

        width: 60px;
        height: 60px;

        border-radius: 50% !important;

        background: transparent !important;

        color: #fff !important;

        font-size: 28px !important;

        line-height: 60px !important;

        text-align: center;

        opacity: 1;

        transition: 0.4s;
    }

    /* LEFT BUTTON */

    #tour-slider .owl-buttons .owl-prev {
        left: 5px;
    }

    #tour-slider .owl-buttons .owl-next {
        right: 5px;
    }

    .rate-box {

        left: 210px;
    }

    .logo-box,
    .quicklinks,
    .contact-footer {

        margin-bottom: 45px;
    }

    .quicklinks h3,
    .contact-footer h3 {

        font-size: 28px;
    }

    .float-btn {

        width: 58px;

        height: 58px;

        font-size: 26px;
    }

    .floating-buttons {

        left: 15px;

        bottom: 15px;
    }

    .innerBannerSection {

        height: 250px !important;
    }

    .innerBannerSection .head {

        top: 100px !important;
    }
	.footerStrip {
    display: block;
    clear: both;
    background: #cccccc9c;
    text-align: center;
    padding: 15px 0;
    color: #000000;
    font-size: 15px;
}

.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 22px !important;
    letter-spacing: 2px;
    color:#fff;
    margin-top: 20px;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */




.footerStrip {
    display: block;
    clear: both;
    background: #cccccc9c;
    text-align: center;
    padding: 15px 0;
    color: #000000;
    font-size: 15px;
}

.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}


