﻿body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    color: inherit;
    -webkit-transition: color 175ms cubic-bezier(.18,.43,.58,1);
    -moz-transition: color 175ms cubic-bezier(.18,.43,.58,1);
    transition: color 175ms cubic-bezier(.18,.43,.58,1);
}

    a:hover {
        text-decoration: none;
        color: #ffcc05 !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu Condensed', sans-serif;
}

img {
    width: 100%;
}

.mainheader {
    background-color: #1C1C1C;
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Open Sans', sans-serif;
}

    .mainheader img {
        vertical-align: sub;
    }

    .mainheader a {
        color: inherit;
    }

.mainfooter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
    color: #bdbdbd;
    background-color: #1c1c1c;
    padding: 92px 0 76px;
}

.navbar {
    background-color: transparent;
    border-width: 0px;
    margin-top: 20px;
}

    .navbar .nav li a {
        letter-spacing: .1em;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

.navbox {
    position: absolute;
    top: 25px;
    width: 100%;
    left: 0;
    z-index: 5;
}

    .navbox .navbar .nav li a {
        color: #fff;
    }

.navbar.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 1px 0px 4px 0px #2f2f2f;
    margin: 0px 0;
    width: 100%;
    border-radius: 0;
    animation: yourCustomAnimation .5s;
    animation-fill-mode: both;
}

@keyframes yourCustomAnimation {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes yourCustomAnimation1 {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0.7);
        opacity: 0;
    }
}

.navbar.sticky .nav li a {
    color: #2f2f2f;
}


.sp_bg_1 {
    background-image: url(../Images/h1-background-1.png);
    /*background-attachment: fixed;*/
}

.vc_custom_1 {
    padding-top: 130px !important;
    padding-bottom: 100px !important;
}

.vc_custom_2 {
    padding-bottom: 120px !important;
}

.vc_custom_3 {
    padding: 40px 0% !important;
}

.vc_custom_4 {
    padding: 40px 15px 20px !important;
}

.vc_custom_5 {
    padding: 70px 0% !important;
}

.vc_custom_bg_1 {
    background-image: url(http://wanderers.mikado-themes.com/wp-content/uploads/2018/02/h1-img-2.jpg?id=127) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_bg_2 {
    padding-top: 0px !important;
    background-image: url(../Images/h1-background-3.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_bg_3 {
    padding-top: 0px !important;
    background-image: url(../Images/h1-background-2.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* predefined */

.mkdf-btn {
    font-family: Montserrat,sans-serif;
    position: relative;
    width: auto;
    outline: 0;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    -moz-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    padding: 12px 45px;
    cursor: pointer;
}

    .mkdf-btn, .mkdf-btn.mkdf-btn-simple .mkdf-btn-text {
        display: inline-block;
        vertical-align: middle;
    }

        .mkdf-btn.mkdf-btn-solid {
            color: #fff;
            border: 1px solid transparent;
            background-color: #ffcc05;
        }

            .mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover {
                background-color: #303030 !important;
            }

            .mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-color):hover {
                color: #fff !important;
            }


.mk-image-gallery, .mk-image-gallery .mkdf-tours-gallery-item-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

    .mk-image-gallery .mkdf-tours-gallery-item-content-holder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        height: auto;
        padding: 28px;
        box-sizing: border-box;
    }

        .mk-image-gallery .mkdf-tours-gallery-item-content-holder .mkdf-tours-gallery-main-info {
            -webkit-transition: all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms;
            -moz-transition: all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms;
            transition: all .45s cubic-bezier(.33,1.3,.45,1.57) 50ms;
        }

    .mk-image-gallery .mkdf-tours-gallery-title-holder .mkdf-tour-title {
        display: table-cell;
        vertical-align: top;
        margin: 0;
        color: #fff;
        font-size: 30px;
        line-height: 1.333em;
    }

    .mk-image-gallery .mkdf-tours-gallery-item-excerpt {
        position: relative;
        overflow: hidden;
        opacity: 0;
        color: #fff;
        -webkit-transition: all .15s cubic-bezier(.29,.22,.11,1);
        -moz-transition: all .15s cubic-bezier(.29,.22,.11,1);
        transition: all .15s cubic-bezier(.29,.22,.11,1);
        margin: 1px 0 5px;
    }

    .mk-image-gallery .mkdf-tours-gallery-item-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        z-index: 10;
        -webkit-transition: opacity 1s cubic-bezier(.29,.22,.11,1);
        -moz-transition: opacity 1s cubic-bezier(.29,.22,.11,1);
        transition: opacity 1s cubic-bezier(.29,.22,.11,1);
    }

    .mk-image-gallery:hover .mkdf-tours-gallery-item-excerpt, .mk-image-gallery:hover .mkdf-tours-gallery-item-image:after, .mkdf-tours-type-masonry .mkdf-tours-masonry-item:hover .mkdf-tours-gim-excerpt, .mkdf-tours-type-masonry .mkdf-tours-masonry-item:hover .mkdf-tours-gim-image:after {
        opacity: 1;
        z-index: 1;
    }

    .mk-image-gallery .mkdf-tours-gallery-item-image img {
        vertical-align: middle;
    }


    .mk-image-gallery .mkdf-tours-gallery-title-holder {
        padding: 2px 0 6px;
    }

    .mk-image-gallery:hover .mkdf-tours-gallery-main-info {
        margin-bottom: 0 !important;
    }

.mk-post-inner {
}

.mk-post-image {
    overflow: hidden;
    max-height: 220px;
}

    .mk-post-image img, ul.insta-feed li img {
        width: 100%;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.18,.43,.58,1);
        -moz-transition: -moz-transform .25s cubic-bezier(.18,.43,.58,1);
        transition: transform .25s cubic-bezier(.18,.43,.58,1);
    }

        .mk-post-inner:hover .mk-post-image img, ul.insta-feed li img:hover {
            -webkit-transform: scale(1.06);
            -moz-transform: scale(1.06);
            transform: scale(1.06);
        }

.mk-post-content {
    margin-top: 25px;
    margin-bottom: 20px;
}

.mk-post-info {
    color: #c2c2c2;
    font-size: 14px;
}

    .mk-post-info span:first-child {
        margin-right: 10px;
    }

.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-post-image a img {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.18,.43,.58,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.18,.43,.58,1);
    transition: transform .25s cubic-bezier(.18,.43,.58,1);
    width: 100%;
}

.ft-post-content {
    margin: 0 0 20px;
}

    .ft-post-content h6 {
        font-size: 15px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        color: #bdbdbd;
    }

    .ft-post-content .date {
        color: #6b6b6b;
    }

ul.insta-feed {
    list-style: none;
}

    ul.insta-feed li {
        display: inline-block;
        width: 30%;
        margin: 3px;
    }

        ul.insta-feed li img {
            width: 100%;
        }

.preloader-wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#loader {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    z-index: 1;
}

.mk-title-holder, .mk-title-holder.mk-title-full-width .mk-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .mk-title-holder .mk-title-inner {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

    .mk-title-holder .mk-title-image {
        display: none;
    }

    .mk-title-holder .mk-title-wrapper {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .mk-title-holder.mk-centered-type .mk-title-inner {
        text-align: center;
    }

    .mk-title-holder .mk-title-wrapper .mk-page-subtitle {
        color: #ffffff;
        font-size: 18px;
        line-height: 32px;
        display: block;
        margin: 20px 0 0;
        box-sizing: border-box;
    }

    .mk-title-holder .mk-title-wrapper .mk-page-title {
        font-size: 60px;
        line-height: 1.167em;
        color: #fff;
        font-weight: 700;
    }

    .mk-title-holder.mk-bg-parallax {
        background-attachment: fixed;
    }

.mk-container-inner {
    padding-top: 120px !important;
}

.authorbox {
    padding: 15px;
    width: 100%;
    background-color: #f5f2f2;
    margin-bottom: 40px;
}

.authorimg {
    border-radius: 50%;
}

.cat-list li, .post-list li {
    list-style: none;
    padding: 8px 5px;
    color: #808285;
}

.post-img {
    display: inline-block;
    width: 25%;
    margin-right: 10px;
}

.post-content {
    width: 69%;
    display: inline-block;
}

    .post-content a {
        width: 100%;
        display: block;
        color: #555;
        font-weight: 700;
    }

    .post-content span {
        font-size: 13px;
        font-weight: 700;
    }

.tab_panel {
    margin-top: -47px;
}

    .tab_panel .tab_4 .nav.nav-tabs li {
        width: 25%;
    }

    .tab_panel .tab_5 .nav.nav-tabs li {
        width: 20%;
    }

    .tab_panel .nav.nav-tabs li.active a {
        background-color: #fff;
        color: #ffd100;
    }

    .tab_panel .nav.nav-tabs li a {
        background-color: #f6f6f6;
        border-radius: 0;
        padding: 15px 15px 15px 25px;
        border: 0px solid #ddd !important;
        margin: 0;
        border-color: transparent;
        font-size: 13px;
        font-weight: 700;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #303030;
        letter-spacing: .025em;
    }

        .tab_panel .nav.nav-tabs li a i {
            color: #ffd100;
            margin-right: 10px;
            font-size: 16px;
            vertical-align: text-bottom;
        }


.tour-l-box {
    /*width: 32%;*/
    /*display: inline-block;
    margin: 35px 1% 0px 0;*/
    /*float: left;*/
}

h2.tour-l-head {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
}

.tour-l-content {
    padding: 15px 0 23px;
    box-sizing: border-box;
}

.tour-l-cost {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 9px;
    color: #181818;
}

    .tour-l-cost span {
        font-weight: 400;
        color: #c2c2c2;
        font-size: 15px;
    }

p.tour-l-desc {
    color: #808285;
}

.tour-l-days {
    color: #c2c2c2;
    font-size: 15px;
}

img.tour-l-img {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.18,.43,.58,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.18,.43,.58,1);
    transition: transform .25s cubic-bezier(.18,.43,.58,1);
}

    img.tour-l-img:hover {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        transform: scale(1.06);
    }

.tour-l-imgbx {
    overflow: hidden;
    width: 264px;
    height: 242px;
    margin:auto
}

.contactform {
    padding: 25px;
    background-image: url(../Images/sidebar-image.png);
    margin-top: 33px;
}

.posrel {
    position: relative;
}

.img-absolute {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 16px;
    z-index: 1;
}

.d_search > label {
    font-size: 12px;
    padding: 0;
}



.d_search .img-absolute {
    position: absolute;
    top: 38px;
    left: 15px;
    font-size: 16px;
    z-index: 1;
}

.form-control {
    padding-left: 43px;
    padding: 13px 24px 12px 35px;
    font-family: inherit;
    height: 47px;
    font-size: 15px;
    line-height: 20px;
    font-weight: inherit;
    color: #808285;
    border: 2px solid #ebebeb;
    transition: border-color 175ms cubic-bezier(.18,.43,.58,1);
    box-shadow: none;
}

.sp_tour_head h1 {
    display: inline-block;
}

.sp_tour_head .sp_tour_cost {
    float: right;
    padding-top: 23px;
}

.sp_tour_cost span {
    font-size: 18px;
    color: #c2c2c2;
}

.sp_tour_subdetails_inline {
    display: inline-block;
    margin-right: 20px;
    color: #c2c2c2;
}

    .sp_tour_subdetails_inline i {
        margin-right: 5px;
    }

.sp_tour p, .p_content {
    line-height: 29px;
    font-size: 17px;
    color: #474748;
    /*text-align: justify;*/
}

span.ratecount {
    color: #c2c2c2;
    font-size: 15px;
    position: relative;
    bottom: 2px;
    margin-left: 9px;
}

.ul {
}

.sp_tour_ul li {
    display: inline-table;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 18px 0 22px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

    .sp_tour_ul li:last-child {
        border-bottom: 1px solid #ebebeb;
    }


.mainhead {
    font-weight: 700;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #303030;
    font-size: 18px;
}

.maincontent {
    line-height: 27px;
    color: #808285;
    font-size: 16px;
}

.sp_tour_plan_head {
    display: table;
    width: 100%;
    margin-bottom: 6px;
}

    .sp_tour_plan_head > span {
        display: table-cell;
        height: 55px;
        width: 60px;
        line-height: 46px;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        background-color: #ffcc05;
        font-family: 'Ubuntu Condensed', sans-serif;
        text-align: center;
    }

    .sp_tour_plan_head > h4 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        font-weight: 700;
        color: #303030;
        font-size: 16px;
        /* font-weight: 400; */
        font-family: 'Open Sans', sans-serif;
    }

.sp_tour_plan_content {
    padding-left: 90px;
    padding-bottom: 30px;
}

.servicesbox_image {
    padding: 25px 0;
}

.servicesbox {
    text-align: center;
}

.servicesbox_head {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

img.serv_img {
    width: 100px;
}

.srv_arrow {
    position: absolute;
    top: 64px;
    right: -40px;
}

.checklist table tbody tr td {
    padding: 5px 10px;
}

.disptable {
    display: table;
}

.disptable-cell {
    display: table-cell;
}

.reviewlist .progress {
    height: 10px;
}

    .reviewlist .progress .progress-bar {
        background-color: #ffcc05;
    }

.reviewimg {
    border-radius: 4em;
}

.rating {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

    .rating span {
        font-weight: 700;
    }

    .rating i {
        margin-left: 3px;
    }

    .rating .item a {
        text-align: center;
        display: inline-block;
    }

.border2 {
    border: 2px solid #ebebeb;
}


.Star {
    background-image: url(../images/Star.png);
    height: 17px;
    width: 17px;
}

.WaitingStar {
    background-image: url(../images/WaitingStar.png);
    height: 17px;
    width: 17px;
}

.FilledStar {
    background-image: url(../images/FilledStar.png);
    height: 17px;
    width: 17px;
}

.footer_social a {
    display: block;
    padding: 3px 0;
}

    .footer_social a span {
        font-size: 15px;
        margin-left: 10px;
        vertical-align: text-bottom;
    }

.rrlogo {
    background-image: url(../Images/RNRLogo.png);
    /*background-image: url(../Images/COT.svg);*/
    width: 220px;
    height: 180px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

.sticky .rrlogo {
    background-image: url(../Images/RNRLogo_small.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 70px 46px;
    width: 70px;
    height: 46px;
}

.sticky .navbar-brand {
    padding: 0px;
}

.tp-parallax-wrap {
    transform-style: preserve-3d;
}

.searchmainbox {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

    .searchmainbox input[type=text], .searchmainbox input[type=email], .searchmainbox input[type=password], .searchmainbox input[type=number], .searchmainbox select, .searchmainbox textarea {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 13px 24px 12px 35px;
        font-family: inherit;
        font-size: 15px;
        line-height: 20px;
        font-weight: inherit;
        color: #808285;
        border: 1px solid #ebebeb;
        background-color: #fff;
        border-radius: 0;
        outline: 0;
        /*-webkit-appearance: none;*/
        cursor: pointer;
        box-sizing: border-box;
        -webkit-transition: border-color 175ms cubic-bezier(.18,.43,.58,1);
        -moz-transition: border-color 175ms cubic-bezier(.18,.43,.58,1);
        transition: border-color 175ms cubic-bezier(.18,.43,.58,1);
    }

    .searchmainbox input[type=submit] {
        padding: 10.5px 32px;
    }

.tp-parallax-wrap .slide-text {
    position: relative;
    left: auto;
    margin: auto;
    top: 0;
    right: auto;
    text-align: center;
}

.videoblock {
    min-height: 662px;
    width: 100%; /*1349px*/
}

.tp-parallax-wrap {
    left: 224px;
    top: 412px;
    z-index: 13;
    width: 70%;
}

.vidpnl iframe {
    min-height: 450px !important;
}

.banner-info i.fa {
    min-width: 46px;
}

i.icon-bg-u {
    background: #4765a0;
}

.banner-info i {
    float: left;
    color: #fff;
    padding: 11px;
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 7px 20px 0 0;
}

.rounded-x {
    border-radius: 50% !important;
}

.overflow-h {
    overflow: hidden;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s 0s,visibility 0s 0s;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s 0s,visibility 0s .3s;
    z-index: 1000;
}

    .cd-popup.request_quote_form_popup .cd-popup-container {
        width: 530px;
        border-radius: 0;
        padding: 45px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-height: 3000px;
        background-color: #fff;
        box-shadow: 0 2px 7px 0 rgba(0,0,0,.41);
    }

    .cd-popup.is-visible .cd-popup-container {
        transform: translateY(0);
    }

    .cd-popup .cd-popup-container {
        position: relative;
        width: 90%;
        max-height: 80vh;
        max-width: 700px;
        overflow: auto;
        margin: 6% auto;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        transform: translateY(-40px);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: .3s;
    }

    .cd-popup.request_quote_form_popup .cd-popup-close {
        opacity: .19;
        color: #000;
        font-size: 50px;
        top: 0;
    }

    .cd-popup .cd-popup-close {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 30px;
        height: 30px;
        font-size: 30px;
        color: #fff;
        text-decoration: none;
    }

.quote_form_wrap .qo_re_hd_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.73;
    color: #2d3644;
    border-bottom: 3px solid rgba(0,0,0,.05);
    display: inline-block;
    margin: 0 0 46px;
}

    .quote_form_wrap .qo_re_hd_title .highlight {
        font-weight: 600;
        position: relative;
    }

.quote_form_wrap .qo_re_hd_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.73;
    color: #2d3644;
    border-bottom: 3px solid rgba(0,0,0,.05);
    display: inline-block;
    margin: 0 0 46px;
}

.act_main_pg .quote_form_wrap .qo_re_hd_title .highlight:after {
    bottom: -8px;
}

.quote_form_wrap .qo_re_hd_title .highlight:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    background-image: linear-gradient(267deg,#f6911e,#f05522);
    height: 3px;
}

.quote_form_wrap .form-control {
    height: 53px;
    border-radius: 4px;
    border: 1px solid #f1f0f0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 24px;
    -webkit-appearance: none;
    background-color: #f8fcff;
    color: #2d3644;
    box-shadow: none;
}

.quote_form_wrap .qo_re_sub_wrap {
    text-align: center;
    margin: 30px 0 0;
}

.quote_form_wrap .qo_re_sub_btn {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background-image: linear-gradient(256deg,#f6911e,#f05522);
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #fff;
    outline: 0;
    box-shadow: none;
}


a.mk-title-full-width {
    width: 100%;
    display: block;
}

.searchfrom {
    position: absolute;
    bottom: 67px;
    left: 0;
}

    .searchfrom select {
        border-width: 0;
    }

.sec_title {
    font-size: 30px;
    /* font-weight: 800; */
    margin-bottom: 15px;
}

.divider_sec .divider_line {
    width: 123px;
    height: 3px;
    background: #444;
    display: inline-block;
    margin-bottom: 30px;
}


.text-orange {
    color: #ff8100;
}

.text-blue {
    color: #3260ad;
}

.act_tag_detail_pg .card_wrap {
    display: block;
    cursor: pointer;
    box-shadow: 4px 3px 11px rgba(0,0,0,.2);
}

.act_tag_detail_pg .card_wrap {
    margin-bottom: 20px;
}

    .act_tag_detail_pg .card_wrap .img_sec:hover {
        text-decoration: none;
    }

    .act_tag_detail_pg .card_wrap .img_sec {
        background-size: cover !important;
        background-position: 50%;
        background-repeat: no-repeat;
        min-height: 224px;
    }
    /*.act_tag_detail_pg .card_wrap .img_sec {
    min-height: 354px;
}*/

    .act_tag_detail_pg .card_wrap .desc_wrap {
        padding: 20px 20px 23px;
    }

    .act_tag_detail_pg .card_wrap .title {
        font-size: 16px;
        font-weight: 600;
    }

    .act_tag_detail_pg .card_wrap .sub_title {
        font-size: 12px;
        font-weight: 400;
        color: #9b9b9b;
        padding: 0 0 12px;
    }

    .act_tag_detail_pg .card_wrap .val_sec {
        font-size: 12px;
        font-weight: 700;
        color: #f4842c;
    }

    .act_tag_detail_pg .card_wrap .label_sec {
        font-size: 10px;
        color: #9b9b9b;
    }

.act_new_final_pg .sec_wrap {
    margin-bottom: 40px;
}

    .act_new_final_pg .sec_wrap .head_text_1 {
        font-size: 24px;
        font-weight: 700;
        color: #af0124;
        margin-bottom: 5px;
    }

    .act_new_final_pg .sec_wrap .sub_text {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .act_new_final_pg .sec_wrap .para_text {
        font-size: 18px;
        color: #4a4a4a;
    }

.act_new_final_pg .sec_wrap {
    margin-bottom: 40px;
}


    .act_new_final_pg .sec_wrap .head_text_1 {
        font-size: 24px;
        font-weight: 700;
        color: #af0124;
        margin-bottom: 5px;
    }

    .act_new_final_pg .sec_wrap .sub_text {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .act_new_final_pg .sec_wrap .para_text {
        font-size: 18px;
        color: #4a4a4a;
    }

.act_new_final_pg .box_wrap {
    padding: 40px;
    background: #f8f8f8;
}

    .act_new_final_pg .box_wrap .head_para_text {
        font-size: 24px;
        color: #000;
        font-weight: 700;
    }

.act_new_final_pg .sec_wrap .head_text_2 {
    font-size: 24px;
    color: #dc0f3a;
    margin-bottom: 5px;
    font-weight: 700;
}

.act_new_final_pg .box_wrap .first_text {
    margin-top: 20px;
    font-size: 18px;
    color: #4a4a4a;
}

.act_new_final_pg .box_wrap .br_wrap {
    margin: 10px 0 40px;
}

    .act_new_final_pg .box_wrap .br_wrap .br_line {
        background: #000;
        width: 47px;
        height: 1px;
        display: inline-block;
    }

.act_new_final_pg .box_wrap .para_text {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.act_new_final_pg {
    font-family: Open Sans,sans-serif;
}

    .act_new_final_pg .team_title_sec {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 2.1;
    }

        .act_new_final_pg .team_title_sec .txt_pink {
            color: rgb(231, 77, 96);
        }

        .act_new_final_pg .team_title_sec .txt_orange {
            color: rgb(244, 132, 44);
        }

    .act_new_final_pg .team_sub_title_sec {
        font-size: 18px;
        line-height: 1.8;
        color: rgb(74, 74, 74);
    }

    .act_new_final_pg .underline_sec {
        width: 70px;
        height: 3px;
        background-color: rgb(0, 0, 0);
        margin: 10px 0px 0px;
    }

    .act_new_final_pg .objective_wrap_sec {
        margin: 40px 0px 20px;
    }

        .act_new_final_pg .objective_wrap_sec .objective_box {
            background-color: rgb(232, 230, 230);
            padding: 24px;
            margin-bottom: 28px;
        }

            .act_new_final_pg .objective_wrap_sec .objective_box .objective_title {
                font-size: 22px;
                font-weight: 600;
                line-height: 1.6;
                color: rgb(0, 0, 0);
            }


.act_main_pg .card_box_wrap.collaboration {
    background: url(../Images/e/collaboration-back-cover.jpg) 0 0 no-repeat;
}

.act_main_pg .card_box_wrap.leadership {
    background: url(../Images/e/leadership-back-cover.jpg) 0 0 no-repeat;
}

.act_main_pg .card_box_wrap.creativity {
    background: url(../Images/e/creativity-back-cover.jpg) 0 0 no-repeat;
}

.act_main_pg .card_box_wrap {
    margin-bottom: 20px;
    transition: all .45s ease-in-out;
    color: #fff;
    background-size: cover;
    min-height: 395px;
    position: relative;
    cursor: pointer;
    display: block;
    background-size: cover !important;
}

    .act_main_pg .card_box_wrap .cont_sec {
        -webkit-backdrop-filter: blur(31px);
        backdrop-filter: blur(31px);
        background-color: #fff;
        opacity: .8;
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 158px;
        width: 100%;
    }

    .act_main_pg .card_box_wrap .cont_sec_wrap {
        padding: 20px;
        position: absolute;
        /*bottom: 0;*/
        opacity: 1;
        background: 0 0;
        z-index: 2;
    }

    .act_main_pg .card_box_wrap .name {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
        position: relative;
    }

    .act_main_pg .card_box_wrap .arrow_right_icon {
        position: absolute;
        height: 35px;
        right: 0;
        top: -45px;
        background-color: #ebebeb;
        /* display: inline-block; */
        width: 52px;
        padding: 8px;
        border-radius: 10px;
        border: 1px solid #928f8f;
    }

    .act_main_pg .card_box_wrap .info_txt {
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        color: #000;
        opacity: 1;
    }

.timeline-Tweet:hover {
    background-color: transparent !important;
}



@media only screen and (max-width: 1024px) {
    .mainheader {
        display: none;
    }

    .srv_arrow {
        display: none;
    }

    .mk-title-holder.mk-has-bg-image {
        height: auto !important;
        background-image: none !important;
    }

        .mk-title-holder.mk-has-bg-image .mk-title-image {
            display: block;
        }

    .navbox {
        top: 0;
        position: relative;
    }

    .navbar {
        margin-top: 0;
        background-color: #fff;
        margin-bottom: 0;
    }

    .navbox .navbar .nav li a {
        color: #555;
    }

    .navbar-toggle {
        padding: 6px 5px;
        margin-top: 11px;
    }

        .navbar-toggle .icon-bar {
            width: 17px;
        }

    .mk-title-holder.mk-has-bg-image .mk-title-wrapper {
        position: absolute;
        top: 18%;
        left: 0;
        height: 100% !important;
    }

    .tbl_cell {
        display: block;
        height: auto;
        padding: 0;
    }


    .vc_custom_1 {
    }

    .vidpnl iframe {
        min-height: 430px !important;
        height: 100% !important;
    }

    .searchmainbox {
        display: none;
    }

    .videoblock {
        width: 100%;
        min-height: 410px;
    }

        .videoblock video {
            width: 100% !important;
        }

    .tp-parallax-wrap {
        left: 0%;
        top: auto;
        z-index: 13;
        width: 100%;
        bottom: 0;
    }

    #myNavbar .nav.navbar-nav {
        margin-top: 50px;
    }

    .rrlogo {
        width: 80px;
        height: 60px;
        background-size: 50px 60px;
        margin-left: 5px;
    }

    .tour-l-box {
        display: inline-block;
        width: 45%;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .searchmainbox {
        display: none;
    }

    .videoblock {
        width: 100%;
        min-height: 210px;
    }

        .videoblock video {
            width: 100% !important;
        }

    .tp-parallax-wrap {
        left: 0%;
        top: auto;
        z-index: 13;
        width: 100%;
        bottom: 0;
    }

    .mk-title-holder .mk-title-wrapper .mk-page-title {
        font-size: 32px;
    }

    .mk-title-holder.mk-centered-type .mk-page-subtitle {
        display: none;
        padding: 0 !important;
    }

    .vc_custom_1 {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }

    .vidpnl iframe {
        min-height: 190px !important;
        height: 100% !important;
    }

    #myNavbar .nav.navbar-nav {
        margin-top: 0px;
    }

    .tour-l-box {
        width: inherit !important;
    }

    .tour-l-content {
    text-align:center
    }

    .tab_panel .nav.nav-tabs li a {
        text-align: center;
        padding: 5px 5px 15px;
        font-size: 10px;
    }

        .tab_panel .nav.nav-tabs li a i {
            text-align: center;
            padding: 5px 5px 5px;
            display: block;
            margin: 0;
        }


    .vc_custom_4 {
        padding: 20px 15px 20px !important;
    }

    .sp_tour p, .p_content {
        line-height: 22px;
        font-size: 14px;
        margin: 10px 0 !important;
    }

    .sp_tour_subdetails_inline {
        font-size: 14px;
    }

    .sp_tour_head {
        margin-bottom: 10px;
    }

    .sp_tour_head h1 {
        font-size: 24px;
        margin: 0px !important;
    }

    .sp_tour_ul .mainhead {
        font-size: 15px;
        padding: 0;
    }

    .sp_tour_ul .maincontent {
        font-size: 15px;
        padding: 0;
    }

    .mkdf-btn {
        width: 100%;
        padding: 10px 15px;
    }

    .mk-image-gallery .mkdf-tours-gallery-item-content-holder {
        padding: 18px;
    }
     
    #myCarousel .rating + p {
        font-size: 13px;
        padding: 15px;
    }

    #counter span.count, #counter div {
        font-size: 23px;
        /* min-height: 160px; */
    }

        #counter div + span.fs24 {
            font-size: 14px;
            /* line-height: 0.5 !important; */
        }

    #counter .vc_custom_3 > div {
        min-height: 90px;
        padding: 0;
    }
}
