@font-face {
    font-family: 'dinmedium';
    src: url('../fonts/DIN_FONT/din-medium-webfont.woff2') format('woff2'),
         url('../fonts/DIN_FONT/din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'dinmedium';
    font-weight: 500;
}
body{
    font-family: 'dinmedium';  
}
.header-top-menu {
    padding: 4px 0;
    background: var(--bg-header-top-menu);
    color: #fff;
    position: relative;
}
.offer-menu a {
    border-radius: inherit;
}
.offer-menu a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.feature-image {
    height: 230px;
}
.price-tag-option {
    margin-top: -130px;
}
.feature-image img {
    width: 100%;
    height: 100%;
}
.blog-section-title {
    padding-bottom: 10px;
}
article.post {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.ResponsiveYTPlayer {
    position: relative;
    padding-bottom: 56.24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}
.ResponsiveYTPlayer iframe, .ResponsiveYTPlayer object, .ResponsiveYTPlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.testimonial-item .rating-start-wrap {
    margin-bottom: 20px;
}
.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.testimonial-item .testimonial-img {
    border-radius: 100%;
    overflow: hidden;
    width: 70px;
    margin: 0;
}
.checkrate-modal .close{
    right: 0 !important;
}
.date-parent input{
    font-size: 13px;
}
.tour-itinerary-section.section-border-bottom {
    padding-bottom: 0 !important;
}
.testimonial-item .author-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial-item .author-name {
    padding-left: 20px;
}
.testimonial-item .author-name h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.1;
}
.testimonial-item .author-name span {
    color: #3A78C9;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}
footer.text-center.text-white {
    background: var(--maincolor) !important;
}
.testimonial-item .testimonial-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.testimonial-item .testimonial-icon i {
    font-size: 45px;
    color: #F9F9F9;
}
section.testi {
    margin: 30px 0;
    background: #e7e7e7;
    padding: 30px 0;
}
.testimonial-section-heading {
    padding-bottom: 10px;
}
.rating-start {
    display: table;
    position: relative;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.rating-start span:before {
    color: #3A78C9;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 900;
}
.rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "FontAwesome";
    font-weight: 900;
}
.entry-content {
    padding: 8px 10px;
    min-height: 125px;
    display: flex;
    flex-direction: column;
}
.most-popular-destination-heading h4 {
    margin-bottom: 0;
}
.best-of-theme-heading {
    margin-bottom: 10px;
}
.best-of-theme-heading h4 {
    margin-bottom: 0;
}
p.section-description {
    margin-bottom: 0;
}
.entry-content {
    padding: 8px 10px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}
.testimonial-item .testimonial-content {
    padding: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}
#testimoniall .owl-nav {
    position: absolute;
    top: -13%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#testimoniall .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#testimoniall .owl-nav .owl-prev {
    margin-right: 35px;
}
#testimoniall .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#testimoniall .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
section.our-client {
    padding: 30px 0;
}
.offer_box {
    background: var(--text-color-white) !important;
    min-height: 360px;
    padding: 10px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    border-radius: 10px;
}
.offer_box img {
    height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    padding: 3px;
    width: 100%;
}
#blogss .owl-nav {
    position: absolute;
    top: -10%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#blogss .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#blogss .owl-nav .owl-prev {
    margin-right: 35px;
}
#blogss .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#blogss .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#domestic-domestic .owl-nav {
    position: absolute;
    top: -15%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#domestic-domestic .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#domestic-domestic .owl-nav .owl-prev {
    margin-right: 35px;
}
#domestic-domestic .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#domestic-domestic .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#popular-top-regions .owl-nav {
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#popular-top-regions .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#popular-top-regions .owl-nav .owl-prev {
    margin-right: 35px;
}
#popular-top-regions .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#popular-top-regions .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
.offer-menu a:hover img {
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
.header-top-menu .logo {
    margin-right: auto;
    max-width: 200px;
}
.header-top-menu .logo img {
    max-width: 100%;
}
.header-top-menu .search-bar {
    margin-left: auto;
    position: relative;
    max-width: 540px;
    width: 100%;
    margin-left: 24px;
}
.header-top-menu .search-bar input {
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 36px;
    padding: 10px 32px 10px 10px;
    border-radius: 20px;
    outline: 0;
}
.header-top-menu .search-bar button {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    height: 40px;
    width: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    padding: 0;
    font-size: 14px;
    color: #8b8b8b;
}
.search-bar-toggle {
    margin-left: 15px;
    display: none !important;
}
.header-top-menu .header-bar {
    display: flex;
}
.header-top-menu .header-bar a {
    color: var(--text-header-top-menu);
    margin-left: 24px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.header-top-menu .header-bar a span {
    margin-left: 8px;
    white-space: nowrap;
}
.header-top-menu .container {
    display: flex;
    align-items: center;
}
.header-menu {
    background: var(--bg-header-menu);
}
.header-menu .navbar {
    padding: 5px 0;
}
.header-menu .navbar-toggler {
    color: #fff;
    border: none;
    outline: 0;
    margin-left: auto;
    line-height: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 0;
}
.header-menu .navbar-nav {
    width: 100%;
    justify-content: center;
}
.header-menu .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.header-menu .navbar-nav .nav-item {
    margin-left: 20px;
}
.header-menu .navbar-nav .nav-item .nav-link {
    color: var(--text-header-menu);
    padding: 0 10px;
}
.header-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bg-header-menu);
}
.header-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: var(--text-header-menu);
	background-color: var(--bg-header-menu);
}
.navbar-nav li a:hover {
    color: #ffa800 !important;
    opacity: 1;
}
.header-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: var(--bg-header-menu);
}
.fa-search:before {
    content: "\f002";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.home-banner figure {
    position: relative;
    margin-bottom: 0;
}
.home-banner figure img {
    height: 480px !important;
    object-fit: cover;
}
.home-banner figure::before {
    content: '';
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.shape-bottom {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    height: 0;
    padding-top: 6.4516%;
    background-image: url(../images/shape.png) !important;
    bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 101% 100% !important;
    opacity: 1 !important;
    top: auto !important;
    z-index: 1;
}
#most-popular-destination .owl-nav {
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#most-popular-destination .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
div#most-popular-destination {
    margin-top: 10px;
}
.destination-tile-banner-legibility-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
}
.best-of-theme-image img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
div#best-of-theme {
    margin-top: 10px;
}
.g-2{
    gap: 20px;
}
.theme-wrap img {
    border-radius: inherit;
    height: 190px;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}
.theme-wrap:hover img {
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
.international-packages-images a{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.international-packages-images img {
    border-radius: inherit;
    height: 190px;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}
.international-packages-images a:hover img{
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
a.theme-wrap {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.mg-top10{
    margin-top: 10px;
}
section.exclusive-top-destination {
    background: #fff8ef;
    padding: 20px 0;
    margin: 30px 0;
}
section.blogs {
    margin: 30px 0;
}

a.theme-wrap2 {
    border-radius: 12px;
}
.theme-wrap2 img {
    border-radius: inherit;
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.image-destination2 img {
    height: 404px;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.image-destination2 {
    border-radius: 12px;
}
.image-destination3 img {
    height: 190px;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.image-destination3 {
    border-radius: 12px;
}
.bottom-right {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 15px;
    /* display: flex;
    justify-content: space-between; */
    z-index: 99999;
}
.bottom-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    cursor: pointer;
    border-radius: 0px 0px 15px 15px;
}
.bottom-right h6 {
    color: #fff;
    position: relative;
    z-index: 99999;
    margin-bottom: 0;
}
.bottom-right strong {
    color: #fff;
    position: relative;
    z-index: 99999;
}
.destination-tile-banner-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    z-index: 1;
    transform: translate(-50%, 520%);
    position: absolute;
    width: 100%;
}
#most-popular-destination .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#most-popular-destination .owl-nav .owl-prev {
    margin-right: 35px;
}
#most-popular-destination .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#best-of-theme .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#best-of-theme .owl-nav .owl-prev {
    margin-right: 35px;
}
#best-of-theme .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#best-of-theme .owl-nav {
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#best-of-theme .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
.home-banner {
    position: relative;
}
#banner{
    z-index: initial;
}
.nagative_margin {
    position: relative;
    margin-top: -80px;
}
.most-popular-destination-image img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}
.most-popular-destination-image a:hover img {
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
.best-of-theme-image img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}
.best-of-theme-image a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.best-of-theme-image a:hover img {
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
.techno_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}
.mb-30 {
    margin-bottom: 30px;
}
.mpd-text {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.top_feature .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 0;
}
#popular-top-state .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#popular-top-state .owl-nav .owl-prev {
    margin-right: 35px;
}
#popular-top-state .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#popular-top-state .owl-nav {
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#popular-top-state .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#popular-top-state{
    margin-top: 10px;
}
.techno_flipbox .techno_flipbox_font, .techno_flipbox .techno_flipbox_back {
    min-height: 250px;
    height: auto;
    box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    position: relative;
}
.techno_flipbox .techno_flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_font, .techno_flipbox .techno_flipbox_back {
    min-height: 200px;
    height: auto;
    box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    position: relative;
}
.techno_flipbox_font {
    border: 1px solid #0c5adb;
    border-radius: 8px;
}
.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 30px;
}
.techno_flipbox .techno_flipbox_inner {
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2;
}
.techno_flipbox_icon {
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    overflow: hidden;
}
.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: var(--maincolor);
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51% !important;
    display: inline-block;
}
.home-banner-carousel-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 850px;
    width: 100%;
    padding: 15px;
}
.home-banner-carousel-content .banner-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}
.home-banner-carousel-content .banner-description {
    font-size: 20px;
}
.home-banner-carousel-content .banner-btn {
    padding: 0.5rem 1.5rem;
    background: var(--maincolor);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    text-transform: capitalize;
    margin-top: 30px;
}
.top_feature .icon img {
    width: 50px;
    filter: invert(1);
}
.flipbox_title h4 {
    color: #c94a30;
    font-size: 20px;
    margin-top: 5px;
}
.top_feature .icon img {
    width: 40px;
    display: inline-block;
}
#feature-web .owl-nav{
    display: none;
}
.top_feature .icon {
    color: #0c5adb;
    font-size: 45px;
    display: inline-block;
    line-height: 70px;
}
.techno_flipbox:hover .techno_flipbox_back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.top_feature .techno_flipbox .techno_flipbox_back {
    background: #0c5adb;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
section.banner-section {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}
/* section.banner-section {
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 480px;
    margin-bottom: 0;
} */
.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 14px;
    color: #232323;
    padding: 0;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.international-packages{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.international-packages-images img {
    height: 200px;
    object-fit: cover;
}
.international-packages-detail{
    padding: 8px 10px;
    min-height: 158px;
    display: flex;
    flex-direction: column;
}
.international-packages-detail h6 {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.international-packages-detail p {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.just-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.start-from span {
    display: block;
}
.book-now-button a {
    color: var(--maincolor);
}
section.int-destination {
    padding: 30px 0;
}
#international-domestic{
    margin-top: 10px;
}
#international-domestic .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#international-domestic .owl-nav .owl-prev {
    margin-right: 35px;
}
#international-domestic .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#international-domestic .owl-nav {
    position: absolute;
    top: -12%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
section.offeress {
    background: #d0f4ff;
    padding: 15px 0 30px;
}
.offer-menu {
    border-radius: 10px;
}
.offer-menu img {
    border-radius: inherit;
    transition: all 0.8s ease;
}
div#section-offer {
    margin-top: 10px;
}
#international-domestic .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
section.our-client {
    padding: 20px 0;
}
div#client {
    margin-top: 10px;
}
.client-menu {
    border-radius: 10px;
    width: 100px;
}
.client-menu img{
    border-radius: inherit;
}
#client .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#client .owl-nav .owl-prev {
    margin-right: 35px;
}
.beautiful-destination {
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
}
.beautiful-destination a::before{
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    z-index: 1;
    transition: 0.3s;
}
.beautiful-destination a{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    height: 100%;
    transition: 0.3s;
}
.entry-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.offer-menu {
    height: 250px;
}
.offer-menu a{
    height: 100%;
}
.client-menu img {
    border-radius: inherit;
    height: 70px;
}
.entry-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.beautiful-destination a:hover img{
    transition: 0.8s;
    transform: scale3d(1.1, 1.1, 1);
}
.destination-content .ratting-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 5px 9px 7px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    background-color: #fff;
    gap: 4px;
}
.destination-content .ratting-badge i {
    color: #fcac17;
}
.destination-content .destination-info .pera {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}
.destination-content .destination-info .location {
    display: flex;
    gap: 6px;
    font-size: 20px;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}
.destination-content .destination-info .location .name {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
 .arrow-btn:hover {
    background-color: #f26f55;
    color: #fff;
}
.beauti-des{
    background: #ffefeb;
    padding: 20px 0;
}
.most-popular-destination-image a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.beauti-des .most-popular-destination-heading {
    padding-bottom: 10px;
} 
section.most-popular-destination {
    padding-top: 20px;
}
.arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    color: #333;
}
.destination-content .destination-info {
    z-index: 1;
    bottom: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 24px;
}
.mb-10{
    margin-bottom: 10px;
}
.beautiful-destination img{
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}
#client .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#client .owl-nav {
    position: absolute;
    top: -35%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
section.best-of-theme {
    padding: 20px 0 10px;
}
#client .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
.footer {
    background: #194367;
    color: #fff;
    padding: 30px 0;
}
.footer-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 1.25rem;
}
.footer-menu li a::before {
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transform: none;
    font-size: 12px;
}
.subcribe-wrap input {
    width: 100%;
    outline: 0;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding-right: 95px;
    color: #fff;
    background: transparent;
}
footer.text-center.text-white {
    background: #194367 !important;
}
.subcribe-wrap button {
    border: 0;
    background: #fff;
    color: #000;
    position: absolute;
    right: 0;
    border-radius: 20px;
}
.footer-menu li {
    margin-bottom: 0.25rem;
    list-style-type: none;
}
#section-offer .owl-nav span {
    font-size: 26px;
    position: relative;
    top: -2px;
}
#section-offer .owl-nav .owl-prev {
    margin-right: 35px;
}
#section-offer .owl-nav .owl-prev {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#section-offer .owl-nav {
    position: absolute;
    top: -18%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.entry-content h4 {
    font-size: 21px;
}
.most-popular-destination-heading {
    padding-bottom: 15px;
}


#section-offer .owl-nav .owl-next {
    background: #007fad !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #feature-web .owl-nav{
        display: none;
    }
    section.banner-section {
        height: auto !important;
    }
    .subcribe-wrap button{
        right: 15px !important;
    }
    #section-offer .owl-nav {
        position: absolute;
        top: -28%;
    }
    #testimoniall .owl-nav {
        position: absolute;
        top: -15%;
    }
    .home-banner-carousel-content{
        top: 50%;
    }
    .nagative_margin {
        position: relative;
        margin-top: 0px;
    }
}