body {
    font-family: "Work Sans", Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

h2 {
    color: #ed3aac;
    font-weight: bold;
}

h3 {
    color: #33d1ec !important;
}

a {
    color: #4f73e5 !important;
}

.bg-header {
    background: #1eaaf1;
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.5);
    color: #111;
}

a {
    text-decoration: none;
}

/* MEGA MENU > */
.navbar .megamenu{
    padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu{
        position:static!important;
    }
    .navbar .megamenu{
        left:0;
        right:0;
        width:100%;
        margin-top:0;
    }

}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */

/* MEGA MENU < */

/* MULTIPLE LEVEL MENU > */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{
        display: none;
        position: absolute;
        left:100%;
        top:-7px;
    }
    .dropdown-menu .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;
    }

}
/* ============ small devices .end// ============ */

/* MULTIPLE LEVEL MENU < */

a.nav-link:hover{
    background: #c82333;
    border-radius: 5px;
    color: #fff !important;
}
a.nav-link{
    margin: 0 5px;
}

/* Blocquotes > */
.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}
.quote-card p {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin: 1em 0;
    max-width: 90%;
}
.quote-card cite {
    font-size: 1rem;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
}
.quote-card.blue-card {
    background: #0078FF;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
    color: #5FAAFF;
}
.quote-card.green-card {
    background: #00970B;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
    color:#59E063 ;
}

.quote-card.red-card {
    background: #F61E32;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
    color:#F65665 ;
}

.quote-card.yellow-card {
    background: #F9A825;
    color: #222222;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
    color: #FBC02D;
}
/* Blocquotes < */

.bg-green-lpa {
    background-color: #1ce481;
}

.bg-blue-lpa {
    background-color: #33d1ec;
}

.bg-pink-lpa {
    background-color: #ed3aac;
}

.bg-purple-lpa {
    background-color: #4f73e5;
}

.display-events .fc-title {
    color: #fff !important;
    padding: 1em 0;
}

.display-events h2 {
    color: #33d1ec;
    font-size: 1.5em;
}