body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #C52F33;
    background-color: #C52F33;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.right {
    text-align: right;
    float: right;
    line-height: inherit;
}

#sub-icon {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    .social-icons-subnav a {
        cursor: pointer;
    }

a {
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 650px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #383838;
}

.white nav {
    position: relative;
    float: right;
    z-index: 999;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .white nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .white nav ul li {
            display: inline-block;
            margin: 0;
            margin-right: 15px;
        }

    .white nav a {
        display: block;
        padding: 10px 0px 10px 20px;
        color: #C52F33;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 60px;
        text-decoration: none;
    }

        .white nav a.actived {
            background-color: #606062;
            color: #fff !important;
            padding: 0px 10px;
        }

        .white nav a::before {
            position: absolute;
            overflow: hidden;
            max-width: 0;
            border-bottom: 2px solid rgba(255, 255, 255, 0);
            color: rgba(255, 255, 255, 0);
            content: attr(data-hover);
            -webkit-transition: max-width 0.5s;
            -moz-transition: max-width 0.5s;
            transition: max-width 0.5s;
            white-space: nowrap;
        }

    .white nav ul li i {
        margin-left: 10px;
    }

    .white nav ul ul {
        display: none;
        position: absolute;
        top: 80px;
        color: #efefef;
    }

        .white nav ul ul li {
            width: 230px;
            float: none;
            display: list-item;
            background: #090c0d;
            border-bottom: 1px groove rgba(0, 0, 0, .2);
            box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
            position: relative;
        }

            .white nav ul ul li a {
                color: #eee;
                font-size: 11px;
                line-height: 20px;
                padding-left: 17px;
            }

#home {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.no-top {
    padding-top: 0 !important;
}

.no-bottom {
    padding-bottom: 0 !important;
}

section {
    padding: 0px 0 30px 0;
}

.about-us {
    position: relative;
    padding: 0px 0px 10px;
}

    .about-us .floated-icon.right {
        position: absolute;
        right: -30px;
        bottom: 125px;
    }

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}

.about-us .text-col {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}

    .about-us .text-col .inner {
        position: relative;
        display: block;
        padding-top: 70px;
    }

    .about-us .text-col .title-box {
        margin-bottom: 30px;
    }

.title-box {
    position: relative;
    margin-bottom: 60px;
}

    .title-box .subtitle {
        position: relative;
        font-size: 30px;
        line-height: 36px;
        text-transform: capitalize;
        font-family: 'Corinthia', cursive;
        font-weight: 700;
        color: #C52F33;
        margin: 0 0 30px;
    }

    .title-box h2 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0;
    }

        .title-box h2 .bg-vector {
            position: absolute;
            left: 0;
            top: 10px;
            width: 287px;
            height: 44px;
            background: url(../images/icons/title-vector.svg) no-repeat;
            z-index: 0;
            -webkit-animation: shape-animation 3s infinite;
            animation: shape-animation 3s infinite;
        }

        .title-box h2 span {
            position: relative;
            z-index: 1;
        }

    .title-box .text {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding-top: 30px;
    }

.about-us .text-col .lower-box {
    position: relative;
    padding: 22px 20px 22px 0px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 12px 30px 0 rgb(29 197 206 / 15%);
}

.about-us .text-col .lower-inner {
    position: relative;
    /*min-height: 112px;*/
    padding-top: 4px;
    padding-right: 180px;
}

    .about-us .text-col .lower-inner ul li {
        position: relative;
        padding-left: 41px;
        line-height: 1.6em;
        font-weight: 500;
        margin-bottom: 12px;
    }

        .about-us .text-col .lower-inner ul li i:before {
            font-weight: 700;
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            color: #fff;
            background: #C52F33;
            border-radius: 50%;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .about-us .text-col .lower-inner ul li:last-child {
            margin-bottom: 0;
        }

.about-us .text-col .image-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 148px;
    border-radius: 4px;
}

    .about-us .text-col .image-box img {
        display: block;
        width: 100%;
        border-radius: 4px;
    }

    .about-us .text-col .image-box .overlink {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        border-radius: 4px;
    }

.theme-btn {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-us .text-col .image-box .overlink .icon {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    text-align: center;
    font-size: 16px;
    line-height: 62px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.about-us .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 0;
}

    .about-us .image-col .inner {
        position: relative;
        display: block;
        min-height: 0;
    }

    .about-us .image-col .bg-image {
        position: absolute;
        top: 35px;
        right: 80px;
    }

        .about-us .image-col .bg-image img {
            max-width: 100%;
        }

    .about-us .image-col .image-box {
        position: relative;
    }

.reviews-left {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

    .reviews-left img {
        position: relative;
        z-index: 3;
    }

.review-shape1 {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #FDC703;
    border-radius: 50%;
    top: 20%;
    right: 20%;
}

.review-shape2 {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #FDC703;
    border-radius: 50%;
    bottom: 16%;
    left: 0%;
}

ul, ul li, ol, ol li {
    list-style: none;
    margin: 0 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 60%;
}

.ourservices {
    position: relative;
    padding: 30px 0px 30px;
    background: #F9FCFF;
}

.title-box {
    position: relative;
    margin-bottom: 60px;
}

    .title-box.centered {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 60px;
    }

    .title-box .subtitle {
        position: relative;
        font-size: 30px;
        line-height: 36px;
        text-transform: capitalize;
        font-family: 'Corinthia', cursive;
        font-weight: 700;
        color: #1DC5CE;
        margin: 0 0 30px;
    }

    .title-box h2 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0;
    }

    .title-box.centered h2 .bg-vector {
        left: 50%;
        transform: translateX(-50%);
    }

    .title-box h2 span {
        position: relative;
        z-index: 1;
    }

.ourservices .gallery-box {
    position: relative;
}

.dest-block-one {
    position: relative;
    margin-bottom: 30px;
}

    .dest-block-one .inner-box {
        position: relative;
        display: block;
        border-radius: 8px;
        overflow: hidden;
    }

    .dest-block-one .image-box {
        position: relative;
        display: block;
        border-radius: 8px;
        overflow: hidden;
    }

        .dest-block-one .image-box img {
            position: relative;
            display: block;
            width: 100%;
            border-radius: 8px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    .dest-block-one .hvr-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(29, 197, 206, 0.35);
        border-radius: 8px;
        z-index: 10;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        background-position: center center;
    }

    .dest-block-one .inner-box:hover img {
        transform: scale(1.05,1.05);
    }

    .dest-block-one .hvr-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(29, 197, 206, 0.35);
        border-radius: 8px;
        z-index: 10;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        background-position: center center;
    }

    .dest-block-one:hover .hvr-box {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .dest-block-one .hvr-box .cap-box {
        position: absolute;
        left: 30px;
        bottom: 30px;
        right: 30px;
    }

    .dest-block-one .hvr-box .cap-inner {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 20px 30px;
        background: #000;
        border-radius: 6px;
        opacity: 0.7;
        width: 320px;
        height: 120px;
    }

    .dest-block-one .hvr-box h4 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
        line-height: 36px;
        padding: 5px 0px;
        text-align: center;
    }

        .dest-block-one .hvr-box h4 a {
            color: #fff;
        }

            .dest-block-one .hvr-box h4 a:hover {
                text-decoration: underline;
            }

    .dest-block-one .alt-hvr {
        text-align: center;
    }

        .dest-block-one .alt-hvr h4 {
            float: none;
        }

.footer-widgets {
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid #ebebeb;
    background-image: url('../images/bg2.jpg');
}

.widget:not(.footer-widget) {
    width: 100%;
}

.widget {
    color: #707070;
}

.widget {
    float: left;
    margin-bottom: 40px;
}

.widget {
    margin: 0 0 50px;
    color: #707070;
}

.footer-widgets .sidebar-column .widget.widget_media_image img {
    max-width: 80% !important;
}


.sidebar-column .widget:last-of-type {
    margin-bottom: 0;
}

.widget:not(.footer-widget) .widget-title {
    font-weight: 600;
}

.widget:first-of-type .widget-title {
    margin-top: 0;
}

.widget .widget-title {
    color: #191919;
}

.widget .widget-title {
    margin-bottom: 20px;
}

.sidebar-column .widget-title {
    font-size: 20px;
    margin: 0 0 40px;
}

.widget_nav_menu > div > ul {
    padding-left: 0;
}

.widget_nav_menu li {
    position: relative;
}

.widget li {
    list-style: none;
}

.widget a {
    line-height: 35px;
}

.widget ul li:last-of-type {
    padding-bottom: 0;
}

.widget.widget_text ul {
    margin-top: 20px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget.widget_text ul li {
    margin-bottom: 10px;
}

.widget ul li {
    list-style: none;
}

.widget.widget_text ul li i {
    color: #c52f33;
    margin-right: 5px;
}

.to-top-icon {
    background-color: #C52F33;
    color: #ffffff;
    font-size: 20px;
    display: none;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

#scrollUp {
    background: #C52F33 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

/*footer 2*/
.site-footer {
    background-color: #383838;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

    .footer-primary .widget .widget-title:before {
        background-color: #c52f33;
        content: "";
        height: 18px;
        width: 3px;
        margin-right: 10px;
    }

.site-footer .buttom-footer {
    background-color: #404040;
    padding: 15px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .site-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            top: 0;
            right: -2px;
            font-size: 14px;
            color: #B6B6B6;
        }

        .site-footer .footer-menu ul li a {
            color: #ffffff;
            font-size: 15px;
        }

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #C52F33;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.widget.widget_newslatter .newslatter-form input, .newsletter {
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    border-radius: 0px;
    padding: 0 10px;
}

.widget.widget_newslatter .newslatter-form {
    margin-top: 24px;
}

form {
    position: relative;
}

.widget.widget_newslatter .newslatter-form .newsletter {
    padding: 17px 30px;
    margin-bottom: 0;
}

input[type=button], input[type=reset], input[type=submit], .newsletter {
    /*border: none;*/
    background-color: #C52F33;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 600;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btncustom {
    border: none;
    background-color: #C52F33;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 600;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-top: 30px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.section-shape {
    /*position: absolute;*/
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

.top-0 {
    top: 0 !important;
}

/*Destinationa*/
.destcontainer {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.destwidget {
    padding: 10px;
}

.desttitle {
    text-transform: capitalize;
    line-height: 2.2em;
    padding: 0;
    margin: 0;
}

.destwidgetcontainer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    background-image: url(http://touristation.thenativethemes.com/wp-content/uploads/2020/11/section-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.destlayoutlist {
    margin: 0;
}

.wd-dest-layout-carousel {
    margin: 0;
    padding-bottom: 50px;
}

.ht-grid {
    /*margin-left: -15px;
    margin-right: -15px;*/
    min-height: 1px;
}

.tns-outer {
    position: relative;
}

.tns-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.wd-dest-layout-carousel .tns-ovh {
    margin-left: -15px;
}

.tns-ovh {
    overflow: hidden;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.elementor-279 .elementor-element.elementor-element-0a696e4 .tns-controls [data-controls="prev"] {
    left: -70px;
}

.elementor-279 .elementor-element.elementor-element-0a696e4 .tns-controls [data-controls] {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #EA5318;
}

.tns-controls [data-controls] {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #aaa;
    border: 0;
    font-size: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-279 .elementor-element.elementor-element-0a696e4 .tns-controls [data-controls="next"] {
    right: -70px;
}

.elementor-279 .elementor-element.elementor-element-0a696e4 .tns-controls [data-controls] {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #EA5318;
}

.tns-controls [data-controls]:disabled {
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
}

@media (min-width: 64em) {
    #wd-dest-id-63d7517062cfa {
        width: calc(166.667%);
    }
}

#wd-dest-id-63d7517062cfa > .tns-item {
    width: calc(20%);
    padding-right: 0px;
}

#wd-dest-id-63d7517062cfa > .tns-item {
    font-size: 14px;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.ht-grid-item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    min-height: 1px;
    min-height: 1px;
}

.wd-dest-layout-grid .wdd-item, .wd-dest-layout-carousel .wdd-item {
    position: relative;
    overflow: hidden;
}

    .wd-dest-layout-grid .wdd-item:before, .wd-dest-layout-carousel .wdd-item:before {
        content: '';
        position: absolute;
        border: 1px solid #fff;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
    }

.wd-dest-layout-grid .wdd-head, .wd-dest-layout-carousel .wdd-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.wd-dest-layout-grid .wdd-img, .wd-dest-layout-carousel .wdd-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.wd-dest-layout-grid .wdd-cont, .wd-dest-layout-carousel .wdd-cont {
    padding: 20px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -72px;
    border-radius: 0 0 5px 5px;
}

.wd-dest-layout-grid .wdd-item > *, .wd-dest-layout-carousel .wdd-item > * {
    z-index: 2;
}

.wd-dest-layout-grid .wdd-item:after, .wd-dest-layout-carousel .wdd-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(90deg, #011321 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.702;
    height: 150px;
}

.wd-dest-layout-grid .wddc-name, .wd-dest-layout-carousel .wddc-name {
    font-size: 20px;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.wd-dest-layout-grid .wddc-count, .wd-dest-layout-carousel .wddc-count {
    color: #fff;
    float: right;
}

.wd-dest-layout-grid .wddc-desc, .wd-dest-layout-carousel .wddc-desc {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-top: 7px;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
}

.wd-dest-layout-grid .wdd-item:after, .wd-dest-layout-carousel .wdd-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(90deg, #011321 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.702;
    height: 150px;
}

#wd-dest-id-63d7517062cfa > .tns-item {
    width: calc(20%);
    padding-right: 0px;
}

#wd-dest-id-63d7517062cfa > .tns-item {
    font-size: 14px;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.block_box .our_brand {
    padding: 0px 0px;
}

.no-gutter {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.owl-carousel5 .owl-item > div {
    padding: 5px 5px;
    border: 1px solid #e2e2e2;
    margin-right: 5px;
}

.our_brand img {
    width: 100% !important;
    height: 250px !important;
}

.m-auto {
    /* margin-top: 10px; */
    margin: 0px auto;
}

.all-content, .box {
    background: #fff;
}

.mt-30 {
    margin-top: 15px;
}

.box {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 10px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s ease;
    height: 250px !important;
}

.box-tour {
    position: absolute;
    top: 0px;
    left: 14px;
    right: 15px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s ease;
    height: 250px !important;
}

.box:hover {
    background: rgba(15, 76, 129, 0.5);
}

.box-tour:hover {
    background: rgba(15, 76, 129, 0.5);
}

.box-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

    .box-content:before, .box-content:after {
        content: '';
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .box-content:before {
        top: 100%;
        left: 30px;
        right: 30px;
        bottom: 15px;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        transition: all .3s ease .3s;
    }

.box:hover .box-content:before {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.box-tour:hover .box-content:before {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.box-content:after {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: skew(-100deg);
    transition: all .3s ease .2s;
}

.box:hover .box-content:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: skew(0deg);
}

.box-tour:hover .box-content:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: skew(0deg);
}

.box-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    transition: all .3s ease;
}

    .box-text h2 {
        color: #fff;
        font-size: 22px;
        line-height: 35px;
    }

.box-content:hover .box-text p, .box-content:hover .box-text ul {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}

.box-text p {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    margin-top: 12px;
    transition: all .3s ease;
}

.why-choose, .why-choose__container {
    position: relative;
    display: block;
}

.why-choose__container {
    width: 100%;
    overflow: hidden;
}

.why-choose, .why-choose__container {
    position: relative;
    display: block;
}

.why-choose__left {
    position: relative;
    display: block;
    float: left;
    width: 47%;
}

.why-choose__right {
    position: relative;
    display: block;
    float: right;
    width: 53%;
    background-color: #313041;
    padding: 35px 0 45px 120px;
}

.why-choose__left-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 764px;
}

.why-choose__toggle {
    position: absolute;
    top: 20px;
    right: 100px;
    height: 171px;
    width: 171px;
    background-color: #C52F33;
    box-shadow: 0 20px 20px 0 rgb(21 29 42 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: fa-spin 5s ease infinite;
    animation: fa-spin 5s ease infinite;
    z-index: 1;
}

    .why-choose__toggle:before {
        position: absolute;
        height: 11px;
        width: 25px;
        right: 32px;
        bottom: 0;
        content: "";
        background-image: url(/_next/static/media/why-choo-toggle-shape.1f24a0c5.png);
        background-repeat: no-repeat;
        transform: rotate(-27deg);
        z-index: -1;
    }

    .why-choose__toggle p {
        font-size: 24px;
        color: #fff;
        margin: 0;
        line-height: 39px;
        text-align: center;
        font-family: var(--thm-reey-font);
        position: relative;
    }

.why-choose__right:before {
    position: absolute;
    top: 120px;
    bottom: 120px;
    background-color: var(--thm-primary);
    width: 12px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    content: "";
}

.why-choose__right-map {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 500px;
    width: 434px;
    opacity: .1;
}

.why-choose__right-content {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
}

.why-choose__right .section-title {
    margin-bottom: 37px;
}

.section-title {
    margin-top: 5px;
    margin-bottom: 47px;
}

.section-title__tagline {
    display: block;
    color: #C52F33;
    font-size: 20px;
    align-items: center;
    line-height: 30px;
    font-weight: 400;
    font-family: reeyregular;
}

.why-choose__right .section-title__title {
    color: #fff;
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.02em;
}

.why-choose__right-text {
    color: #a9a8b6;
    margin: 0;
}

.why-choose__list {
    position: relative;
    display: block;
    margin-top: 41px;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.why-choose__list li {
    position: relative;
    display: flex;
}

    .why-choose__list li .icon {
        position: relative;
        top: 0px;
        display: inline-block;
        transition: all .5s ease;
    }

        .why-choose__list li .icon span {
            font-size: 63px;
            color: #fff;
        }

.icon i {
    font-size: 40px;
    color: #C52F33;
    border-radius: 50px;
    border: 1px solid #C52F33;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all .5s ease;
}

    .icon i:hover {
        transform: rotateY(180deg);
    }

.why-choose__list li .text {
    margin-left: 40px;
}

    .why-choose__list li .text h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 11px;
        color: #fff;
    }

    .why-choose__list li .text p {
        font-size: 16px;
        color: #a9a8b6;
        font-weight: 500;
        margin: 0;
    }

.why-choose__list li + li {
    margin-top: 40px;
}

.why-choose__list li {
    position: relative;
    display: flex;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 50px;
    }

.active {
    box-shadow: none;
}

    .active span {
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }

@media(max-width:767px) {
    .why-choose__left {
        width: 100%;
    }

    .why-choose__left-bg {
        position: relative;
        min-height: 290px;
    }

    .why-choose__right {
        width: 100%;
        padding-left: 15px !important;
    }

    .dest-block-one .hvr-box {
        transform: scale(1, 1);
    }

        .dest-block-one .hvr-box .cap-box {
            left: 15px;
        }
}

/*testimonial*/
.testimonials-one {
    position: relative;
    padding: 30px 0px 30px 0;
}

    .testimonials-one .bg-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

.title-box {
    position: relative;
    margin-bottom: 60px;
}

.text-left a, .dest-a a {
    color: #fff;
}

.owl-theme .testi-block {
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.testi-block {
    position: relative;
    margin-bottom: 30px;
}

    .testi-block .inner-box {
        position: relative;
        display: block;
        margin-top: 40px;
        min-height: 332px;
        padding: 45px 40px 32px;
        background: #ffffff;
        border: 1px solid #1DC5CE;
        border-radius: 10px;
    }

    .testi-block .icon {
        position: relative;
    }

        .testi-block .icon img {
            max-width: 48px;
            max-height: 35px;
        }

    .testi-block .image {
        position: absolute;
        top: -38px;
        right: 28px;
        width: 94px;
        height: 132px;
        border-radius: 47px;
        overflow: hidden;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .testi-block .image img {
            position: relative;
            width: 94px;
            height: 132px;
            border-radius: 47px;
        }

    .testi-block .text {
        position: relative;
        margin-top: 25px;
    }

.text {
    position: relative;
    line-height: 1.70em;
    margin-bottom: 0px;
}

.testi-block .info {
    position: relative;
    margin-top: 15px;
}

    .testi-block .info .name {
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 7px;
    }

    .testi-block .info .designation {
        position: relative;
        float: left;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .testi-block .info .rating {
        position: relative;
        float: right;
        font-size: 16px;
        font-weight: 400;
        color: #FFA200;
    }

        .testi-block .info .rating i {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

.fa-star::before {
    content: "\f005";
}

/*page header*/
.inner-banner {
    position: relative;
    /*padding: 100px 0px 140px;
    margin-top: 40px;*/
    height: 345px;
}

    .inner-banner .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

        .inner-banner .image-layer:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(255, 255, 255, 0.30);*/
            background: rgb(74 70 70 / 58%);
            /*background: -webkit-linear-gradient(top,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));
            background: -ms-linear-gradient(top,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));
            background: -moz-linear-gradient(top,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));*/
        }

        .inner-banner .image-layer:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            background: url('../images/header1.png') bottom center repeat-x;
            height: 50px;
            z-index: 1;
            background-repeat: repeat-x;
            animation: 80s linear 0s infinite normal none running slide;
        }

    .inner-banner .content-box {
        position: relative;
        text-align: center;
        padding-top: 160px;
    }

        .inner-banner .content-box h2 {
            position: relative;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 10px;
            text-decoration: underline #C52F33;
            font-family: playfair display,serif;
        }

    .inner-banner .bread-crumb {
        position: relative;
        line-height: 24px;
        padding-left: 44px;
    }

        .inner-banner .bread-crumb ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            line-height: 24px;
            padding: 5px 0;
            text-transform: capitalize;
            margin-right: 22px;
            color: #ffffff;
        }

            .inner-banner .bread-crumb ul li i {
                position: absolute;
                left: -44px;
                top: 0px;
                width: 34px;
                height: 34px;
                font-size: 14px;
                line-height: 34px;
                text-align: center;
                background: #1DC5CE;
                color: #ffffff;
                border-radius: 50%;
            }

            .inner-banner .bread-crumb ul li a {
                position: relative;
                color: #ffffff;
            }

            /*.inner-banner .bread-crumb ul li:after {
    content: '\f0da';
    position: absolute;
    right: -24px;
    top: 6px;
    width: 22px;
    text-align: center;
    font-weight: 700;
    font-family: 'Font Awesome 4';
}*/

            .inner-banner .bread-crumb ul li:last-child {
                margin-right: 0;
            }

        .inner-banner .bread-crumb ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            line-height: 24px;
            padding: 5px 0;
            text-transform: capitalize;
            margin-right: 10px;
            color: #ffffff;
        }

/*header*/

.top-container {
    background-color: #383838;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 40px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 15px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color: #C52F33;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 13px;
        line-height: 25px;
        border-radius: 4px;
        margin-top: 11px;
        margin-bottom: -5px;
        color: #C52F33;
        font-family: Verdana;
        font-weight: bold;
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #606062;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 75px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    /*color: black;*/
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    border-radius: 4px;
    margin-top: 11px;
    margin-bottom: -5px;
    color: #C52F33;
    font-family: Verdana;
    font-weight: bold;
}

    .navbar-nav > li > a:hover {
        color: #606062;
        background-color: transparent;
    }

    .navbar-nav > li > a:active {
        color: #ED1E24;
        background-color: transparent;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 215px;
        height: 100px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -28px;
    }

.sticky-opacity .navbar-brand img {
    width: 215px;
    height: 100px;
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    /*height: 75px;*/
    z-index: 9999;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        top: 9px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #000;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }
}


.navbar-nav {
    margin: 7.5px -15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

/*about us*/
.about-page, .about-page__left {
    position: relative;
    display: block;
}

.about-page {
    padding: 75px 0 0px;
}

.about-page__left {
    margin-right: 50px;
}

.about-page__img {
    position: relative;
    display: block;
    /*overflow: hidden;*/
}

    .about-page__img:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: hsla(0,0%,100%,.2);
        border-radius: 50%;
        transform: translate(-50%,-50%);
        opacity: 0;
        z-index: 10;
    }

    .about-page__img img {
        width: 100%;
        border-radius: var(--thm-border-radius);
    }

.about-page__right {
    position: relative;
    display: block;
}

    .about-page__right .section-title {
        margin-top: 10px;
        margin-bottom: 27px;
    }

.section-title__tagline {
    display: block;
    color: #C52F33;
    font-size: 20px;
    align-items: center;
    line-height: 30px;
    font-weight: 400;
    font-family: cursive;
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.02em;
}

.about-page__text-1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-primary);
    line-height: 40px;
    padding-bottom: 24px;
}

.about-page__text-1, .about-page__text-2 {
    letter-spacing: var(--thm-letter-spacing);
    margin: 0;
}

.about-page__text-1, .about-page__text-2 {
    letter-spacing: var(--thm-letter-spacing);
    margin: 0;
}

.about-page__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 31px;
}

.about-page__progress-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-black);
    margin-bottom: 6px;
    letter-spacing: var(--thm-letter-spacing);
}

.about-page__progress .bar {
    position: relative;
    width: 100%;
    height: 15px;
    background: #faf5ee;
    border-radius: 30px;
    margin-bottom: 22px;
}

.about-page__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 15px;
    border-radius: 30px;
    background: #C52F33;
    transition: all 1.5s ease;
}

.about-page__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: #606062;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    transition: all .5s ease;
}

.about-page__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-page__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: #606062;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    transition: all .5s ease;
}


.why-us .why-us-item {
    transition: all ease-in-out .5s;
    overflow: hidden;
    position: relative;
    transform: translateY(0px);
    text-align: center;
}

.rounded {
    border-radius: 10px !important;
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important;
}

.pt-6, .py-6 {
    padding-top: 3rem !important;
}

.bg-white {
    background: #fff !important;
}

.border {
    border: 1px solid #f1f1f1;
}

.why-us .why-us-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all ease-in-out .5s;
    background: #029e9d !important;
    cursor: pointer;
}

.why-us .why-us-item .why-us-content {
    z-index: 1;
    position: relative;
}

.mb-1, .my-1 {
    margin-bottom: 0.5rem !important;
}

.why-us .why-us-item .why-us-icon [class^=flaticon-]::before, .why-us .why-us-item .why-us-icon i {
    font-size: 58px;
}

.why-us-icon i {
    color: #C52F33;
}

/*counter*/

.fullwidth-callback {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
    margin-top: 50px;
}

    .fullwidth-callback:before {
        background-color: #151515;
        opacity: 0.6;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

section-heading-white {
    color: #ffffff;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading-white .dash-style {
    color: #ffffff;
}

.section-heading .dash-style {
    padding-left: 80px;
    position: relative;
}

.section-heading h5 {
    color: #F56960;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.section-heading-white h2, .section-heading-white p {
    color: #ffffff;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.section-heading p:last-child {
    margin-bottom: 0;
}

.section-heading-white h2, .section-heading-white p {
    color: #ffffff;
}

.fullwidth-callback .callback-counter-wrap {
    position: relative;
    margin: -10px;
}

.callback-counter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.fullwidth-callback .callback-counter-wrap .counter-item {
    width: 25%;
    border: none;
    padding: 10px;
}

.fullwidth-callback .callback-counter-wrap .counter-item-inner {
    background-color: #CB4549;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
}

.fullwidth-callback .callback-counter-wrap .counter-icon {
    padding-right: 15px;
    width: 70px;
}

.fullwidth-callback .callback-counter-wrap .counter-content {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 15px;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}

.callback-counter-wrap .counter-content {
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    text-align: center;
}

.callback-counter-wrap .counter-no {
    color: #ffffff;
    display: block;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
}

.callback-counter-wrap .counter-text {
    color: #ffffff;
    display: block;
}

.counter-icon i {
    font-size: 50px;
    color: #fff;
}
@media(max-width:580px) {
    .fullwidth-callback .callback-counter-wrap .counter-item {
        width: 100%;
    }
    .media-m-t-30 {
        margin-top:30px;
    }
}
/*tour*/
.dest-section {
    position: relative;
    padding: 40px 0px 10px;
}

    .dest-section .floated-icon.left {
        left: 100px;
        bottom: 45%;
    }

    .dest-section .floated-icon.right {
        right: 100px;
        top: 70px;
    }

    .dest-section .title-box {
        max-width: 900px;
        margin-bottom: 40px;
    }

.title-box {
    position: relative;
    margin-bottom: 60px;
}

    .title-box h2 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0;
    }

        .title-box h2 span {
            position: relative;
            z-index: 1;
        }

    .title-box .text {
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding-top: 30px;
    }

.text {
    position: relative;
    line-height: 1.70em;
    margin-bottom: 0px;
}

.mixitup-gallery {
    position: relative;
}

    .mixitup-gallery .gallery-filters {
        position: relative;
        padding-bottom: 40px;
    }

    .mixitup-gallery .filter-tabs {
        position: relative;
        text-align: center;
    }

        .mixitup-gallery .filter-tabs li {
            position: relative;
            display: inline-block;
            padding: 13px 28px;
            line-height: 30px;
            font-size: 16px;
            font-weight: 500;
            color: #10221B;
            background: none;
            border-radius: 28px 28px;
            cursor: pointer;
            margin: 0 0px 20px;
        }

            .mixitup-gallery .filter-tabs li.active {
                color: #ffffff;
                background: #1DC5CE;
            }

.trend-block-one {
    position: relative;
    margin-bottom: 50px;
}

    .trend-block-one .inner-box {
        position: relative;
        display: block;
        background: #101010;
        padding: 0 0;
        border-radius: 8px;
        overflow: hidden;
        background: -webkit-linear-gradient(bottom,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));
        background: -ms-linear-gradient(top,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));
        background: -moz-linear-gradient(top,rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,0.57),rgba(16,34,27,0.35),rgba(16,34,27,1.0));
    }

    .trend-block-one .image-box {
        position: relative;
    }

        .trend-block-one .image-box .image {
            position: relative;
            background: #101010;
            border-radius: 8px 8px;
            overflow: hidden;
        }

a:hover, a:focus, a:visited, a:active, button:active, button:focus {
    text-decoration: none;
    outline: none;
}

.trend-block-one .image-box .image img {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 8px 8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trend-block-one .count {
    position: absolute;
    left: 30px;
    top: 30px;
    min-width: 90px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #1DC5CE;
    border-radius: 21px;
}

.trend-block-one .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 20px 0px 30px;
    line-height: 30px;
    background: #0000007a;
}

    .trend-block-one .title h4 {
        position: relative;
        float: left;
        color: #ffffff;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 30px;
        margin: 10px 0;
    }

        .trend-block-one .title h4 a {
            color: #ffffff;
        }

    .trend-block-one .title .more-link {
        position: relative;
        float: right;
    }

        .trend-block-one .title .more-link a {
            position: relative;
            padding: 5px;
            font-size: 15px;
            text-align: center;
            color: #ffffff;
            border: 1px solid #ffffff;
            line-height: 20px;
            margin: 10px 0;
        }

/*contact us*/
.contact-page {
    margin-top: 50px;
}

.contact-page__social a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.contact-page__social a:hover {
    color: #C52F33;
    transform: rotate(1turn);
}

.contact-page__social, .contact-page__social a {
    position: relative;
    display: flex;
    align-items: center;
}

    .contact-page__social a {
        justify-content: center;
        text-align: center;
        color: rgba(255, 255, 255, 0);
        /*background-color: #faf5ee;*/
        border-radius: 50%;
        font-size: 15px;
        height: 50px;
        width: 50px;
        transform: rotate(0);
        transition: all .5s ease;
        z-index: 1;
        margin-right: 5px;
    }

.comment-form__input-box input[type=email], .comment-form__input-box input[type=text], .comment-form__input-box textarea, .comment-form__input-box select {
    width: 100%;
    border: none;
    background: #faf5ee;
    margin-bottom: 20px;
    border-radius: 8px;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: #383838;
    height: 45px;
    padding: 0 30px;
}

.comment-form__input-box textarea {
    height: 100px;
    padding: 20px 30px 30px;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1);
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #383838;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #C52F33;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 8px;
    transition: all .3s linear;
    overflow: hidden;
    letter-spacing: .1em;
    z-index: 1;
}

.comment-form__btn {
    font-size: 15px;
    padding: 17px 60px;
}

.contact-page-box {
    box-shadow: 0px 0px 5px #c1c1c1;
    padding: 25px;
}

.contactbox {
    color: #C52F33;
    border-radius: 5px;
    padding: 25px 25px 15px 25px;
    text-align: left;
}

.contact-page__left {
    border-right: 1px solid #F5F5F5;
}

.contactbox .address {
    line-height: 25px;
}

.contactbox i {
    font-size: 25px;
}

.d-flex {
    display: flex;
}

.txt1 {
    /*font-family: Poppins-Regular;*/
    font-size: 18px;
    line-height: 1.2;
    color: #383838;
}

.p-b-20 {
    padding-bottom: 20px;
}

.txt2 {
    /*font-family: Poppins-Regular;*/
    font-size: 15px;
    line-height: 1.6;
    color: #383838;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.size2 {
    width: calc(100% - 43px);
}

.p-r-25 {
    padding-right: 25px;
}

.googlemap {
    width: 100%;
    height: 450px;
}

.contactbox i {
    color: #C52F33;
}

.owl-carousel5 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

.owl-carousel5 .owl-nav {
    position: absolute;
    /* margin-left: 330px; */
    /*margin-top: -60px;*/
}

    .owl-carousel5 .owl-nav .owl-prev {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #C52F33;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
        float: left;
        left: 0;
    }

    .owl-carousel5 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #C52F33;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
        float: right;
        right: 0;
    }

        .owl-carousel5 .owl-nav .owl-prev:hover, .owl-carousel5 .owl-nav .owl-next:hover {
            color: #ffffff;
            background-color: #C52F33;
        }

.divider {
    box-shadow: 0px 0px 5px #c1c1c1;
    padding: 15px;
}

.dividerbottom {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.img-wrap {
    border-radius: 100%;
    border: 1px solid #ffbf02;
    overflow: auto;
    box-shadow: none;
    padding: 6px;
    position: relative;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
    width: 250px;
    height: 250px;
}

    .img-wrap::before {
        content: "";
        position: absolute;
        border: 1px solid #ffbf02;
        left: 5px;
        right: -3px;
        top: 0;
        bottom: 0;
        padding: 0;
        z-index: 9;
        margin: 6px;
        border-radius: 100%;
    }

    .img-wrap img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.ticket, .visitor, .travel {
    position: relative;
    padding: 75px 0px 0px;
}

.dotted-img {
    position: relative;
}

    .dotted-img .img {
        padding: 0 30px 30px 15px;
        position: relative;
    }

        .dotted-img .img:before {
            content: '';
            position: absolute;
            top: 30px;
            right: 45px;
            left: -20px;
            bottom: 0;
            background-color: #1DC5CE;
        }

        .dotted-img .img img {
            position: relative;
            z-index: 2;
            background: transparent;
        }

        .dotted-img .img:after {
            content: '';
            width: 50%;
            position: absolute;
            top: -6%;
            bottom: 60%;
            right: 0%;
            background-image: url('../images/dots.png');
            background-repeat: repeat;
            z-index: -1;
        }

.info-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F7FC;
}

.iconbox {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .iconbox .info-icon {
        position: relative;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 34px;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .iconbox .info-icon::before {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgb(238 74 72 / 65%);
        }

        .iconbox .info-icon::after, .iconbox .info-icon::before {
            position: absolute;
            content: "";
            z-index: -1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .iconbox .info-icon:after {
            width: 60px;
            height: 60px;
            top: 10px;
            left: 10px;
            background-color: rgb(197 47 51);
            opacity: 0.5;
        }

    .iconbox .info-content {
        padding-top: 20px;
    }

    .iconbox .info__title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 13px;
        text-align: center;
    }

    .iconbox .info__desc {
        font-size: 16px;
        color: #fff;
        line-height: 27px;
        text-align: center;
    }

    .iconbox:hover .info-icon {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.color-white {
    color: #fff;
}

/*@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 3000px 0;
    }
}*/

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    to {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.info-icon .ripple:after,
.info-icon .ripple:before,
.iconbox .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(232, 96, 76, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(232, 96, 76, 0.6);
    box-shadow: 0 0 0 0 rgba(232, 96, 76, 0.6); /* -webkit-animation:ripple 3s infinite; */
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.info-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.info-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.social-icons-subnav a:hover {
    color: #fff;
}
