.header-logo {
    margin: 0px;
}

.round-links {
    display:none;
}

.blockquote-orange {
    border-color: #ff6a00 !important;
}

.blockquote-yellow {
    border-color: #ffd800 !important;
}

.blockquote-lightblue {
    border-color: #0094ff !important;
}

.container-max-width{
    max-width:1140px !important;
}

section.section.section-overlay-opacity-gradient.section-services::before {
    background: linear-gradient(135deg, #000000 50%, #353a98 100%);
}

@keyframes fadeInCustom {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

@media only screen and (min-width: 769px) {

    .round-links {
        position: absolute;
        background-color: transparent;
        text-align: center;
        margin-top: -150px;
        width: 100%;
        height: 150px;
        display:block;
    }

    .intro-box {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 0 .6rem !important;
    }
}
    

    @media only screen and (min-width: 376px) and (max-width: 768px) {
        .intro-box {
            height: 500px;
        }

        .hidden-mobile {
            display: none;
        }
    }

    @media only screen and (max-width: 768px) {
        .hidden-mobile {
            display: none;
        }
    }

    @media only screen and (max-width: 376px) {
        .intro-box {
            height: 600px;
        }

        .hidden-mobile {
            display: none;
        }
    }
