@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200&display=swap');

@font-face {
    font-family: KorolevBold;
    src: url("../fonts/KorolevBold.otf") format("opentype");
}

:root {
    --martinique: #323357;
    --mariner: #2A5BDA;
    --bright-sun: #FCCC4D;
    --zircon: #F5F8FF;
    --black: #000000;
    --white: #ffffff;
    --mercury: #E5E5E5;
    --comet: #595B71;
}

body {
    font-family: 'Raleway', 'sans-serif';
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    left: 0.25px;
}

section {
    padding-top: 80px;
}


.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

    .section-heading span {
        font-size: 17px;
        display: block;
        margin: 0px;
        color: #4883ff;
    }

    .section-heading h2 {
        margin-bottom: 0px;
        margin-top: 14px;
        font-size: 23px;
        font-weight: 600;
        color: #232323;
        letter-spacing: 0.5px;
    }


.blue-button a {
    display: inline-block;
    background-color: #4883ff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    text-decoration: none;
    border: 2px solid #4883ff;
    transition: all 0.5s;
    margin-top: 5px;
}

    .blue-button a:hover {
        background-color: transparent;
        color: #4883ff;
    }

.blue-button button {
    display: inline-block;
    background-color: #4883ff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    text-decoration: none;
    border: 2px solid #4883ff;
    transition: all 0.5s;
    margin-top: 5px;
}

    .blue-button button:hover {
        background-color: transparent;
        color: #4883ff;
    }

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Header Style */

.cf:before,
.cf:after {
    content: '';
    display: table;
    visibility: hidden;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#header {
    overflow: visible;
    position: relative;
    background-color: #fff;
}

@media (max-width:1200px) {
    #header .headContainer {
        width: 100%;
    }
}

#primary-nav-button {
    background: transparent;
    display: none;
    position: absolute;
    border: none;
    bottom: 0;
    right: 15px;
    top: 0;
    z-index: 9;
    padding: 0;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    height: 100px;
}

    #primary-nav-button:hover {
        background: rgba(0,0,0,0.05);
    }

    #primary-nav-button.selected {
        background: rgba(0,0,0,0.1);
    }

    #primary-nav-button:before {
        /* content: 'â˜°'; */
        content: '\2261';
        display: inline-block;
        background-color: #4883ff;
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.05;
        width: 100px;
        height: 100px;
        line-height: 100px;
        color: inherit;
        speak: none;
        border: none;
        z-index: 999999;
    }

#header .logo {
    float: left;
}

    #header .logo img {
        width: 100%;
        overflow: hidden;
    }

.menu {
    float: right;
}

    .menu li {
        float: left;
        /*margin-left: 30px;*/
        position: relative;
        line-height: 100px;
    }

        .menu li:last-child {
            margin-right: 0;
        }

    .menu .sub-menu li {
        width: 100%;
        margin-left: 0px;
    }

    .menu li a {
        display: block;
        text-decoration: none;
    }

#primary-nav li a {
    color: #121212;
    font-weight: bold;
    line-height: 100px;
    /*padding: 0px 12px;*/
    padding: 0px 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}

#primary-nav li > a:hover,
#primary-nav li.selected > a {
    color: #4883ff;
}

.sub-menu {
    border-top: 3px solid #4883ff;
}

    .sub-menu li a {
        line-height: 50px !important;
        font-size: 13px !important;
        color: #7a7a7a;
    }

.downarrow {
    background: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    min-width: 3px;
}

.sub-menu .downarrow {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 18px;
    padding-right: 10px;
}

.downarrow:before {
    content: '\25be';
    color: inherit;
    display: block;
    font-size: 1em;
    line-height: 1.1;
    width: 1em;
    height: 1em;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    max-height: 1000px;
}

    .menu .sub-menu li {
        line-height: 40px;
    }

    .menu .sub-menu.hide {
        display: none;
    }

#primary-nav .sub-menu {
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
    min-width: 160px;
    z-index: 200;
}

    #primary-nav .sub-menu li {
        border-bottom: 1px solid #ddd;
    }

        #primary-nav .sub-menu li:last-child {
            border-bottom: 0;
        }

    #primary-nav .sub-menu .downarrow:before {
        content: '\25b8';
    }

#primary-nav.mobile {
    display: none;
    position: absolute;
    top: 100px;
    background: #fff;
    width: 100%;
    right: 15px;
    left: 0;
    zoom: 1;
    overflow-y: auto;
    max-height: 55vh;
    align-items: flex-start;
    border-bottom: 1px solid #212caf;
    z-index: 999999;
}

    #primary-nav.mobile .menu {
        text-align: center;
        width: 100%;
        border: 1px solid #212caf;
        z-index: 999999;
        overflow-y: auto;
    }

    #primary-nav.mobile li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd;
        z-index: 99999999;
    }

        #primary-nav.mobile li:first-child {
            width: 100%;
            margin: 0;
            border-top: 1px solid #ddd;
        }

        #primary-nav.mobile li.selected > a {
            border-bottom: 1px solid #ddd;
        }

        #primary-nav.mobile li:last-child {
            border: none;
        }


    #primary-nav.mobile .sub-menu {
        float: left;
        position: relative;
        width: 100%;
    }

        #primary-nav.mobile .sub-menu .downarrow {
            top: 15px;
            position: absolute;
            right: 15px;
        }

.mobile .downarrow,
.mobile .sub-menu .downarrow {
    position: absolute;
    top: 42px;
    right: 25px;
}

.dropdown.menu {
    margin-right: 20vh;
}

.mobile .dropdown.menu {
    margin-right: unset !important;
    z-index: 99999;
}

#primary-nav.mobile .sub-menu .downarrow:before {
    content: '\25be';
}

#primary-nav-button.mobile {
    display: block;
    z-index: 99999;
}




/* Banner Style */

section.banner {
    padding: 0px;
}

.banner {
    background-image: url(../img/main_banner.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner .banner-caption {
        padding: 200px 0px;
    }

        .banner .banner-caption .line-dec {
            width: 80px;
            height: 3px;
            background-color: #4883ff;
        }

        .banner .banner-caption h2 {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 42px;
            letter-spacing: 0.5px;
            color: #fff;
        }

        .banner .banner-caption span {
            font-size: 22px;
            color: #fff;
            letter-spacing: 0.5px;
        }

        .banner .banner-caption .blue-button {
            margin-top: 30px;
        }

    .banner .submit-form {
        border-bottom: 5px solid #4883ff;
        background-color: #fff;
        padding: 15px;
    }

.submit-form .first-item {
    border-right: 1px solid #ddd;
}

.submit-form .second-item {
    border-right: 1px solid #ddd;
}

.submit-form .third-item {
    border-right: 1px solid #ddd;
}

.submit-form select {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #9a9a9a;
    outline: none;
    padding: 0px 10px;
    display: inline-block;
}

.submit-form input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #9a9a9a;
    outline: none;
    padding: 0px 10px;
    display: inline-block;
    box-shadow: none;
}

    .submit-form input:focus {
        border-width: 0px;
        outline: 0; /* I have also tried outline:none */
        -webkit-appearance: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.submit-form button {
    width: 100%;
    height: 50px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    background-color: #4883ff;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #4883ff;
    transition: all 0.5s;
}

    .submit-form button:hover {
        background-color: transparent;
        color: #4883ff;
    }

.popular-places .owl-nav {
    display: none;
}

.popular-places .owl-dots {
    margin-top: 40px;
    text-align: center;
}

    .popular-places .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        background-color: #cdcdcd !important;
        display: inline-block;
        border-radius: 50%;
        margin: 0 3px;
    }

    .popular-places .owl-dots .active span {
        background-color: #4883ff !important;
    }

    .popular-places .owl-dots button {
        outline: none;
    }

.popular-places .popular-item .thumb {
    position: relative;
}

    .popular-places .popular-item .thumb img {
        position: relative;
        width: 100%;
        overflow: hidden;
        z-index: 1;
        border-radius: 5px;
    }

    .popular-places .popular-item .thumb .text-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 9;
        color: #fff;
    }

        .popular-places .popular-item .thumb .text-content h4 {
            font-size: 19px;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .popular-places .popular-item .thumb .text-content span {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0.5px;
            display: block;
        }

    .popular-places .popular-item .thumb .plus-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 9;
    }


        .popular-places .popular-item .thumb .plus-button i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            transition: all 0.5s;
        }

            .popular-places .popular-item .thumb .plus-button i:hover {
                background-color: rgba(250,250,250,0.3);
            }



section.featured-places {
    margin-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}

.featured-places .featured-item .thumb {
    position: relative;
    z-index: 1;
}

    .featured-places .featured-item .thumb img {
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .featured-places .featured-item .thumb .overlay-content {
        position: absolute;
        z-index: 9;
        top: 30px;
        left: 30px;
        color: #fff;
    }

        .featured-places .featured-item .thumb .overlay-content li {
            display: inline;
            margin-right: 3px;
        }

    .featured-places .featured-item .thumb .date-content {
        position: absolute;
        z-index: 9;
        top: 30px;
        right: 30px;
        color: #fff;
        text-align: center;
        width: 90px;
        height: 90px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        background-color: #4883ff;
        border-radius: 50%;
    }

        .featured-places .featured-item .thumb .date-content h6 {
            font-size: 24px;
            font-weight: 700;
            margin-top: 18px;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
        }

        .featured-places .featured-item .thumb .date-content span {
            font-size: 12px;
            font-weight: 300;
            text-transform: uppercase;
            display: block;
            letter-spacing: 0.5px;
        }

.featured-places .featured-item .down-content {
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    padding: 20px 20px 0px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .featured-places .featured-item .down-content h4 {
        margin-top: 0px;
        font-size: 19px;
        font-weight: 600;
        color: #232323;
        margin-bottom: 5px;
    }

    .featured-places .featured-item .down-content span {
        display: block;
        font-size: 13px;
        color: #4883ff;
        margin-bottom: 15px;
    }

    .featured-places .featured-item .down-content p {
        margin-bottom: 20px;
    }

    .featured-places .featured-item .down-content .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .featured-places .featured-item .down-content .text-button {
        text-align: center;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #ddd;
        margin: 0px -5px;
    }

    .featured-places .featured-item .down-content .first-button {
        border-right: 1px solid #ddd;
    }

    .featured-places .featured-item .down-content .text-button a {
        font-size: 12px;
        text-transform: uppercase;
        color: #7a7a7a;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        transition: all 0.5s;
    }

        .featured-places .featured-item .down-content .text-button a:hover {
            color: #4883ff;
        }




section.our-services .service-item {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px 30px;
}

    section.our-services .service-item .icon img {
        max-width: 100%;
    }

    section.our-services .service-item h4 {
        font-size: 19px;
        font-weight: 600;
        color: #232323;
        margin-top: 30px;
        margin-bottom: 15px;
    }

.our-services .left-content h4 {
    font-size: 19px;
    font-weight: 600;
    color: #232323;
    margin-top: 0px;
    margin-bottom: 25px;
}

.our-services .left-content .blue-button {
    margin-top: 25px;
}

.down-services {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 60px;
}

.accordion li {
    position: relative;
}

    .accordion li a {
        border: 1px solid #ddd;
    }

    .accordion li:last-child a {
    }

    .accordion li p {
        display: none;
    }

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #232323;
    user-select: none;
    padding: 15px 20px;
    text-decoration: none;
}

    .accordion a:after {
        width: 15px;
        height: 15px;
        background-color: #ddd;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        content: " ";
        top: 22.5px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.accordion p {
    margin: 0px;
    padding: 20px;
    border: 1px solid #ddd;
}

a.active:after {
    background-color: #4883ff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



section#video-container {
    margin-top: 80px;
}

#video-container {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    z-index: 1;
}

    #video-container video,
    .video-overlay {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
    }

    #video-container .video-overlay {
        z-index: 9999;
        background: rgba(0,0,0,0.7);
        width: 100%;
    }

    #video-container .video-content {
        z-index: 99999;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

        #video-container .video-content .inner {
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column wrap;
        }

            #video-container .video-content .inner span {
                font-size: 17px;
                display: block;
                margin: 0px;
                color: #fff;
            }

            #video-container .video-content .inner h2 {
                margin-bottom: 0px;
                margin-top: 14px;
                font-size: 23px;
                font-weight: 500;
                color: #fff;
                letter-spacing: 0.5px;
            }

            #video-container .video-content .inner a {
                margin-top: 30px;
                width: 60px;
                height: 60px;
                display: inline-block;
                text-align: center;
                line-height: 56px;
                color: #fff;
                background-color: rgba(250,250,250,0.1);
                font-size: 18px;
                border: 3px solid #fff;
                border-radius: 50%;
            }



section.pricing-tables .table-item {
    text-align: center;
    background-color: #eeeeee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 0px 40px 0px;
}

    section.pricing-tables .table-item .top-content {
        background-color: #4883ff;
        padding: 30px;
        color: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        section.pricing-tables .table-item .top-content h4 {
            font-size: 19px;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin: 0px;
            margin-bottom: 0px;
        }

        section.pricing-tables .table-item .top-content h1 {
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

    section.pricing-tables .table-item ul {
        margin: 40px 0px !important;
    }

        section.pricing-tables .table-item ul li {
            margin: 25px 0px;
        }

            section.pricing-tables .table-item ul li a {
                font-size: 14px;
                font-weight: 600;
                color: #4a4a4a;
                text-decoration: none;
                transition: all 0.5s;
            }

                section.pricing-tables .table-item ul li a:hover {
                    color: #4883ff;
                }

section.contact .section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}

.wrapper {
    text-align: center;
}

/* Modal button */
.modal-btn {
    display: inline-block;
    background-color: #4883ff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    text-decoration: none;
    border: 2px solid #4883ff;
    transition: all 0.5s;
}

    .modal-btn:hover {
        background-color: transparent;
        color: #4883ff;
    }

/* Modal */
.modal {
    background-color: rgba(0,0,0,.65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    padding-top: 10%;
    padding-bottom: 10%;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.modal-content .section-heading {
    text-align: left;
    margin-top: 0px !important;
}

    .modal-content .section-heading h2 {
        margin-top: 10px;
    }

.modal-content .left-content {
    padding: 30px;
}

    .modal-content .left-content input {
        border-radius: 0px;
        padding-left: 15px;
        font-size: 13px;
        color: #aaa;
        background-color: #f4f4f4;
        border: 1px solid #eee;
        outline: none;
        box-shadow: none;
        line-height: 40px;
        height: 40px;
        width: 100%;
        margin-bottom: 25px;
    }

    .modal-content .left-content textarea {
        border-radius: 0px;
        padding-left: 15px;
        padding-top: 10px;
        font-size: 13px;
        color: #aaa;
        background-color: #f4f4f4;
        border: 1px solid #eee;
        outline: none;
        box-shadow: none;
        min-height: 140px;
        height: 160px;
        max-height: 180px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .modal-content .left-content button {
        display: inline-block;
        background-color: #4883ff;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 16px;
        text-decoration: none;
        border-radius: 0px;
        border: 2px solid #4883ff;
        transition: all 0.5s;
    }

        .modal-content .left-content button:hover {
            background-color: transparent;
            color: #4883ff;
        }

.modal-content .right-content {
    background-color: #4883ff;
    padding: 30px 30px 65px 30px;
    color: #fff;
}

    .modal-content .right-content .section-heading h2 {
        color: #fff;
    }

    .modal-content .right-content .section-heading span {
        color: #fff;
    }

    .modal-content .right-content p {
        margin-bottom: 50px;
        color: #fff;
    }

    .modal-content .right-content ul li span {
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.3px;
        width: 80px;
        display: inline-block;
    }

    .modal-content .right-content ul li a {
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .modal-content .right-content ul li {
        margin: 10px 0px;
    }

/* Modal Content */
.modal-content {
    position: relative;
    top: 0px;
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    //background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modal-animated-in {
    animation: totop-in .3s ease;
}

.modal-animated-out {
    animation: totop-out .3s ease forwards;
}

.modal-content .close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    color: #4883ff;
    border-radius: 50%;
    opacity: 1;
}

    .modal-content .close:hover {
        background-color: #fff;
        color: #4883ff;
    }

/* Keyframes */
@keyframes totop-in {
    0% {
        top: 600px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes totop-out {
    0% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: -100%;
        opacity: 0;
    }
}



footer {
    margin-top: 80px;
    padding: 80px 0px 70px 0px;
    border-top: 1px solid #ddd;
}

    footer .footer-heading h4 {
        font-size: 21px;
        color: #232323;
        letter-spacing: 0.5px;
        margin-top: 15px;
        margin-bottom: 40px;
    }


    footer .about-veno .logo {
        margin-bottom: 40px;
    }

    footer .about-veno ul li a {
        width: 32px;
        height: 32px;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        background-color: #cdcdcd;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        margin-right: 3px;
        transition: all 0.5s;
    }

    footer .about-veno p {
        margin-bottom: 25px;
    }

    footer .about-veno ul li a:hover {
        background-color: #4883ff;
    }

    footer .useful-links ul li {
        margin-bottom: 12px;
    }

        footer .useful-links ul li a {
            font-size: 15px;
            color: #7a7a7a;
            letter-spacing: 0.5px;
            text-decoration: none;
            transition: all 0.5s;
        }

            footer .useful-links ul li a:hover {
                color: #4883ff;
            }

        footer .useful-links ul li i {
            color: #4883ff;
            font-size: 6px;
            position: relative;
            top: -3px;
            margin-right: 8px;
        }

    footer .contact-info p {
        margin-bottom: 25px;
    }

    footer .contact-info ul li {
        margin: 10px 0px;
        display: flex !important;
        margin-left: -61px;
    }

        footer .contact-info ul li span {
            font-size: 13px;
            color: #7a7a7a;
            font-weight: 600;
            letter-spacing: 0.3px;
            width: 80px;
            display: inline-block;
            margin-left: 62px;
            margin-right: -71px;
        }

        footer .contact-info ul li a {
            font-size: 13px;
            color: #4883ff;
            letter-spacing: 0.5px;
            text-decoration: none;
            width: 350px;
        }

.sub-footer p {
    text-align: center;
    display: inline-block;
    background-color: #f4f4f4;
    width: 100%;
    margin-bottom: 0px;
    padding: 30px 0px;
    font-size: 15px;
    color: #aaaaaa;
}

.sub-footer a {
    text-decoration: none;
    color: #4883ff;
}


@media (max-width:992px) {

    .banner .banner-caption {
        padding: 200px 30px;
    }

    .submit-form input {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
    }

    .submit-form select {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
    }

    .featured-places .featured-item {
        margin-bottom: 30px;
    }

        .featured-places .featured-item .down-content .first-button {
            border-right: none;
        }

    section.our-services .service-item {
        margin-bottom: 30px;
    }

    .down-services .left-content {
        margin-bottom: 60px;
    }

    #video-container .video-content {
        padding: 0 30px;
        text-align: center;
    }

    .table-item {
        margin-bottom: 30px;
    }

    .modal-content {
        width: 90%;
    }

        .modal-content .close {
            right: 50%;
            left: 50%;
            transform: translateX(-50%);
            top: -30px;
            box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
        }

    footer .useful-links {
        margin-top: 60px;
    }

    footer .contact-info {
        margin-top: 60px;
    }

        footer .contact-info ul li span {
            margin-right: -58px;
            font-size: 12px;
        }
}

.contact-us2 .left-content {
    padding: 30px;
}

    .contact-us2 .left-content input {
        border-radius: 0px;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bolder;
        color: #000;
        background-color: #f4f4f4;
        border: 2px solid #0c76a9;
        outline: none;
        box-shadow: none;
        line-height: 40px;
        height: 40px;
        width: 100%;
        margin-bottom: 25px;
    }
    /*.contact-us2 .left-content input::placeholder {
            color: #c8cbcd85 !important;
        }*/

    .contact-us2 .left-content textarea {
        border-radius: 0px;
        padding-left: 15px;
        padding-top: 10px;
        font-size: 15px;
        font-weight: bolder;
        color: #000;
        background-color: #f4f4f4;
        border: 2px solid #0c76a9;
        outline: none;
        box-shadow: none;
        min-height: 140px;
        height: 160px;
        max-height: 180px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .contact-us2 .left-content button {
        display: inline-block;
        background-color: #4883ff;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 16px;
        text-decoration: none;
        border-radius: 0px;
        border: 2px solid #4883ff;
        transition: all 0.5s;
    }

        .contact-us2 .left-content button:hover {
            background-color: transparent;
            color: #4883ff;
        }

.contact-us2 .right-content {
    background-color: #4883ff;
    padding: 30px 30px 65px 30px;
    color: #fff;
}

    .contact-us2 .right-content p {
        margin-bottom: 50px;
        color: #fff;
    }

    .contact-us2 .right-content ul li {
        margin: 10px 0px;
    }

        .contact-us2 .right-content ul li span {
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.3px;
            width: 80px;
            display: inline-block;
        }

        .contact-us2 .right-content ul li a {
            font-size: 13px;
            color: #fff;
            letter-spacing: 0.5px;
            text-decoration: none;
        }

#blog .schedule-item {
    border-bottom: 2px solid #b8d7b8;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    transition: background-color ease-in-out 0.3s;
    font-style: italic;
}

    #blog .schedule-item .col-xs-6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #blog .schedule-item .col-xs-6:first-child::after {
            width: 3px;
            background: #ccc;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            height: 100%;
            content: '';
        }

        #blog .schedule-item .col-xs-6:last-child::before {
            width: 25px;
            height: 25px;
            background: #fff;
            border: 5px solid #ccc;
            position: absolute;
            left: -14px;
            top: 23px;
            content: '';
            border-radius: 100%;
            transition: background-color ease-in-out 0.3s;
            background-color: green;
        }

    #blog .schedule-item:hover {
        background-color: #fff;
    }

        #blog .schedule-item:hover .col-xs-6:last-child::before {
            background-color: white;
        }

    #blog .schedule-item h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #blog .schedule-item p {
        font-style: italic;
        color: #152b79;
        margin-bottom: 0;
    }

.ck-content p {
    margin: 0;
}

.ck-content ul {
    padding: revert;
    margin-left: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.ck-content ol {
    margin-top: 0;
    margin-bottom: 0;
}


/* Cards */
.feedback {
    font-family: "Baloo 2", cursive;
    text-rendering: optimizeLegibility;
}

    .feedback a, .feedback a:hover {
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #000000;
}

    .postcard.dark {
        background-color: #18151f;
    }

    .postcard.light {
        background-color: #e1e5ea;
    }

    .postcard .t-dark {
        color: #18151f;
    }

    .postcard a {
        color: inherit;
    }

    .postcard h1, .postcard .h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .postcard .small {
        font-size: 80%;
    }

    .postcard .postcard__title {
        font-size: 1.75rem;
    }

    .postcard .postcard__img {
        max-height: 180px;
        width: 100%;
        object-fit: cover;
        position: relative;
    }

    .postcard .postcard__img_link {
        display: contents;
    }

    .postcard .postcard__subtitle.medium {
        font-size: 16px;
    }

    .postcard .postcard__bar {
        width: 50px;
        height: 5px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #424242;
        transition: width 0.2s ease;
    }

    .postcard .postcard__text {
        padding: 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .postcard .postcard__preview-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        height: 100%;
    }

    .postcard .postcard__tagbox {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 0;
        justify-content: center;
    }

        .postcard .postcard__tagbox .tag__item {
            display: inline-block;
            background: rgb(255 255 255);
            border-radius: 3px;
            padding: 2.5px 10px;
            margin: 0 5px 5px 0;
            cursor: default;
            user-select: none;
            transition: background-color 0.3s;
        }

            .postcard .postcard__tagbox .tag__item:hover {
                background: rgb(251 241 241);
            }

    .postcard:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-70deg, #424242, transparent 50%);
        opacity: 1;
        border-radius: 10px;
    }

    .postcard:hover .postcard__bar {
        width: 100px;
    }

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

        .postcard .postcard__title {
            font-size: 2rem;
        }

        .postcard .postcard__tagbox {
            justify-content: start;
        }

        .postcard .postcard__img {
            max-width: 300px;
            max-height: 100%;
            transition: transform 0.3s ease;
        }

        .postcard .postcard__text {
            padding: 3rem;
            width: 100%;
        }

        .postcard:hover .postcard__img {
            transform: scale(1.1);
        }

        .postcard:nth-child(2n+1) {
            flex-direction: row;
        }

        .postcard:nth-child(2n+0) {
            flex-direction: row-reverse;
        }

        .postcard:nth-child(2n+1) .postcard__text::before {
            left: -12px !important;
            transform: rotate(4deg);
        }

        .postcard:nth-child(2n+0) .postcard__text::before {
            right: -12px !important;
            transform: rotate(-4deg);
        }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
}

.postcard .fa-star {
    color: #4d8bfc;
}


/* Rating Card */

.rating .card {
    background-color: var(--white);
    border-radius: 1rem;
    padding: 1rem 3rem 2rem 3rem;
    text-align: center;
    filter: drop-shadow(0.1rem 1rem 0.2rem rgba(0, 0, 0, 0.3));
    margin-bottom: 20px;
}

.rating .card-title {
    -webkit-text-stroke: 1px #113474;
    font-size: 2.2rem;
    font-weight: bold;
}

.rating .card-rating {
    margin: 2rem 0 1rem;
    background-color: var(--zircon);
    border-radius: 4rem;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating .ratings {
    display: flex;
    align-items: center;
    grid-gap: 1.2rem;
}

    .rating .ratings img {
        width: 3.2rem;
        height: 3.2rem;
    }

.rating .card-rating-text {
    font-size: 1.6rem;
    color: var(--martinique);
    font-weight: 400;
}

.rating .rating-count {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--comet);
}

.rating .rating-percents {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    grid-row-gap: 0.5rem;
}

.rating .rating-percent {
    display: flex;
    justify-content: space-around;
}

.rating .rating-no {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--mariner);
}

.rating .rating-progress {
    margin: .8rem .8rem;
    background-color: var(--zircon);
    border-radius: 1.8rem;
    width: 15rem;
    height: 1rem;
    position: relative;
}

    .rating .rating-progress .rating-in {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        background-color: #4d8bfc;
        border-radius: 1.8rem;
    }

.rating .rating-percent-no {
    font-size: 1.8rem;
    color: var(--martinique);
    font-weight: 400;
}

.rating .card-footer-text {
    margin-top: 3rem;
    font-size: 1.6rem;
    color: var(--mariner);
    font-weight: 400;
}

.team-boxed {
    color: #313437;
}

    .team-boxed p {
        color: #7d8285;
    }

    .team-boxed h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

    .team-boxed .intro p {
        margin-bottom: 0;
    }

.team-boxed .people {
    padding: 0 0 50px 0;
}

.team-boxed .item {
    text-align: center;
}

    .team-boxed .item.right {
        font-family: KorolevBold;
        text-align: left;
    }

    .team-boxed .item.left .box {
        text-align: center;
        padding: 30px;
        margin-bottom: 30px;
        background-size: contain;
        background-repeat: round;
        height: 673px;
        border-radius: 5px;
        box-shadow: 7px 9px #828bcb3b;
    }

    .team-boxed .item.middle .box {
        text-align: center;
        position: relative;
        padding: 30px;
        margin-bottom: 30px;
        background-size: contain;
        background-repeat: round;
        height: 673px;
        border-radius: 5px;
        box-shadow: 7px 9px #828bcb3b;
    }

    .team-boxed .item.right .box {
        text-align: center;
        margin-bottom: 30px;
        background-repeat: round;
        height: 673px;
        border-radius: 5px;
        box-shadow: 7px 9px #828bcb3b;
    }

    .team-boxed .item.right .paddingArea {
        padding: 30px 30px 0px 30px;
    }
        .team-boxed .item.right .paddingArea h3 {
            font-size: 36px;
            color: white;
        }
    .team-boxed .item.right iframe {
        width: 100%;
        border-radius: 0px 0px 5px 5px;
    }

    .team-boxed .item.right hr {
        margin-bottom: 5px;
        margin-top: 5px;
        border-top: 2px solid #fffbfbb0;
    }
    .team-boxed .item.right .link hr {
        width: 40%;
        margin-left: 0;
    }

    .team-boxed .item.right a {
        font-weight: bold;
        margin-bottom: 8px;
        color: white;
        font-size: 24px;
    }

        .team-boxed .item.right a:hover {
            text-decoration: none;
            color: #e9c5c5;
        }

    .team-boxed .item.right .box {
        text-align: left;
    }
    .team-boxed .item.left .box .fa {
        color: white;
    }

    .team-boxed .item.left .box .name .fa {
        font-size: 30px;
    }

    .team-boxed .item .name {
        font-weight: bold;
        margin-bottom: 8px;
        color: white;
        font-size: 50px;
        display: inline-block;
        margin-right: 10px;
    }
    .team-boxed .item .totalRating {
        display: inline-block;
        color: white;
        font-size: 19px;
    }

    .team-boxed .item .title {
        text-transform: uppercase;
        font-weight: bold;
        color: #d0d0d0;
        letter-spacing: 2px;
        font-size: 13px;
    }

    .team-boxed .item .description {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
        color: white;
        font-weight: 600;
    }

    .team-boxed .item img {
        max-width: 160px;
    }

.team-boxed .social {
    font-size: 18px;
    color: #a2a8ae;
}

    .team-boxed .social a {
        color: inherit;
        margin: 0 10px;
        display: inline-block;
    }

        .team-boxed .social a:hover {
            opacity: 1;
        }

.sendFeedback input, .sendFeedback select, .sendFeedback textarea {
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66) !important;
    border: none !important;
}
.sendFeedback select option {
    font-weight: 600;
}
.sendFeedback .validation-summary-errors {
    font-size: 22px;
    margin-bottom: 10px;
    box-shadow: 1px -1px 20px -8px rgb(255 0 0 / 60%) !important;
    border: none !important;
    padding: 20px;
    font-weight: 600;
    color: #4a3636;
}
    .sendFeedback .validation-summary-errors ul {
        list-style: decimal;
        margin-left: 20px;
    }

@media (min-width: 1790px) {
    .container.team-boxed {
        width: 1770px !important;
    }
}

@media (min-width: 1500px) {
    .container.team-boxed {
        width: 1470px !important;
    }
}
@media (max-width: 1499px) and (min-width: 1199px){
    .team-boxed .item .description {
        font-size: 11px;
    }
}

.item.middle ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}
    .item.middle ul li {
        float: left;
    }
.item.left .type--A {
    --line_color: #555555;
    --back_color: #ffecf6;
}

.item.left .type--B {
    --line_color: #1b1919;
    --back_color: #e9ecff;
}

.item.left .type--C {
    --line_color: #00135c;
    --back_color: #defffa;
}

.item.left .button {
    position: relative;
    z-index: 0;
    width: 150px;
    height: 56px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    background-color: #3f6caf4a;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.item.left .button__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .item.left .button::before,
    .item.left .button::after,
    .item.left .button__text::before,
    .item.left .button__text::after {
        content: "";
        position: absolute;
        height: 3px;
        border-radius: 2px;
        background: var(--line_color);
        transition: all 0.5s ease;
    }

.item.left .button::before {
    top: 0;
    left: 54px;
    width: calc(100% - 56px * 2 - 16px);
}

.item.left .button::after {
    top: 0;
    right: 54px;
    width: 8px;
}

.item.left .button__text::before {
    bottom: 0;
    right: 54px;
    width: calc(100% - 56px * 2 - 16px);
}

.item.left .button__text::after {
    bottom: 0;
    left: 54px;
    width: 8px;
}

.item.left .button__line {
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    overflow: hidden;
}

    .item.left .button__line::before {
        content: "";
        position: absolute;
        top: 0;
        width: 150%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 300px;
        border: solid 3px var(--line_color);
    }

    .item.left .button__line:nth-child(1),
    .item.left .button__line:nth-child(1)::before {
        left: 0;
    }

    .item.left .button__line:nth-child(2),
    .item.left .button__line:nth-child(2)::before {
        right: 0;
    }

.item.left .button:hover {
    letter-spacing: 2px;
}

    .item.left .button:hover::before,
    .item.left .button:hover .button__text::before {
        width: 8px;
    }

    .item.left .button:hover::after,
    .item.left .button:hover .button__text::after {
        width: calc(100% - 56px * 2 - 16px);
    }

.item.left .button__drow1,
.item.left .button__drow2 {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
}

.item.left .button__drow1 {
    top: -16px;
    left: 40px;
    width: 32px;
    height: 0;
    transform: rotate(30deg);
}

.item.left .button__drow2 {
    top: 44px;
    left: 77px;
    width: 32px;
    height: 0;
    transform: rotate(-127deg);
}

    .item.left .button__drow1::before,
    .item.left .button__drow1::after,
    .item.left .button__drow2::before,
    .item.left .button__drow2::after {
        content: "";
        position: absolute;
    }

.item.left .button__drow1::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-60deg);
}

.item.left .button__drow1::after {
    top: -10px;
    left: 45px;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(69deg);
}

.item.left .button__drow2::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-146deg);
}

.item.left .button__drow2::after {
    bottom: 26px;
    left: -40px;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-262deg);
}

.item.left .button__drow1,
.item.left .button__drow1::before,
.item.left .button__drow1::after,
.item.left .button__drow2,
.item.left .button__drow2::before,
.item.left .button__drow2::after {
    background: var(--back_color);
}

/*.item.middle .button:hover .button__drow1 {
    animation: drow1 ease-in 0.06s;
    animation-fill-mode: forwards;
}

.item.middle .button:hover .button__drow1::before {
    animation: drow2 linear 0.08s 0.06s;
    animation-fill-mode: forwards;
}

.item.middle .button:hover .button__drow1::after {
    animation: drow3 linear 0.03s 0.14s;
    animation-fill-mode: forwards;
}

.item.middle .button:hover .button__drow2 {
    animation: drow4 linear 0.06s 0.2s;
    animation-fill-mode: forwards;
}

.item.middle .button:hover .button__drow2::before {
    animation: drow3 linear 0.03s 0.26s;
    animation-fill-mode: forwards;
}

    .item.middle .button:hover .button__drow2::after {
        animation: drow5 linear 0.06s 0.32s;
        animation-fill-mode: forwards;
    }*/

@keyframes drow1 {
    0% {
        height: 0;
    }

    100% {
        height: 100px;
    }
}

@keyframes drow2 {
    0% {
        width: 0;
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    11% {
        opacity: 1;
    }

    100% {
        width: 60px;
    }
}

@keyframes drow3 {
    0% {
        width: 0;
    }

    100% {
        width: 40px;
    }
}

@keyframes drow4 {
    0% {
        height: 0;
    }

    100% {
        height: 120px;
    }
}

@keyframes drow5 {
    0% {
        width: 0;
    }

    100% {
        width: 62px;
    }
}
