body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
b, strong {
    font-weight: 800;
}
a {
    color: #325283;
}
p:last-child{
    margin-bottom: 0;
}
h1,h2,h3,h4,h5{
    font-family: 'Oswald', sans-serif;
}
.object-cover{
    object-fit: cover !important;
}
.rounded-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
header .navbar .navbar-brand img {
    max-height: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
header.sticky_header .navbar .navbar-brand img{
    max-height: 40px;
}
header .navbar .navbar-nav>li>.nav-link {
    color: #325283 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
header .navbar .navbar-nav>li{
    margin-right: 20px;
}
header .navbar {
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    transition: .5s;
}
header.sticky_header nav.navbar {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}

.aboutus_content h2 {
    color: #325283;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 600;
}
.aboutus{
    position: relative;
    z-index: 1;
}
.aboutus::before{
    content: '';
    left: 0;
    bottom: 0;
    height: 55%;
    width: 50%;
    z-index: -1;
    opacity: .5;
    background-image: url('/media/tq5n43fl/bg_circle.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
}

.bg-blue{
    background-color: #325283;
}

.accommodation{
    background: linear-gradient(180deg, #325283 70%, white 30%);
}
.accommodation_content{
    position: relative;
    z-index: 1;
}
.accommodation_content::before{
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .1;
    background-image: url('/media/pd2gxpgw/logo-icon-white.png');
    background-size: 55%;
    background-position: 80% top;
    background-repeat: no-repeat;
    position: absolute;
}
.accommodation_content h2{
    font-size: 70px;
    margin-bottom: 25px;
    font-weight: bold;
}
.acc-video {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.acc-video .video-thumbnail {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    z-index: 1;
}
.acc-video .video-thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    display: table;
    max-height: inherit;
}
.acc-video .video-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.1);
    pointer-events: none;
}
.acc-video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acc-video .play-icon .icon {
    background-color: #fff;
    color: #325283;
    height: 90px;
    width: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-left: 4px;
    border-radius: 60px;
    line-height: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}
.acc-video .play-icon .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
    border-radius: 95px;
}
.acc-video .play-icon .icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
    border-radius: 95px;
}
.accommodation_content .video_btn {
    text-align: center;
    margin-top: -28px;
    position: relative;
    z-index: 9;
}
.btn-blue {
    background-color: #325283;
    border-color: #325283;
    color: #fff;
}
.btn-blue:hover {
    background-color: #1f3a65;
    border-color: #1f3a65;
    color: #fff;
}
.btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgb(50 82 131 / 25%);
}
.accommodation_content .video_btn .btn {
    font-weight: 300;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.plan_body {
    counter-increment: my-sec-counter 0;
}
.plan_body ol li{
    display: flex;
    align-items: flex-start;
}
.plan_body ol li:not(:last-child){
    margin-bottom: 6px;
}
.plan_body ol li span.counting{
    display: inline-block;
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    flex: 0 0 38px;
    max-width: 38px;
    margin-right: 10px;
}
.plan_body ol li span.counting::before {
    height: 30px;
    width: 30px;
    border-radius: 70px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: #325283;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    justify-content: center;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}
.plan_body ol li .step_text {
    display: inline-block;
    margin-top: 10px;
    line-height: normal;
    position: relative;
    padding: 0 2px;
}
.plan_body ol li .step_text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 0%;
    background-color: rgb(255 255 255 / 20%);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.plan_body ol li:hover .step_text:before{
    visibility: visible;
    opacity: 1;
    width: 100%;
}


.msg-box {
    background-color: #f5f6f9;
    padding: 30px 45px;
}
.msg-box .msg-icon {
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 20px;
}
.msg-box .msg-text {
    flex: 1;
}
.msg-box .msg-text p {
    color: #000;
}
.move_cities{
    background-color: #f5f6f9;
}
.move_cities h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #325283;
}
.lijn_text img {
    height: 70px;
}
.move_cities_inner{
    position: relative;
    z-index: 1;
}
.move_cities_inner::before{
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .05;
    background-image: url('/media/nmhbih3s/logo-icon.png');
    background-size: 45%;
    background-position: 80% top;
    background-repeat: no-repeat;
    position: absolute;
}

.footer_top{
    background-color: #325283;
}
.foot-location {
    display: flex;
    color: #fff;
}
.foot-location span.icon {
    flex: 0 0 25px;
    max-width: 25px;
    padding-top: 2px;
}
.foot-location span {
    line-height: 1.6;
}
.foot-info ul li:not(:last-child) {
    /* margin-bottom: 7px; */
}
.foot-info ul li {
    display: flex;
    color: #fff;
}
.foot-info ul li span.icon {
    flex: 0 0 25px;
    max-width: 25px;
    padding-top: 2px;
}
.foot-info ul li span a {
    color: #fff;
}
.footer_copy p {
    color: #325283;
}
.footer_bottom{
    background-color: #fff;
}
header .navbar-toggler[aria-expanded="true"] span.fa::before {
    content: "\f00d";
}
header .navbar-toggler {
    height: 35px;
    width: 35px;
    padding: 0;
    font-size: 16px;
    border-radius: 7px;
    border-color: #325283 !important;
    color: #325283 !important;
}
header .navbar-toggler[aria-expanded="true"] {
    background-color: #325283 !important;
    color: #fff !important;
}
.video_modal button.close {
    font-size: 21px;
    line-height: normal;
    position: absolute;
    right: -15px;
    top: -15px;
    height: 35px;
    width: 35px;
    background-color: #333;
    background: linear-gradient(45deg, #325283, #4e76b1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    opacity: 1 !important;
    text-shadow: none !important;
    color: #fff;
    font-weight: 600;
    z-index: 9;
}
.video_modal iframe{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
@keyframes pulse-border {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.3);
      opacity: 0;
    }
}
@keyframes pulse-border-2 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1040px;
    }
}

@media screen and (max-width: 992px){
    header .navbar-collapse {
        position: fixed;
        display: block !important;
        background-color: #fff;
        left: 0%;
        top: 0;
        padding: 20px;
        width: 100%;
        min-height: 100vh;
        max-height: 100vh;
        overflow: auto;
        max-width: 280px;
        box-shadow: 3px 0 18px rgb(0 0 0 / 10%);
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        height: 100% !important;
        pointer-events: none;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
    }
    header .navbar-collapse.show{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    header .navbar-collapse ul li.nav-item {
        margin: 0 !important;
        border-bottom: 1px solid #eee;
    }
    .aboutus_content h2 {
        font-size: 32px;
    }
    .accommodation_content h2 {
        font-size: 48px;
    }
}
@media screen and (max-width: 768px) {
    .aboutus::before {
        height: 35%;
        width: 35%;
    }
    .accommodation_content h2 {
        font-size: 38px;
    }
    .plan_header h2 {
        font-size: 28px;
    }
    .plan_body ol li .step_text {
        margin-top: 0px;
    }
    .plan_body ol li:not(:last-child) {
        margin-bottom: 8px;
    }
    .msg-box {
        padding: 20px 22px;
    }
    .msg-box .msg-icon {
        flex: 0 0 60px;
        max-width: 60px;
    }
    
}

@media screen and (max-width: 576px){
    header .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .aboutus_content h2 {
        font-size: 26px;
    }
    .aboutus::before{
        opacity: .3;
    }
    .accommodation_content h2 {
        font-size: 32px;
    }
    .accommodation_content .video_btn {
        margin-top: 20px;
    }
    .accommodation_content .video_btn .btn {
        padding: 10px 20px 12px!important;
        line-height: normal;
        font-size: 14px;
    }
    .msg-box .msg-icon {
        flex: 0 0 50px;
        max-width: 50px;
        margin-right: 12px;
    }
    .move_cities .contact_btn .btn {
        padding: 10px 20px 12px!important;
        font-size: 14px;
    }
    .footer_logo img {
        max-height: 60px;
    }
    .footer_copy p {
        font-size: 13px;
    }
}