﻿/*TABLE OF CONTENTS

01. $Variables
02. $Functions
03. $Mixins
04. $Base
05. $Layout
06. $Modules
07. $State
---------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,600,700");

h1, h2, h3, h4, h5, h6 {
    --font-family-sans-serif: font(Raleway);
    --font-family-monospace: font(Raleway);
    font-family: "Raleway";
    color: #191919 !important;
}

.grid {
    display: -ms-grid;
    display: grid;
}

@media (max-width: 575px) {
    .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.landing-page .section {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.landing-page p {
    font-size: 16px;
}

.landing-page .logo-mobile span {
    display: inline-block;
    width: 154px;
    height: 51px;
    background: url(../img/assets/se-logo.png);
    background-repeat: no-repeat;
}

.btn {
    border-radius: 4px;
}

.btn-primary {
    background-color: #f26321 !important;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #d44b0c !important;
    }

.btn-rounded {
    border-radius: 50px !important;
}

.landing-btn {
    min-width: 150px;
}

.input-group-se {
    padding: 5px;
    background-color: white;
    border-radius: 5px;
}

    .input-group-se .form-control {
        border-color: white !important;
    }

    .input-group-se .btn {
        border-radius: 5px !important;
    }

.icon {
    width: 18.9px !important;
    height: 18.9px !important;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block !important;
    margin-right: 10px;
}

.section-title {
    font-weight: bold;
}

    .section-title:after {
        content: '';
        display: block;
        width: 35%;
        height: 3px;
        margin: -1px auto 0px;
        top: -21px;
        position: relative;
    }

    .section-title span:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #dadada;
        margin: 19px auto 20px;
    }

.underline-after {
    display: inline-block;
}

    .underline-after:after {
        content: '';
        display: block;
        width: 51px;
        height: 3px;
        top: -21px;
        position: relative;
    }

    .underline-after span:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #dadada;
        margin: 19px 0 20px;
    }

.underline-left:after {
    margin: 0;
}

.blue-underline:after {
    background-color: #18b3f8;
}

.orange-underline:after {
    background-color: #f26321;
}

.img-responsive {
    width: 100%;
}

.visible-lg {
    display: none;
}

@media (max-width: 1199px) {
    .visible-lg {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .visible-lg {
        display: none;
    }
}

@media (max-width: 767px) {
    .visible-lg {
        display: none;
    }
}

@media (max-width: 575px) {
    .visible-lg {
        display: none;
    }
}

.visible-md {
    display: none;
}

@media (max-width: 1199px) {
    .visible-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-md {
        display: inline-block;
    }
}

.visible-sm {
    display: none;
}

@media (max-width: 1199px) {
    .visible-sm {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .visible-sm {
        display: inline-block;
    }
}

.visible-xs {
    display: none;
}

@media (max-width: 1199px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 991px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 575px) {
    .visible-xs {
        display: inline-block;
    }
}

.hidden-lg {
    display: inline-block;
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }
}

.hidden-md {
    display: inline-block;
}

@media (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

.hidden-sm {
    display: inline-block;
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}

.hidden-xs {
    display: inline-block;
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none;
    }
}

.top {
    min-height: 90px;
    -ms-grid-columns: 17% 24% 37% auto;
    grid-template-columns: 17% 24% 37% auto;
}

    .top span {
        padding: 20px 25px;
        place-self: baseline;
    }

        .top span:nth-child(4) {
            -ms-grid-column-align: end;
            justify-self: end;
        }

@media (max-width: 991px) {
    .top span {
        padding: 10px;
    }

        .top span:first-child() {
            grid-area: logo;
        }

        .top span:nth-child(2) {
            grid-area: number;
        }

        .top span:nth-child(3) {
            display: none;
        }

        .top span:nth-child(4) {
            -ms-grid-column-align: end;
            justify-self: end;
            grid-area: login;
        }
}

@media (max-width: 419px) {
    .top span {
        padding: 10px;
    }
        .top span:nth-child(4) {
            border: 1px solid #dadada;
            border-radius: 4px;
        }
}

@media (max-width: 991px) {
    .top {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
        min-height: 75px;
        grid-template-areas: "logo login" "number number";
    }
}

.home2 {
    background-image: url(../img/assets/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 80vh;
    color: white !important;
    position: relative;
}

@media (max-width: 767px) {
    .home2 {
        padding-top: 100px;
        height:unset;
    }
}

@media (max-width: 911px) {
    .home2 {
        padding-top: 100px !important;
        height: unset;
    }
}

.home2 .gradient {
    height: 100%;
    background: black;
    opacity: 0.2;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
}

.home2 .container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 3;
}

.home2 h6 {
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 2;
    font-style: italic;
}

@media (max-width: 575px) {
    .home2 h6 {
        line-height: unset;
    }
}

.home2 .input-group-se {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 70% 30%;
    
}

.home2 .input-group-append {
    justify-self: end;
}

    .home2 .home-arrow-btn {
        margin: auto;
        bottom: -45px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .home2 .home-arrow-btn img {
        border-radius: 50px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

        .home2 .home-arrow-btn img:hover {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-box-shadow: 1px 1px 8px #00000057;
            box-shadow: 1px 1px 8px #00000057;
        }

.we-can-help .grid {
    -ms-grid-columns: (340px)[3];
    grid-template-columns: repeat(3, 340px);
    grid-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .we-can-help .grid {
        -ms-grid-columns: (225px)[3];
        grid-template-columns: repeat(3, 225px);
    }
}

@media (max-width: 767px) {
    .we-can-help .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.we-can-help .card {
    border-radius: 4px;
    -webkit-transition: border .1s, -webkit-transform .1s, -webkit-box-shadow .1s;
    transition: border .1s, -webkit-transform .1s, -webkit-box-shadow .1s;
    transition: transform .1s, border .1s, box-shadow .1s;
    transition: transform .1s, border .1s, box-shadow .1s, -webkit-transform .1s, -webkit-box-shadow .1s;
}

    .we-can-help .card:hover {
        border: 1px solid #f58551;
        cursor: pointer;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 5px 17px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 5px 17px 0px rgba(0, 0, 0, 0.1);
    }

    .we-can-help .card h5:after {
        content: '';
        display: block;
        width: 10%;
        height: 3px;
        background-color: #18b3f8;
        margin: -1px auto 0px;
        bottom: -20px;
        position: relative;
    }

    .we-can-help .card h5 span:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #dadada;
        margin: 19px auto 20px;
    }

.subscribe {
    background-image: url(../img/assets/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

    .subscribe h1 {
        font-weight: 600;
        color: white;
    }

        .subscribe h1:after {
            content: '';
            display: block;
            width: 80px;
            height: 2px;
            background-color: white;
            margin: 15px auto 20px;
        }

.services .grid {
    -ms-grid-columns: (360px)[3];
    grid-template-columns: repeat(3, 360px);
    grid-gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .services .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.services .img-container {
    width: 300px;
    margin: auto;
}

@media (max-width:320px) {
    .services .img-container {
        width: 250px;
        margin: auto;
    }
}

.popular-courses {
    background-image: url(../img/assets/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .popular-courses .grid {
        -ms-grid-columns: (337.7px)[3];
        grid-template-columns: repeat(3, 337.7px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 40px;
    }

@media (max-width: 991px) {
    .popular-courses .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .popular-courses .grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.popular-courses .card {
    overflow: hidden;
    border-radius: 5px;
}

    .popular-courses .card .head {
        height: 223px;
        width: 100%;
        background: gray;
        overflow: hidden;
    }

        .popular-courses .card .head img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
        }

        .popular-courses .card .head .favorite {
            position: absolute;
            left: 20px;
            top: 15px;
            z-index: 2;
            color: white;
            border: 2px solid;
            height: 40px;
            width: 40px;
            padding: 7px;
            border-radius: 50px;
            background-color: transparent;
            -webkit-transition: background-color .2s, border-color .2s;
            transition: background-color .2s, border-color .2s;
        }

            .popular-courses .card .head .favorite:hover {
                cursor: pointer;
                color: white;
                background-color: #f26321;
                border-color: #f26321;
            }

        .popular-courses .card .head .rating-container {
            position: absolute;
            right: 20px;
            top: 15px;
            z-index: 2;
        }

        .popular-courses .card .head .gradient {
            background: -webkit-gradient(linear, left top, left bottom, from(#00000030), to(transparent));
            background: linear-gradient(to bottom, #00000030, transparent);
            height: 27%;
            width: 100%;
            opacity: .6;
            position: absolute;
        }

    .popular-courses .card .price {
        border-radius: 50px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: .8rem;
        padding: .3rem 1.3rem .3rem;
        background: #18b3f8;
        color: white;
        font-weight: bold;
        border: white solid;
        width: 200px;
        margin: -20px auto 10px;
        position: relative;
    }

    .popular-courses .card .promo {
        font-family: 'Raleway';
        font-weight: bold;
        font-size: 20px;
        height: 25px;
    }

        .popular-courses .card .promo span {
            color: #DD6777;
        }

        .popular-courses .card .promo img {
            width: 18.9px;
            height: 18.9px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-right: 5px;
        }

    .popular-courses .card .hidden {
        visibility: hidden;
    }

    .popular-courses .card .details {
        padding: 1rem 1.75rem 1.75rem;
    }

        .popular-courses .card .details h6 {
            font-size: 15px;
        }

            .popular-courses .card .details h6 a {
                color: #757575 !important;
            }

                .popular-courses .card .details h6 a:hover {
                    color: #e2863b !important;
                }

        .popular-courses .card .details h5 a:hover {
            color: #e2863b !important;
        }

        .popular-courses .card .details p {
            margin: 25px 0 30px;
            height: 45px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .popular-courses .card .details .grid {
            -ms-grid-columns: (auto)[2];
            grid-template-columns: repeat(2, auto);
            padding-top: 15px;
        }

@media (max-width: 575px) {
    .popular-courses .card .details {
        padding: 1rem;
    }
}

.popular-courses .card-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    padding: 0px 1.75rem 0px;
    background-color: white;
}

    .popular-courses .card-footer p {
        margin-top: 15px;
        text-align: left;
    }

    .popular-courses .card-footer .location {
        position: relative;
        padding-left: 27px;
        text-align: left;
        max-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .popular-courses .card-footer .location img {
            margin-right: 5px;
            padding-left: 0;
            margin: 0 0 30px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
        }

@media (max-width: 575px) {
    .popular-courses .card-footer {
        padding: 0px 1rem;
    }
}

.stat {
    background-image: url(../img/assets/bg-3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding-bottom: 150px !important;
}

    .stat .grid {
        -ms-grid-columns: (260px)[3];
        grid-template-columns: repeat(3, 260px);
        grid-gap: 100px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

@media (max-width: 991px) {
    .stat .grid {
        -ms-grid-columns: 80%;
        grid-template-columns: 80%;
        grid-gap: 50px;
    }
}

@media (max-width: 575px) {
    .stat .grid {
        -ms-grid-columns: 70%;
        grid-template-columns: 70%;
        grid-gap: 25px;
    }
}

.stat .grid .card {
    background-color: transparent;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 5px;
}

    .stat .grid .card h1 {
        font-weight: 600;
    }

    .stat .grid .card img {
        position: absolute;
        right: -40px;
        width: 80px;
        top: 40px;
    }

@media (max-width: 575px) {
    .stat .grid .card img {
        top: 25px;
    }
}

.stat .grid .card .rt {
    height: 12%;
    border-right: 1px solid white;
    position: absolute;
    right: 0;
    top: 3px;
}

.stat .grid .card .rb {
    height: 12%;
    border-right: 1px solid white;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.register .card {
    margin-top: -135px;
}

.register .grid {
    padding: 3rem;
    border: 1.5px dashed #9e9e9e70;
    -ms-grid-columns: 75% auto;
    grid-template-columns: 75% auto;
    grid-gap: 10px 25px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "title button" "par button";
}

@media (max-width: 991px) {
    .register .grid {
        padding: 1rem;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-template-areas: "title" "par" "button";
    }
}

.register .grid h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
}

.register .grid p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: par;
}

.register .grid button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: button;
}

@media (max-width: 575px) {
    .register .grid {
        padding: 1rem;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-template-areas: "title" "par" "button";
    }
}

.blog {
    background-image: url(../img/assets/bg-4.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

    .blog .card a:after {
        content: "\f061";
        font-family: "FontAwesome";
        color: #f26321;
        margin-left: 5px;
    }

#map .grid {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    grid-gap: 25px;
}

@media (max-width: 575px) {
    #map .grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

#map .location-carousel .card:hover {
    cursor: -webkit-grab;
}

#map .location-carousel .card h6 {
    padding: 1rem 1.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#map .location-carousel .card .card-body {
    padding-top: 0.5rem;
}

    #map .location-carousel .card .card-body p {
        font-size: 14px;
    }

#map .card a {
    -webkit-transition: margin .1s;
    transition: margin .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    #map .card a:after {
        content: "\f101";
        font-family: "Fontawesome";
        color: #18b3f8;
        margin-left: 5px;
    }

    #map .card a:hover {
        margin-left: 10px;
    }

#testimony {
    background-image: url(../img/assets/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 20px;
}

    #testimony .section-title {
        display: none;
    }

@media (max-width: 575px) {
    #testimony .section-title {
        display: block;
    }
}

#testimony .testimony-carousel .grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: 30%;
    -ms-grid-rows: 70% 30%;
    grid-template-rows: 70% 30%;
    grid-gap: 20px;
    grid-template-areas: "img-container quote testimony" "img-container quote client";
}

    #testimony .testimony-carousel .grid .img-container {
        width: 190px;
        height: 190px;
        border: 2px solid #d8d8d8;
        padding: 3px;
        overflow: hidden;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 50%;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        grid-area: img-container;
        margin: auto;
    }

        #testimony .testimony-carousel .grid .img-container img {
            display: inline-block;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

    #testimony .testimony-carousel .grid .quot:before {
        content: '\f10d';
        font-family: "FontAwesome";
        font-size: 35px;
        line-height: 85px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        grid-area: quote;
        float: right;
    }

    #testimony .testimony-carousel .grid h4 {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: testimony;
    }

    #testimony .testimony-carousel .grid h5 {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-area: client;
        text-align: right;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
    }

@media (max-width: 575px) {
    #testimony .testimony-carousel .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "img-container" "quote" "client" "testimony";
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

        #testimony .testimony-carousel .grid .quot:before {
            display: none;
        }

        #testimony .testimony-carousel .grid h4 {
            text-align: center;
        }

        #testimony .testimony-carousel .grid h5 {
            text-align: center;
        }
}

#footer .grid {
    -ms-grid-columns: 33.3% 33.3% 33.3%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-gap: 20px;
}

@media (max-width: 575px) {
    #footer .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

#footer .grid .grid {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
}

@media (max-width: 575px) {
    #footer .grid .grid {
        grid-gap: 10px !important;
    }
}

#footer a {
    color: #ffffff;
}

    #footer a:hover {
        color: #f58551;
    }

#footer .quick-links {
    list-style: none;
    padding-left: 10px;
}

    #footer .quick-links li {
        margin: 10px 0;
    }

    #footer .quick-links a {
        -webkit-transition: margin .1s;
        transition: margin .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    #footer .quick-links a i {
        font-size:20px;
    }

        #footer .quick-links a:before {
            content: "\f061";
            font-family: "FontAwesome";
            margin-right: 15px;
        }

        #footer .quick-links a:hover {
            margin-left: 15px;
            color: #f26321;
        }

#footer .container:nth-child(2) {
    padding-top: 20px;
    border-top: 1px solid;
}

.video-container {
    overflow: hidden;
    position: relative;
    height: 530px;
    margin: 50px auto;
    max-width: 1088px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .video-container {
        height: 388px;
    }
}

@media (max-width: 575px) {
    .video-container {
        height: 187px;
        margin: 20px 0px 0px;
    }
}

#nav-orange {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

    #nav-orange .navbar-nav {
        z-index: 2;
    }

    #nav-orange .nav-item {
        padding: 20px 10px;
    }

.skew {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .skew {
        display: none;
    }
}

.skew1 {
    z-index: 1;
    -webkit-transform: skew(20deg);
    transform: skew(30deg);
    background-color: #f26321;
    height: 50px;
    width: 52%;
}

.skew2 {
    z-index: 1;
    -webkit-transform: skew(-20deg);
    transform: skew(-30deg);
    background-color: #f26321;
    height: 50px;
    position: relative;
    top: -50px;
    width: 56%;
    float: right;
}

.hero2 {
    background-image: url(../img/assets/graduates@3x.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 65vh;
    color: white !important;
    position: relative;
}

    .hero2 .gradient {
        height: 100%;
        width: 100%;
        opacity: .4;
        position: absolute;
        background: black;
        z-index: 1;
    }

    .hero2 .container {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        z-index: 2;
    }

.about-us-details {
    margin-bottom: 150px !important;
}

    .about-us-details .section-title {
        margin-bottom: 35px;
    }

    .about-us-details .video-container {
        height: 380px;
        margin: auto;
        width: 573.2px;
        float: none;
    }

#about-us-imgs {
    border-top: 1px solid #9e9e9e54;
}

    #about-us-imgs .grid {
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
        grid-gap: 25px;
    }

        #about-us-imgs .grid :first-child {
            height: 300px;
            background-image: url(../img/assets/graduates@3x.jpg);
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
            border-radius: 5px;
        }

        #about-us-imgs .grid :nth-child(2) {
            height: 300px;
            background-image: url(../img/assets/library@3x.png);
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
            border-radius: 5px;
        }

@media (max-width: 575px) {
    #about-us-imgs {
        display: none;
    }
}

.br-theme-bootstrap-stars .br-widget a {
    font-family: "FontAwesome";
}

    .br-theme-bootstrap-stars .br-widget a:after {
        content: "\f005";
        color: #d2d2d2;
    }

    .br-theme-bootstrap-stars .br-widget a.br-active:after, .br-theme-bootstrap-stars .br-widget a.br-selected:after {
        color: #FFC107 !important;
        font-weight: 600;
    }

.landing-page .landing-page-nav .navbar-logo .white {
    display: inline-block;
    width: 145px;
    height: 50px;
    background: url(../img/assets/SE-logo.png);
    background-repeat: no-repeat;
}

.landing-page .landing-page-nav .navbar-logo .dark {
    width: 145px;
    height: 50px;
    background: url(../img/assets/SE-logo.png);
    background-repeat: no-repeat;
    display: none;
}

.form-group.has-top-label .form-control {
    border-radius: 4px;
}

.landing-page-nav .headroom .headroom--not-bottom .headroom--pinned .headroom--top {
    top: 100px;
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned {
    top: 0;
}

.landing-page .landing-page-nav {
    z-index: 5 !important;
    -webkit-transition: top 0.5s, background 0.5s, opacity 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.5s !important;
    transition: top 0.5s, background 0.5s, opacity 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.5s !important;
    transition: top 0.5s, background 0.5s, box-shadow 0.2s, opacity 0.2s, transform 0.5s !important;
    transition: top 0.5s, background 0.5s, box-shadow 0.2s, opacity 0.2s, transform 0.5s, -webkit-box-shadow 0.2s, -webkit-transform 0.5s !important;
    top: 90px;
    position: fixed;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav {
        background: #f26321;
        top: 111px;
    }
}

.landing-page .landing-page-nav .container {
    background: transparent;
    height: 80px;
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav .container {
        height: 55px;
    }
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav.headroom--not-top.headroom--pinned {
        background: #f26321;
    }
}

.landing-page .landing-page-nav .navbar-nav .nav-item > .dropdown > a,
.landing-page .landing-page-nav .navbar-nav .nav-item > a {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav .navbar-nav .nav-item > .dropdown > a,
    .landing-page .landing-page-nav .navbar-nav .nav-item > a {
        margin-top: 40px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav .navbar-nav .nav-item > .dropdown > a,
    .landing-page .landing-page-nav .navbar-nav .nav-item > a {
        margin-top: 27px;
    }
}

.landing-page .landing-page-nav .navbar-nav {
    z-index: 99;
    padding: 0px 50px;
}

@media (max-width: 575px) {
    .landing-page .landing-page-nav .navbar-nav {
        padding: 0px;
    }
}

.landing-page .landing-page-nav.headroom--not-top.headroom--pinned .navbar-nav a {
    color: white;
}

@media (max-width: 991px) {
    .landing-page .landing-page-nav .mobile-menu-button {
        color: white;
    }
}

.landing-page .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.landing-page.show-mobile-menu .main-container .content-container, .landing-page.show-mobile-menu .main-container nav {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}





    /*# sourceMappingURL=custom.css.map */
