html.sticky-header-active #header .header-top {
    padding: 0 !important;
}

#header .header-nav-top .dropdown-menu:before {
    display: none;
}

/* ============ desktop view ============ */
@media all {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: -100%;
        top: 0px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


/*.card-title {
    text-align: center;
}*/

.company-timeline:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

.locations:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

.banner-section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 0;
    padding: 50px 0;
}

.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

a, a:hover, a:focus {
    color: #dc3545;
}

.diagonal-section:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 992px) {
    .col-custom-7 {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
}


.icon-round {
    display: inline-block;
    margin: 0px 10px 0 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 2em;
    line-height: 75px;
}

.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    border-bottom: 3px solid #dbdada;
}

#navpill-button {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #ccc;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 1rem;
    letter-spacing: -.5px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: red;
    color: #fff;
}


.process .process-step-circle {
    border-color: white;
    background-color: #dc3545;
}

.process .process-step:hover .process-step-circle {
    background-color: #dc3545;
}

.process .process-step {
    justify-content: flex-start;
}

.process-step-circle {
    display: flex;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid white;
    border-radius: 50%;
    align-items: center;
    position: relative;
    background-color: #dc3545;
    color:white;
    transition: all 0.2s ease-in-out;
}

.process-step-circle{
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    min-height: 60px;
    min-width: 60px;
}

.process-step-circle .process-step-circle-content {
    font-weight: bold;
    color: white;
    font-size: 1.6em;
    letter-spacing: -1px;
    transition: all 0.2s ease-in-out;
}

.process-vertical .process-step:after {
    background-color: white;
}

.process-connecting-line .connecting-line {
    content: '';
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #fff;
}

.wlx-color {
    color: #C92F45;
}

.certifications div {
     padding: 10px 30px;
 }

.tabs.tabs-simple li.nav-item {
    margin: 0;
}

.tabs.tabs-simple .nav-tabs {
    border-bottom: 1px solid #dbdada
}

.tab-content {
    padding-top: 20px !important;
}

.dropdown-header {
    display: block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: white;
    white-space: nowrap;
    background-color: #bf3246;
}
#language-menu li {
    line-height:18px;
}

.coaching-consulting .col-coaching-consulting-imgs .card {
    position: relative;
}

.owl-carousel .owl-nav {
    top: 70%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    transform: translate3d(0, -50%, 0);
}

.transparentCard {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
    padding-bottom: 41px !important;
    border-radius: 20px;
}

table.vulnDetails td {
    padding: 10px;
}

html .scroll-to-top {
    transition: opacity 0.3s;
    background: #bf3246;
    border-radius: 5px 0px 0px 5px;
    bottom: 125px;
    color: #FFF;
    display: block;
    height: 10px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
    margin-left: 2rem;
    margin-right: 120px;
}