:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

p a {
    color: #164676;
    font-weight: 600;
    text-decoration: none;
}

p a:hover {
    color: #2f5a86;
    text-decoration: underline;
}

.navbar {
    height: 130px;
    transition: background-color 0.3s ease, height 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar.scrolled {
    background-color: rgb(22, 70, 118, 0.9);
    backdrop-filter: blur(10px);
    height: 90px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.navbar .container {
    transition: margin-top 0.3s ease;
}

.navbar.scrolled .container {
    margin-top: 0 !important;
}

.navbar .logo {
    transition: height 0.3s ease;
}

.navbar.scrolled .logo {
    height: 70px;
}

.leaflet-marker-icon {
    filter: brightness(0) saturate(100%) invert(20%) sepia(88%) saturate(836%) hue-rotate(180deg) brightness(90%) contrast(93%);
}

@media(max-width: 767px) {

    #pagecurl {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%
    }

    .header-contact-info {
        margin-right: 15px;
        font-size: 18px;
        width: auto;
    }

    .header-contact-info a {
        color: #888;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    nav.navbar .container {
        max-width: 100%;
        height: 125px;
    }

    .navbar-toggler {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        border: 0;
        outline: none !important;
        z-index: 9;
    }

    .navbar {
        height: 125px;
        padding: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        /*top: 125px;*/
        padding-top: 125px;
        background: rgba(22, 70, 118, 1);
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

    .navbar.scrolled .logo {
        height: 80px;
    }

    nav.navbar.scrolled,
    nav.navbar.scrolled .container {
        height: 90px;
    }

    nav.navbar.scrolled .navbar-collapse {
        padding-top: 100px;
    }
}

nav .top-line {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
}

nav .top-line .navbar-nav .nav-link {
    color: #888;
    font-size: 14px;
    font-weight: 600;
}

nav .left-menu .navbar-nav .nav-link,
nav .right-menu.navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

@media(min-width: 768px) {

    #pagecurl {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 25%;
    }

    nav .container {
        margin-top: 15px;
    }

    nav .top-line {
        top: -15px;
    }

    nav .top-line .navbar-nav .nav-link.telephone {
        font-size: 18px;
    }

    .navbar-collapse {
        justify-content: end;
    }

    .navbar-expand-md .navbar-nav {
        width: 100% !important;
        max-width: unset;
        gap: 20px;
    }

    /* nav .left-menu .nav-link {
        margin-right: 45px;
    } */

    nav .right-menu .nav-link {
        margin-left: 45px;
    }
}

.main-banner {
    background-image: url('../images/wharfside02.jpg');
    background-size: cover;
    background-position: center;
    /* Added */
    min-height: 80vh;
    height: 80vh;
}

@media(max-width: 575px) {
    .main-banner {
        min-height: 100vh;
    }
}

.banner-caption {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.banner-title {
    font-size: 95px;
    line-height: 95px;
    letter-spacing: -.025em;
}

.banner-btn {
    margin-bottom: 50px;
    width: 100%;
}

@media(max-width: 991px) {
    .banner-title {
        font-size: 60px;
        line-height: 62px;
    }
}

@media(max-width: 540px) {
    .banner-title {
        font-size: 40px;
        line-height: 44px;
    }
}

.banner-text {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.btn {
    background-color: #164676;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 40px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: calc(100% - 40px);
    text-wrap: wrap balance;
    text-align: center;
}

.btn:active,
.btn:hover {
    color: #fff;
    background-color: #2f5a86;
}

.btn i {
    margin-left: 10px;
}

.btn-white {
    color: #999;
    background: #fff;
    font-weight: 700;
}

.btn-white:active,
.btn-white:hover {
    color: #ccc;
    background-color: #fff;
    text-decoration: underline;
}

#confidenceblock h2 {
    font-size: 29px;
    font-weight: 700;
}

.banners-tree-in-row .overflow-hidden {
    overflow: hidden;
}

.banners-tree-in-row .row>div {
    height: 500px;
}

@media(min-width: 768px) {
    .banners-tree-in-row .row>div {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .banners-tree-in-row .row>div:first-of-type {
        border-left: 0;
    }

    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
}

@media(max-width: 767px) {
    .banners-tree-in-row .row>div {
        border-bottom: 4px solid #fff;
    }

    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
}

.banners-tree-in-row .content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width: 991px) and (min-width: 768px) {
    .banners-tree-in-row .content h2 {
        font-size: 26px;
    }
}

.banners-tree-in-row .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-size: 24px;
}

.banners-tree-in-row img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.text-with-image {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.text-with-image .image-wrapper {
    position: static;
}

.text-with-image .blockBG {
    position: absolute;
    right: 45%;
    transform: translateX(50%);
    top: 10%;
    z-index: -1;
}

@media(max-width: 767px) {
    .text-with-image .blockBG {
        display: none;
    }
}

.text-with-image h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-with-image h3 {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.text-icons {
    text-align: center;
    background-color: #164676;
    color: #fff;
    flex-wrap: wrap;
}

.text-icons h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.text-icons .icons {
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-between;
}

.text-icons .icons .icon {
    width: 20%;
}

.text-icons .icons i {
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px;
    min-height: 45px;
}

.text-icons .icons .text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 991px) {
    .text-icons .icons {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .text-icons .icon {
        margin-top: 45px;
        width: 33.3% !important;
    }
}

@media(max-width: 575px) {
    .text-icons .icon {
        width: 50% !important;
    }
}

.two-colemn-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.separator hr {
    border-color: #efece7;
    border-width: 2px;
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid .grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }

    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid a {
        padding-bottom: 4px;
    }
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid.grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }

    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid .row>div {
        margin-bottom: 4px;
        ;
    }
}

.gallery-grid .grid img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.montage h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .montage .grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }

    .montage .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .montage .col-bp {
        padding-bottom: 4px;
    }
}

.montage .grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .montage .grid a {
        padding-bottom: 4px;
    }
}

.montage .grid img {
    width: 100%;
    height: auto;
}

.testimonial-carousel {
    background-size: cover;
    background-position: center;
}

.testimonial-carousel h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    ;
}

.testimonial-carousel .testimonial-body {
    color: #fff;
    text-align: center;
}

.testimonial-carousel .testimonial-text {
    font-size: 36px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 45px;
    overflow: hidden;
}

.testimonial-carousel .testimonial-text.big_text {
    max-height: 220px;
    margin-bottom: 15px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full {
    cursor: pointer;
    margin-bottom: 30px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full:hover {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .testimonial-carousel .testimonial-text {
        font-size: 22px;
    }
}

.testimonial-carousel .testimonial-author {
    font-weight: 18px;
}

.testimonial-carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}

.footer .footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .footer-links p {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer .footer-links a {
    font-size: 14px;
    color: #212529;
}

#leaflet-map {
    min-height: 400px;
}

#leaflet-map .leaflet-tile-pane {
    /* Greyscale the map */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.footer2,
.footer2 a {
    color: #212529;
    font-size: 14px;
}

.get-in-touch h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.get-in-touch .form-block {
    border: 5px solid #e8e8e8;
}

.get-in-touch .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.get-in-touch .form input.form-control {
    border-radius: 0;
    padding: 10px 10px;
    border: 0;
    border-bottom: 2px dashed #000;
    box-shadow: none !important;
    height: 42px;
}

.get-in-touch .form textarea.form-control {
    height: 171px;
    background-color: #fff;
    background-image: url('../images/image_2022_01_11T08_54_36_094Z.png');
    background-size: 100% 100%;
    /* background: repeat; */
    background-repeat: no-repeat;
    background-position: 50% 0px;
    line-height: 57px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    margin-top: -4px;
    text-indent: 165px;
    resize: none;
}

.get-in-touch .form input,
.get-in-touch .form textarea {
    font-size: 14px;
}

.get-in-touch .form input.error,
.get-in-touch .form textarea.error {
    border-color: red;
    color: red;
    background: #fff6f6;
}

.get-in-touch .form input.error+.error,
.get-in-touch .form textarea.error+.error {
    position: absolute;
    font-size: 12px;
    color: #ff0404;
    right: 0;
    bottom: -20px;
    margin: 0px;
}

.form h4 {
    color: #5E87E8;
}

.form h5 {
    font-size: 18px;
    color: #BEA09A;
}

.form h6 {
    color: #5E87E8;
    font-size: 18px;
    width: 100%;
}

.form .blue-text {
    color: #5E87E8;
    font-size: 18px;
}

.form_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.form .blue-text span {
    font-size: 16px;
}

.form .form-group label {
    display: flex;
    align-items: flex-end;
    margin: 0px;
    width: 100%;
}

.get-in-touch .form .form-group .row {
    align-items: flex-end;
}

.get-in-touch .form .form-group .row.flex-start {
    align-items: flex-start;
}

.form ul li span {
    font-size: 14px;
}

.form .form-group .row.flex-start label {
    margin-top: 20px;
}

.form .form-group .row.flex-start input {
    padding-left: 160px;
}

.forms__headlines {
    height: 70px;
}

.form__column {
    padding-right: 50px;
}

.label-above {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    z-index: 1;
}

.get-in-touch .form .form-group label input.form-control {
    border-bottom: 2px solid #000;
    margin-left: 20px;
}

.get-in-touch .form .form-group input.form-control {
    border-bottom: 2px solid #000;
    margin-left: 20px;
}

.select__wrapper {
    margin-left: 30px;
}

.country_select {
    margin-left: 30px;
}

@media(max-width: 575px) {

    .get-in-touch .form input.error+.error,
    .get-in-touch .form textarea.error+.error {
        bottom: -15px;
    }
}

.get-in-touch .form .checkbox-block {
    position: relative;
}

.get-in-touch .form .checkbox-block input {
    position: absolute;
    opacity: 0;
}

.get-in-touch .form .checkbox-block input+label {
    padding-left: 35px;
}

.gdpr__link {
    color: #2B62DE;
}

.get-in-touch .form .checkbox-block input+label:before {
    content: "";
    position: absolute;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 3px;
}

.get-in-touch .form .checkbox-block input:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 17px;
    top: 1px;
    font-weight: bold;
}

.get-in-touch .form input[type=checkbox].error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}

#section-gallery .slick-arrow {
    position: absolute;
    top: 38%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 80px;
    font-size: 34px;
    opacity: 0.5;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 2;
}

#section-gallery .slick-arrow:hover {
    opacity: 1;
}

#section-gallery .slick-arrow.prev-slide {
    left: 0;
}

#section-gallery .slick-arrow.next-slide {
    right: 0;
}

#captcha {
    background: #444;
    display: inline-block;
}

#captchaMessage.error {
    font-size: 12px;
    color: #ff0404;
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: 0px;
}