/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/

.main_heading {
     text-align: center;
     display: flex;
     justify-content: center;
     position: relative;
     margin-bottom: 50px;
}

.main_heading h2 {
     padding: 0;
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     position: relative;
     letter-spacing: -0.5px;
     color: #114c7d;
     border-left: solid #38c8a8 10px;
     padding-left: 15px;
}

.main_heading h2 strong {
     background: #38c8a8;
     color: #fff;
     font-weight: 600;
     padding: 0 15px;
     line-height: 68px;
}

.white_heading_main h2 {
     color: #fff;
}

.small_main_heading {
     margin-top: 25px;
     float: left;
     width: 100%;
     border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
     margin-bottom: 25px;
}

.small_main_heading h2 {
     padding: 2px 0 20px 0;
     color: #114c7d;
     font-weight: 400;
     font-size: 28px;
     background-image: url('../images/fevicon.png');
     background-repeat: no-repeat;
     padding-left: 55px;
     letter-spacing: -0.5px;
}

.small_main_heading h2 strong {
     color: #38c8a8;
     font-weight: 600;
}

.main_bt {
     background: #ee580f;
     color: #fff;
     padding: 15px 60px 15px 60px;
     float: left;
     font-size: 15px;
     font-weight: 400;
     border: solid #ee580f 2px;
     border-radius: 30px;
     margin: 15px 0px 60px 0px;
}

a.readmore_bt {
     color: #fff;
     font-weight: 300;
     text-decoration: underline !important;
}

.main_bt:hover,
.main_bt:focus {
     background: #000;
     border: solid #000 2px;
     color: #fff;
}


/**-- list icon --**/

.ul_list_info_icon ul {
     list-style: none;
}

.ul_list_info_icon ul li {
     display: inline;
     float: left;
     width: 100%;
}

.ul_list_info_icon ul li img {
     width: 75px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*---------------------------- scroll to top area ----------------------------*/

.scrollup {
     float: right;
     position: absolute;
     color: #fff;
     right: 20px;
     padding: 0px 5px;
     text-transform: uppercase;
     font-weight: 600;
     background: #38c8a8;
     position: fixed;
     bottom: 20px;
     z-index: 99;
     text-align: center;
     color: #fff;
     cursor: pointer;
     border-radius: 0px;
     opacity: 0;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transform: scale(1);
     transition: .2s all ease;
     -moz-transition: .2s all ease;
     -o-transition: .2s all ease;
     -webkit-transition: .2s all ease;
     width: 50px;
     height: 50px;
     border-radius: 100%;
     line-height: 48px;
     font-size: 16px;
}

.scrollup.b-show_scrollBut {
     opacity: 1;
     visibility: visible;
}

.top_awro {
     background: #ee4a79 none repeat scroll 0 0;
     cursor: pointer;
     padding: 6px 8px;
     position: fixed;
     bottom: 59px;
     right: 20px;
     display: none;
     height: 45px;
     width: 45px;
     border-radius: 50%;
     text-align: center;
     line-height: 30px;
     transition: all 0.5s ease;
}

.sale_pro {
     background: #f25252 !important;
}

.margin_top_50 {
     margin-top: 50px;
}

.margin_bottom_30_all {
     margin-bottom: 30px;
}

.text_align_center {
     text-align: center;
}


/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/

/* Main Header Styling */
.main-header {
    background-color: #FEF200;
    padding: 10px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
}

/* Header Container */
.header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ensures logo and contact stay on the same line */
}

/* Logo Section */
.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo img {
    max-width: 150px;
    height: auto;
}

/* Contact Information Section */
.header-contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0; /* Prevents shrinking on small screens */
}

.contact-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); /* Converts the icon to white */
}

.contact-number {
    font-weight: bold;
    animation: blink 1.5s infinite; /* Blink effect */
    color: #fff; /* Default to white */
    font-size: 18px; /* Increased font size */
    white-space: nowrap; /* Prevents wrapping to the next line */
}

/* Flashing Animation */
@keyframes blink {
    0%, 100% {
        color: #000; /* White */
    }
    50% {
        color: #ff0000; /* Red */
    }
}

/* Navigation Menu Styling */
.header-menu {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
    transition: background 0.3s, color 0.3s;
}

.nav-item a:hover {
    background: #000;
    color: #fff;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .main-header {
        height: auto; /* Adjust height based on content */
        padding: 10px 20px;
    }

    .header-container {
        flex-wrap: nowrap; /* Prevents wrapping of logo and contact info */
    }

    .header-logo {
        flex: 1; /* Allows the logo to take up space */
        justify-content: flex-start;
    }

    .header-contact-info {
        flex: 1; /* Ensures contact info shares space */
        justify-content: flex-end;
    }

    .contact-number {
        font-size: 16px; /* Slightly reduced font size for smaller screens */
    }

    /* Remove menu for mobile devices */
    .header-menu {
        display: none;
    }
}

@media (max-width: 480px) {
    .contact-number {
        font-size: 14px; /* Further reduced font size for very small devices */
    }
}


/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/
/* Slogan Section Styling */
.slogan-section {
    width: 100%;
    height: 40px; /* Match height to font size */
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
}

.slogan-text {
    white-space: nowrap;
    animation: slideText 18s linear infinite;
    font-size: 30px; /* Font size of the headline */
    font-weight: bold;
    color: #333;
}

/* Animation for moving text from left to right */
@keyframes slideText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Call Now Button Styles */
.call-now-btn {
    position: fixed;
    bottom: 0; /* Sticks to the bottom of the viewport */
    left: 0; /* Ensures it spans the entire width */
    width: 100%; /* Full width of the screen */
    background-color: blue; /* Button background */
    color: white; /* Text color */
    font-size: 18px; /* Default font size */
    font-weight: bold;
    text-align: center; /* Center the text */
    padding: 15px 0; /* Padding for better appearance */
    text-decoration: none; /* Remove underline */
    z-index: 9999; /* Ensure it's above other elements */
    transition: background-color 0.3s ease;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2); /* Shadow above the strip */
}

/* Hover Effect */
.call-now-btn:hover {
    background-color: #002244; /* Darker shade on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .call-now-btn {
        font-size: 16px; /* Adjust font size for tablets */
        padding: 12px 0; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 480px) {
    .call-now-btn {
        font-size: 14px; /* Further reduced font size for phones */
        padding: 10px 0; /* Further adjusted padding */
    }
}



/*--------------------------------------------------------------------- reservation form ---------------------------------------------------------------------*/


/* Main Section */
.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px;
    color: #0c1c3c; /* Updated color */
    margin-top: 30px;
    margin-bottom: 20px;
}

.main-content {
    background: rgba(255, 255, 255, 0.6); /* More transparent background */
    color: #0c1c3c; /* Updated color */
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}
.main-content h1 {
     color: #0c1c3c; /* Ensure headings and paragraph are the correct color */
     font-size: 40px;
}
.main-content p {
    color: #0c1c3c; /* Ensure headings and paragraph are the correct color */
}

/* Form Box */
.form-box {
    width: 25%;
    display: flex;
    justify-content: flex-start; /* Adjust to start the content from left */
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
}

.reservation-form {
    width: calc(100% - 10px); /* Takes up almost the same size as the form-box, leaving 5px on both sides */
    padding: 20px;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin: 20px 5px 0; /* 5px space on both sides */
    background: rgba(255, 255, 255, 0.9); /* Maintain same background as .form-box */
}

/* Trip Options - Ensure the radio buttons are in a row */
.trip-options {
    display: flex;  /* Flexbox to align items horizontally */
    justify-content: space-between; /* Spacing between the radio options */
    width: 100%; /* Ensure trip options take full width */
}

.trip-choice {
    color: #0c1c3c; /* Updated radio label color */
    margin-left: 5px; /* Add space between radio button and label */
    margin-right: 7px; /* Add space between radio options */
}
input[type="radio"] {
    transform: scale(1.5); /* Increase size of radio button */
}
/* Dynamic Input */
.dynamic-input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    color: #0c1c3c;
    margin-top: 10px;
    cursor: pointer;
    padding-right: 30px; /* Space for the arrow */
}

.dynamic-input:focus {
    outline: none;
    border-color: #003b95;
}

/* Arrow Icon */
.arrow-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0c1c3c;
    pointer-events: none;
    cursor: pointer;
}

/* Dropdown Styles */
.dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
    margin-top: 5px;
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
    color: #0c1c3c;
}

.dropdown-item:hover {
    background-color: #003b95;
    color: white;
}


/* Input Groups */
.input-group {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* General Input Styles */
input[type="date"], input[type="text"], input[type="email"], input[type="tel"], select {
    padding: 6px 40px 6px 40px; /* Increase padding for better space for icons */
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%; /* Ensure inputs take full width */
    color: #0c1c3c;
    font-size: 14px;
}

/* Placeholder Styles */
input::placeholder {
    font-weight: bold;
    font-family: 'Georgia', serif;
    font-size: 12px; /* Reduced placeholder text size */
    color: #0c1c3c; /* Ensure placeholder color is consistent */
}

/* Icon Container */
.icon-container {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0c1c3c;
    pointer-events: none;
}

/* Mobile adjustments for smaller screens */
@media (max-width: 768px) {
    input[type="date"], input[type="text"], input[type="email"], input[type="tel"], select {
        padding-left: 40px; /* Maintain the left padding for the icon on mobile */
    }
}

/* Mobile adjustments for very small screens (e.g., phones) */
@media (max-width: 480px) {
    /* Ensure form fields and icons are correctly aligned and centered */
    .reservation-form {
        width: 90%; /* Adjust form width to fit better on small screens */
        padding: 0 5px; /* 5px padding on both sides */
    }

    input[type="date"], input[type="text"], input[type="email"], input[type="tel"], select {
        padding-left: 35px; /* Slightly reduced left padding for smaller screens */
    }

    /* Align input fields with icons on the left */
    .input-group {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    input::placeholder {
        padding-left: 35px; /* Placeholder text adjustment */
    }
}

/* Button Styles */
.find-now-btn {
    background-color: #003b95;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.find-now-btn:hover {
    background-color: #002244;
}

/* Modal Styles */
.modal-window {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-body {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    box-sizing: border-box;
}

/* Count Box for Passenger Selection */
.count-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

/* Button for Increasing/Decreasing Passengers */
.increase-btn, .decrease-btn {
    background-color: #003b95;
    color: white;
    border: none;
    padding: 3px 8px; /* Reduced size */
    margin: 0 10px;
}

.increase-btn:hover, .decrease-btn:hover {
    background-color: #002244;
}

/* Button inside the modal */
#savePassengers {
    background-color: #003b95;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    width: 100%; /* Ensure it fits within the modal */
}

#savePassengers:hover {
    background-color: #002244;
}

/* Support Image and Contact Button */
.centered-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.button_section {
    margin: 10px;
}

.main_btt {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.main_btt:hover {
    background-color: #002244;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .main-section {
        flex-direction: column; /* Stack content vertically */
        padding: 20px;
    }

    .main-content {
        margin-top: 50px;
        margin-bottom: 50px; /* Add space between content and form */
    }

    .form-box {
        margin-top: 50px;
        width: 100%; /* Full width for mobile */
    }

    .input-group input,
    .find-now-btn {
        font-size: 14px;
        padding: 12px; /* Make inputs and button larger for touch screens */
    }
    .dynamic-input {
        padding: 15px;
        font-size: 16px;
    }
    /* Adjust modal for mobile */
    .modal-body {
        width: 90%; /* Increase modal width on mobile */
        padding: 20px;
    }

    .count-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        padding: 0 10px; /* Add padding inside count box */
    }

    .increase-btn, .decrease-btn {
        padding: 10px 15px; /* Increase padding for better tap area */
    }
}
.date-placeholder {
    font-weight: bold; /* Make the text bold */
    font-family: 'Georgia', serif; /* Apply Georgia font */
    font-size: 14px; /* Adjust font size if necessary */
    color: #0c1c3c; /* Ensure the color matches your theme */
    display: block; /* Ensure it appears above the input */
    margin-bottom: 5px; /* Add some spacing between the label and the input */
}

/*--------------------------------------------------------------------- other-issue-area ---------------------------------------------------------------------*/

.other-issue-area {
    padding: 60px 0; /* Top and bottom padding */
}

.single-other-issue {
    border: 1px solid #ddd; /* Light border around each card */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the card */
    transition: box-shadow 0.3s ease; /* Smooth shadow transition */
    display: flex; /* Flexbox layout */
    flex-direction: column; /* Align items vertically */
    align-items: center; /* Center content horizontally */
    text-align: center; /* Center text */
}

.single-other-issue:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow on hover */
}

.single-other-issue .thumb img {
    max-width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Optional: rounded corners for images */
}

.single-other-issue h4 {
    margin: 15px 0 10px; /* Space around the heading */
    font-size: 18px; /* Adjust font size as needed */
}

.single-other-issue p {
    color: #666; /* Grey color for the paragraph text */
    font-size: 14px; /* Adjust font size */
}

/* Ensure all cards are the same height */
.row {
    display: flex; /* Use flexbox for the row */
    flex-wrap: wrap; /* Allow wrapping */
}

.col-lg-3 {
    display: flex; /* Flexbox layout for columns */
    justify-content: center; /* Center items */
    margin-bottom: 30px; /* Space below each card */
}
/*--------------------------------------------------------------------- other-issue-area ---------------------------------------------------------------------*/




.about {
     padding-top: 0px !important;
     padding: 90px 0px;
}
.aboutheading {
     text-align: center;
     padding-bottom: 50px;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #050303;
     line-height: 50px;
     text-transform: uppercase;
     position: relative;
     display: inline-block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;
     border-top: 1px solid #13aba6;
     top: 27px;
     width: 149px;
}
.aboutheading span {
     color: #141012;
     font-size: 17px;
     line-height: 32px;
     display: block;
}
.button_section {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
.about .about-box p {
     font-size: 17px;
     line-height: 32px;
     color: #141012;
     position: relative;
     margin: 50px auto;
     display: inline-block;
     padding: 60px 25px;
     border-left: 15px solid #077f9b;
     border-right: 15px solid #0c1e43;
     border-radius: 5px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background-position: 0 0, 0 100%;
     background-repeat: no-repeat;
     -webkit-background-size: 100% 20px;
     -moz-background-size: 100% 20px;
     background-size: 100% 20px;
     background-image: -webkit-linear-gradient(left, #077f9b 0%, #0c1e43 100%), -webkit-linear-gradient(left, #077f9b 0%, #0c1e43 100%);
     background-image: -moz-linear-gradient(left, #077f9b 0%, #0c1e43 100%), -moz-linear-gradient(left, #077f9b 0%, #0c1e434 100%);
     background-image: -o-linear-gradient(left, #077f9b 0%, #0c1e43 100%), -o-linear-gradient(left, #077f9b 0%, #0c1e43 100%);
     background-image: linear-gradient(to right, #077f9b 0%, #0c1e43 100%), linear-gradient(to right, #077f9b 0%, #0c1e43 100%);
     max-width: 1004px;
}
.about .about-box p span {
     display: inline-block;
     padding-right: 360px;
}
.palne-img-area {
     position: absolute;
     top: -30px;
     right: -78px;
}
.about a {
     width: 200px;
     font-size: 17px;
     padding: 20px 0px;
     background-color: #ee580f;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     border-radius: 30px;
     text-align: center;
     margin: 0 auto;
     display: flex;
     justify-content: center;
}
.about a:hover {
     background: #15cfe5;
     ;
}
.traveling {
     background-color: #fff;
     padding: 0px 0px 90px 0;
}
.titlepage {
     text-align: center;
     padding-bottom: 54px;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 45px;
     font-weight: bold;
     color: #000;
     line-height: 50px;
     text-transform: uppercase;
     position: relative;
     display: inline-block;
}
.titlepage span {
     color: #141012;
     font-size: 17px;
     line-height: 32px;
     display: block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage h2::before,
. .titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;
     border-top: 1px solid #13aba6;
     top: 27px;
     width: 149px;
}
.traveling-box {
     padding: 0px 5px 0px 5px;
     text-align: center;
}
.traveling-box h3 {
     padding-top: 20px;
     font-size: 25px;
     line-height: 31px;
     color: #100808;
}
.traveling-box p {
     color: #100808;
     font-size: 17px;
     line-height: 26px;
}
.traveling-box .read-more {
     justify-content: center;
     display: flex;
}
.traveling-box .read-more a {
     font-size: 17px;
     padding: 15px 30px;
     background-color: #ee580f;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     border-radius: 30px;
     text-align: center;
     margin-top: 30px;
}
.traveling-box .read-more a:hover {
     background: #15cfe5;
}
.London {
     background-color: #fff;
}
.London .titlepage {
     text-align: center;
     padding-bottom: 54px;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 45px;
     font-weight: bold;
     color: #000;
     line-height: 50px;
     text-transform: uppercase;
     display: inline-block;
     position: relative;
}
.titlepage span {
     color: #141012;
     font-size: 17px;
     line-height: 32px;
     display: block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;
     border-top: 1px solid #13aba6;
     top: 27px;
     width: 149px;
}
.London-img {
     margin: 0 -15px;
}
.London .London-img figure {
     margin: 0px;
}
.Tours {
     background-color: #fff;
     margin-top: 90px;
}
.Tours .titlepage {
     text-align: center;
     padding-bottom: 54px;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 45px;
     font-weight: bold;
     color: #000;
     line-height: 50px;
     text-transform: uppercase;
     display: inline-block;
     position: relative;
}
.titlepage span {
     color: #141012;
     font-size: 17px;
     line-height: 32px;
     display: block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;
     border-top: 1px solid #13aba6;
     top: 27px;
     width: 149px;
}
.item h3 {
     font-size: 20px;
     line-height: 29px;
     padding: 10px 10px 10px 10px;
     color: #282727;
}
.item p {
     padding: 0px 10px 10px 10px;
     color: #282727;
}
.owl-nav {
     display: none;
}
.owl-dot {
     background: #15cfe5 !important;
     width: 25px;
     height: 25px;
     margin-bottom: 25px !important;
     border-radius: 25px;
     margin: 0px 5px;
}
.amazing {
     background: url(../images/Amazing.jpg);
     padding: 90px 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center center;
}
.amazing .amazing-box {
     text-align: center;
}
.amazing .amazing-box h2 {
     padding: 0px 0px 20px 0px;
     font-size: 45px;
     font-weight: bold;
     color: #fff;
     line-height: 50px;
     text-transform: uppercase;
}
.amazing .amazing-box span {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: inline-block;
     margin-bottom: 35px;
}
.amazing .amazing-box a {
     font-size: 17px;
     padding: 15px 50px;
     background-color: #ee580f;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     border-radius: 30px;
     text-align: center;
     margin: 0 10px;
}
.amazing .amazing-box a:hover {
     background: #15cfe5;
}
.blog {
     background-color: #fff;
     padding-top: 90px;
}
.titlepage {
     text-align: center;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 45px;
     font-weight: bold;
     color: #0e0f10;
     line-height: 50px;
     text-transform: uppercase;
     display: inline-block;
     position: relative;
}
.titlepage span {
     color: #0e0f10;
     font-size: 17px;
     line-height: 32px;
     display: inline-block;
     margin-bottom: 0px;
     display: block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage h2::before,
.titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;
     border-top: 1px solid #13aba6;
     top: 27px;
     width: 149px;
}
.blue h3 {
     background: #fff;
     color: #3498db;
     font-size: 36px;
     line-height: 100px;
     margin: 10px;
     padding: 2%;
     position: relative;
     text-align: center;
}
.blog .blog-box figure {
     margin: 0px;
}
.blog .blog-box figure span {
     top: 0;
     left: 0px;
     position: absolute;
     margin-left: 15px;
     background: #022739;
     padding: 10px 30px;
     color: #fff;
}
.blog .blog-box h3 {
     font-size: 20px;
     line-height: 30px;
}
.blog .blog-box p {
     font-size: 16px;
     line-height: 30px;
}
.blog .blog-box .travel {
     padding: 15px 0px;
}
.blog .blog-box .travel span {
     color: #13aba6;
     display: inline-block;
}
.blog .blog-box .travel p {
     float: right;
     padding-left: 15px;
}
.like {
     color: #3ea9dd;
}
.Comment {
     color: #13b0be;
}
.contact_form {
     background: #114c7d;
     padding: 45px;
}
label {
     float: left;
     margin-bottom: 5px;
}
.footer {
     background-color: #022739;
     margin-top: 90px;
}
.footer .Follow {
     margin-bottom: 27px;
}
.footer .Follow h3 {
     color: #fff;
     font-size: 25px;
     line-height: 30px;
     font-weight: 600;
     text-transform: uppercase;
     border-width: 1px;
     display: inline-block;
     padding-bottom: 2px;
     padding-bottom: 27px;
}
.footer span {
     font-size: 17px;
     display: block;
     color: #fff;
}
ul.link li a {
     color: #fff;
     font-size: 17px;
}
ul.link li a:hover {
     color: #878686;
}
.footer .Newsletter {
     padding: 13px 26px;
     padding-top: 10px;
     padding-right: 26px;
     padding-bottom: 10px;
     padding-left: 15px;
     border: #fff solid 1px;
     width: 100%;
     margin-bottom: 15px;
}
.footer .Subscribe {
     padding: 10px 30px;
     border: #0e0c0c solid 1px;
     background: #0e0c0c;
     color: #fff;
     float: right;
}
.footer .Subscribe:hover {
     color: #fff;
     background-color: #15cfe5;
}
.pdn-top-30 {
     padding-top: 35px;
}
ul.location_icon {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
ul.location_icon li {
     float: left;
     height: 70px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 20px;
}
ul.location_icon li:last-child {
     padding-right: 0px;
}
ul.location_icon li a {
     margin-bottom: 23px;
}
ul.location_icon span {
     font-size: 17px;
     font-weight: 400;
}
.copyright {
     padding: 10px 0px 30px 0;
}
.copyright p {
     color: #fff;
     font-size: 16px;
     text-align: center;
     max-width: 594px;
     text-align: center;
     margin: 0 auto;
     width: 100%;
     padding-top: 10px;
     border-top: #807d7d solid 1px;
}
.copyright a {
     color: #fff;
}
.copyright a:hover {
     color: #15cfe5;
}

.owl-dot {
    background: #000 !important;
    width: 20px;
    height: 20px;
    margin-bottom: 25px !important;
    border-radius: 100%;
    margin: 0px 5px;
        margin-bottom: 0px;
}

.owl-dot.active {
    background: #15cfe5 !important;
}

.about_page .about {
     margin-bottom: 90px;
}
.about-bg {
     background-color: #b32137;
     margin-top: 90px;
}
.Books-bg .titlepage {
     margin-top: 90px;
}
.Books-bg .read-more {
     margin-bottom: 90px;
}
.about-bg .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}
.contact-page .Contact {
     margin-top: 0px;
}
.contact-page .form-control {
     margin-bottom: 20px;
}

/** slider arrow **/



/* Privacy Policy   */


.privacy-policy {
    padding: 40px 0;
    background-color: #f8f9fa; /* Light background for contrast */
}

.privacy-policy .titlepage {
    text-align: center;
    margin-bottom: 20px;
}

.privacy-policy h2 {
    font-size: 36px;
    color: #007bff; /* Main color */
}

.privacy-policy h3 {
    font-size: 28px;
    color: #343a40; /* Darker color for headings */
    margin-top: 20px;
}

.privacy-policy p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057; /* Darker text for readability */
    margin-bottom: 15px;
}

.policy-content {
    margin-top: 20px;
}

.terms-conditions h2 {
    font-size: 36px;
    color: #007bff; /* Main color */
}





.suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    position: absolute; /* Adjust position as needed */
    z-index: 1000; /* Ensure suggestions appear on top */
}
.suggestions div {
    padding: 8px;
    cursor: pointer;
}
.suggestions div:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}
