body {
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    background-color: rgb(254, 254, 255);
    color: #333;
    font-size: 14px;
}

    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    body.offcanvas-menu:before {
        opacity: 1;
        z-index: 1002;
        visibility: visible;
    }

p {
    font-weight: 500;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    a,
    a:hover {
        icon-menu h3decoration:none !important;
    }

.hero {
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

    .site-navbar-wrap a {
        color: #fff;
    }

    .site-navbar-wrap .site-navbar-top {
        font-size: 0.8rem;
    }

.site-navbar-top {
    /* background: rgba(0, 135, 219, 0.90); */
    background: rgb(22, 61, 138, 88%);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-logo {
    width: 200px;
    height: auto;
    /*margin-top: 20px ;*/
}

    .site-navbar .site-logo {
        font-weight: 200;
        line-height: 0;
        top: -35px;
        position: relative;
    }

        .site-navbar .site-logo a {
            font-weight: 200;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
            font-weight: 500;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 10px;
                color: #0088dd;
                font-weight: bold;
                /* color: rgba(255, 255, 255, 0.6); */
                font-size: 15px;
                text-decoration: none !important;
            }

            .site-navbar .site-navigation .site-menu > li.has-children > a.active {
                /* color: #fff; */
                color: #153d8a;
            }

            .site-navbar .site-navigation .site-menu > li.has-children > a:hover {
                color: #153d8a;
                /* color: rgba(255, 255, 255, 0.6); */
            }

            .site-navbar .site-navigation .site-menu > li:last-child {
                padding-right: 0;
            }
        /* .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; } */
        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: "icomoon";
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
                border-radius: 4px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    font-size: 14px;
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #343a40;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                        color: #153d8a;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                    color: #153d8a !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 260px;
                }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li:first-child > a {
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                    }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li:last-child > a {
                        border-bottom-left-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                    }

                        .site-navbar
                        .site-navigation
                        .site-menu
                        .has-children
                        .dropdown > li > a:hover {
                            /* background: #ebeef0;
              color: #212529;  */
                            background: #153d82;
                            color: #efefef;
                        }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children > .dropdown,
                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children:hover > a,
                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children:active > a,
                    .site-navbar
                    .site-navigation
                    .site-menu
                    .has-children
                    .dropdown > li.has-children:focus > a {
                        background: #ebeef0;
                        color: #212529;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a,
            .site-navbar .site-navigation .site-menu .has-children:focus > a,
            .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #153d8a;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover,
            .site-navbar .site-navigation .site-menu .has-children:focus,
            .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #dee2e6;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a.active,
        .site-mobile-menu .site-nav-wrap a:hover {
            color: #153d8a;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #153d8a;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

    .sticky-wrapper + .site-blocks-cover {
        margin-top: 96px;
    }

    .sticky-wrapper .site-navbar {
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .sticky-wrapper .site-navbar ul li.active a {
            color: #153d8a;
        }

    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #fff;
    }

        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
        }

            .sticky-wrapper.is-sticky
            .site-navbar
            .site-navigation
            .site-menu > li:last-child {
                padding-right: 0;
            }

                .sticky-wrapper.is-sticky
                .site-navbar
                .site-navigation
                .site-menu > li:last-child > a {
                    padding-right: 0;
                }

            .sticky-wrapper.is-sticky
            .site-navbar
            .site-navigation
            .site-menu > li.has-children > a {
                padding-right: 20px;
            }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
                padding: 10px 10px;
                color: #0088dd;
                font-weight: bold;
                font-size: 15px;
            }

                .sticky-wrapper.is-sticky
                .site-navbar
                .site-navigation
                .site-menu > li > a:hover {
                    color: #153d8a !important;
                }

                .sticky-wrapper.is-sticky
                .site-navbar
                .site-navigation
                .site-menu > li > a.active {
                    color: #153d8a !important;
                }

            .sticky-wrapper.is-sticky
            .site-navbar
            .site-navigation
            .site-menu > li.active
            a {
                color: #153d8a;
            }

/* background Blue custom test */
.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #163d8a;
}

.bg-ltblue {
    background-color: #add7ec;
}

/* END  background Blue custom test*/

/* Navigation Background Custom */
.slac-nav-custom {
    /* background: #163d8a; */
    /* background: rgba(22, 61, 138, 0.878); */
    background: rgba(256,256,256);
    border-radius: 0 0 16px 16px;
}
/* END Navigation Background Custom */

.slac-nav-color-logo-bg {
    background: #fff;
    padding: 5px;
    border-radius: 0 24px;
}

/* Logo switch on scroll */
#header-logo .site-logo img {
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: -20px !important;
}

#header-logo .site-logo .logo-normal {
    opacity: 1;
}

#header-logo .site-logo .logo-sticky {
    opacity: 0;
}

.is-sticky #header-logo .site-logo .logo-normal {
    opacity: 0;
}

.is-sticky #header-logo .site-logo .logo-sticky {
    opacity: 1;
}
/* END Logo switch on scroll */

/*search box css start here*/
.search-sec {
    padding: 2rem;
    z-index: 1;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

@media (min-width: 992px) {
    .search-sec {
        position: relative;
        top: -114px;
        /* background: rgba(26, 70, 104, 0.51); */
        background: rgb(22, 61, 138, 88%);
    }
}

@media (max-width: 992px) {
    .search-sec {
        /* background: #1A4668; */
        background: rgb(22, 61, 138);
    }

    /*.search-box {*/
        /*right: 54% !important;*/
    /*}*/
}
/* Search Box ENDS here */

/* Footer Starts here */

/* footer { color: #ccc } */
.footer-widget p {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 28px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #000000;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 32px;
        height: 2px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #f5b02e;
}

.animate-border.border-orange:after {
    border-right-color: #153d8a;
    border-left-color: #153d8a;
}

.animate-border.border-ash:after {
    border-right-color: #eef0ef;
    border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
    border-right-color: #f7f9f8;
    border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.mky-footer {
    margin-top: 75px;
    padding: 75px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2;
    color: #878787;
}

    .mky-footer .contact-us {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 80px;
    }

        .mky-footer .contact-us .contact-info {
            /* margin-left: 50px;  */
        }

        .mky-footer .contact-us.contact-us-last {
            margin-left: -80px;
        }

    .mky-footer .contact-icon i {
        font-size: 24px;
        top: -15px;
        position: relative;
        color: #153d8a;
    }

.mky-footer-box-info {
    position: absolute;
    top: -122px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}

    .mky-footer-box-info .footer-social-link h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .mky-footer-box-info .footer-social-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .mky-footer-box-info .footer-social-link li {
        display: inline-block;
    }

    .mky-footer-box-info .footer-social-link a i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        background: #000;
        margin-right: 5px;
        color: #fff;
    }

        .mky-footer-box-info .footer-social-link a i.fa-facebook-f {
            background-color: #3b5998;
        }

        .mky-footer-box-info .footer-social-link a i.fa-twitter {
            background-color: #55acee;
        }

        .mky-footer-box-info .footer-social-link a i.fa-youtube {
            background-color: #ff0000;
        }

        .mky-footer-box-info .footer-social-link a i.fa-linkedin-in {
            background-color: #0976b4;
        }

        .mky-footer-box-info .footer-social-link a i.fa-instagram {
            background-color: #c93763;
        }

.mky-footer a {
    color: rgba(255, 255, 255, 0.64);
}

    .mky-footer a:hover {
        color: rgba(255, 255, 255);
    }

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.mky-footer-form {
    position: relative;
}

    .mky-footer-form input[type="email"] {
        padding: 24px 28px;
        border-radius: 50px;
        /* background: #2E2E2E;
    border: 1px solid #2E2E2E;  */
        background: #efefef;
        border: 1px solid #2e2e2e;
    }

    .mky-footer-form input::-webkit-input-placeholder,
    .mky-footer-form input::-moz-placeholder,
    .mky-footer-form input:-ms-input-placeholder,
    .mky-footer-form input::-ms-input-placeholder,
    .mky-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .mky-footer-form input::-webkit-input-placeholder,
    .mky-footer-form input::-moz-placeholder,
    .mky-footer-form input:-ms-input-placeholder,
    .mky-footer-form input::-ms-input-placeholder,
    .mky-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .mky-footer-form button[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 24px 12px 17px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #153d8a;
        background: #153d8a;
        color: #fff;
    }

    .mky-footer-form button:hover {
        cursor: pointer;
    }

/* Contact */
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #153d8a;
    }

.contact-info {
    /* margin-left: 75px; */
    color: #fff;
}

    .contact-info h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
    }

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020;
}

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .copyright a:hover {
            color: #153d8a;
        }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #2e2e2e;
        border-color: #2e2e2e;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .back-to-top .btn-dark:hover {
            cursor: pointer;
            background: #153d8a;
            border-color: #0088dd;
        }
/* Footer ENDS here */

/* Search bar */


/* END Searchbar */

/* MAP Responsive */
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.border-top-4-0088dd {
    border-top: 4px solid #0088dd;
}

.outline-bottom-4-0088dd {
    outline: 4px solid #0088dd;
}

.btn-student-portal {
    background-color: #0088dd;
    border-color: #0088dd;
}

    .btn-student-portal:hover {
        background-color: rgba(51, 51, 51, 0.80);
        border-color: rgba(51, 51, 51, 0.80);
    }

.br-12 {
    border-radius: 12px;
}

.red_star {
    color: #b21a1a;
}

/*footer css*/
@media (width: 1000px) {
    .col-md-12 .col-lg-4 {
        height: 50%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    /* footer box social link */
    .footer-social-link {
        width: 285px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    /* footer main div */
    .mky-footer {
        margin-top: 75px;
        padding: 75px 0 0;
        background-color: #151414;
        position: relative;
        z-index: 2;
        color: #878787;
    }
        /* footer contact-us main div class */
        .mky-footer .contact-us {
            margin-top: 0px;
            margin-bottom: 30px;
            padding-left: 300px;
        }
    /* footer box design view */
    .mky-footer-box-info {
        position: absolute;
        top: -122px;
        width: 40%;
        background: #202020;
        padding: 40px;
        margin-left: 0px;
        z-index: 2;
    }
    /* footer contact-us address */
    .contact-info {
        margin-left: 50px;
        color: #fff;
    }
        /* contact-us h3 class */
        .contact-info h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 0;
        }
    /* contact-us address & info item */
    .mky-footer .contact-us.contact-us-last {
        margin-left: -180px;
    }
    /* footer bottom class */
    .footer-left-widget {
        padding-left: 350px;
    }
    /* footer subscribe option */
    .footer-widget .section-heading {
        margin-bottom: 35px;
    }
    /* footer bottom h3 class */
    .footer-widget h3 {
        font-size: 24px;
        color: #fff;
        position: relative;
        margin-bottom: 1px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    /* footer bottom paragraph class */
    .footer-widget p {
        margin-bottom: 2px;
    }
    /* footer box social link */
    .footer-social-link {
        width: 285px;
        margin-left: -15px;
    }
}

/*@media (min-width: 768px) and (max-width: 769px) {
     contact-us address class 
    .contact-info {
        margin-left: 100px;
    }
     footer bottom class 
    .footer-left-widget {
        margin-left: 70px;
    }
}*/

@media (min-width: 576px) and (max-width: 768px) {
    /* footer main div */
    .mky-footer {
        margin-top: 75px;
        padding: 75px 0 0;
        background-color: #151414;
        position: relative;
        z-index: 2;
        color: #878787;
    }
        /* footer contact-us main div class */
        .mky-footer .contact-us {
            margin-top: 0px;
            width: 100%;
            position: relative;
            margin-bottom: 30px;
            padding-left: 0px;
        }
    /* footer box design view */
    .mky-footer-box-info {
        position: absolute;
        top: -122px;
        width: 100%;
        background: #202020;
        padding: 40px;
        position: relative;
        margin-bottom: -60px;
        margin-left: 0px;
        z-index: 2;
    }
    /* footer contact-us address */
    .contact-info {
        /*margin-left: 75px; */
        color: #fff;
    }
        /* contact-us h3 class */
        .contact-info h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 0;
        }
    /* contact-us address & info item */
    .mky-footer .contact-us.contact-us-last {
        margin-left: 0px;
    }
    /* footer bottom class */
    .footer-left-widget {
        padding-left: 0px;
    }
    /* footer subscribe option */
    .footer-widget .section-heading {
        margin-bottom: 35px;
    }
    /* footer bottom h3 class */
    .footer-widget h3 {
        font-size: 24px;
        color: #fff;
        position: relative;
        margin-bottom: 1px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    /* footer bottom paragraph class */
    .footer-widget p {
        margin-bottom: 2px;
    }
}


@media (min-width: 450px) and (max-width: 576px) {
    /* footer main div */
    .mky-footer {
        margin-top: 75px;
        padding: 75px 0 0;
        background-color: #151414;
        position: relative;
        z-index: 2;
        color: #878787;
    }
        /* footer contact-us main div class */
        .mky-footer .contact-us {
            margin-top: 0px;
            width: 100%;
            padding-left: 0px;
            margin-bottom: 30px;
        }
    /* footer box design view */
    .mky-footer-box-info {
        position: absolute;
        top: -122px;
        width: 100%;
        background: #202020;
        padding: 40px;
        position: relative;
        margin-bottom: -60px;
        margin-left: 0px;
        z-index: 2;
    }
    /* footer contact-us address */
    .contact-info {
        width: 100%;
        color: #fff;
    }
        /* contact-us h3 class */
        .contact-info h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 0;
        }
    /* contact-us address & info item */
    .mky-footer .contact-us.contact-us-last {
        margin-left: 0px;
        width: 100%;
    }
    /* footer bottom class */
    .footer-left-widget {
        position: center;
        padding-left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    /* footer subscribe option */
    .footer-widget .section-heading {
        margin-bottom: 35px;
    }
    /* footer bottom h3 class */
    .footer-widget h3 {
        font-size: 24px;
        color: #fff;
        position: relative;
        margin-bottom: 1px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    /* footer bottom paragraph class */
    .footer-widget p {
        margin-bottom: 2px;
    }
}

@media (min-width: 100px) and (max-width: 450px) {
    /* footer main div */
    .mky-footer {
        margin-top: 75px;
        padding: 75px 0 0;
        background-color: #151414;
        position: relative;
        z-index: 2;
        color: #878787;
    }
        /* footer contact-us main div class */
        .mky-footer .contact-us {
            margin-top: 0px;
            width: 100%;
            margin-bottom: 30px;
            margin-left: -80px;
        }
    /* footer box design view */
    .mky-footer-box-info {
        position: absolute;
        top: -122px;
        width: 100%;
        background: #202020;
        padding: 40px;
        position: relative;
        margin-bottom: -60px;
        margin-left: 0px;
        z-index: 2;
    }
    /* footer contact-us address */
    .contact-info {
        width: 100%;
        color: #fff;
    }
        /* contact-us h3 class */
        .contact-info h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 0;
        }
    /* contact-us address & info item */
    .mky-footer .contact-us .contact-us-last {
        margin-left: -70px;
        width: 100%;
    }
    /* footer bottom class */
    .footer-left-widget {
        position: center;
        padding-left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    /* footer subscribe option */
    .footer-widget .section-heading {
        margin-bottom: 35px;
    }
    /* footer bottom h3 class */
    .footer-widget h3 {
        font-size: 24px;
        color: #fff;
        position: relative;
        margin-bottom: 1px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    /* footer bottom paragraph class */
    .footer-widget p {
        margin-bottom: 2px;
    }
    /* footer bottom paragraph class */
    .footer-widget p {
        margin-bottom: 2px;
    }
    /* footer box social link */
    .footer-social-link {
        width: 285px;
        margin-left: -30px;
    }
    /* footer legal notice div clsaa  */
    .copyright-menu {
        margin-top: 10px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 100px !important;
        }*/
        /*navigation search box icon */
        /*.search-box:hover icon-search {
            width: 20px !important;
        }*/

    /* slider item menu */
    .hero-image img {
        margin-top: 140px;
    }


    .first-slider {
        margin-top: 140px;
    }
}

@media (min-width: 900px) and (max-width: 990px) {
    .site-logo {
        margin-bottom: 25px !important;
    }
    /* navigation logo */
    .logo-responsive {
        height: 50px !important;

    }
    /* top navigation(search and student portal) */
    .site-navbar-top {
        height: 60px;
    }
    /* top navigation 2nd div class(search and student portal) */
    .align-items-center {
        margin-top: -10px;
    }
    /* navigationbar and logo div */
    .sticky-wrapper {
        margin-top: 10px;
        height: 80px;
    }
    /* navigation logo div  */
    .slac-nav-custom {
        height: 80px !important;
        width: 800px;
    }
    /* navigation h1 logo div */
    .site-logo {
        padding-top: 40px;
    }
    /* mobile navigation */
    .site-navigation {
        width: 10px;
    }
    /* slider prev button */
    .carousel-control-prev-icon {
        margin-top: 100px;
    }
    /* slider next button */
    .carousel-control-next-icon {
        margin-top: 100px;
    }
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 100px !important;
        }*/

    .button-navix {
        margin-left: 400px !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    /* slider item menu */
    .hero-image img {
        margin-top: 140px;
    }


    .first-slider {
        margin-top: 140px;
    }
    /* navigation logo */
    .logo-responsive {
        height: 50px !important;

    }
    /* top navigation(search and student portal) */
    .site-navbar-top {
        height: 60px;
    }
    /* top navigation 2nd div class(search and student portal) */
    .align-items-center {
        margin-top: -10px;
    }
    /* navigationbar and logo div */
    .sticky-wrapper {
        margin-top: 10px;
        height: 80px;
    }
    /* navigation logo div  */
    .slac-nav-custom {
        height: 80px !important;
        width: 800px;
    }
    /* navigation h1 logo div */
    .site-logo {
        padding-top: -60px;
    }
    /* mobile navigation */
    .site-navigation {
        width: 10px;
    }
    /* slider prev button */
    .carousel-control-prev-icon {
        margin-top: 100px;
    }
    /* slider next button */
    .carousel-control-next-icon {
        margin-top: 100px;
    }
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 100px !important;
        }*/

    .button-navix {
        margin-left: 400px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* slider item menu */
    .hero-image img {
        margin-top: 140px;
    }

    .first-slider {
        margin-top: 140px;
    }
    /* navigation logo */
    .logo-responsive {
        height: 50px !important;

    }

    .site-menu-toggle {
        margin-bottom: -50px !important;
    }
    /* top navigation(search and student portal) */
    .site-navbar-top {
        height: 60px;
    }
    /* top navigation 2nd div class(search and student portal) */
    .align-items-center {
        margin-top: -10px;
    }
    /* navigationbar and logo div */
    .sticky-wrapper {
        margin-top: 20px;
        height: 80px;
    }
    /* navigation logo div */
    .slac-nav-custom {
        height: 80px !important;
        margin-top: -20px !important;
    }

    .site-logo {
        margin-top: -5px !important;
    }
    /* slider prev button */
    .carousel-control-prev-icon {
        margin-top: 100px;
    }
    /* slider next button */
    .carousel-control-next-icon {
        margin-top: 100px;
    }
    /* slider heading text */
    .round {
        font-size: small;
    }
    /* slider description text */
    .description-text {
        font-size: xx-small;
    }
    /* slider button */
    .button-slider {
        width: 80px;
        height: 35px;
        font-size: xx-small;
    }
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        margin-left: -20% !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 50px !important;
        }*/

    .button-navix {
        margin-left: 200px !important;
    }
}

@media (min-width: 450px) and (max-width: 576px) {
    /* slider item menu */
    .hero-image img {
        margin-top: 140px;
    }

    .first-slider {
        margin-top: 140px;
    }
    /* navigation logo */
    .logo-responsive {
        height: 50px !important;

    }
    /* top navigation(search and student portal) */
    .site-navbar-top {
        height: 60px;
    }
    /* top navigation 2nd div class(search and student portal) */
    .align-items-center {
        margin-top: -10px;
    }
    /* navigationbar and logo div */
    .sticky-wrapper {
        margin-top: 10px;
        height: 80px;
    }
    /* navigation logo div */
    .slac-nav-custom {
        height: 80px !important;
    }
    /* search and student portal */
    .mr-auto {
        margin-left: -60px;
        margin-right:10px;
    }
    /* navigation h1 logo div */
    .site-logo {
        padding-top: -20px;
    }
    /* slider prev button */
    .carousel-control-prev-icon {
        margin-top: 100px;
    }
    /* slider next button */
    .carousel-control-next-icon {
        margin-top: 100px;
    }
    /* slider heading text */
    .round {
        font-size: small;
    }
    /* slider description text */
    .description-text {
        font-size: xx-small;
    }
    /* slider button */
    .button-slider {
        width: 80px;
        height: 30px;
        font-size: xx-small;
    }
    /* student portal button */
    .btn-student-portal {
        margin-left: -10px !important;
        font-size: 10px;
    }
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        margin-left: -10% !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 50px !important;
        }*/
}


@media (min-width: 100px) and (max-width: 450px) {
    /* slider item menu */
    .hero-image img {
        margin-top: 140px;
    }

    .first-slider {
        margin-top: 140px;
    }
    /* navigation logo */
    .logo-responsive {
        height: 50px !important;
    }
    /* top navigation(search and student portal) */
    .site-navbar-top {
        height: 60px;
    }
    /* top navigation 2nd div class(search and student portal) */
    .align-items-center {
        margin-top: -10px;
    }
    /* navigationbar and logo div */
    .sticky-wrapper {
        margin-top: 10px;
        height: 80px;
    }
    /* navigation logo div */
    .slac-nav-custom {
        height: 80px !important;
    }
    /* navigationbar nad logo */
    .js-sticky-header {
        height: 80px;
    }
    /* search and student portal */
    .mr-auto {
        margin-left: -75px;
    }
    /* navigation h1 logo div */
    .site-logo {
        padding-top: -20px;
    }
    /* slider prev button */
    .carousel-control-prev-icon {
        margin-top: 120px;
    }
    /* slider next button */
    .carousel-control-next-icon {
        margin-top: 120px;
    }
    /* slider heading text */
    .round {
        font-size: 10px;
        margin-top: 80px;
    }
    /* slider description text */
    .description-text {
        font-size: 8px;
        margin-top: -10px;
    }
    /* slider button */
    .button-slider {
        width: 70px;
        height: 20px;
        font-size: 8px;
        margin-top: -30px;
    }
    /* slider inside text */
    .text-left {
        height: 160px;
    }
    /* student portal button */
    .btn-student-portal {
        margin-left: -20px !important;
        font-size: 10px;
    }
    /*navigation search box*/
    /*.search-box:hover {
        width: 200px !important;
        margin-left: -0.5% !important;
        color: #fff;
    }*/
        /*navigation search box text */
        /*.search-box:hover search-txt {
            width: 50px !important;
        }*/

    .carousel-indicators {
        display: none;
    }
}

/* meadia releases pages images */
@media (min-width: 1600px) and (max-width: 1700px) {
    /* meadia images */
    .img-media img {
        width: 1500px !important;
        height: auto;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    /* meadia images */
    .img-media img {
        width: 1400px !important;
        height: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    /* meadia images */
    .img-media img {
        width: 1300px !important;
        height: auto;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    /* meadia images */
    .img-media img {
        width: 1200px !important;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    /* meadia images */
    .img-media img {
        width: 1100px !important;
        height: auto;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    /* meadia images */
    .img-media img {
        width: 1000px !important;
        height: auto;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    /* meadia images */
    .img-media img {
        width: 900px !important;
        height: auto;
    }
}

@media (min-width: 900px) and (max-width: 1000px) {
    /* meadia images */
    .img-media img {
        width: 800px !important;
        height: auto;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    /* meadia images */
    .img-media img {
        width: 750px !important;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    /* meadia images */
    .img-media img {
        width: 700px !important;
        height: auto;
    }
}



/* Boeing Flight Dispatcher Certification On the job Training image and meadia releasespages responsive */
@media (min-width: 576px) and (max-width: 768px) {
    /* content image */
    .img-media img {
        width: 500px !important;
        height: auto;
    }
}

@media (min-width: 450px) and (max-width: 576px) {
    /* content image */
    .img-media img {
        width: 400px !important;
        height: auto;
    }
}

@media (min-width: 300px) and (max-width: 450px) {
    /* content image */
    .img-media img {
        width: 300px !important;
        height: auto;
    }
}

@media (min-width: 200px) and (max-width: 300px) {
    /* content image */
    .img-media img {
        width: 200px !important;
        height: auto;
    }
}

@media (min-width: 100px) and (max-width: 200px) {
    /* content image */
    .img-media img {
        width: 100px !important;
        height: auto;
    }
}



/* simulator tables responsive */
@media (min-width: 300px) and (max-width: 576px) {
    /* simulator information tables responsive */
    .order-lg-1 td {
        font-size: xx-small;
    }

    .table-gen {
        font-size: xx-small;
    }
}

@media (min-width: 100px) and (max-width: 300px) {
    /* simulator information tables responsive */
    .order-lg-1 td {
        font-size: 8px;
    }

    .table-gen {
        font-size: 8px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .site-menu {
        height: 82.5px !important;
        margin-left: -70px !important;
        font-size: 2px !important;
        width: 840px !important;
    }



    .site-logo {
        margin-left: -80px !important;
        width: 160px !important;
        height: 82.5px !important;
        padding-top: 40px !important;
    }

    .site-navbar {
        background-color: white;
    }
}

/* Boeing Flight Dispatcher Certification On the job Training image responsive */

@media (min-width: 576px) and (max-width: 768px) {

    /* content image */

    .table-imagey img {
        width: 500px !important;
        height: auto;
    }
}

@media (min-width: 450px) and (max-width: 576px) {

    /* content image */

    .table-imagey img {
        width: 400px !important;
        height: auto;
    }
}

@media (min-width: 300px) and (max-width: 450px) {

    /* content image */

    .table-imagey img {
        width: 300px !important;
        height: auto;
    }
}

@media (min-width: 200px) and (max-width: 300px) {

    /* content image */

    .table-imagey img {
        width: 200px !important;
        height: auto;
    }
}

@media (min-width: 100px) and (max-width: 200px) {

    /* content image */

    .table-imagey img {
        width: 100px !important;
        height: auto;
    }
}

@media (min-width: 300px) and (max-width: 425px) {

    /* content image */

    .carousel-text {
        width: 150px !important;
    }
}

@media (min-width: 200px) and (max-width: 800px) {
    .site-logo {
        margin-top: 60px !important;
    }
}
