* {
    margin: 0;
    box-sizing: border-box;

}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/* font-family: 'Source Sans Pro', sans-serif; */

@font-face {
    font-family: 'sf Pro Display Regular';
    src: url(../fonts/sf-pro-display-regular.OTF);
}

@font-face {
    font-family: 'sf Pro Display Bold';
    src: url(../fonts/sf-pro-display-bold.OTF);
}

@font-face {
    font-family: 'sf Pro Display Medium';
    src: url(../fonts/sf-pro-display-medium.OTF);
}

@font-face {
    font-family: 'times_new_roman_cyrregular';
    src: url('../fonts/times_new_roman-webfont.eot');
    src: url('../fonts/times_new_roman-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times_new_roman-webfont.woff2') format('woff2'),
        url('../fonts/times_new_roman-webfont.woff') format('woff'),
        url('../fonts/times_new_roman-webfont.ttf') format('truetype'),
        url('../fonts/times_new_roman-webfont.svg#times_new_roman_cyrregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'times_new_roman_cyrbold';
    src: url('../fonts/times_new_roman_bold-webfont.eot');
    src: url('../fonts/times_new_roman_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times_new_roman_bold-webfont.woff2') format('woff2'),
        url('../fonts/times_new_roman_bold-webfont.woff') format('woff'),
        url('../fonts/times_new_roman_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*html, body {
	width: 100%;
	overflow-x: hidden;
} */
* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #666B78;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #666B78;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

b,
strong {
    font-weight: 600;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

header .topbar {
    background: #251C2F;
    padding: 12px 0;
}

body.logged-in.admin-bar .banner {
    margin-top: 18px !important;
}

body.logged-in.admin-bar .fixed-top {
    top: 32px;
}

.con-information {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 14px;
}

.social-icon i {
    color: #fff;
    margin-right: 8px;
}

.con-information a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-right: 7px;
    font-family: 'Poppins', sans-serif;
}

.con-information img {
    margin-right: 6px;
    width: 18px;

}

.mid-headder .navbar-collapse {
    display: flex !important;
    justify-content: center;
}

.mid-headder .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 25px;
}

.cover-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #C49B63;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

header.bg-dark {
    background: #251C2F !important;
}

header.fixed-top.bg-dark.shadow {
    transition: 0.5s all ease-in-out;
}

/** Spring **/

/********HAMBURGER ICON***********/

/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

#menu-header-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 37px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

.nav>ul>li::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    max-width: 120px;
    height: 3px;
    background: #c49b63;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 5px 5px 0 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: 'sf Pro Display Regular';

}

.nav>ul>li:last-child:before {
    display: none;
}

/* .nav a.request-quote {
    background: #C49B63;
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: capitalize;
} */

li.request-quote a {
    background: #C49B63;
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: capitalize;
    color: #fff !important;
}

/* li.request-quote:hover a {
    color: #fff !important;
} */

li.request-quote:hover::before {
    background: transparent;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #c29a62;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 160px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: #251c2f;
}

.nav>ul>li>ul>li:hover>a {
    background: #251c2f !important;
}

.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #199adb;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}

header.bg-dark {
    padding: 15px 0;
}

header.bg-dark .logo img {
    max-height: 70px;
}

/*******************************
********NAV BAR*****************
*****************************/


/* banner */

.banner {
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    height: 650px;
    margin-top: 50px;
    position: relative;
}

.banner-content-area {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-content-sub-title {
    position: absolute;
    top: 65%;
    transform: translate(0%, -50%);
}

.banner-content-sub-title h2 {
    font-family: 'times_new_roman_cyrregular';
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    padding-bottom: 0;
    line-height: 31px;
    max-width: 805px;
    width: 100%;
}

.banner-content-area h4 {
    font-family: 'sf Pro Display Regular';
    font-weight: 500;
    color: #F9CE92;
    text-shadow: 0px 3px 20px #0000004A;
    font-size: 24px;
}

.banner-content-area h1 {
    font-family: 'times_new_roman_cyrbold';
    font-size: 60px;
    line-height: 80px;
    color: #FFFFFF;
}


.tab {
    margin-top: 25px;
}

.tab .nav-tabs {
    border-bottom: 0;
}

.tab ul li a:hover {
    border: 0;
}

.tab ul li a {
    background: #251C2F !important;
    border: 0 !important;
    font-size: 16px;
    color: #fff !important;
    border-radius: 0 !important;
    margin-right: 1px;
}

.tab ul li a.active {
    background: #C49B63 !important;
    border-radius: 14px 0px 0px 0px !important;
}

.tab ul li:nth-child(2) a.active {
    border-radius: 0px 0px 0px 0px !important;
}

.tab ul li:nth-child(3) a {
    padding-right: 30px !important;
}

.tab ul li:nth-child(3) a.active {
    border-radius: 0px 14px 0px 0px !important;

}

.tab .tab-content {
    background-color: #fff;
    padding: 25px;
}

.tab .tab-content h3 {
    font-family: 'sf Pro Display Bold';
    color: #251C2F;
    font-size: 24px;
}

.tab .tab-content p {
    color: #8D8595;
    font-family: 'sf Pro Display Regular';
    font-weight: 300;
    margin-bottom: 12px;
}

.tab .tab-content .form-control {
    font-family: 'sf Pro Display Regular';
    font-size: 13px;
    padding-left: 50px !important;
}

/* #round_trip .form-control {
    margin-bottom: 15px;
} */

/* new time icon*/
.input-time {
    position: relative;
}

.input-time:before {
    content: '';
    background: url(../images/timeicon.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 9;
    background-repeat: no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/*  time icon*/

.input-from .form-control,
.input-to .form-control {
    padding-left: 50px !important;
}

/* .input-from, */
/* .input-to, */
.input-date, 
.select-box {
    position: relative;
}

/* .input-from:before {
    content: '';
    background: url('../images/from-bg.png');
    width: 36px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
} */
/* 16-10-23 */
.flight_icon:after {
    content: '';
    background: url(../images/from-bg.png);
    width: 36px;
    height: 18px;
    position: absolute;
    left: 8px;
    top: 78%;
    z-index: 11;
    transform: translateY(48%);
}
.flight_icon{
    position: relative;
}
/* 16-10-23 */

.input-date:before {
    content: '';
    background: url('../images/date-bg.png');
    width: 16px;
    height: 19px;
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 9;
} 

/* .input-to:before {
    content: '';
    background: url('../images/to-bg.png');
    width: 32px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
} */

.select-box:before {
    content: '';
    background: url('../images/dropdown-bg.png');
    width: 15px;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 6px;
    z-index: 9;
}

.tab .tab-content form [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.tab .tab-content .btn {
    background: #C49B63;
    border-color: #C49B63;
    border-radius: 8px;
    font-family: 'sf Pro Display Regular';
    font-size: 18px;
    width: 100%;
    padding-top: 4px;
    max-width: 130px;
}

form#multileg .col-md-2:last-child .btn {
    position: relative;
    left: -25px;
}

.about-us {
    padding: 100px 0;
    font-family: 'sf Pro Display Regular';
    color: #948D8D;
    font-size: 16px;
    line-height: 26px;
}

.about-us-left {
    padding-right: 40px;
}

.even-col .about-us-left {
    padding-right: 0px;
}

.our-service .row .col-lg-6:nth-child(2n) .about-us-left {
    padding-right: 0;
    padding-left: 40px;
}


.about-us span,
.about-us-left span,
.service-top span,
.explore-top span,
.top-info span {
    font-family: 'sf Pro Display Medium';
    font-size: 16px;
    color: #C49B63;
}

.about-us h2,
.about-us-left h2,
.service-top h3,
.explore-top h2,
.top-info h2 {
    font-family: 'sf Pro Display Bold';
    font-size: 30px;
    color: #251C2F;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.about-us h2:after,
.about-us-left h2:after,
.explore-top h2:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.about-us-right {
    overflow: hidden;
}

.about-us-right {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}

.about-us-right:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    z-index: 0;
}

.btn-contact {
    background-color: #C49B63;
    border-color: #C49B63;
    padding: 10px 40px;
    font-family: 'sf Pro Display Medium';
    font-size: 18px;
}

.btn-contact:hover {
    background-color: #C49B63;
    border-color: #C49B63;
}

.service {
    background: url('../images/service-bg.jpg');
    height: 605px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.service-top {
    max-width: 650px;
    margin: auto;
    padding-top: 100px;
}

.service-top h3 {
    margin-bottom: 10px;
    position: relative;
}

.service-top h3:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.service-grid-content {
    padding: 10px;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}

.service-grid-content h3 {
    font-family: 'sf Pro Display Bold';
    color: #251C2F;
    font-size: 18px;
}

.service-slider .owl-theme .owl-nav {
    position: relative;
    top: -100px;
    height: 40px;
    width: 100%;
    margin-top: -40px;
    display: block !important;
}

.service-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0;
    width: 48px;
    height: 48px;
    background: #C49B63;
}

.service-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0;
    width: 48px;
    height: 48px;
    background: #C49B63;
}

.service-slider .owl-carousel .owl-nav button.owl-prev:after {
    content: "";
    background: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.service-slider .owl-carousel .owl-nav button.owl-next:after {
    content: "";
    background: url(../images/arrow-right.png);
    width: 17px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.service-slider .owl-carousel .owl-nav button.owl-prev span,
.service-slider .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.service-grid {
    position: relative;
}

.service-grid-content-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(37, 28, 47, 0.86);
    transition: 0.3s all ease-in-out;
}

.service-grid:hover .service-grid-content-hover {
    top: 0;
}

.service-grid:hover .service-grid-content h3 {
    visibility: hidden;
}

.service-grid-content-hover .btn-contact {
    padding: 6px 20px;
}

.hover-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
}

.explore {
    padding: 110px 0 85px;
}

.explore-top h2 {
    margin-bottom: 5px;
}

.explore .card-item .card-bg {
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.explore .card-item {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 60px;
}

.explore .card-item .card-body {
    padding: 20px 5px;
}



.explore .card-item .card-body p {
    text-align: left;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #7E7E7E;
    width: 100%;
    padding-right: 10px;
}

.explore .card-item .card-body span {
    font-family: 'Poppins', sans-serif;
    color: #C49B63;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s all ease-in-out;
}

.explore .card-item .card-body h4 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s all ease-in-out;
}

.explore-link {
    background: #C49B63;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
}

.explore .card-item .card-body:hover span {
    color: #251C2F;
}

.explore .card-item .card-body:hover h4 {
    color: #C49B63;
}

.explore .card-item .card-body:hover .explore-link {
    background: #251C2F;
}

.counter {
    background: #251C2F;
    min-height: 370px;
    padding: 100px 0 20px;
}

.counter h5,
.counter h2 {
    color: #fff;
}

.counter h5 {
    font-size: 16px;
}

.counter h2 {
    font-size: 40px;
    font-weight: 700;
}

.counter .col-md-3 {
    height: 180px;
    display: flex;
    transition: 0.5s all ease-in-out;
}


.counter-grid {
    transition: 0.5s all ease-in-out;
}

.video-section {
    margin-top: -160px;
    margin-bottom: 85px;
}

.video-container {
    position: relative;
}

.feature {
    padding-bottom: 85px;
    background-image: url(../images/feature-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.destination-grid {
    position: relative;
    display: flex;
    height: 100%;
}

.destination-row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.destination-grid img {
    border-radius: 10px;
    object-fit: cover;
}

.destination-title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.destination-title h4 {
    font-size: 18px;
    font-weight: 500;
}

.contact-us {
    padding: 80px 0 60px;
    background: #d9b078;
    position: relative;
}

/*.jet-img{
    min-height: 570px;
}
*/
.contact-text h2 {
    color: #251C2F;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
    max-width: 400px;
    width: 100%;
}

.contact-text h2:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.contact-text {
    padding-top: 0px;
    position: relative;
    z-index: 999;
}

.contact-form {
    max-width: 370px;
    padding-top: 32px;
}

.contact-form .form-control {
    padding: 12px;
    font-size: 13px;
    color: #ACA4B4;
    box-shadow: none;
    font-family: 'sf Pro Display Regular';
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form .btn {
    width: 154px;
    padding: 10px;
    border-radius: 8px;
    background-color: #251C2F;
    border-color: #251C2F;
    font-family: 'sf Pro Display Medium';
    font-size: 18px;
    font-weight: 400;
}

.contact-form .btn:hover {
    background-color: #251C2F;
    border-color: #251C2F;
}

form.wpcf7-form {
    max-width: 400px;
    width: 100%;
    padding-top: 32px;
}

.wpcf7-form textarea {
    height: 120px;
    resize: none;
}

form.wpcf7-form .form-control {
    padding: 12px;
    font-size: 13px;
    color: #ACA4B4;
    box-shadow: none;
    font-family: 'sf Pro Display Regular';
    padding-left: 20px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    width: 154px;
    padding: 10px;
    border-radius: 8px;
    background-color: #251C2F;
    border-color: #251C2F;
    font-family: 'sf Pro Display Medium';
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.jet-img {
    left: -145px;
    z-index: 999;
}


.footer-section {
    background: #251C2F;
}

.footer-grid {
    padding-left: 60px;
}

.footer-top .row .col-lg-3:first-child .footer-grid {
    padding-left: 0;
}

.footer-grid p,
.footer-grid ul li a {
    color: #fff;
}

.footer-grid p,
.footer-grid ul li {
    padding: 5px 0;
}

.footer-grid p {
    line-height: 30px;
}

.footer-grid h4 {
    color: #C49B63;
    font-family: 'sf Pro Display Medium';
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-list li {
    padding: 4px 0 !important;
}

.footer-contact p {
    line-height: 25px;
    padding-top: 0;
}

.footer-contact a {
    font-size: 16px;
}

.footer-top {
    padding: 60px 0 29px;
    border-bottom: 2px solid #3d3849;
}

.footer-bottom {
    padding: 8px 0 8px;
}

.footer-bottom p {
    color: #ACA4B4;
}

.footer-bottom .footer-social-icon li a {
    color: #fff;
}

.footer-bottom .f-b-des {
    border-top: 2px solid #3d3849;
    color: #ACA4B4;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    word-break: break-all;
    padding: 5px 0 0 0;
}

.footer-social-icon li a:hover {
    color: #C49B63;
}


/*  About Page CSS Start */

.banner-inner {
    background-image: url('../images/our-service_bg.png');
    background-position: center;
    background-size: cover;
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.banner-inner ul li a {
    color: #fff;
    padding-right: 30px;
    position: relative;
}

.banner-inner ul li:last-child a {
    padding-right: 0;
}

/* .banner-inner ul li a:after {
    content: '|';
    position: absolute;
    right: 7px;
} */

.banner-inner ul li:last-child a:after {
    content: '';
}

.inner p {
    margin-bottom: 10px;
}

.inner .btn {
    margin-top: 10px;
    /* display: table;
    margin: auto;*/
}

.customer-safety {
    background-color: #FAFAFA;
    padding: 75px 0 65px;
}

.top-info {
    margin-bottom: 30px;
}

.top-info h2 {
    padding-bottom: 30px;
    margin-bottom: 6px;
}

.top-info h2:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.customer-block img {
    margin-bottom: 10px;
}

.about-us-left h2 {
    margin-bottom: 10px;
    display: flex;
}

.about-us-left p {
    color: #948D8D
}

.about-us-left ol li {
    color: #948D8D;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about-us-left p strong {
    color: #222425;
}

.profession-img {
    padding-left: 50px;
}

.profession {
    padding: 75px 0;
}


/*  About Page CSS End   */


/* Our Services Start */
.our-service {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.our-service .p-100 {
    padding: 100px 0 0 0;
}

.our-service .our-service-l_wrap {
    float: left;
    width: 40%;
    margin-right: 30px;
}

.clearfix,
.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/*.odd-col .our-service-l_wrap {
    float: right;
    width: 60%;
    margin-right: 0;
    margin-left: 30px;
}
*/

.odd-col .our-service-2_wrap {
    width: 38%;
    float: right;
    padding-left: 30px;
    padding-bottom: 25px;
}

.odd-col .our-service-l_wrap {
    width: auto;
    float: none;
}

.odd-col .our-service-l_wrap .about-us-left {
    padding-right: 0;
}

.our-service .our-service-right {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.our-service .our-service-right img {
    object-fit: auto;
    object-position: center;
    height: 100%;
    width: 100%;
}

/* Our Services End */


/* charter Flights Start */
.charter-flights {
    padding: 110px 0;
}

.charter-flights .explore-top {
    text-align: center;
}

.charter-flights .explore-top h2:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

/* charter Flights End */


/* Contact US Start */
.contact-us_page {
    padding: 98px 0 104px 0;
}

.contact-us_page .con-page {
    padding: 41px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
}

.contact-us_page .contact-us_left h2 {
    font: normal normal bold 30px/36px SF Pro Display;
    letter-spacing: 0px;
    color: #251C2F;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
    padding-bottom: 30px;
}

.contact-us_page .contact-us_left h2::before {
    content: '';
    width: 104px;
    height: 4px;
    background: #C49B63 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.contact-us_page .contact-us_left span {
    text-align: left;
    font: normal normal bold 16px/19px SF Pro Display;
    letter-spacing: 1.2px;
    color: #C49B63;
    text-transform: uppercase;
    opacity: 1;
}

.contact-us_page .contact-list {
    margin-top: 37px;
}

.left-p40 {
    padding-left: 49px;
}

.contact-us_page .contact-list li span {
    margin-right: 11px;
}

.contact-us_page .contact-list li {
    text-align: left;
    font: normal normal 600 20px/22px SF Pro Display;
    letter-spacing: 0px;
    color: #251C2F;
    opacity: 1;
    margin-bottom: 13px;
}

.contact-us_page .contact-us_plft h2 {
    color: #251C2F;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
}

.contact-us_page .contact-us_plft h2:after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.contact-us_page .contact-us_plft .form-control {
    padding: 12px;
    font-size: 13px;
    color: #ACA4B4;
    box-shadow: none;
    font-family: 'sf Pro Display Regular';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC !important;
    border-radius: 8px;
    opacity: 1;
}













/* Contact US End */




/* Timer CSS Start */

.time {
    width: 50%;
    min-width: 200px;
    margin: 25px auto;
}

.time__heading {
    text-align: center;
    color: #000;
}

.time__input {
    width: 100%;
}

div[id^="tp_"].timepicker__wrapper {
    opacity: 0;
    height: auto;
    min-width: 150px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.1s ease-in-out;
    background: #f4f5f7;
    background: linear-gradient(to bottom, rgba(227, 227, 229, 1) 0%, rgba(239, 239, 239, 1) 7%, rgba(244, 245, 247, 1) 100%);
    border-radius: 0px 0px 5px 5px;
    border: 2px solid #303233;
    border-top: transparent;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .1);
    text-align: center;
}

div[id^="tp_"].timepicker__wrapper * {
    box-shadow: border-box;
}

div[id^="tp_"].timepicker__wrapper-active {
    opacity: 1;
    max-height: 150px;
    padding: 15px;
    z-index: 1;
}

div[id^="tp_"].timepicker__wrapper-full>div {
    width: 33% !important;
}

div[id^="tp_"].timepicker__wrapper>div {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    width: 50%;
    max-width: 75px;
}

div[id^="tp_"].timepicker__wrapper>div .display {
    color: #303233;
    font-size: 30px;
    font-weight: 100;
    line-height: 35px;
    margin: 0px;
    text-transform: uppercase;
    user-select: none;
}

div[id^="tp_"].timepicker__wrapper>div .timepicker__button {
    margin: 15px auto;
    padding: 0px;
    background: #fff;
    cursor: pointer;
    background: transparent;
    border: solid 5px transparent;
}

div[id^="tp_"].timepicker__wrapper>div .timepicker__button__up>div {
    width: 0px;
    height: 0px;
    margin: auto;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px #303233;
}

div[id^="tp_"].timepicker__wrapper>div .timepicker__button__down>div {
    width: 0px;
    height: 0px;
    margin: auto;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 5px #303233;
}


/* Timer CSS End */
/* Chater Slid Start */

.chater-slide {
    padding: 110px 0 115px 0;
}

.chater-slide .chater-slide-left span {
    font-family: 'sf Pro Display Medium';
    font-size: 16px;
    color: #C49B63;
}

.chater-slide .chater-slide-left h2 {
    font-family: 'sf Pro Display Bold';
    font-size: 30px;
    color: #251C2F;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}

.chater-slide .chater-slide-left h2::after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.chater-slide .chater-slide-left p {
    text-align: left;
    font: normal normal normal 16px/26px SF Pro Display;
    letter-spacing: 0px;
    color: #948D8D;
    opacity: 1;
}

/* Gallery Start */
.gallery {
    /* position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    max-width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #777;
    overflow: hidden; */
    padding: 20px;
}

.gallery .inner {
    position: relative;
    overflow: hidden;
    display: block;
    width: auto;
    max-width: 800px;
}

.gallery img {
    display: none;
}

.main {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 20px;
}

.main:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.main-selected {
    animation: crossfade 0.5s ease;
    -webkit-animation: crossfade 0.5s ease;
    -moz-animation: crossfade 0.5s ease;
}



/* Destinattion Page Start */
.banner-destination {
    height: 676px !important;
}

.destination-place {
    padding: 110px 0 101px 0;
}

.destination-img-wrap {
    padding: 0 0 100px 0;
}

/* Destinattion Page End */
/* Cookie Start */
.cky-btn-revisit-wrapper {
    background: #c49b63 !important;
}

/* Cookie End */



@keyframes crossfade {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes crossfade {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes crossfade {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.main span {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    color: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
}

.thumb-roll {
    position: relative;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;
}

.thumb {
    display: inline-block;
    position: relative;
    width: 79px;
    height: 49px;
    margin-right: 20px;
    background: #ccc;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
}

.thumb:last-of-type {
    margin-right: 0px;
}

.thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 5px 5px 0px rgba(51, 204, 255, 0), inset -5px -5px 0px rgba(51, 204, 255, 0);
}

.thumb.current:after {
    box-shadow: inset 5px 5px 0px rgba(51, 204, 255, 1), inset -5px -5px 0px rgba(51, 204, 255, 1);
    background: rgba(255, 255, 255, 0.4);
    cursor: default;
}

.thumb:hover:after {
    box-shadow: inset 5px 5px 0px rgba(51, 204, 255, 1), inset -5px -5px 0px rgba(51, 204, 255, 1);
}

/* Gallery End */
/* Chater Slid End */



/* Cabin-Featured Start */
.cabin-featured {
    padding: 83px 0 80px 0;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.cabin-featured .cabin-fe-left h2 {
    font-family: 'sf Pro Display Bold';
    font-size: 30px;
    color: #251C2F;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
}

.cabin-featured .cabin-fe-left h2::after {
    content: '';
    width: 93px;
    height: 4px;
    background: #C49B63;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.cabin-featured .cabin-fe-right ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cabin-featured .cabin-fe-right ul li {
    flex-basis: 48%;
}


.cabin-featured .cabin-fe-right .content img {
    margin-bottom: 23px;
    max-width: 47px;
}

.cabin-featured .cabin-fe-right .content {
    padding: 30px 5px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #0000001A;
    opacity: 1;
    height: 175px;
    /*    height: 200px;*/
}

.cabin-featured .cabin-fe-left p {
    text-align: left;
    font: normal normal normal 16px/26px SF Pro Display;
    letter-spacing: 0px;
    color: #948D8D;
    opacity: 1;
}

.cabin-featured .cabin-fe-right .content p {
    text-align: center;
    font: normal normal 600 16px/27px SF Pro Display;
    letter-spacing: 0px;
    color: #222425;
    text-transform: capitalize;
    opacity: 1;
}

/* search sagetion  */
.search-suggestion {
    /* height: 80px; */
    height: 127px;
    overflow: scroll;
    cursor: pointer;
    display: none;
}

.search-response {
    background: #dfdfdf;
    padding: 2px 10px;
    margin: 2px 0;
    border-bottom: 1px solid #525050;
    color: #000;
}


/* search sagetion  */

/* Cabin-Featured End */

.quote-pop-up {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 10px 0;
}

.quote-pop-up .form-control {
    padding-left: 30px;
    height: 41px;
    color: #666B78;

}

.quote-pop-up h3 {
    font-family: 'sf Pro Display Regular';
    text-transform: capitalize;
    font-size: 23px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    margin-bottom: 4px;
}

.quote-pop-up .select-title {
    position: relative;
}

.quote-pop-up .select-title .select-left {
    position: absolute;
    top: 1px;
    left: 2px;
    height: 97%;
}

.quote-pop-up .select-title .select-left select {
    height: 96%;
    width: 50px;
    border: none;
    color: #434244;
}

.quote-pop-up .select-title .form-control {
    padding-left: 29px;
}

.quote-pop-up .quote-pop-select {
    padding-left: 10px;
    width: 100%;
    height: 100%;
    color: #ACA4B4;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.quote-pop-up textarea {
    width: 100%;
    width: 100%;
    height: 100px;
    color: #ACA4B4;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px;
    resize: none;
}

.quote-pop-up .popup-privacy {
    display: flex;
    align-items: center;
}

.quote-pop-up .popup-privacy p,
a {
    color: #ACA4B4;
    font-size: 12px;
}

.quote-pop-up .popup-privacy input[type=checkbox] {
    margin-right: 10px;
}

.quote-pop-up .select-title input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.quote-pop-up .quote-pop-upbtn {
    display: table;
    margin: 0 0 0 auto;
}

.request-quote-btn {
    background: #c49b63;
    color: #fff;
    padding: 10px 10px;
    border: navajowhite;
    outline: 0;
    margin-left: 20px;
    font-size: 16px;
    border-radius: 8px;

}

.modal-title {
    flex-basis: 100%;
    text-align: center;
}

.quote-pop-up .input-time:before {
    top: 12px;
    left: 22px;

}

.quote-pop-up .input-date:before {
    top: 50%;
    left: 22px;
    transform: translateY(-50%);

}

.quote-pop-up .select-box:before {
    top: 10px;
    left: 22px;
}

.service-single-page .row {
    padding-bottom: 100px;
}

.service-single-page .row:last-child {
    padding-bottom: 0;
}


.footer-grid ul li a {
    font-size: 16px;
}

.footer-grid .menu {
    padding-top: 10px;
}

.our-service .our-service-2_wrap h2 {
    display: flex;
}

.asf-ani {
    position: absolute;
    bottom: 0;
    height: 250px;
    right: 0;
    /* left: -2000px;
    width: 500%;*/
    left: 0;
    width: 100%;
    background-image: url(https://i.ibb.co/zJbfkgZ/mountain.png);
    background-repeat: repeat-x;
    animation: mountains 10s linear infinite;
    z-index: 9;
    overflow: hidden;
}

.nav .sub-menu .current_page_item>a {
    background-color: #c49b63 !important;
}



/* <--------Blog page Start--------> */


.blog-area {
    background: #F2FBFF;
    padding: 85px 0;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
}

.blog-part {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0px 3px 6px #0000001A, 0px 0px 15px #BBBBBB;
    background: #FFF;
}

.blog-content {
    padding: 20px 30px;
}

.blog-content h4 {
    font-size: 22px;
    color: #2A3349;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.blog-content h4 a {
    font-size: 22px;
    color: #2A3349;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.blog-content p {
    color: #666B78;
    font-size: 16px;
    line-height: 26px;
}

.lower-blog {
    margin-top: 20px;
}

.lower-blog a {
    font-size: 16px;
    color: #22BECA;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.lower-blog span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.listing-blog li a {
    display: flex;
}

.blog-list-pic {
    width: 126px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.blog-list-content span {
    color: #686868;
    font-size: 14px;
}

.blog-list-content h4 {
    font-size: 18px;
    color: #2A3349;
    font-weight: 600;
    line-height: 22px;
}

.listing-blog ul li {
    margin-bottom: 30px;
}




.blog-listing {
    padding-top: 40px;
}

.blog-listing .blog-content {
    padding: 0 15px 20px;
}

.blog-listing .blog-content h4,
.blog-listing .blog-content h4 a {
    font-size: 18px;
    color: #2A3349;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.b-listing-date {
    padding: 10px 0;
    display: block;
}

.blog-listing .blog-content p {
    margin-bottom: 10px;
}

#blogTab {
    margin-bottom: 20px;
    /* border-bottom: 2px solid #666B78; */
    border-bottom: none;
}

#blogTab .nav-link {
    font-family: 'sf Pro Display Bold';
    font-size: 30px;
    color: #251C2F;
    font-weight: bold;
    margin-right: 30px;
    border: none;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
}


#blogTab .nav-item.show .nav-link,
#blogTab .nav-link.active {
    color: #251C2F;
}

.blog-details-banner {
    padding: 50px 0;
}

.blog-details-banner h1 {
    font-size: 30px;
    line-height: 40px;
}

.blog-details {
    padding: 80px 0;
}

.blog-details-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog-details-content p {
    padding-bottom: 10px;
}

.details-date {
    margin: 10px 0;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.details-pic {
    height: 464px;
    width: 100%;
}

.details-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* <--------Blog page End--------> */

@keyframes mountains {
    100% {
        transform: translateX(500px);
    }
}

/* quote-pop-up End */


.inner-content {
    padding: 70px 0;
}

.inner-content h2 {
    margin-bottom: 15px;
}

.inner-content ol {
    counter-reset: item;
}

.inner-content ol li {
    margin-bottom: 20px;
    display: block;
}

.inner-content ol li:last-child {
    margin-bottom: 0;
}

.inner-content ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

ul.footer-bottom-url li a {
    font-size: 16px;
}

ul.footer-bottom-url li a:hover {
    color: #ACA4B4;
}

ul.footer-bottom-url li {
    position: relative;
}

ul.footer-bottom-url li:after {
    content: '|';
    position: absolute;
    right: -7px;
}

ul.footer-bottom-url li:last-child:after {
    content: '';
}



.about-us-left .western span {
    color: #948D8D;
}

.cabin-fe-left p span {
    text-align: left;
    font: normal normal normal 16px/26px SF Pro Display !important;
    letter-spacing: 0px;
    color: #948D8D;
}

.form-control {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:focus {
    border-color: #ced4da;
}




/* 404page start */
/*======================
    404 page
=======================*/

.page_404 {
    padding-top: 140px;
    background: #fff;
    font-family: "Arvo", serif;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #C49B63;
    ;
    margin: 20px 0;
    display: inline-block;
    font-family: 'sf Pro Display Regular';
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: capitalize;
}

.contant_box_404 {
    margin-top: -50px;
}

.error404 .banner-inner {
    height: 250px;
}

/* 404page end */

/* 25/10/2023  */


#exampleModal .modal-header{
    background-color: #C49B63;
}

#exampleModal .modal-title, #exampleModal .btn-close{
    color: #fff;
}

#exampleModal .btn-close{
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(0%) hue-rotate(40deg) brightness(120%) contrast(100%);
}

#exampleModal form.wpcf7-form {
    padding-top: 0;
    max-width: 100%;
}

#exampleModal input.wpcf7-form-control.has-spinner.wpcf7-submit.btn{
    background-color: #C49B63;
    border-color: #C49B63;
}

#exampleModal form.wpcf7-form p {
    margin-bottom: 10px;
}

#exampleModal form.wpcf7-form p br{
    display: none;
}

#exampleModal form span.wpcf7-list-item{margin: 0;}

#exampleModal form.wpcf7-form .col-12:last-child p{margin-bottom: 0 !important;}

#exampleModal .quote-pop-up{max-width: 100%;}


@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 65% !important;
    }
}

@media only screen and (max-width: 1500px) {
    .jet-img {
        left: -90px;
    }
}

@media only screen and (max-width: 1440px) {
    .profession-img {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-left {
        padding-right: 20px;
    }

    .explore .card-item .card-bg img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

}

@media only screen and (max-width: 1024px) {
    .counter h2 {
        font-size: 32px;
    }

    .jet-img {
        left: -70px;
    }
}

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        float: right;
        width: 100%;
    }

    .logo {
        margin-bottom: 0px;
    }

    .header .row {
        margin: 0px;
    }

    #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 10px;
    }

    .cover-nav {
        flex-wrap: wrap;
    }

    ul#menu-header-menu {
        display: none;
    }

    ul#menu-header-menu {
        width: 100%;
        padding: 30px 0;
    }

    .nav>ul>li>a {
        padding: 10px 0;
    }

    .book-now {
        margin-top: 15px;
        padding: 10px 30px !important;
        display: inline-block !important;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .top-details .d-flex {
        justify-content: center;
    }

    .banner-shape-pic {
        width: 50% !important;
    }

    .play-list {
        padding: 90px 0 0;
    }

    .play-list .card-content {
        padding-bottom: 30px;
    }

    .header-top ul.social-top {
        justify-content: center !important;
        margin-top: 5px;
    }

    #testimoni-slide .owl-next {
        left: 57%;
    }

    #testimoni-slide .owl-nav {
        left: 0;
        right: 0;
    }

    header {
        background: #251C2F !important;
    }

    header.fixed-top.bg-dark.shadow {
        top: -77px !important;
    }

    .request-quote {
        max-width: 180px;
        text-align: center;
    }

    .cabin-featured .cabin-fe-left {
        margin-bottom: 20px;
    }

    .cabin-featured {
        padding: 0px 0 40px 0;
    }


    /*******************************
********NAV BAR*****************
*****************************/
    .chater-slide {
        padding: 40px 0 40px 0;
    }

    .cabin-featured .cabin-fe-left h2 {
        margin-top: 20px;
    }

    .nav>ul>li::before {
        display: none;
    }
.banner-content-sub-title{
    top: 80%;
}

}


@media only screen and (max-width: 1199px) {
    .banner-content-area {
        max-width: 1000px;
    }

    .service-slider .owl-carousel .owl-nav button.owl-prev {
        left: -35px;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next {
        right: -35px;
    }

    .service-grid-content h3 {
        font-size: 16px;
    }

    .explore-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
    }

    .footer-contact .ms-3 {
        margin-left: 10px !important;
    }

    .footer-grid p {
        line-height: 25px;
    }

    .explore-top p br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-content-area {
        max-width: 950px;
    }
}

@media only screen and (max-width: 991px) {
    header.fixed-top.bg-dark.shadow .hamburger-box {
        top: 10px;
    }

    .nav-area {
        padding-bottom: 15px;
    }

    .banner {
        height: 500px;
        margin-top: 170px;
    }

    .banner-content-area {
        max-width: 710px;
    }

    .banner-content-area .tab ul li a {
        padding: 4px 16px;
    }

    .con-information {
        display: block;
    }

    .video-section {
        margin-top: -60px;
    }

    .btn-contact {
        padding: 10px 25px
    }

    .counter h2 {
        font-size: 32px;
    }

    .destination-row .mb-4 {
        margin-bottom: 0 !important;
    }

    .destination-grid img {
        margin-bottom: 20px;
    }

    .destination-title {
        bottom: 27px;
    }

    .about-us {
        padding: 65px 0;
    }

    .about-us-left {
        margin-bottom: 30px;
    }

    .customer-safety {
        padding: 50px 0;
    }

    .top-info p br {
        display: none;
    }

    .customer-block {
        margin-bottom: 15px;
    }

    .about-us-left {
        padding-right: 0;
        padding-left: 0;
        padding-top: 25px;
    }

    .profession-img {
        padding-left: 0;
    }

    .counter {
        padding: 60px 0 20px;
    }

    .video-section {
        margin-top: -35px;
    }

    .banner-inner {
        height: 300px;
        margin-top: 170px;
    }

    .our-service .r-fx {
        flex-direction: column-reverse;
    }

}


@media only screen and (max-width: 767px) {
    .cover-nav {
        align-items: flex-end;
    }

    .social-icon {
        text-align: center;
    }

    .con-information {
        display: block;
        text-align: center;
    }

    /*.fixed-top{position: relative !important;}*/
    .mid-headder {
        background: #251c2f;
    }

    header.fixed-top.bg-dark.shadow .nav-area {
        padding-bottom: 0;
    }

    .banner {
        height: 600px;
        margin-top: 192px;
        padding-top: 40px;
    }

    .banner-inner .banner-content-area {
        padding: 0 10px;
    }

    .banner-content-area h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-content-area {
        position: relative;
        max-width: 100%;
        top: 0;
        transform: translateY(0%);
    }

    /* .tab .tab-content .form-control {
        margin-bottom: 10px;
    } */

    .tab ul li a {
        font-size: 14px;
    }

    .about-us {
        padding: 40px 0 20px;
    }

    .about-us-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .about-us img {
        margin-bottom: 20px;
    }

    .about-us .mt-4 {
        margin-top: 0 !important;
    }

    .service-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .explore {
        padding: 40px 0 40px;
    }

    .explore-top p {
        margin-bottom: 20px;
    }

    .explore .mt-5 {
        margin-top: 35px !important;
    }

    .explore-link {
        width: 43px;
        height: 43px;
        line-height: 43px;
    }

    .counter .col-md-3 {
        height: 120px;
    }

    .about-us-left p {
        margin-bottom: 15px;
    }

    .video-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .video-container iframe {
        height: 350px;
    }

    .feature {
        padding-bottom: 35px;
    }

    .contact-text h2 br {
        display: none;
    }

    .contact-us {
        padding: 30px 0 60px;
    }

    .footer-grid {
        padding-left: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .banner-inner {
        margin-top: 192px;
        height: 300px;
    }

    .banner-inner .banner-content-area {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    header.fixed-top.bg-dark.shadow {
        top: -105px !important;
    }

    header .topbar {
        padding: 10px 0;
    }

    #pull {
        margin-top: 0;
    }

    .hamburger-box {
        top: -5px;
    }

    header.fixed-top.bg-dark.shadow .hamburger-box {
        top: -10px;
    }

    .about-us-left {
        text-align: center;
    }

    .about-us-left h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .hover-content {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .profession {
        padding: 25px 0 50px;
    }


    .our-service .p-100 {
        padding: 20px 0 0 0;
    }

    .contact-us_page .lft-img {
        display: none;
    }

    .left-p40 {
        padding-left: 0;
    }

    .contact-us_page .contact-us_plft h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .cabin-featured {
        padding: 7px 0 20px 0px;
    }

    .cabin-featured .cabin-fe-left h2 {
        margin-top: 20px;
    }

    .cabin-featured .cabin-fe-left p {
        margin-bottom: 10px;
    }

    form#multileg .col-md-2:last-child .btn {
        left: 0;
    }

    .explore .card-item .card-bg img {
        width: 100%;
        max-height: 320px;
        object-fit: cover;
    }

    .our-service .row .col-lg-6:nth-child(2n) .about-us-left {
        padding-left: 0;
    }

    .our-service .row {
        padding-top: 30px;
    }

    .service-single-page .row {
        padding-bottom: 0px;
    }

    .our-service .our-service-2_wrap h2 {
        justify-content: center;
    }

    .our-service .our-service-l_wrap {
        margin-bottom: 30px;
    }

    .our-service .our-service-l_wrap {
        width: 100%;
    }

    .odd-col .our-service-2_wrap {
        width: 100%;
        padding-left: 0;
    }

    .destination-img-wrap .desti-img-box img {
        width: 100%;
        max-height: 235px;
        object-fit: cover;
        padding-bottom: 30px;
    }

    .our-service .our-service-right {
        border-radius: 0;
    }

    .single-service .row {
        padding-top: 0;
    }

    .destination-img-wrap .desti-img-box img {
        width: 100%;
        max-height: 235px;
        object-fit: cover;
        padding-bottom: 30px;
    }

    .destination-img-wrap {
        padding: 0 0 30px 0;
    }

    .destination-row [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .destination-grid img {
        margin-bottom: 5px;
    }


    .tab ul li a.active {
        border-radius: 0 !important;
    }

    .about-us-left h2 {
        justify-content: center;
    }

    .blog-details {
        padding-top: 10px;
    }

    .details-pic {
        height: 244px;
    }
}

@media only screen and (max-width: 576px) {

    .banner-inner {
        height: 300px;
        margin-top: 145px;
    }

    .single-service .about-us-left.inner {
        margin-bottom: 30px;
    }

    .single-service {
        padding-bottom: 30px !important;
    }

    .about-us-left.inner {
        padding-top: 25px;
    }

    .about-us-left.inner p br {
        display: none;
    }

    .request-banner {
        margin-top: 192px;
        height: 570px;
    }

    .explore {
        padding: 120px 0 40px;
    }

}



@media only screen and (max-width: 479px) {

    body.logged-in.admin-bar .banner {
        margin-top: 180px !important;
    }

    .banner-content-area .tab ul li a {
        padding: 4px 15px;
    }

    .tab ul li a.active {
        border-radius: 0 !important;
    }

    .tab .tab-content .mt-3 {
        margin-top: 10px !important;
    }

    .contact-text h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .profession-img {
        padding-top: 20px;
    }

    .counter-grid {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .counter {
        padding: 40px 0 20px;
    }

    .our-service {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .contact-us_page .contact-list li span {
        display: inline-block;
        float: left;
        width: 20px;
    }

    .contact-us_page {
        padding: 40px 0 0 0;
    }

    .cabin-featured .cabin-fe-right .content p {
        font: normal normal 600 14px/21px SF Pro Display;
    }

    .about-us-right img {
        height: 200px;
        object-fit: cover;
    }

    .destination-grid img {
        min-height: 238px;
        max-height: 238px;
    }

    .footer-grid ul li {
        padding: 5px 0;
    }

    .tab ul li:nth-child(3) a.active {
        border-radius: 0px 0px 0px 0px !important;
    }

    .tab .nav-tabs {
        flex-wrap: wrap;
        row-gap: 4px;
    }


    .asf-ani {
        left: 0px;
        width: 100%;
        display: none;
    }
    .banner-content-sub-title h2{
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }


    @keyframes mountains {
        100% {
            transform: translateX(0px);
        }
    }


}