/* Minification failed. Returning unminified contents.
(439,29): run-time error CSS1046: Expect comma, found '0'
(439,33): run-time error CSS1046: Expect comma, found '/'
 */
.header-primary {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.section-heading h2 {
    font-weight: 700;
}

h3 {
    font-weight: 600;
}

.inner-baner-container {
    min-height: 420px;
}

    .inner-baner-container .inner-title {
        font-weight: 600;
        font-size: 44px;
    }

.widget.widget_category ul li {
    overflow: hidden;
}

.sidebar .widget:last-child {
    margin-bottom: 50px;
}

.inner-banner-wrap .entry-meta .views a:before {
    content: "\f06e";
}

.inner-banner-wrap .entry-meta .likes a:before {
    content: "\f004";
}

.inner-banner-wrap .entry-meta .address a:before {
    content: "\f3c5";
}

.inner-banner-wrap .entry-meta .fee a:before {
    content: "\f3ff";
}

.inner-banner-wrap .entry-meta .free a:before {
    content: "\f00c";
}

.inner-banner-wrap .entry-meta .search-result a:before {
    content: "\f002";
}

.inner-banner-wrap .entry-meta .time-at a:before {
    content: "\f017";
}

.inner-banner-wrap .entry-meta .tag a:before {
    content: "\f02b";
}

.product-outer-wrap {
    padding-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

/*entry-meta2*/
.entry-meta2 {
    color: #787878;
    font-size: 13px;
    line-height: 1.3;
}

    .entry-meta2 .address {
        margin-bottom: 5px;
    }

    .entry-meta2 .distance {
        color: #0791be;
    }

/*social-icon-wrap*/
.social-icon-wrap .social-telegram a {
    background-color: #29b6f6;
}

.post-socail-wrap {
    margin-top: 30px;
}

.widget-bg .bg-title {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 2px 2px 2px #000;
}

.to-top-icon {
    z-index: 1001;
}

sub, sup {
    font-size: 50%;
}

/*slider-360*/
.slider-360 .home-banner-items {
    height: calc(100vh - 100px);
}

    .slider-360 .home-banner-items iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*header-search-form*/
.header-search-form {
    background-image: radial-gradient(#000 2%,transparent 40%),radial-gradient(#000 2%,transparent 40%);
    background-size: 5px 5px;
    background-position: 0 0,10px 10px;
    background-repeat: repeat;
}

    .header-search-form input[type=text] {
        height: 48px;
        text-align: left;
    }

    .header-search-form select {
        width: 210px;
    }

    .header-search-form .search-form {
        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;
    }

    .header-search-form .search-right {
        position: relative;
        width: calc(100% - 210px);
    }

@media screen and (max-width: 480px) {
    .header-search-form select {
        width: 100%;
        margin-bottom: 20px;
    }

    .header-search-form .search-right {
        width: 100%;
    }
}

/*feature-list*/
.feature-list {
    margin-bottom: 20px;
}

    .feature-list ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .feature-list li i {
        margin-right: 5px;
        color: #0791BE;
    }

/*my-services*/
.my-services {
    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;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 20px 0;
    margin: 20px 0;
}

    .my-services .feature-list {
        padding: 5px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 0;
    }

figure.feature-image img {
    width: 100%;
}

/*map-area*/
.map-area {
    background: #fff;
    padding: 10px 10px 0px 10px;
    box-shadow: 0 0 2px #999;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .map-area .place-map {
        width: 100%;
        height: 350px;
    }

/*comment-area*/
.comment-area ol li {
    margin-bottom: 0;
}

.comment-area .comment-content {
    margin-bottom: 30px;
}

.comment-area .comment-title {
    font-weight: 600;
    font-size: 36px;
}

/*header*/
.site-identity img {
    max-height: 45px;
}

/*home-banner*/
.home-banner-items {
    /*height: 80vh;*/
}

    .home-banner-items .banner-content .banner-title {
        font-size: 60px;
        font-weight: 700;
    }

    .home-banner-items .button-primary {
        text-transform: uppercase;
    }

/*trip-search-section*/
.trip-search-section input[type=submit] {
    text-transform: uppercase;
}

/*destination-section*/
.destination-section .button-primary {
    text-transform: uppercase;
}

/*package-section*/
.package-section .button-primary {
    text-transform: uppercase;
}

.package-section .package-meta ul {
    display: flex;
}

    .package-section .package-meta ul li {
        width: 33.333%;
    }

        .package-section .package-meta ul li i {
            display: block;
            margin-bottom: 5px;
        }

        .package-section .package-meta ul li:first-child {
            padding-left: 12px;
        }

        .package-section .package-meta ul li:last-child {
            padding-right: 12px;
        }

        .package-section .package-meta ul li:before {
            color: #BBBBBB;
            content: "";
            line-height: 0.8;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #BBBBBB;
        }

.package-wrap .package-content .btn-wrap a {
    text-transform: uppercase;
}

/*package-wrap v2*/
.package-wrap.package-wrap-list .feature-image {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 390px;
}

    .package-wrap.package-wrap-list .feature-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .package-wrap.package-wrap-list .feature-image a img {
            display: none;
        }

    .package-wrap.package-wrap-list .feature-image .package-meta {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
/*blog-section*/
.blog-section .post {
    margin-bottom: 30px;
}

.blog-section .entry-meta {
    display: flex;
}

    .blog-section .entry-meta span {
        width: 33.333%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .blog-section .entry-meta span:before {
            color: #B6B6B6;
            content: "";
            font-size: 13px;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #B6B6B6;
        }

/*subscribe-section*/
.subscribe-section {
    padding: 110px 0;
}

    .subscribe-section .button-primary {
        text-transform: uppercase;
    }

/*map-section*/
.map-section {
    background-color: #383838;
    padding-top: 50px;
}

    .map-section .section-heading {
        margin-bottom: 30px;
    }

        .map-section .section-heading h2 {
            color: #fff;
        }

    .map-section #map {
        height: 600px;
        width: 100%;
    }

/*map-info*/
.map-info {
    max-width: 400px;
}

    .map-info a {
        padding: 0px;
        margin-left: 0px;
    }

    .map-info img {
        width: 100%;
        /*max-height: 250px;*/
        float: none;
    }

    .map-info h4 {
        position: absolute;
        bottom: 0px;
        margin: 0px;
        font-family: inherit;
        background-color: #fff;
        color: #333;
        font-size: 18px;
        padding: 5px 10px 10px 0px;
        border-radius: 0px 10px 0px 0px;
    }

img.leaflet-marker-icon {
    border: solid 3px #fff;
    border-radius: 50%;
}

.place-map img.leaflet-marker-icon {
    border: none;
    border-radius: 0%;
}

.island-vn {
    white-space: nowrap;
    font-size: 20px;
    color: #4074b5;
    text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}

/*modal-fullscreen*/
.modal-fullscreen {
    padding-right: 0px !important;
    z-index: 2147483647;
    background-color: rgb(0 0 0 / 80%);
}

    .modal-fullscreen .modal-dialog {
        margin: 0px;
    }

    .modal-fullscreen .modal-content {
        background-color: transparent;
    }

    .modal-fullscreen .modal-header {
        z-index: 1;
        padding: 0rem 0rem 0rem 1rem;
        color: #fff;
        border-bottom: none;
        height: 40px;
    }

    .modal-fullscreen .modal-title {
        visibility: hidden;
        font-size: 20px;
        line-height: 40px;
    }

    .modal-fullscreen .modal-header .close {
        padding: 0.4rem 1rem 0.6rem 1rem;
        color: #fff;
        background-color: transparent;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 24px;
    }

    .modal-fullscreen .modal-body {
        overflow: hidden !important;
        padding: 0rem;
        height: calc(100vh - 40px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .modal-fullscreen .modal-content {
        border: none;
    }

/*footer*/
.site-footer {
    padding-top: 40px;
}

    .site-footer .top-footer {
        padding-bottom: 40px;
    }

    .site-footer .textwidget.widget-text {
        text-align: justify;
        color: #9d9d9d;
    }

    .site-footer .buttom-footer {
        padding: 15px 0;
    }

.footer-logo img {
    max-height: 60px;
}

.site-footer .award-img {
    text-align: center;
}

    .site-footer .award-img a:first-child {
        margin-right: 0;
    }

    .site-footer .award-img img {
        max-width: 80%;
        filter: invert(1);
    }

.widget.widget_recent_post li .entry-meta {
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.site-footer .widget .widget-title {
    font-size: 18px;
    color: #6b6957;
}

.site-footer .footer-menu ul li a {
    color: #9d9d9d;
}

.site-footer .copy-right {
    color: #9d9d9d;
}

.footer-primary .widget ul li a, .footer-primary .widget ul li {
    color: #9d9d9d;
    transition: color .3s linear;
}

    .footer-primary .widget ul li a:hover {
        color: #fff;
    }


.widget-destinations li h5 {
    background-size: 60px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 75px;
    min-height: 50px;
    margin-bottom: 0;
}

    .widget-destinations li h5 a {
        padding-top: 10px;
    }

/*blog*/
.button-text {
    text-transform: uppercase;
}

.single-content-wrap img {
    display: block;
    margin: auto;
}

.single-content-wrap h3 {
    font-size: 18px;
}

/*destination*/
.destination-three-column .row [class*=col-] {
    padding: 7px;
}

.desti-item .desti-image:before {
    opacity: 0.25;
}

.desti-item:hover .desti-image:before {
    opacity: 0.05;
}

/*tour*/
.itinerary-timeline-wrap .day-count {
    text-align: center;
}

@media screen and (min-width: 576px) {
    .itinerary-timeline-wrap .day-count {
        top: 50px;
    }
}

.summary-review .review-score span {
    font-size: 36px;
}

.review-score-content h4 {
    margin-bottom: 0;
}

.review-score-content .rating-start {
    font-size: 18px;
    margin-bottom: 20px;
}

    .review-score-content .rating-start span:before {
        color: #ffc107;
    }

.comment-content label {
    margin-right: 5px;
}

.comment-content .rating-start span:before {
    color: #ffc107;
}

/*product-item*/
.product-item .product-content .rating-start {
    display: inline-block;
}

.product-item .product-meta {
    display: flex;
    padding: 10px 5px;
    list-style: none;
    border-top: solid 1px #ddd;
    margin: 0;
}

    .product-item .product-meta li {
        width: 50%;
        text-align: left;
    }

        .product-item .product-meta li a {
            color: #383838;
        }

        .product-item .product-meta li:nth-child(2) {
            text-align: right;
        }

.product-summary {
    padding-top: 20px;
}

    .product-summary h2 {
        font-size: 40px;
        font-weight: 600;
    }

    .product-summary .vendor-info {
        list-style: none;
        padding: 0;
    }

        .product-summary .vendor-info li {
            margin-bottom: 10px;
        }

            .product-summary .vendor-info li i {
                margin-right: 5px;
                color: #0791BE;
            }

.product-outer-wrap .comment-area {
    margin-top: 60px;
}

.product-outer-wrap .rating-start {
    display: inline-block;
}

.tag-detail a {
    margin-right: 10px;
}

.product-summary .product-meta.reset-top {
    border-top: 0 solid #D9D9D9;
    margin-top: 0;
    padding-top: 0;
}

/*grid-item*/
.grid-item .entry-content h3 i {
    color: #f56960;
}

/*guide-content*/
.guide-content .entry-meta {
    display: flex;
    border-top: solid 1px #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

    .guide-content .entry-meta > span {
        width: 100%;
    }

.guide-content-wrap .guide-content {
    padding: 20px;
    margin-top: -70px;
}

/*tooltip-fly*/
.tooltip-fly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

    .tooltip-fly:hover p {
        visibility: visible;
        opacity: 1;
    }

        .tooltip-fly:hover p.ontop {
            transform: translate(-50%, -100%);
        }

        .tooltip-fly:hover p.onbottom {
            transform: translate(-50%, 100%);
        }

        .tooltip-fly:hover p.onleft {
            transform: translate(-100%, -50%);
        }

        .tooltip-fly:hover p.onright {
            transform: translate(100%, -50%);
        }

    .tooltip-fly p {
        min-width: 135px;
        opacity: 0;
        display: inline-block;
        visibility: hidden;
        position: absolute;
        text-align: center;
        width: auto;
        background: #67c8ea;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.2;
        padding: 10px;
        border-radius: 3px;
        white-space: normal;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease-out;
    }

        .tooltip-fly p.ontop {
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

            .tooltip-fly p.ontop:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-top: 8px solid #67c8ea;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                bottom: -8px;
                margin-left: -8px;
                left: 50%;
            }

        .tooltip-fly p.onbottom {
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
        }

            .tooltip-fly p.onbottom:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-bottom: 8px solid #67c8ea;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                top: -8px;
                margin-left: -8px;
                left: 50%;
            }

        .tooltip-fly p.onleft {
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

            .tooltip-fly p.onleft:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-left: 8px solid #67c8ea;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                top: 50%;
                margin-top: -8px;
                right: -8px;
            }

        .tooltip-fly p.onright {
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

            .tooltip-fly p.onright:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-right: 8px solid #67c8ea;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                top: 50%;
                margin-top: -8px;
                left: -8px;
            }

/*activity-section*/
.activity-inner .activity-item .activity-icon i {
    font-size: 50px;
    color: #1a92bf;
}

.activity-inner .activity-item .activity-content span {
    color: #1a92bf;
}

.activity-inner .activity-item.active .activity-icon i {
    color: #F56960;
}

/*search-section*/
.search-section .post .entry-content figure {
    margin-bottom: 15px;
}

.search-section .post .entry-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .search-section .post .entry-content ul a {
        color: #383838;
    }

    .search-section .post .entry-content ul i {
        color: #1a92bf;
    }

/*full-image-grid*/
.full-image-grid {
    line-height: 0;
}

    .full-image-grid .tile {
        width: 33.333%;
        min-height: 24em;
        line-height: 1.2;
        display: inline-block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }

        .full-image-grid .tile:before {
            content: '';
            background-color: rgba(15,15,15,0.5);
            display: block;
            width: 100%;
            height: 100%;
            z-index: 0;
            position: absolute;
        }

        .full-image-grid .tile:hover:before {
            display: none;
        }

        .full-image-grid .tile .text-wrapper {
            text-align: center;
            vertical-align: middle;
            width: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .full-image-grid .tile .text-wrapper .content {
                display: none;
            }

        .full-image-grid .tile:hover .text-wrapper .content {
            display: block;
        }

        .full-image-grid .tile .text-wrapper h3 {
            margin: 0;
        }

            .full-image-grid .tile .text-wrapper h3 a {
                color: #fff;
                font-size: 26px;
                text-transform: uppercase;
            }

@media (max-width: 1000px) {
    .full-image-grid .tile {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .full-image-grid .tile {
        width: 100%;
    }
}

/*recent-gallery*/
.recent-gallery-container {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.recent-gallery li {
    display: block;
    padding: 0;
}

.recent-gallery-container #bx-pager {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

    .recent-gallery-container #bx-pager a {
        cursor: pointer;
        display: inline-block;
        line-height: 0;
        margin: 0 5px;
        position: relative;
        width: 12%;
    }

        .recent-gallery-container #bx-pager a img {
            width: 100%;
            float: left;
        }

        .recent-gallery-container #bx-pager a.active:before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            display: block;
        }

.recent-portfolio {
    float: left;
    width: 100%;
    position: relative;
}

    .recent-portfolio .product-carousel .fa {
        font-size: 28px;
    }

.recent-gallery-container .bx-wrapper ul li::before {
    content: none;
}

.recent-gallery-container #bx-pager a.active, .recent-gallery-container #bx-pager a:hover {
    box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
}

.bx-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    *zoom: 1;
    border-radius: 0px;
    height: auto;
    width: 100%;
}

    .bx-wrapper img {
        width: 100%;
        display: block;
        border-radius: 0px;
    }

    .bx-wrapper ul {
        float: left;
        margin: 0;
    }

        .bx-wrapper ul li {
            margin: 0;
            padding: 0;
            position: relative;
            float: left;
            display: block;
        }

            .bx-wrapper ul li::before {
                border: 1px solid;
                bottom: 0;
                content: "";
                left: 0;
                margin: 2%;
                position: absolute;
                right: 0;
                top: 0;
            }

.bx-controls {
    position: absolute;
    right: 2px;
    left: 0;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .bx-controls a {
        display: inline-block;
        padding: 18px;
        text-align: center;
        font-size: 0px;
        line-height: 0px;
        width: auto;
        background-color: #000;
        color: #fff;
    }

        .bx-controls a::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            text-decoration: inherit;
            font-size: 20px;
            position: absolute;
        }

    .bx-controls .bx-prev, .bx-controls .bx-next {
        position: relative;
    }

.bx-controls-direction {
    width: 100%;
}

.bx-controls .bx-prev {
    left: 0;
    float: left;
}

.bx-controls .bx-next {
    right: 0px;
    float: right;
}

.bx-controls .bx-prev:before {
    content: "\f053";
    left: 0px;
    right: 0;
}

.bx-controls .bx-next:before {
    content: "\f054";
    left: 0px;
    right: 0;
}

/*select language*/
.sl-nav {
    display: inline;
    margin-left: 10px;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        color: #fff;
    }

        .sl-nav li a {
            display: block;
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 20px;
            white-space: nowrap;
        }

li.sl-toggle a {
    display: inline-block;
    line-height: 43px;
}

.sl-nav li ul.sl-dropdown {
    display: none;
}

.sl-nav li:hover ul.sl-dropdown {
    position: absolute;
    top: 43px;
    right: 0;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 29px;
    right: 10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

    .sl-nav li:hover .triangle:after {
        content: '';
        display: block;
        z-index: 20;
        width: 15px;
        transform: rotate(45deg) translateY(0px) translatex(10px);
        height: 15px;
        background: #fff;
        border-radius: 2px 0px 0px 0px;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }

.sl-nav li ul.sl-dropdown li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 0 15px;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}

/*contact-section*/
.contact-section .contact-img {
    background-size: contain;
    margin-top: 0;
    min-height: 300px;
}

.contact-section .button-primary {
    text-transform: uppercase;
}


/*videos list*/
.vidz_list {
    padding-bottom: 50px;
}

.videoo {
    margin-bottom: 26px;
}

.vid_thumbainl {
    position: relative;
    margin-bottom: 23px;
}

.vid_thumbainl {
    position: relative;
}

    .vid_thumbainl > a {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .vid_thumbainl > a img {
            width: 100%;
            object-fit: cover;
        }

.videoo:hover .vid_thumbainl > a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.vid_thumbainl .watch_later,
.vidz_img .watch_later {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

    .vid_thumbainl .watch_later i,
    .vidz_img .watch_later i {
        font-size: 14px;
    }

.vid_thumbainl:hover .watch_later,
.vidz_img:hover .watch_later {
    opacity: 1;
    visibility: visible;
    right: 7px;
}

.vid-time {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 21px;
    line-height: 21px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 6px;
    background: rgba(38, 38, 54, 0.7);
}

.video_info {
    width: 100%;
    margin-top: 14px;
}

    .video_info > h3 {
        color: #1c1b1b;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .video_info > span {
        display: inline-block;
        color: #6e6f70;
        font-size: 14px;
        line-height: 16px;
    }

        .video_info > span .posted_dt {
            margin-left: 5px;
        }

.sidebar .video_info > span {
    margin-bottom: 0;
}

.sidebar .videoo-list {
    margin-bottom: 8px;
}

.posted_dt {
    display: inline-block;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.video_info > h4 {
    color: #6e6f70;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 480px) {
    .full_wdth {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/*video details*/
.mn-sec {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 34px;
}

.vid-1 {
    width: 100%;
}

.vid-pr {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .vid-pr img {
        width: 100%;
    }

.play-video {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: rgba(52,52,52,0.85);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
}

    .play-video:hover {
        color: #fff;
    }

.vid-info {
    width: 100%;
}

    .vid-info h3 {
        color: #C3C3D2;
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
        margin-top: 12px;
    }

.single_video .vid-info h3 {
    margin-top: 17px;
    font-size: 22px;
    color: #1c1b1b;
}

.info-pr {
    margin-top: 18px;
}

.info-pr {
    border-bottom: 2px solid #e2ebef;
    padding-bottom: 13px;
}

    .info-pr > span {
        float: left;
        color: #6e6f70;
        font-size: 16px;
        line-height: 19px;
    }

.pr_links {
    float: right;
    position: relative;
    width: 70%;
    text-align: right;
    margin-bottom: 10px;
}

    .pr_links:before {
        content: '';
        width: 156px;
        height: 2px;
        position: absolute;
        bottom: -25px;
        right: 12px;
    }

    .pr_links li button i {
        margin-right: 12px;
    }

        .pr_links li button i.icon-thumbs_down {
            position: relative;
            top: 2px;
        }

    .pr_links li span {
        margin: 0;
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #6e6f70;
    }

    .pr_links li {
        display: inline-block;
        margin-right: 21px;
    }

        .pr_links li:last-child {
            margin-right: 0;
        }

    .pr_links span {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #777781;
    }

    .pr_links li button {
        background-color: inherit;
        border: 0;
    }

        .pr_links li button:hover {
            color: inherit;
        }

/*abt-mk */
.abt-mk {
    width: 100%;
    padding: 29px 0 8px;
    border-bottom: 1px solid #e2ebef;
}

.about-ch-sec {
    padding-left: 100px;
}

.abt-rw {
    margin-bottom: 16px;
}

    .abt-rw > h4 {
        color: #2e2e2e;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .abt-rw ul {
        display: block;
    }

        .abt-rw ul li:first-child {
            padding-left: 0;
        }

        .abt-rw ul li {
            display: inline-block;
            position: relative;
            padding: 0 5px;
        }

            .abt-rw ul li:before {
                content: ',';
                position: absolute;
                top: 0;
                right: -2px;
                color: #7e7e7e;
                font-size: 16px;
            }

            .abt-rw ul li:last-child:before {
                display: none;
            }

            .abt-rw ul li span {
                display: inline-block;
                color: #7e7e7e;
                font-size: 16px;
            }

    .abt-rw > p {
        color: #7e7e7e;
        font-size: 16px;
        line-height: 23px;
    }

    .abt-rw.tgs ul li a {
        font-size: 16px;
    }

    .abt-rw.tgs ul li:before {
        display: none;
    }

.sidebar {
    width: 100%;
}

.vidz-prt {
    width: 100%;
    margin-bottom: 15px;
}

.sm-vidz {
    float: left;
    color: #1c1b1b;
    font-size: 16px;
    font-weight: 500;
}

.vidz-prt h2, .vidz-prt h3 {
    padding: 0;
    margin-bottom: 0;
}

.switch {
    float: right;
    position: relative;
    display: inline-block;
    right: 60px;
    top: 2px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 19px;
    background-color: #ccc;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 3px;
        background-color: white;
    }

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    -moz-box-shadow: 0 0 1px #2196F3;
    -ms-box-shadow: 0 0 1px #2196F3;
    -o-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.aut-vid {
    float: right;
    color: #6e6f70;
    font-size: 16px;
    font-weight: 400;
    margin-right: 33px;
}

    .aut-vid span {
        display: inline-block;
        margin-right: 10px;
    }

    .aut-vid .switch {
        display: inline-block;
        right: 0;
    }

    .aut-vid .slider {
        background-color: inherit;
        border: 1px solid #1e1d1d;
    }

        .aut-vid .slider:before {
            background-color: #1c1b1b;
            top: 2px;
            left: 2px;
        }

    .aut-vid .switch input:checked + .slider {
        background-color: #1c1b1b;
        border-color: transparent;
    }

        .aut-vid .switch input:checked + .slider:before {
            background-color: #fff;
        }

@media (max-width: 991px) {
    .sidebar .videoo-list-ab .videoo {
        float: left;
        width: 50%;
        padding: 0 15px;
    }

    .sidebar .videoo-list-ab {
        margin: 0 -15px;
    }
}

@media (max-width: 480px) {
    .sidebar .videoo-list-ab .videoo {
        width: 100%;
    }
}

/*destination-slider*/
.destination-slider .desti-image {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .destination-slider .desti-image a {
        display: block;
        height: 100%;
        position: relative;
    }

/*flex-box*/
.flex-box {
    display: flex;
    flex-flow: row nowrap;
    margin: 0px auto;
    width: 100%;
}

    .flex-box .col-flex {
        display: flex;
        flex-flow: column nowrap;
    }

    .flex-box .col-w-100 {
        flex: 1 1 100%;
    }

    .flex-box .col-w-75 {
        flex: 1 1 75%;
    }

    .flex-box .col-w-50 {
        flex: 1 1 50%;
    }

    .flex-box .col-w-25 {
        flex: 1 1 25%;
    }

    .flex-box .col-w-40 {
        flex: 1 1 40%;
    }

    .flex-box .col-w-30 {
        flex: 1 1 30%;
    }

    .flex-box .col-w-60 {
        flex: 1 1 60%;
    }

    .flex-box .col-w-33 {
        flex: 1 1 33.333%;
    }

    .flex-box article {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        flex: 1 1 100%;
        /*padding: 130px 30px;*/
        padding: 25% 0;
        margin: 5px;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 6px #000;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .flex-box article:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .flex-box article h3 a, .flex-box article h5 {
            color: #fff;
            text-transform: uppercase;
        }

@media (max-width: 992px) {
    .flex-box {
        flex-flow: row wrap;
    }

        .flex-box .col-w-75 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-50 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-25 {
            flex: 1 1 50%;
        }

        .flex-box .col-w-30 {
            flex: 1 1 50%;
        }

        .flex-box .col-w-40 {
            flex: 1 1 100%;
        }
}

@media (max-width: 576px) {
    .flex-box {
        flex-flow: row wrap;
    }

        .flex-box .col-w-75 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-50 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-25 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-30 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-40 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-60 {
            flex: 1 1 100%;
        }

        .flex-box .col-w-33 {
            flex: 1 1 100%;
        }
}

/*client-section*/
.client-section {
    margin-bottom: -60px;
}

/*callback-section*/
.callback-section {
    margin-bottom: 40px;
    padding: 60px 0;
}

    .callback-section .callback-inner {
        padding: 20px 0 0 65px;
    }

    .callback-section .section-heading h2 {
        font-size: 32px;
    }

    .callback-section .button-primary {
        margin-top: 30px;
        text-transform: uppercase;
    }

@media screen and (max-width: 991px) {
    .callback-section .callback-img {
        min-height: 400px;
        background-position: center center;
        margin-left: auto;
        margin-right: auto;
    }
}

/*best-section*/
.modal-video {
    cursor: default;
}

/*light-slider*/
.light-slider-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

#light-slider li img {
    display: block;
    margin: auto;
}

.lSSlideOuter .lSPager.lSGallery {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .lSSlideOuter .lSPager.lSGallery li {
        float: none;
        display: inline-block;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 0;
            border: solid 2px #fff;
        }

/*light-gallery*/
.inline-gallery-container {
    width: 100%;
    height: 700px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.lg-sub-html h4 {
    font-size: 18px !important;
    color: #fff;
}

.lg-sub-html p {
    font-size: 16px !important;
}

/*listing-card*/
.listing-card {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.listing-card__box {
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5ecf2;
    border-radius: 10px;
    background: #FFFFFF;
    transition: 0.5s;
}

    .listing-card__box:hover,
    .listing-card__box:focus,
    .listing-card__box:active {
        -webkit-box-shadow: 0 0 20px 2.5px rgba(18, 53, 87, 0.12);
        box-shadow: 0 0 20px 2.5px rgba(18, 53, 87, 0.12);
    }

        .listing-card__box:hover .shine:after,
        .listing-card__box:focus .shine:after,
        .listing-card__box:active .shine:after {
            -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
            -o-transition-duration: 0.7s, 0.7s, 0.15s;
            -webkit-transition-property: left, top, opacity;
            -o-transition-property: left, top, opacity;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            top: -50%;
            left: -50%;
            opacity: 1;
            transition-duration: 0.7s, 0.7s, 0.15s;
            transition-property: left, top, opacity;
            transition-timing-function: ease;
        }

.listing-card__media {
    display: block;
    position: relative;
    border-radius: 10px;
    background: #C4C4C4;
}

    .listing-card__media a {
        display: block;
        position: relative;
    }

        .listing-card__media a img {
            display: block;
            width: 100%;
            border-radius: 10px;
        }

.listing-card__type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 0 47.5px 2.5px rgba(18, 53, 87, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F44153;
    box-shadow: 0 0 47.5px 2.5px rgba(18, 53, 87, 0.12);
    color: #fff;
}

.listing-card__bookmark {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 0 47.5px 2.5px rgba(18, 53, 87, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4DA1F4;
    box-shadow: 0 0 47.5px 2.5px rgba(18, 53, 87, 0.12);
    color: #ffffff;
}

.listing-card__label {
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 20px;
    height: 32px;
    padding: 0 20px;
    border-radius: 15px;
    background: #F4E141;
    color: #222222;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 2.67;
    text-align: center;
    text-transform: uppercase;
}

.listing-card__body {
    display: block;
    position: relative;
    padding: 20px 25px;
}

.listing-card__title {
    margin-bottom: 5px;
    color: #222222;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.38;
}

    .listing-card__title a {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        color: #222222;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.38;
        transition: 0.5s;
    }

        .listing-card__title a:hover,
        .listing-card__title a:focus,
        .listing-card__title a:active {
            color: #F44153;
            text-decoration: none;
        }

.listing-card__intro {
    -o-text-overflow: ellipsis;
    margin-bottom: 15px;
    overflow: hidden;
    color: #222222;
    font-style: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-card__location {
    -o-text-overflow: ellipsis;
    margin-bottom: 5px;
    overflow: hidden;
    color: #222222;
    font-style: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .listing-card__location > span:first-of-type {
        margin-right: 13px;
        color: #4DA1F4;
    }

.listing-card__phone {
    -o-text-overflow: ellipsis;
    margin-bottom: 5px;
    overflow: hidden;
    color: #222222;
    font-style: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .listing-card__phone > span:first-of-type {
        margin-right: 13px;
        color: #4DA1F4;
    }

.listing-card__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
}

    .listing-card__info > * {
        padding: 20px 10px;
    }

        .listing-card__info > * + * {
            border-left: 1px solid #EEEEEE;
        }

.listing-card__rating {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.listing-card__works, .listing-card__price {
    color: #777777;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
}

    .listing-card__works b, .listing-card__price b {
        color: #F44153;
        font-size: 16px;
    }

.rating-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.rating-box__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-right: 15px;
    color: #4DA1F4;
}

.rating-box__desc {
    display: block;
    position: relative;
}

.rating-box__title {
    color: #222222;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
}

    .rating-box__title b {
        display: inline-block;
        margin-left: 3px;
        color: #F44153;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        line-height: 1.25;
    }

.rating-box__reviews {
    color: #777777;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

/*hide rating-box__reviews*/
.rating-box {
    line-height: 32px;
}

.rating-box__reviews {
    display: none;
}

/*shine*/
.shine {
    position: relative;
    /*display: block;
    overflow: hidden;*/
}

    .shine:after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        position: absolute;
        top: -20%;
        left: -230%;
        width: 200%;
        height: 200%;
        transform: rotate(-30deg);
        background: rgba(255, 255, 255, 0.13);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
        content: "";
        opacity: 0;
        pointer-events: none;
    }

    .shine:hover:after {
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        -o-transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-property: left, top, opacity;
        -o-transition-property: left, top, opacity;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        top: -50%;
        left: -50%;
        opacity: 1;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-property: left, top, opacity;
        transition-timing-function: ease;
    }

    .shine:active:after {
        opacity: 0;
    }

/*map-section-vertical-heading*/
.map-section-vertical-heading {
    height: 600px;
    background-color: #383838;
}

    .map-section-vertical-heading .map-left {
        width: 160px;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        float: left;
    }

    .map-section-vertical-heading .map-right {
        width: calc(100% - 160px);
        height: 100%;
        float: right;
        padding: 20px 20px 20px 0;
    }

    .map-section-vertical-heading .map-heading {
        transform: rotate(-90deg);
        white-space: nowrap;
        color: #fff;
        text-align: center;
    }

        .map-section-vertical-heading .map-heading h5 {
            color: #f56960;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 22px;
            text-transform: uppercase;
            display: inline-block;
            padding-left: 80px;
            position: relative;
        }

            .map-section-vertical-heading .map-heading h5:before {
                background-color: #f56960;
                content: "";
                height: 2px;
                width: 70px;
                margin-right: 10px;
                position: absolute;
                left: 0;
                top: 50%;
            }

        .map-section-vertical-heading .map-heading h2 {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.1;
            text-transform: uppercase;
            color: #fff;
        }

    .map-section-vertical-heading #map {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 767px) {
    .map-section-vertical-heading .map-left {
        width: 110px;
    }

    .map-section-vertical-heading .map-right {
        width: calc(100% - 110px);
    }

    .map-section-vertical-heading .map-heading h2 {
        font-size: 30px;
    }
}

/*banner-section*/
.banner-section {
    background-repeat: no-repeat, repeat-y;
    background-position: left top, right center;
    background-size: 100%, auto auto;
    overflow: hidden;
}

    .banner-section .banner-section_wrap {
        display: inline-block;
        overflow: hidden;
        padding: 50px 0 95px;
    }

        .banner-section .banner-section_wrap .title {
            padding: 0;
            font-weight: 400;
            letter-spacing: -1px;
            color: #63cac5;
            text-transform: uppercase;
        }

        .banner-section .banner-section_wrap h3 {
            font-size: 48px;
            line-height: 58px;
            margin: 8px 0 0 0;
        }

        .banner-section .banner-section_wrap h4 {
            font-size: 32px;
            line-height: 42px;
            margin: 0;
        }

        .banner-section .banner-section_wrap .description {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            line-height: 20px;
            margin: 18px 0 0 0;
            display: none;
        }

        .banner-section .banner-section_wrap .info {
            margin: 30px 0 0 0;
            font-size: 15px;
            line-height: 20px;
            color: #1a1a1a;
            overflow: hidden;
        }

            .banner-section .banner-section_wrap .info .time-icon {
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-image: url(../images/time-icon.png);
                display: block;
                float: left;
                height: 40px;
                width: 33px;
                margin: 0 10px 0 0;
            }


            .banner-section .banner-section_wrap .info .gallery-icon {
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-image: url(../images/gallery-icon.png);
                display: block;
                float: left;
                height: 50px;
                width: 50px;
                margin: 0 10px 0 0;
            }

            .banner-section .banner-section_wrap .info .video-icon {
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-image: url(../images/video-icon.png);
                display: block;
                float: left;
                height: 50px;
                width: 50px;
                margin: 0 10px 0 0;
            }

        .banner-section .banner-section_wrap .button {
            display: inline-block;
            text-align: center;
            font-weight: 300;
            padding: 16px 26px;
            line-height: 26px;
            background-color: #f15a23;
            border: 3px solid #f15a23;
            color: #ffffff;
            text-transform: uppercase;
            margin: 25px 0 0 0;
            clear: both;
            font-size: 20px;
        }

            .banner-section .banner-section_wrap .button:hover {
                background-color: transparent;
                color: #f15a23;
            }

    /* background left */
    .banner-section.bg-left {
        text-align: right;
        background-position: right top, left center;
        background-size: 100%, auto auto;
    }

        .banner-section.bg-left .banner-section_wrap {
            padding: 120px 0 60px;
        }

            .banner-section.bg-left .banner-section_wrap .button {
                margin: 0 0 25px 0;
                float: right;
            }

            .banner-section.bg-left .banner-section_wrap .info {
                clear: both;
                margin: 0;
                float: right;
                text-align: left;
            }

                .banner-section.bg-left .banner-section_wrap .info:after {
                    content: "";
                    height: 0;
                    width: 100%;
                    display: block;
                    clear: both;
                }

            .banner-section.bg-left .banner-section_wrap .description,
            .banner-section.bg-left .banner-section_wrap .title {
                clear: both;
                float: right;
            }

        .banner-section.bg-left h3 {
            margin: 25px 0 0 0;
            font-size: 45px;
            line-height: 50px;
        }

        .banner-section.bg-left h4 {
            margin: 0 0 0 0;
            font-size: 32px;
            line-height: 40px;
        }

        .banner-section.bg-left .banner-section_wrap .description {
            margin: 25px 0 0 0;
        }

@media (min-width: 2300px) {
    .banner-section {
        background-size: 110%, auto auto;
    }
}

@media (min-width: 1136px) and (max-width: 1279px) {
    .banner-section {
        background-size: 110% auto, auto auto;
    }

        .banner-section.bg-left {
            background-size: 100% auto, auto auto;
        }
}

@media (min-width: 960px) and (max-width: 1135px) {
    .banner-section {
        background-size: 115% auto, auto auto;
    }

        .banner-section.bg-left {
            background-size: 95% auto, auto auto;
        }

        .banner-section .banner-section_wrap {
            padding: 40px 0;
        }

        .banner-section.bg-left .banner-section_wrap {
            padding: 40px 0;
        }

            .banner-section .banner-section_wrap h4,
            .banner-section.bg-left .banner-section_wrap h4 {
                font-size: 26px;
                line-height: 32px;
            }

            .banner-section .banner-section_wrap h3,
            .banner-section.bg-left .banner-section_wrap h3 {
                font-size: 40px;
                line-height: 44px;
            }

        .banner-section .banner-section_wrap h3 {
            margin: 5px 0 0;
        }

        .banner-section .banner-section_wrap .info {
            margin: 20px 0 0;
        }
}

@media (min-width: 800px) and (max-width: 959px) {
    .banner-section {
        background-size: 125% auto, auto auto;
    }

        .banner-section.bg-left {
            background-size: 105% auto, auto auto;
        }

        .banner-section .banner-section_wrap {
            padding: 40px 0;
        }

        .banner-section.bg-left .banner-section_wrap {
            padding: 40px 0;
        }

            .banner-section .banner-section_wrap h4,
            .banner-section.bg-left .banner-section_wrap h4 {
                font-size: 26px;
                line-height: 32px;
            }

            .banner-section .banner-section_wrap h3,
            .banner-section.bg-left .banner-section_wrap h3 {
                font-size: 40px;
                line-height: 44px;
            }

        .banner-section .banner-section_wrap h3 {
            margin: 5px 0 0;
        }

        .banner-section .banner-section_wrap .info {
            margin: 20px 0 0;
        }

        .banner-section .banner-section_wrap .button {
            padding: 10px 20px;
            font-size: 18px;
        }
}

@media (min-width: 480px) and (max-width: 799px) {
    .banner-section {
        background-size: 156% auto, auto auto;
    }

        .banner-section.bg-left {
            background-size: 136% auto, auto auto;
        }

        .banner-section .banner-section_wrap {
            padding: 20px 0;
        }

        .banner-section.bg-left .banner-section_wrap {
            padding: 20px 0;
        }

            .banner-section .banner-section_wrap h4,
            .banner-section.bg-left .banner-section_wrap h4 {
                font-size: 20px;
                line-height: 26px;
            }

            .banner-section .banner-section_wrap h3,
            .banner-section.bg-left .banner-section_wrap h3 {
                font-size: 30px;
                line-height: 34px;
            }

        .banner-section .banner-section_wrap h3 {
            margin: 5px 0 0;
        }

        .banner-section .banner-section_wrap .description {
            font-size: 16px;
            line-height: 18px;
        }

        .banner-section .banner-section_wrap .info,
        .banner-section .banner-section_wrap .description {
            margin: 15px 0 0;
        }

        .banner-section .banner-section_wrap .button {
            padding: 5px 15px;
            font-size: 16px;
        }
}

@media (max-width: 479px) {
    .banner-section {
        background-size: 210% auto, auto auto;
    }

        .banner-section.bg-left {
            background-size: 200% auto, auto auto;
        }

        .banner-section .banner-section_wrap {
            padding: 15px 0;
        }

        .banner-section.bg-left .banner-section_wrap {
            padding: 15px 0;
        }

            .banner-section .banner-section_wrap h4,
            .banner-section.bg-left .banner-section_wrap h4 {
                font-size: 22px;
                line-height: 24px;
            }

            .banner-section .banner-section_wrap h3,
            .banner-section.bg-left .banner-section_wrap h3 {
                font-size: 18px;
                line-height: 28px;
            }

        .banner-section .banner-section_wrap h3 {
            margin: 5px 0 0;
        }

        .banner-section .banner-section_wrap .description {
            font-size: 14px;
            line-height: 16px;
        }

        .banner-section .banner-section_wrap .info,
        .banner-section .banner-section_wrap .description {
            margin: 10px 0 0;
        }

        .banner-section .banner-section_wrap .info {
            font-size: 14px;
            line-height: 18px;
        }

        .banner-section .banner-section_wrap .button {
            padding: 5px 10px;
            font-size: 14px;
        }
}

.explore-360 {
    text-align: center;
    margin-bottom: 5px;
}

.single-post-section .feature-image {
    position: relative;
}

    .single-post-section .feature-image .button-primary {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

/*css-gallery*/
.css-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    align-content: start;
    width: 100%;
    margin: 0 auto;
    transition: all 150ms linear;
}

    .css-gallery input[type="radio"] {
        display: none;
    }

    .css-gallery label {
        position: relative;
        display: block;
        padding-bottom: 60%;
        margin: 5px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

        .css-gallery label:before {
            border: 1px solid #e3e3e3;
            content: '';
            position: absolute;
            left: -5px;
            right: -5px;
            bottom: -5px;
            top: -5px;
        }

    .css-gallery img {
        display: none;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
        transition: all 150ms linear;
    }

    .css-gallery input[name="select"]:checked + label + img {
        display: block;
    }

    .css-gallery input[name="select"]:checked + label:before {
        border: 1px solid #000;
    }

