
    .fixed-btn {
        position: fixed;
        top: auto;
        left: auto;
        bottom: 2em;
        right: 2em;
        z-index: 299;
    }

    #top-bar {
        position: relative;
        border-bottom: 1px solid #eee;
        height: 45px;
        line-height: 44px;
        font-size: 13px;
    }

    .top-links li>a {
        display: block;
        padding: 0 12px;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        height: 44px;
        color: #004aba;
    }

    #primary-menu.style-3>ul>li>a {
    padding: 10px;
    text-align: center;
    color: #004aba;
    border-radius: 5px !important;
    margin: 18px 0;
}

    #primary-menu ul li>a {
        display: block;
        line-height: 22px;
        padding: 39px 14px;
        color: #444;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: Raleway, sans-serif;
        -webkit-transition: margin .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .4s ease;
    }

    #header,
    #header-wrap {
        width: 100%;
        height: 10em;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
    }

    .logo-container img {
        width: 100%;
        height: auto;
    }

    .logo-container img.desktop {
        display: none;
    }

    #bio-modal .modal-img img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
    }

    #bio-modal h2,
    #bio-modal h3,
    #bio-modal div.bio {
        transition: all 350ms ease-in;
        margin: 3px 0;
    }

    #bio-modal h2:empty {
        background: linear-gradient(95deg, #eeeeee, #dddddd, #eeeeee, #dddddd);
        background-size: 400% 400%;
        animation: loadBg 1s ease infinite;
        box-shadow: 2px 2px 1px hsla(255, 100%, 98%, .5);
        width: 60%;
        height: 36px;
        border-radius: 5px;
    }

    #bio-modal h3:empty {
        background: linear-gradient(95deg, #eeeeee, #dddddd, #eeeeee, #dddddd);
        background-size: 400% 400%;
        animation: loadBg 1s ease infinite;
        box-shadow: 2px 2px 1px hsla(255, 100%, 98%, .5);
        width: 100%;
        height: 27px;
        border-radius: 5px;
    }

    #bio-modal .modal-img:empty {
        background: linear-gradient(95deg, #eeeeee, #dddddd, #eeeeee, #dddddd);
        background-size: 400% 400%;
        animation: loadBg 1s ease infinite;
        box-shadow: 2px 2px 1px hsla(255, 100%, 98%, .5);
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    #bio-modal div.bio span:empty {
        display: block;
        margin: 8px 0;
        background: linear-gradient(95deg, #eeeeee, #dddddd, #eeeeee, #dddddd);
        background-size: 400% 400%;
        animation: loadBg 1s ease infinite;
        box-shadow: 2px 2px 1px hsla(255, 100%, 98%, .5);
        width: 80%;
        height: 12px;
        border-radius: 2px;
    }

    #bio-modal div.bio span:nth-child(2):empty {
        width: 65%;
    }

    #bio-modal div.bio span:nth-child(3):empty {
        width: 90%;
    }

    #bio-modal div.bio span:nth-child(4):empty {
        width: 72%;
    }

    @keyframes loadBg {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    #portfolio .col_one_fourth {
        margin-right: 3%;
    }

    .team-title a {
        color: #333;
    }

    .team-title span {
        color: #555;
    }

    #page-title-dark {
        position: relative;
        padding: 50px 0;
    }
.page-dark-title .container h1 {
margin-bottom:0px;
}
    #page-title {
        display: none;
    }

    .breadcrumb a {
        color: #fff;
    }

    .breadcrumb-item.active {
        color: #fff;
        font-weight: 900;
    }

    h1 {
        font-size: 36px;
        color: #fff;
    }

    #header {
        border-bottom: none;
    }

    .button.button-rounded {
        border-radius: 15px;
    }

    button,
    select {
        text-transform: uppercase;
        padding: 1em;
        background-color: #004aba;
        color: #fff;
        border-radius: 15px;
        position: relative;
        top: 0em;
        right: 1em;
        width: 90%;
    }

    .seminar {
        width: 45%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        padding: 2%;
    }

    .seminars {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .breadcrumb {
    position: relative;
    width: auto;
    margin: auto;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
    float: right;
}

    .slider-caption:not(.dark),
    .slider-caption:not(.dark) {
        color: #004aba !important;
        text-shadow: none;
        background-color: #fff;
        padding: 2em;
        border-radius: 15px;
        margin: auto;
        position: absolute;
        left: 0;
        bottom: 3em;
        top: auto !important;
        right: auto;
    }

    .slider-caption h2 {
        font-size: 2.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
    }

    .slider-caption:not(.dark),
    .slider-caption:not(.dark) h2 {
        color: #004aba !important;
        text-shadow: none;
        background-color: #fff;
        padding: 1em 0.5em;
    }

    .slider-caption p {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 24px;
    }

    .swiper_wrapper .swiper-slide {
        position: relative;
        margin: 0;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .slider-caption.slider-caption-right {
        left: auto !important;
        right: 15px !important;
    }

    @media (max-width: 575px) {

        .swiper_wrapper:not(.force-full-screen),
        .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
            height: 90vh !important;
        }
    }

    @media (min-width: 550px) {

        .logo-container img {
            display: none;
        }

        .logo-container img.desktop {
            display: block;
        }
    }

    @media (max-width: 991px) {
        .logo-container {
            width: 210px;
            margin: 0 auto;
            position: relative;
            top: -30px;
        }
    }

    @media (min-width: 780px) {
        .logo-container {
            width: 240px;
            top: 0;
        }
    }

    @media (min-width: 992px) {

        .logo-container {
            width: 340px;
            float: left;
        }

        .sticky-header .logo-container {
            width: 157px;
        }

        #primary-menu ul li>a {
            font-size: 14px;
        }

        .logo-container img {
            display: none;
        }

        .logo-container img.desktop {
            display: block;
        }

        #header:not(.sticky-header) #primary-menu {
            padding-top: 33px;
        }
    }

    @media (min-width: 1220px) {

        .logo-container {
            width: 520px;
        }
    }


    @media (min-width: 1350px) {

        #primary-menu ul li>a {
            padding: 39px 15px;
            font-size: 22px;
        }
    }
