﻿.pusher,
form {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fafafa !important;
}

footer,
header {
    flex: none;
}

.site-content {
    flex: 1;
    -ms-flex: 1 1 auto;
}

.prefooter {
    background: #f2fbff;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    color: #999;
}

.prefooter-content {
    padding: 0.5em 0;
    font-size: 0.8em;
}

footer {
    background: #e5edf2;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    padding-bottom: 1rem !important;
}

    footer .grid {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

.main-nav {
    margin: 0 !important;
}

.nav-row {
    background: #007ea7;
    padding: 6px 0 !important;
   /* margin-bottom: 2em !important;*/
}

.swb-row {
    background: #f7f207;
    padding: 8px 0px !important;
    margin-top: -2em !important;
    margin-bottom: 2em !important;
}

.logo-row {
    padding: 0 !important;
    background: #bde9ff !important;
    z-index: 1000;
}

#topNav,
#topNav2 {
    transition: background 0.3s ease-in-out; 
}

    #topNav.scrolled {
        background: white !important;
    }

     #topNav2.scrolled {
        background: white !important;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }


.ui.bp-header.grid {
    margin: 0 !important;
}

.search-bg {
    background-color: hsl(198, 50%, 96%) !important;
    border: hsl(198, 50%, 96%) !important;
}

.dropdown-flag {
    display: inline-block;
    background: white;
    border: 1px solid #ccc;
    padding: 6px 30px 6px 10px;
    border-radius: 4px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

    .dropdown-flag::after {
        content: "▼";
        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #555;
    }

.fl {
    float: left;
}

.fr:not(.flag) {
    float: right;
}

.bp-logo {
    padding-top: 10px;
}

.menu.main-nav a {
    color: #ffffff;
}

.menu.main-nav .right.item {
    padding-right: 0 !important;
}

.menu.dd-menu {
    font-size: 1em !important;
}
/*.button {margin-bottom:0.25em !important}*/
/*.main-nav .dd-menu {
    display:none !important;
}*/
.sidebar > .item {
    transform: initial !important;
}

.ui.inverted.menu .item:not(:first-child) {
    margin-left: 15px;
}

.bizclub.segment {
    background: #999 !important;
    margin-top: -2em !important;
}

.stripe.segment h1,
.stripe.segment h2 {
    margin-bottom: 3rem !important;
}

.stripe.segment h2 {
    font-size: 3em !important;
}

.larger {
    font-size: 1.2em !important;
}

.enlarged {
    font-size: 1.75rem;
}

.light {
    color: #999 !important;
}

.spaced {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.white {
    color: #fff !important;
}

.silent {
    display: none;
}

.ui.transparent.button {
    background: none !important;
}

.ui.vertical.segment {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15) !important;
}

    .ui.vertical.segment:last-child {
        border: none !important;
    }

.tight {
    margin-bottom: 0 !important;
}

.ui.comments {
    max-width: 100% !important;
}

.bp-pale-blue.segment {
    background: rgba(0, 169, 255, 0.2) !important;
}

.bp-blue.segment {
    background: #007ea7 !important;
}

.bp-orange.segment {
    background: #e35b0f !important;
}

.bp-pale-orange.segment {
    background: rgba(227, 91, 15, 0.2) !important;
}

.bp-darkblue.segment {
    background: #1e355f !important;
}

.bp-pale-darkblue.segment {
    background: rgba(30, 53, 95, 0.2) !important;
}

.bp-white.segment {
    background: #fff !important;
}

.bottom-shadow {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1) inset !important;
}

.top-shadow {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) inset !important;
}

.bottom-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.segment.testimonial {
    padding: 4em 0 !important;
    display: flex;
    -ms-flex: 1 0 auto;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .segment.testimonial .content {
        font-size: 1.5em !important;
        color: #333 !important;
    }

    .segment.testimonial .author {
        color: #666 !important;
    }

.centered {
    text-align: center !important;
}

.header-container {
    height: 350px;
    max-height: 650px;
}

.training-header {
    position: relative;
    z-index: 10;
    max-height: 500px;
    padding: 0 0;
    overflow: hidden;
    height: 400px;
    color: #fff;
    background: url(/images/header-training.jpg);
    background-size: cover;
    background-position: center;
    font-size: 2.5em;
}

    .training-header:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
        box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, 0.7);
    }

.maincontent {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.bigheader {
    position: relative;
    text-align: center;
    height: 350px;
    min-height: 350px;
    margin-top: -2em !important;
    /*margin-bottom: 4em !important;*/
    color: #fff !important;
    -ms-flex: 1 0 auto;
    -ms-flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
}

    .bigheader.training {
        background-image: url(/images/header-training.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.campus {
        background-image: url(/images/campusbackgroung.png.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 70vh;
        /*background-attachment:fixed;*/
    }

    .bigheader.services {
        background-image: url(/images/header-services.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.consulting {
        background-image: url(/images/real-time-mapping-01.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.consulting2 {
        background-image: url(/images/header-consulting.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.strategy-mapping {
        background-image: url(/images/header-strategymapping.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.imagelibrary {
        background-image: url(/images/header-images.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.webinar-training {
        background-image: url(/images/header-webinar-training.jpg);
        background-size: cover;
        background-position: center 60%;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.homepage {
        background-color: #007ea7 !important;
    }

    .bigheader.shaded:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(29, 52, 96, 0.4);
        z-index: -1;
        box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, 0.5);
    }

    .bigheader .huge.header {
        font-size: 3em !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

span.codedirection {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.ui.items > .item > .image > img:not(a.tiny) {
    max-height: 130px !important;
    width: auto !important;
    max-width: 175px !important;
}

.more-by-user.items .active.item {
    border-right: 3px solid #007ea7 !important;
}

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large screen only"]:not(.mobile),
    [class*="widescreen only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
    /*Customisations*/
    .fluid-mobile.button {
        width: 100% !important;
        margin-bottom: 0.25em !important;
    }

    h1.huge.inverted.header {
        font-size: 2em !important;
    }

    .homepage-search.form > div.huge.action.input {
        font-size: 1em !important;
        margin-left: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large screen only"]:not(.tablet),
    [class*="widescreen only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large screen only"]:not(.computer),
    [class*="widescreen only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large screen"]),
    [class*="tablet only"]:not([class*="large screen"]),
    [class*="computer only"]:not([class*="large screen"]),
    [class*="large screen hidden"],
    [class*="widescreen only"]:not([class*="large screen"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen"]),
    [class*="tablet only"]:not([class*="widescreen"]),
    [class*="computer only"]:not([class*="widescreen"]),
    [class*="large screen only"]:not([class*="widescreen"]),
    [class*="widescreen hidden"],
    [class*="widescreen or lower hidden"] {
        display: none !important;
    }
}
/*# sourceMappingURL=bp-responsive.css.map */

.wave {
    width: 100%;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    /*height from the svg file*/
    height: 65px;
    top: -65px;
    left: 0;
    background: url("/images/wave_white.svg");
    z-index: 99;
    animation: waves 20s linear infinite;
}

    .wave:before, .wave:after {
        content: '';
        width: 100%;
        height: 65px;
        background: url("/images/wave_white.svg");
        position: absolute;
        top: 0;
        left: 0;
    }

    .wave:before {
        opacity: 0.4;
        animation: waves-reverse 20s linear infinite;
    }

    .wave:after {
        opacity: 0.6;
        animation-delay: -5s;
        animation: waves 30s linear infinite;
    }

    .wave.hero {
        top: auto;
        bottom: 0;
    }

    .wave.footer {
        transform: scale(-1, -1);
        top: 0;
    }

@keyframes waves {
    0% {
        background-position: 0;
    }

    100% {
        /* from width of the svg file */
        background-position: 1600px;
    }
}

@keyframes waves-reverse {
    0% {
        background-position: 1600px;
    }

    100% {
        background-position: 0;
    }
}

.bp-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

header.header.sticky {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.ui.inverted.menu .item, .ui.inverted.menu .item > a:not(.ui) {
    color: hsl(199, 50%, 15%) !important;
    font-size: 14px !important;
    font-weight: 400;
    text-shadow: 0 0 0.3px hsl(199, 50%, 15%);
    transition: color 0.3s ease-in-out;
}

    .ui.inverted.menu .item:hover,
    .ui.inverted.menu .item > a:not(.ui):hover {
        color: #e54750 !important;
    }

.nav-row {
    background-color: #bde9ff !important;
}

.site-content {
    margin-top: 210px;
}

.logo-row {
    background-color: #bde9ff !important;
}

header.header .nav_bar:nth-of-type(2) {
    border-block-start: 1px solid var(--bp-primary-2);
    display: flex;
    align-items: center;
}

.ui.inverted.text.menu, .ui.inverted.text.menu .item, .ui.inverted.text.menu .item:hover, .ui.inverted.text.menu .active.item {
    padding: 13px 13px 13px 0px;
}

.bp-logo {
    height: 55px;
}

.ui.action.input:not([class*="left action"]) > .dropdown:last-child, .ui.action.input:not([class*="left action"]) > .button:last-child, .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
    background: #e54750;
}

.ui.text.menu {
    margin-bottom: 0px !important;
}

.main-nav, .main-nav * {
    font-family: 'Poppins', sans-serif !important;
}

.ui.text.menu,
.mobile.hidden.row.logo-row,
.ui.clearing.container.flex-container {
    overflow: visible !important;
    z-index: 1;
}

.select2-container.select2-container--open {
    z-index: 99999 !important;
}

footer {
    background: #bde9ff !important;
    border-top: 0px !important;
    position: relative;
}

.prefooter {
    background: #bde9ff !important;
}

.ui.link.list .item, .ui.link.list a.item, .ui.link.list .item a:not(.ui) {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    padding-bottom: 5px;
}

footer a {
    color: rgb(51, 51, 51);
}

footer ul {
    margin: 0px 0px 25px;
    padding: 0px;
    list-style: none;
}

.ui.link.list .item {
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease !important;
}

    .ui.link.list .item:hover {
        transform: translate(5px, 0px);
        opacity: 1;
    }

    .ui.link.list .item::after {
        font-family: ElegantIcons;
        content: "$";
        position: relative;
        margin-left: 5px;
        top: 2px;
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease !important;
    }

    .ui.link.list .item:hover::after {
        opacity: 1;
    }

footer hr {
    background-color: rgba(0, 0, 0, 0.05);
}
