@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #1c3b4a;
    --secondary-color: #9ea9a9;
}

::-webkit-scrollbar {
    width: 10px;
    position: relative;
    z-index: 100;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.overlay:after {
    background: none;
}
.home-text h1 {
    font-size: 3.8em;
}
#home {
    height: 100vh;
}
.headline {
    left: 50%;
}
body, h1, h2 {
    font-family: "Poppins", sans-serif;
}
a, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif;
}

.overlay-bm {
    background-color: #1c3b4a;
}
.overlay-50percent{
    background-color: #9ea9a9;
}
.nav-bg .navbar-nav > .active > a, .nav-bg .navbar-nav > .active > a:focus, .nav-bg .navbar-nav > .active > a:hover {
    color: #1c3b4a !important;
}
.nav-bg .navigation-menu .navbar-nav li a:hover, .nav-bg .navigation-menu .navbar-nav li button:hover {
    color: #1c3b4a !important;
}
.nav-bg {
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.05);
}
.personal_banner a {
    font-weight: 600;
}
.main_footer .footer_block_title {
    font-weight: 600;
}
.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    background-color: #1c3b4a !important;
}
.quotation2 {
    overflow: hidden;
}
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.navigation-menu .navbar-nav li a, .navigation-menu .navbar-nav li button {
    font-weight: 500;
    text-transform: uppercase;
}
div.cookiewarning h2 {
    line-height: 22px;
}
body.cookiewarning div.cookiewarning {
    width: calc(100% + 30px);
    margin: 0 -30px;
}
.cookiewarning .btn-warning {
    font-size: 14px;
    border-radius: 40px;
    margin-top: 15px;
}
.cookiewarning .btn-warning:hover {
    background-color: var(--primary-color);
}
.owl-nav button span {
    line-height: 35px;
}
@media screen and (max-width: 991px){
    .headline {
        left: 0;
    }
    #home {
        height: 80vh;
    }
    .home-text h1 {
        font-size: 3em;
        line-height: 40px;
    }
    .home-text h2 {
        font-size: 1.5em;
        line-height: 40px;
    }
    .home-text h1 {
        font-size: 3em;
        line-height: 40px;
    }
    .home-text h3 {
        font-size: 1.2em;
        margin-top: 6px;
    }
    #home.home-bg {
        background-size: inherit;
    }
}

@media screen and (max-width: 1599px){
    .headline {
        top: 250px;
    }
}
@media screen and (min-width: 1600px){
    .headline {
        top: 300px;
    }
}
