
/*==============================================
 Website Name: Nivalink
    Description: Nivalink Wesbite
    Version: 1.0.0
    Author: Fusion Informatis
================================================*/

/*=============================================
Rubik Font Family
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/*=============================================
Global Declaration
===============================================*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    padding: 0;
    padding-top: 72px;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    font-family: 'Rubik', sans-serif;
    color: #142733;
    /* background-color: #E2E2E2; */
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    color: #F48C06;
}

    a:hover {
        color: #F48C06;
        /*text-decoration: none;*/
        text-decoration: underline;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
}

.text-muted {
    color: #9a9a9a !important;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.unorder {
        padding-left: 16px;
        margin-bottom: 15px;
    }

        ul.unorder li {
            list-style-type: disc;
            margin-bottom: 5px;
        }

.w-50 {
    width: 50%;
}

.width50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.body-gray {
    background-color: #E5E5E5;
}

.pl-16 {
    padding-left: 16px;
}

.desktop-hide {
    display: none;
}

.dtext-end {
    text-align: right;
}

.block {
    display: block !important;
    width: 100% !important;
}

figcaption {
    margin-top: 5px;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid hsl(0, 0%, 87%);
}
.paddingall-5{
    padding:3rem;
}
/*==============================
Margin / padding / listign class Css
================================*/
.mrtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.m-0 {
    margin: 0px;
}

.mr-1 {
    margin-right: 0.8rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mr-4 {
    margin-right: 4rem;
}

.mr-5 {
    margin-right: 5rem;
}

.ml-1 {
    margin-left: 0.8rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.ml-4 {
    margin-left: 4rem;
}

.ml-5 {
    margin-left: 5rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mt-15 {
    margin-top: 15rem;
}

.ml-8-5 {
    margin-left: 8.5rem;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-14 {
    margin-top: 1.4rem;
}

.min-height-342 {
    min-height: 342px;
}

ul.circle-list {
    padding-left: 20px;
}

    ul.circle-list li {
        list-style-type: disc;
        font-size: 16px;
        margin-top: 5px;
    }

.graybg {
    background-color: #FBFBFB;
}

.orangebg {
    background-color: #FF8D10;
}

.inline-block {
    display: inline-block;
}

.background-attach {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.min-height-965 {
    min-height: 965px;
}

.min-height370 {
    min-height: 370px;
}

.bg-gray {
    background-color: #FBFBFB;
}

.bg-gray2 {
    background-color: #F8FCFF;
}
.dark-gray {
    background-color: #6b777d;
}

.bg-lightorange {
    background-color: #ffe8cf !important;
}


.section-gradient {
    background: linear-gradient(0deg, #F8FCFF 0%, rgba(250, 253, 255, 0) 100%);
}

.mob-display {
    display: none;
}
.bulletlist li {
    background: url(../bullet.html) no-repeat left 6px;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 0.90rem;
}

ul.lnline li {
    display: inline-block !important;
}

ul.towcol-list li {
    display: inline-block !important;
    width: 48%;
}

ul.threecol-list li {
    display: inline-block !important;
    width: 30%;
}

.facilities {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .facilities li {
        display: inline-block;
        color: #6d6e71;
        margin-right: 16px;
        margin-bottom: 0px;
    }
ul.lnline li {
    display: inline-block !important;
}

ul.tickbullet {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.tickbullet li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px;
        width: 48%;
        display: inline-block;
    }

        ul.tickbullet li::before {
            content: "\F26A";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1rem;
            color: #F58000;
            font-family: "bootstrap-icons";
        }

ul.tickbullet1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.tickbullet1 li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px;
        width: 24.50%;
        display: inline-block;
    }

        ul.tickbullet1 li::before {
            content: "\F26A";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1rem;
            color: #F58000;
            font-family: "bootstrap-icons";
        }

.img-thumbnail-1 {
    padding: 1rem;
    background-color: #F4F4F4;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.text-justify {
    text-align: justify;
}

.imground-tl-bl {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.min-height150 {
    min-height: 150px;
}

ul.searchby li {
    margin-right: 15px;
    list-style-type: none;
    display: inline-block;
}

    ul.searchby li a {
        padding: 15px;
        text-align: center;
        display: inline-block;
        box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
        border-radius: 6px;
        min-width: 160px;
        color: #000F22;
    }

        ul.searchby li a i {
            font-size: 3rem;
            color: #F48C06;
        }

        ul.searchby li a:hover {
            color: #FFF;
            background-color: #F48C06;
        }

            ul.searchby li a:hover i {
                color: #FFF;
            }

ul.googleresult li {
    list-style-type: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0;
}

    ul.googleresult li p {
        margin-bottom: 0;
        font-size: 14px;
    }

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

ul.inline-link li {
    display: inline-block;
    width: 49%;
}

.google-map {
    border: 4px solid #E4E4E4;
    border-radius: 8px;
}

    .google-map iframe {
        border-radius: 8px;
    }
/*====================================
Header and responsive mobile menu
======================================*/
header {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

@media (min-width : 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
        color: red;
    }
}

@media (max-width : 992px) {
    .offcanvas {
        width: 250px !important;
        background-color: #FFF;
    }

    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }
}

.navbar-expand-lg .offcanvas-body {
    justify-content: space-between;
}

.navbar-dark {
    background-color: #142733;
}

    .navbar-dark .navbar-nav li a {
        color: #FFF !important;
        font-size: 14px;
        font-weight: 400;
    }

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

    .hamburger div {
        -ms-flex-item-align: end;
        align-self: flex-end;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 2px;
    }

    .hamburger .meat {
        width: 75%;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .hamburger .bottom-bun {
        width: 100%;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .hamburger:hover div, .hamburger.active div {
        width: 100%;
    }

    .hamburger:hover .top-bun, .hamburger.active .top-bun {
        -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
        animation: burger-hover 1s infinite ease-in-out alternate;
    }

    .hamburger:hover .meat, .hamburger.active .meat {
        -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
        animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    }

    .hamburger:hover .bottom-bun, .hamburger.active .bottom-bun {
        -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
        animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    }

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.navbar {
    border-top: 1px solid #DFDFDF;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: transparent;
    margin-right: 15px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: rgba(0, 0, 0, 0.55)
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.top-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

ul.top-nav li {
    display: inline-block;
}

    ul.top-nav li a {
        display: block;
        color: #161616;
        padding-left: 10px;
        padding-right: 10px;
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #F58000;
    }

        .navbar-light .navbar-nav .nav-link.active.dropdown-toggle::after {
            transform: rotate(270deg);
        }

.pipe {
    color: #D9D9D9;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    padding: 0 10px;
    min-width: 200px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        color: rgba(0, 0, 0, 0.55);
        position: relative;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
            color: #F58000;
            background-color: transparent;
            padding-left: 25px;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover::after {
                content: "";
                position: absolute;
                width: 20px;
                height: 2px;
                top: 15px;
                left: 0;
                background-color: #F58000;
            }

.btn-loggedin:focus + .btn-loggedin, .btn-loggedin:focus {
    outline: 0;
    box-shadow: none !important;
}

.login-dropdown {
    z-index: 9999;
    border: none;
    border-radius: 0.25rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.login-dropdown li {
    display: block;
}
/*===========================
Button CSS
============================*/
.btn-theme-dark {
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 2rem;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-theme-dark:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
        border-radius: 5px;
        z-index: -2;
    }

    .btn-theme-dark:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15%;
        height: 100%;
        background-color: #F58000;
        transition: all 0.3s;
        z-index: -1;
        border-radius: 0 30px 30px 0;
    }

    .btn-theme-dark:hover {
        color: #fff;
    }

        .btn-theme-dark:hover:before {
            width: 100%;
            border-radius: 0;
        }

.btn-theme-orange {
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 2rem;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-theme-orange:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F58000;
        border-radius: 5px;
        z-index: -2;
    }

    .btn-theme-orange:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15%;
        height: 100%;
        background-color: #333333;
        transition: all 0.3s;
        z-index: -1;
        border-radius: 0 30px 30px 0;
    }

    .btn-theme-orange:hover {
        color: #fff;
    }

        .btn-theme-orange:hover:before {
            width: 100%;
            border-radius: 0;
        }

.btn-primary {
    color: #fff;
    border-color: #76ecee;
    background: #76ecee;
    border-radius: 5px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #62dcde;
        border-color: #62dcde;
    }

.btn-dark {
    color: #fff;
    border-color: #142733;
    background: #142733;
    border-radius: 5px;
    padding: 0.75rem 0.75rem !important;
}

    .btn-dark:hover {
        color: #fff !important;
        background-color: #0d191f;
        border-color: #0d191f;
    }

.arrow-btn {
    color: #F58000;
    border-color: #F58000;
}

    .arrow-btn::after {
        display: inline-block;
        padding-left: 8px;
        content: "➞";
        transition: transform 0.3s ease-out;
    }

    .arrow-btn:hover {
        color: #F58000;
    }

        .arrow-btn:hover::after {
            transform: translateX(4px);
        }

.arrow-link-btn::after {
    display: inline-block;
    padding-left: 8px;
    content: "➞";
    transition: transform 0.3s ease-out;
}

.arrow-link-btn:hover {
    color: #FFF;
    color: #0F74B6;
}

    .arrow-link-btn:hover::after {
        transform: translateX(4px);
    }

.orange-btn {
    background: #F58000;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
}

    .orange-btn:hover {
        background: #F58000;
        color: #FFF;
    }

.btn-outline-orange, .btn-outline-orange :hover {
    color: #FFF !important;
    border-color: #F58000;
    background-color: #F58000;
    text-shadow: none;
    font-weight: 400;
    font-size: 1rem;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.2rem !important;
}

/*=============================
Heading Styles
===============================*/
.orange {
    color: #F48C06;
}

.red {
    color: rgb(252, 62, 62);
}

.blue {
    color: #0F74B6;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .section-title p {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding-left: 100px;
        margin-bottom: 0;
        display: inline-block;
        font-style: italic;
    }

        .section-title p::before {
            content: "";
            width: 87px;
            height: 2px;
            background-color: #000;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .section-title h1, .section-title h2, .section-title h3,
    .section-title h4, .section-title h5, .section-title h6 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

.section-title2 {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .section-title2 p {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding-left: 100px;
        margin-bottom: 0;
        display: inline-block;
        font-style: italic;
        color: #F58000;
    }

        .section-title2 p::before {
            content: "";
            width: 87px;
            height: 2px;
            background-color: #F58000;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .section-title2 h1, .section-title2 h2, .section-title2 h3,
    .section-title2 h4, .section-title2 h5, .section-title2 h6 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

.left-padding {
    padding-left: 4rem;
    margin-bottom: 10px;
}

.p-12 {
    font-size: 12px;
}

.p-13 {
    font-size: 13px;
}

.p-14 {
    font-size: 14px;
}

.p-16 {
    font-size: 16px;
}

.p-18 {
    font-size: 18px;
}

.p-20 {
    font-size: 20px;
}

.p-22 {
    font-size: 22px;
}

.p-24 {
    font-size: 24px;
}

.p-28 {
    font-size: 28px;
}

.p-32 {
    font-size: 32px;
}

.p-2 {
    font-size: 2.5rem;
}

.p-3 {
    font-size: 3.5rem;
}

.p-300 {
    font-weight: 300;
}

.p-400 {
    font-weight: 400;
}

.p-500 {
    font-weight: 500;
}

.p-600 {
    font-weight: 600;
}

.capital-txt {
    text-transform: uppercase;
}
/*=================================
Hero section
==================================*/
.hero {
    position: relative;
    /* background-image: url("../img/Fusion-hero.svg");
  background-position: right 160%;
  background-repeat: no-repeat;*/
    min-height: 600px;
    padding: 0px;
}

    .hero .hero-image-slider {
        position: absolute;
        top: 10%;
        right: 0;
    }

.bg-header {
    background-image: url(../parallax.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}

    .bg-header::after, .about-parallex::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        /* background: rgb(51,255,214);
  background: linear-gradient(90deg, rgba(51,255,214,1) 0%, rgba(51,214,255,1) 100%); */
        background: rgb(51,255,214);
        background: linear-gradient(180deg, rgba(51,255,214,1) 0%, rgba(51,214,255,1) 100%);
    }

    .bg-header::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -60px;
        width: 100%;
        height: 230px;
        display: block;
        background-image: url(../banner-bg.html);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        z-index: 1;
    }

.home-bg-img {
    z-index: 1;
    position: relative;
}

.banner-caption {
    padding-right: 80px;
}

.banner-title {
    font-size: 50px;
    font-weight: 600;
}

.say-hello {
    padding-top: 100px;
    padding-bottom: 50px;
}

#carouseHeroslider .carousel-caption {
    position: absolute;
    right: 15%;
    top: 32%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 1;
}

    #carouseHeroslider .carousel-caption h1 {
        font-size: 44px;
    }
/*====================================
UL LI Listing
=======================================*/
ul.icon-listing li {
    display: block;
    margin-bottom: 30px;
}

    ul.icon-listing li .icon {
        width: 60px;
        height: 60px;
        background: #FFF;
        vertical-align: middle;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
        line-height: 60px;
    }

ul.company-features li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 19.666%;
}

    ul.company-features li h6 {
        font-weight: 600;
        font-size: 1.5rem;
    }

    ul.company-features li p {
        font-size: 14px;
    }

    ul.company-features li img {
        margin-bottom: 15px;
    }

    ul.company-features li::before {
        content: "";
        background-image: url("../line.html");
        position: absolute;
        top: 40px;
        right: -64px;
        width: 120px;
        height: 4px;
    }

    ul.company-features li:last-child:before {
        display: none;
    }

ul.bullets-list li {
    background-image: url("../bullet1.html");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-bottom: 15px;
}

.text-success {
    color: #19B000 !important;
}

ul.sesonlist li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

ul.listing-disc {
    padding-left: 15px;
}

    ul.listing-disc li {
        list-style-type: disc;
    }

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #c9c9c9 !important;
    border: 0;
    opacity: 0.25;
}

ul.TwocolList li {
    display: inline-block;
    width: 45%;
}
/*===============================
 Card Styles 
 ================================*/
.whitecard {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}

    .whitecard .description {
        min-height: 165px;
    }

        .whitecard .description p {
            margin-bottom: 0;
        }

    .whitecard .arrow-link-btn {
        text-transform: uppercase;
    }

    .whitecard .featured-img {
        width: 100%;
        height: 180px;
        border-radius: 10px 10px 0 0;
    }

        .whitecard .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

.img-height500 {
    min-height: 500px;
}




a .destination-card .card-body p {
    color: #000 !important;
    text-align: center;
}

a .destination-card:hover .card-body p {
    color: #FFF !important;
}
/*a.destination-card p{
    color:#000;
}*/
.destination-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .destination-card .featured-img {
        width: 100%;
        height: 180px;
        border-radius: 10px 10px 0 0;
    }

        .destination-card .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

    .destination-card .card-body {
        transition: all 0.3s;
    }

        .destination-card .card-body p {
            margin-bottom: 0;
        }

.partner-logo {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    border-radius: 10px;
}

    .partner-logo img {
        border-radius: 10px;
    }

.loction-name {
    color: #3C3C3C;
    font-size: 12px;
}

.location-rating {
    position: relative;
    text-align: right;
}

    .location-rating i {
        font-size: 12px;
        color: #F58000;
    }

.text-elpsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color:black;
}
    .text-elpsis a {
        color: black;
    }
    div  a  p .text-elpsis {
    color: black;
}

.verticle-twoline-textelpsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 34px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verticle-twoline-textelpsis1 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 48px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verticle-twoline-textelpsis2 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 44px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.destination-card:hover .card-body {
    background-color: #F58000;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

    .destination-card:hover .card-body p,
    .destination-card:hover .card-body p a,
    .destination-card:hover .card-body .loction-name,
    .destination-card:hover .card-body .location-rating i {
        color: #FFF !important;
    }

.FlatCard {
    background: #FFFFFF;
    position: relative;
}

.box-shadow1 {
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.border-radius5 {
    border-radius: 5px;
}

.border-radius10 {
    border-radius: 10px;
}

.minh132 {
    min-height: 132px;
}

.caters-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .caters-card .featured-img {
        width: 100%;
        height: 230px;
        border-radius: 10px 10px 0 0;
    }

        .caters-card .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

    .caters-card .card-body {
        transition: all 0.3s;
        margin-top: -10px;
        border-radius: 15px 15px 10px 10px;
        background: #FFF;
        min-height: 287px;
    }

        .caters-card .card-body p {
            margin-bottom: 0;
        }

.base-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .base-card .featured-img {
        width: 100%;
        height: 230px;
        border-radius: 10px 10px 0 0;
    }

        .base-card .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

    .base-card .card-body {
        transition: all 0.3s;
        margin-top: -10px;
        background: #FFF;
        border-radius: 0 0 10px 10px;
    }

        .base-card .card-body p {
            margin-bottom: 0;
        }

.min-height392 {
    min-height: 392px;
}

.min-height222 {
    min-height: 222px;
}

.min-height150 {
    min-height: 150px;
}

.borderradius10 {
    border-radius: 10px !important;
}

.ourexpert-card {
    background: #FFFFFF;
    box-shadow: 0px 3.05479px 12.2191px rgba(0, 0, 0, 0.12);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .ourexpert-card .featured-img {
        width: 100%;
        height: 230px;
        border-radius: 10px 10px 0 0;
    }

        .ourexpert-card .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

    .ourexpert-card .card-body {
        transition: all 0.3s;
        background: #FFF;
        border-radius: 10px;
    }

        .ourexpert-card .card-body p {
            margin-bottom: 0px;
        }
/*====================================
Hilights css
======================================*/
.relative {
    position: relative;
}

.image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.hilights {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F58000;
    padding: 30px 15px;
    height: 100%;
}

    .hilights ul li {
        display: block;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #FF8D10;
    }

        .hilights ul li:last-child {
            border-bottom: none;
        }

        .hilights ul li p {
            color: #FFF;
            margin-bottom: 0px;
        }

        .hilights ul li .icon-circle {
            width: 74px;
            height: 74px;
            vertical-align: middle;
            text-align: center;
            border-radius: 100%;
            background: #FFF;
            line-height: 66px;
            margin: auto;
            margin-bottom: 5px;
        }

ul.achivement li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
    width: 200px;
    height: 120px;
    text-align: center;
    margin-bottom: 15px;
}

    ul.achivement li .icon {
        background: #F58000;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        margin: auto;
        border-radius: 100%;
        margin-bottom: 10px;
    }

.clientsays {
    padding-bottom: 100px;
}
/*=================================
Client Testimonial CSS
==================================*/
.testimonial-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px;
    min-height: 320px;
}

    .testimonial-card .username {
        font-size: 12px;
        font-weight: 400;
    }

        .testimonial-card .username small {
            color: #858585;
        }

    .testimonial-card .avtar {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }

        .testimonial-card .avtar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius:100%;
        }

    .testimonial-card p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .testimonial-card .description {
        min-height: 300px;
    }

.client-feedback {
    position: absolute;
    top: 380px;
}

.rounded {
    border-radius: 1rem !important;
}

.paading-top {
    padding-top: 7rem;
}

ul.blog-listing li {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

    ul.blog-listing li p {
        margin-bottom: 0;
        position: relative;
    }

    ul.blog-listing li .blog-user {
        font-size: 12px;
    }

        ul.blog-listing li .blog-user span {
            padding-right: 15px;
        }

    ul.blog-listing li p .readmore {
        position: absolute;
        top: 40px;
        right: 15px;
        color: #3C3C3C;
        font-size: 12px;
    }

.blog-rightside {
    position: relative;
}

.blog-rightside-details {
    background: #FFFFFF;
    border-radius: 5px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    width: 75%;
}

    .blog-rightside-details .blog-user {
        font-size: 12px;
    }

        .blog-rightside-details .blog-user span {
            padding-right: 15px;
        }

        .blog-rightside-details .blog-user p {
            font-size: 14px;
        }

    .blog-rightside-details .readmore {
        color: #3C3C3C;
        font-size: 12px;
    }
/*===============================
 Why cosse us
 ================================*/
.whychooseus-section {
    position: relative;
    padding-bottom: 70px;
}

    .whychooseus-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 12%;
        background-image: url("../whycooseus-bg.html");
        width: 500px;
        height: 217px;
    }

    .whychooseus-section .mapline {
        position: absolute;
        bottom: 30px;
        left: 8%;
        background-image: url(../mapline.html);
        width: 50px;
        height: 110px;
        background-repeat: no-repeat;
    }

    .whychooseus-section .capimage {
        position: absolute;
        bottom: 0;
        left: 62%;
        background-image: url(../cap.html);
        width: 80px;
        height: 42px;
        background-repeat: no-repeat;
    }
/*===============================
Accordian panel
=================================*/
.accordion-button::after {
    background-image: url("../down-angle.html");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../down-angle.html");
    transform: rotate(270deg);
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 15px;
    box-shadow: 0px 3.05479px 12.2191px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    color: #000F22;
    background-color: #FFF;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 18px;
    font-weight: 500;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 400;
}
/*================================
Footer CSS
=================================*/
.main-footer {
    position: relative;
    background-image: url(../footer-bg.html);
    color: #FFF;
}

    .main-footer:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(46,52,61,0.90);
        z-index: -1;
    }

.footer-aboutus {
    background: #008493;
    padding: 15px;
    border-top: 6px solid #F58000;
    color: #FFF;
    font-weight: 300;
    height: 100%
}

.address-line {
    margin-bottom: 16px;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
    color: #FFF;
}

.address-line p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 0.8rem;
    color: #FFF;
}

.address-line1 {
    margin-bottom: 16px;
}

.address-icon1 {
    float: left;
    display: block;
    margin-right: 10px;
}

.address-line1 p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
}

ul.socialmedia li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

    ul.socialmedia li a {
        display: block;
        padding: 5px;
        color: #FFF;
        font-size: 1rem;
        text-align: center;
    }

        ul.socialmedia li a:hover {
            color: #FFF;
        }

.news-letter {
    padding: 20px 0;
    border-bottom: 1px solid #8E8E8E;
    margin-bottom: 30px;
}

    .news-letter p {
        margin-bottom: 0;
    }

ul.quicklinks li {
    display: block;
    margin-top: 5px;
}

    ul.quicklinks li a {
        display: block;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
    }

.copyright-box {
    padding: 20px 0;
    border-top: 1px solid #8E8E8E;
    margin-top: 30px;
}

ul.gallery li {
    display: inline-block;
    width: 32%;
}

    ul.gallery li a {
        display: block;
        padding: 4px 2px;
    }

        ul.gallery li a img {
            width: 100%;
            height: 100%;
        }
/*===============================
Form Control CSS
=================================*/
.form-group label {
    color: #5e5e5e;
    font-size: 15px;
}

.form-control {
    padding: 0.75rem 0.75rem;
}

.form-select {
    padding: 0.75rem 0.75rem;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2B3D51;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2B3D51;
    opacity: 0.5;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #2B3D51;
    opacity: 0.5;
}

.notification .form-control {
    font-size: 14px;
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
    height: 44px;
}

select {
    color: black;
}
    /* with the :focus here, we show grey when using the element */
    select:required:invalid {
        color: #2B3D51;
        opacity: 0.5;
    }

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.search-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #828282;
}

.control-muted {
    color: #828282 !important;
}
/*===================================
Page header
=====================================*/
.pageheader {
    min-height: 300px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0;
    /*background-size: cover;*/
}

.overlay-header {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.84;
    position: absolute;
    width: 100%;
    height: 97%;
    left: 0;
    right: 0;
    top: 0;
}

.page-header-content {
    z-index: 1;
    position: relative;
    padding-top: 50px;
}

.page-titletop {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
}

.page-titletop-2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    position: relative;
}

    .page-titletop-2::before {
        content: "";
        width: 25%;
        height: 1px;
        position: absolute;
        bottom: -15px;
        left: 0;
        color: #FFFF;
        border-bottom: dashed 1px #FFF;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

    .breadcrumb a {
        color: #FFF;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

.breadcrumb-item + .breadcrumb-item {
    color: #FFF !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
        color: #FFF;
    }
/*===================================
Our Regions
=====================================*/
.search-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 20px 15px 20px;
}

ul.our-region li {
    display: inline-block;
    width: 220px;
    min-height: 259 px;
    padding: 0 7px;
}

    ul.our-region li a {
        display: block;
    }

.our-region-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .our-region-card .featured-img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

        .our-region-card .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

.our-region-card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

    .our-region-card2 .featured-img {
        width: 100%;
        height: 304px;
        border-radius: 10px;
    }

        .our-region-card2 .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .our-region-card2 .location-rating i {
        color: #FFF !important;
    }

.location-name2 {
    color: #FFF !important;
    font-size: 12px;
}

.our-region-description {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    text-align: left;
}

.accomodation-description {
    position: absolute;
    background: rgb(255,255,255, 0.1);
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.8) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    text-align: left;
}

    .our-region-description p, .accomodation-description p {
        font-size: 16px;
        font-weight: 400;
        color: #FFF;
        margin-bottom: 0;
    }

        .our-region-description p small, .accomodation-description p small {
            font-size: 12px;
            font-weight: 400;
            color: #FFF;
            margin-bottom: 0;
        }

.height381 {
    height: 381px !important;
}

.gray-box {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 15px;
    min-height: 230px;
}

.gray-box2 {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px;
    min-height: 230px;
    position: relative;
}

.callus-box {
    position: relative;
    width: 48%;
    display: inline-block;
    text-align: center;
}

.space-between {
    position: relative;
    width: 1px;
    height: 130px;
    display: inline-block;
    background: #CCC;
    top: 15px;
}

    .space-between img {
        height: 110px;
    }

.gray-box p, .callus-box p {
    margin-bottom: 0px;
}

.gray-box2::before {
    content: "";
    background-image: url("../eiipis-2.html");
    background-repeat: no-repeat;
    width: 97px;
    height: 112px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
}

.gray-box2::after {
    content: "";
    background-image: url("../eiipis-1.html");
    background-repeat: no-repeat;
    width: 97px;
    height: 112px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
}
/*=================================
  Nav Tabs 
  ==================================*/
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: #F8F8F8;
        border: 1px solid #EEEEEE;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #161616;
    }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #FFF;
            background-color: #F48C06;
            border-color: #F48C06;
        }

.tab-content {
    padding: 15px;
}

.widget-box {
    position: relative;
    border: 1px solid #EEEEEE;
}

    .widget-box .widget-body {
        padding: 2rem;
    }

.pl-2rem {
    padding-left: 2rem;
}
/*===================================
Rating CSS
====================================*/
.rating {
    position: relative;
}

    .rating i {
        color: #F58000;
        margin-right: 3px;
    }
/*===================================
Counter Box
====================================*/
.counter-box {
    position: relative;
}

    .counter-box p {
        margin-bottom: 0;
        text-align: center;
    }

    .counter-box .countnum {
        font-weight: 600;
        font-size: 2.5rem;
    }
/*==================================
Exert Corner 
===================================*/
.expercorner-section {
    background-image: url("../expert-corner-bg.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.calltoaction {
    background-color: rgb(255,255,255, 0.7);
    padding: 30px;
    border-radius: 10px;
}

.corporate-img {
    min-height: 180px;
    max-height: 180px;
    width: 100%;
    position:relative;
}

    .corporate-img img {
        min-height: 180px;
        max-height: 180px;
        width: 100%;
        object-fit: cover;
    }
.tripadvisor-rating-div {   
    width: 100%;
}
.tripadvisor-rating-div img{
   width:auto;
}
.TestimonialCard {
    background: #FFFFFF;
    position: relative;
    padding: 2.5rem;
}

    .TestimonialCard::before {
        content: "\F6B0";
        font-family: "bootstrap-icons";
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 3rem;
        color: #F48C06;
    }

    .TestimonialCard::after {
        content: "\F6B0";
        font-family: "bootstrap-icons";
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 3rem;
        color: #F48C06;
        transform: rotate(180deg);
    }

.blog-img {
    width: 100%;
    height: 230px;
}

    .blog-img img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

.blog-content {
    min-height: 190px;
}

.Leftsidebar {
    position: relative;
}

    .Leftsidebar p {
        margin-bottom: 5px;
    }

.mh-150 {
    min-height: 150px;
    max-height: 150px;
}

.mh-200 {
    min-height: 200px;
    max-height: 200px;
}

.scrollbar {
    overflow-y: scroll;
}

ul.accesscity li {
    display: block;
}

    ul.accesscity li a {
        display: block;
        color: #F48C06;
    }

ul.releatedlinks li {
    display: block;
    margin-bottom: 5px;
}

    ul.releatedlinks li a {
        display: block;
        background-color: #f4f4f4;
        padding: 5px;
        color: #F48C06;
        font-size: 14px;
    }

.border-bottom {
    border-bottom: 1px solid #E4E4E4;
}

ul.aminities li {
    display: inline-block;
    margin-right: 8px;
    color: #2B3D51;
    cursor: pointer;
}
/*=================================
 Summery rating 
 ====================================*/
ul.summery-rating li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    margin-right: 50px;
}

    ul.summery-rating li label {
        display: block;
    }

ul.ReviewsList li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dotted #E4E4E4;
}

    ul.ReviewsList li .title {
        margin-bottom: 0px;
        color: #F58000;
    }

    ul.ReviewsList li .reviewby {
        margin-bottom: 5\10px;
        font-size: 12px;
        font-style: italic;
    }
/*=================================
 Range Slider 
 ====================================*/
.range-slider {
    width: 300px;
    text-align: center;
    position: relative;
}

    .range-slider .rangeValues, .range-slider2 .rangeValues2 {
        display: block;
        padding: 15px 0;
        text-align: left;
    }

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #F48C06;
        margin-top: -4px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #F48C06;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 300px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
        z-index: -4;
    }

    input[type=range]::-ms-fill-lower {
        background: #F48C06;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #9c5901;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #F48C06;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #F48C06;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #9c5901;
    }
/*====================================
Nav pills link 
=======================================*/
.nav-pills .nav-link {
    box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
    border-radius: 6px;
    min-width: 160px;
    color: #0d191f;
    background-color: #FFF;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

    .nav-pills .nav-link i {
        margin-right: 5px;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-item.active .nav-link {
        box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
        border-radius: 6px;
        min-width: 160px;
        color: #FFF;
        background-color: #F48C06;
    }

.samll-jumbtron {
    background-color: #f4F4F4;
    padding: 10px;
}
/*==================================
Hotel Category
===================================*/
ul.HotelCategory {
    margin: 0;
    padding: 0;
}

    ul.HotelCategory li {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 19%;
        height: 150px;
        position: relative;
        margin-bottom: 5px;
        border-radius: 8px;
    }

        ul.HotelCategory li img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 8px;
        }

        ul.HotelCategory li .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            background: rgba(0, 0, 0, 0.0);
            color: #FFF;
            border-radius: 8px;
        }

        ul.HotelCategory li .inner-wrapper {
            display: table;
            width: 100%;
            height: 100%;
            padding: 10px 5px;
        }

        ul.HotelCategory li .inner {
            display: table-cell;
            vertical-align: bottom;
        }

            ul.HotelCategory li .inner .icon {
                width: 38px;
                height: 38px;
                margin: auto;
                text-align: center;
                vertical-align: bottom;
                margin-bottom: 5px;
            }

                ul.HotelCategory li .inner .icon img {
                    width: 38px;
                    height: 38px;
                    object-fit: contain;
                }

.icon-44 {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #d8fbff;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
}
/*===================================
How to reach search result
=====================================*/
.box03 {
    border: 1px solid #9a9a9a;
    padding: 5px;
    margin: 5px 5px 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dest-seperator {
    background-color: #fff;
    border-top: 1px dashed #000000;
    width: 100%;
}

/*==================================
Festival Listing
===================================*/
ul.festival-card li {
    display: inline-block;
    width: 23.5%;
    margin: 0 5px 15px 5px;
}

    ul.festival-card li a {
        display: block;
        cursor: pointer;
        padding: 15px 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
    }

        ul.festival-card li a i {
            font-size: 1.5rem;
            color: #CCC;
            margin-right: 5px;
        }

        ul.festival-card li a .map-img {
            width: 50px;
            height: auto;
            margin-right: 15px;
        }

/*Search suggestion box*/
.suggestionsBox1, .suggestionsBox {
    padding: 15px !important;
    background: #FFF !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    position: absolute;
    width: 100%;
    background: #FFF;
    z-index: 100;
}

    .suggestionsBox1 ul li, .suggestionsBox ul li {
        padding: 10px 0 !important;
    }

span.asaResultCategory {
    padding: 0px 8px;
    float: right;
    font-size: 14px;
}

/*contact Sidebar*/

#live-chat {
    bottom: 0;
    font-size: 14px;
    right: 24px;
    position: fixed;
    width: 300px;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    #live-chat header {
        background: #f58000;
        border-radius: 5px 5px 0 0;
        color: #fff;
        cursor: pointer;
        padding: 10px 15px;
        position: relative;
        text-align: center;
    }

    #live-chat h4 {
        font-size: 15px;
        margin-bottom: 0px;
    }

.chat {
    background: #fff;
    padding: 15px;
}

/*==================================
Icon Nav
===================================*/
ul.icon-nav li {
    display: inline-block;
    min-width: 109px;
    min-height: 150px;
}

    ul.icon-nav li a {
        display: block;
        background-color: #dff4f7;
        padding: 15px;
        border-radius: 6px;
        text-align: center;
        color: #000;
    }

        ul.icon-nav li a i {
            display: block;
            font-size: 42px;
            margin-bottom: 5px;
            color: #000;
        }

        ul.icon-nav li a:hover,
        ul.icon-nav li a:hover i {
            color: #f58000;
        }

/*==================================
Heritage box
===================================*/
.heritage-box {
    position: relative;
    width: 100%;
    height: 228px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 20px;
}

    .heritage-box img {
        width: 100%;
        height: 228px;
        object-fit: cover;
        border-radius: 8px;
    }

    .heritage-box .city-label {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: #ffd92f;
        color: #000;
        font-size: 12px;
        border-radius: 8px;
        padding: 5px 15px;
    }

    .heritage-box .heritage-info {
        position: absolute;
        bottom: 10px;
        left: 50%;
        background-color: rgba(255,255,255,0.8);
        color: #000;
        font-size: 12px;
        border-radius: 8px;
        padding: 5px 15px;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: 50%;
        width: 80%;
        text-align: center;
    }

/*====================================
Usefull Links
======================================*/
.columnizer {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.useful-links {
    position: relative;
    margin-bottom: 15px;
}

    .useful-links h6 {
        font-weight: 500;
        margin-bottom: 10px;
        color: #000;
    }

        .useful-links h6 a {
            font-weight: 500;
            margin-bottom: 10px;
            font-size: 0.9rem;
            color: #000;
            padding-left: 25px;
            position: relative;
        }

            .useful-links h6 a::before {
                content: "";
                width: 20px;
                height: 1.5px;
                background-color: #1a1a1a;
                position: absolute;
                left: 0;
                top: 10px;
            }

    .useful-links ul {
        list-style: outside;
        padding-left: 14px;
    }

        .useful-links ul li {
            font-size: 14px;
            line-height: calc(16 / 12);
            margin-bottom: 5px;
        }

            .useful-links ul li a {
                color: #595959;
            }

                .useful-links ul li a:hover {
                    color: #F48C06;
                }

.founder-img {
    width: 50%;
    border-radius: 10px;
    border: 6px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.columnizer3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.FlatCard .corporate-img .reviews-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 3px 13px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.65);
}
/*===================================
Media Query
=====================================*/

/*large device desktop*/
@media screen and (min-width: 1920px) {
    .ml-8-5 {
        margin-left: 38.5rem;
    }

    .container {
        max-width: 1620px;
        width: 100%;
        margin-left: 130px;
        margin-right: 130px;
    }

    .destination-card .featured-img {
        height: 250px;
    }

    .testimonial-card {
        padding: 50px;
    }

    ul.blog-listing li {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-rightside-details {
        padding: 70px 40px;
    }

    .pageheader {
        min-height: 320px;
        background-size: cover;
    }

    .overlay-header {
        height: 100%;
    }

    ul.HotelCategory li {
        width: 19%;
        height: 200px;
    }

        ul.HotelCategory li img {
            height: 200px;
        }

        ul.HotelCategory li .inner p {
            font-size: 1.3rem;
        }

    .mb-35 {
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    body {
        padding-top: 67px;
    }

    .banner-caption {
        padding-right: 0px;
    }

    .bigger-heading {
        font-size: 2rem;
        line-height: 32px;
    }

    .card-body.p-5 {
        padding: 1rem !important;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .mob-mt1 {
        margin-top: 1rem;
    }

    .mob-mb1 {
        margin-bottom: 1rem;
    }

    .dtext-end {
        text-align: center;
    }

    .hero {
        position: relative;
        min-height: 250px;
    }

    .carousel-item {
        height: 250px;
    }

        .carousel-item img {
            height: 300px;
        }

    #carouseHeroslider .carousel-caption h1 {
        font-size: 18px;
    }

    #carouseHeroslider .carousel-caption p {
        font-size: 12px !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .width50 {
        width: 100%;
    }

    ul.achivement li {
        padding: 30px 10px;
        margin-bottom: 15px;
        width: 160px;
    }

    .client-feedback {
        position: relative;
        top: auto;
    }

    .testimonial-card {
        margin-bottom: 15px;
    }

    .blog-rightside-details {
        position: relative;
        bottom: auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-top: 15px;
        width: 100%;
        border-radius: 20px;
    }

    .mobmb15 {
        margin-bottom: 15px;
    }

    .ml-8-5 {
        margin-left: 0rem;
    }

    ul.HotelCategory li {
        max-width: 49.4%;
    }

    .mb-35 {
        margin-bottom: 15px;
    }

    .columnizer {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .captionbottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

        .captionbottom div {
            color: #fff;
            padding: 10px;
            width: 100%;
        }

            .captionbottom div.whtbg {
            
                color: rgba(149, 157, 165, 0.2);
                padding: 5px;
                width: 100%;
                font-size: 12px;
                font-size: 0.725rem;
            }
    .columnizer3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 1;
    }
    .paddingall-5 {
        padding:1rem;
    }
 
}

ul.TestimonialList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul.TestimonialList li {
        list-style-type: none;
        display: block;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    }

.clientFace {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
}

    .clientFace img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }

.page-link {
    position: relative;
    display: block;
    color: #142733;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .page-link:hover {
        z-index: 2;
        color: #FFF;
        background-color: #F58000;
        border-color: #F58000;
    }

.page-item.active .page-link, .paginate_button.current {
    z-index: 3;
    color:#fff!important;
    background-color: #F58000 !important;
    border-color: #F58000 !important;
}