:root {
    --p-color: #1a91a1;
}

@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900);

body {
    font-family: "Work Sans",Arial,sans-serif;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #111
}

    body.menu-show {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    colo0r0: var(--p-color)
}

    a:focus, a:hover {
        text-decoration: none;
        color: var(--p-color);
        outline: 0 !important
    }

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    line-height: 1.5;
    color: rgba(0,0,0,.8);
    font-weight: 400
}

.text-primary {
    color: var(--p-color) !important
}

.topper {
    font-size: 15px;
    width: 100%;
    display: block
}

@media (max-width:767.98px) {
    .topper {
        margin-bottom: 10px
    }
}

.topper .icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

    .topper .icon span {
        color: #fff
    }

.topper .text {
    color: #fff
}

.egx-navbar-light {
    background: 0 0 !important;
    z-index: 3;
    /*padding: 0;*/
    padding-left:0;
    padding-right:0;
}

@media (max-width:991.98px) {
    .egx-navbar-light {
        background: #edfdff !important;
        position: relative;
        top: 0;
        padding: 10px 15px
    }
}

.egx-navbar-light .navbar-brand {
    color: #000
}

    .egx-navbar-light .navbar-brand:focus, .egx-navbar-light .navbar-brand:hover {
        color: #000
    }

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-brand {
        color: #fff
    }
}

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav {
        padding-bottom: 10px
    }
}

.egx-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    /*padding: 1.0rem 8px;*/
    padding: 8px;
    font-weight: 500;
    color: #000;
    opacity: 1 !important;
    margin-right: 2px;
}

    .egx-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #000
    }

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #000
    }

        .egx-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #000
        }
}

.egx-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #000;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0,0,0,.41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0,0,0,.41);
    box-shadow: 0 10px 34px -20px rgba(0,0,0,.41)
}

    .egx-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px
    }

        .egx-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus, .egx-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
            background: 0 0;
            color: #000
        }

.egx-navbar-light .navbar-nav > .nav-item.egx-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px
}

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav > .nav-item.egx-seperator {
        padding-left: 0;
        margin-left: 0
    }
}

.egx-navbar-light .navbar-nav > .nav-item.egx-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255,255,255,.05)
}

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav > .nav-item.egx-seperator:before {
        display: none
    }
}

.egx-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000
}

@media (max-width:767.98px) {
    .egx-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: var(--p-color)
    }
}

.egx-navbar-light .navbar-nav > .nav-item.active > a, .egx-navbar-light .navbar-nav > .nav-item > a:hover {
    color: #fff !important;
    position: relative;
    transition: .3s all ease;
        background: var(--p-color);
        border-radius:8px;
}

/*.egx-navbar-light .navbar-nav > .nav-item:first-child.active > a::after, .egx-navbar-light .navbar-nav > .nav-item:first-child > a:hover::after {
    left: -12px;
    width: 100%
}

.egx-navbar-light .navbar-nav > .nav-item.active > a::after, .egx-navbar-light .navbar-nav > .nav-item > a:hover::after {
    content: "";
    background: var(--p-color);
    width: calc(100% - 0px);
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
    z-index: -1;
    border-radius: 0;
    transform: skewX(-11deg);
    border-bottom: 2px solid rgba(0,0,0,.24)
}*/

@media (max-width:991.98px) {
    .egx-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
        font-weight: 600
    }
}

.egx-navbar-light .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    vertical-align: middle
}

    .egx-navbar-light .navbar-toggler:focus {
        outline: 0 !important
    }

.egx-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

    .egx-navbar-light.scrolled .nav-item.active > a {
        color: #fff !important
    }

    .egx-navbar-light.scrolled .navbar-nav > .nav-item.active > a::after, .egx-navbar-light.scrolled .navbar-nav > .nav-item > a:hover::after {
        height: 35px;
        bottom: .75rem
    }

    .egx-navbar-light.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: var(--p-color);
        border: none !important
    }

        .egx-navbar-light.scrolled .nav-item.cta > a span {
            display: inline-block;
            color: #fff !important
        }

    .egx-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: var(--p-color)
    }

@media (max-width:991.98px) {
    .egx-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        border-radius: 0;
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }
}

@media (max-width:767.98px) {
    .egx-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.egx-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0,0,0,.5) !important;
    border-color: rgba(0,0,0,.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.egx-navbar-light.scrolled .nav-link {
    /*padding-top: 1rem !important;
    padding-bottom: 1rem !important;*/
    color: #000 !important
}

    .egx-navbar-light.scrolled .nav-link.active {
        color: var(--p-color) !important
    }

.egx-navbar-light.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.egx-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.egx-navbar-light.scrolled .navbar-brand {
    color: #000
}

.navbar-brand {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    line-height: 1
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: .3;
        background: #f1453d
    }

    .hero-wrap.hero-wrap-2 {
        height: 300px
    }

        .hero-wrap.hero-wrap-2 .slider-text {
            height: 300px
        }

            .hero-wrap.hero-wrap-2 .slider-text .bread {
                font-weight: 600;
                color: #fff
            }

            .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: 1px
            }

                .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
                    color: #fff;
                    border-bottom: 2px solid rgba(255,255,255,.1)
                }

                    .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
                        color: #fff
                    }

.owl-carousel {
    position: relative
}

    .owl-carousel .owl-item {
        opacity: .4
    }

        .owl-carousel .owl-item.active {
            opacity: 1
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%
    }

        .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            color: var(--p-color) !important;
            -moz-transition: all .7s ease;
            -o-transition: all .7s ease;
            -webkit-transition: all .7s ease;
            -ms-transition: all .7s ease;
            transition: all .7s ease;
            opacity: 0
        }

            .owl-carousel .owl-nav .owl-next span:before, .owl-carousel .owl-nav .owl-prev span:before {
                font-size: 30px
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 0
        }

        .owl-carousel .owl-nav .owl-next {
            right: 0
        }

    .owl-carousel .owl-dots {
        text-align: center
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            position: relative
        }

            .owl-carousel .owl-dots .owl-dot:focus, .owl-carousel .owl-dots .owl-dot:hover {
                outline: 0 !important
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #b3b3b3
            }

    .owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
        opacity: 1
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: -25px
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -25px
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 400px;
        z-index: 0
    }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 400px;
            position: relative;
            z-index: 0
        }

@media (max-width:1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .2
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 400px
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center
    }

    .owl-carousel.home-slider {
        height: 250px
    }

        .owl-carousel.home-slider .slider-item {
            height: 250px
        }

            .owl-carousel.home-slider .slider-item .slider-text {
                height: 250px
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 30px !important
                }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000;
    font-weight: 700
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400
}

    .owl-carousel.home-slider .slider-item .slider-text h1 span {
        display: block
    }

@media (max-width:991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,.8)
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(0,0,0,.8)
}

    .owl-carousel.home-slider .slider-item .slider-text p.sub-p {
        font-weight: 400
    }

    .owl-carousel.home-slider .slider-item .slider-text p strong {
        font-weight: 700
    }

        .owl-carousel.home-slider .slider-item .slider-text p strong a {
            color: #fff
        }

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

    .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
        border-bottom: 2px solid rgba(255,255,255,.1)
    }

        .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
            color: #fff
        }

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

    .owl-carousel.home-slider .owl-nav .owl-next, .owl-carousel.home-slider .owl-nav .owl-prev {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: 0 !important;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0
    }

        .owl-carousel.home-slider .owl-nav .owl-next span:before, .owl-carousel.home-slider .owl-nav .owl-prev span:before {
            font-size: 30px;
            color: rgba(255,255,255,.5);
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease
        }

        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before, .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before, .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before {
            color: #fff
        }

    .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px
    }

    .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px
    }

.owl-carousel.home-slider:hover .owl-nav .owl-next, .owl-carousel.home-slider:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center
}

    .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: var(--p-color)
    }

        .owl-carousel.home-slider .owl-dots .owl-dot.active {
            background: #fff
        }

.container {
    max-width: 1230px
}

.bg-light {
    background: #f7f7f7 !important
}

.bg-white {
    background: #fff !important
}

.bg-primary {
    background: var(--p-color)
}

.bg-secondary {
    background: #fc8019 !important
}

.bg-tertiary {
    background: #8cc152
}

.bg-quarternary {
    background: #f1453d
}

.bg-fifth {
    background: var(--p-color)
}

.text-secondary {
    color: #fc8019 !important
}

.text-tertiary {
    color: #8cc152
}

.text-quarternary {
    color: #f1453d
}

.text-fifth {
    color: var(--p-color)
}

.ftc-no-pb {
    padding-bottom: 0 !important
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn:active, .btn:focus, .btn:hover {
        outline: 0
    }

    .btn.btn-primary {
        background: var(--p-color);
        border: 1px solid var(--p-color);
        color: #fff
    }

        .btn.btn-primary:focus, .btn.btn-primary:hover {
            border: 1px solid var(--p-color) !important;
            background: 0 0 !important;
            color: var(--p-color) !important
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid var(--p-color);
            background: 0 0;
            color: var(--p-color)
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: var(--p-color);
                color: #fff
            }

    .btn.btn-white {
        background: #fff;
        border: 1px solid #fff;
        color: var(--p-color)
    }

        .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover {
            border: 1px solid #fff;
            color: var(--p-color)
        }

        .btn.btn-white.btn-outline-white {
            border-color: rgba(255,255,255,.8);
            background: 0 0;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 30px;
            border-width: 1px;
            color: #fff
        }

            .btn.btn-white.btn-outline-white:active, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:hover {
                background: #fff;
                border-color: #fff;
                color: var(--p-color)
            }

    .btn.btn-secondary {
        background: #fc8019;
        border: 1px solid #fc8019;
        color: #fff
    }

        .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
            border: 1px solid #fc8019;
            color: #fff
        }

    .btn.btn-tertiary {
        background: #8cc152;
        border: 1px solid #8cc152;
        color: #fff
    }

        .btn.btn-tertiary:active, .btn.btn-tertiary:focus, .btn.btn-tertiary:hover {
            border: 1px solid #8cc152;
            color: #fff
        }

    .btn.btn-quarternary {
        background: #f1453d;
        border: 1px solid #f1453d;
        color: #fff
    }

        .btn.btn-quarternary:active, .btn.btn-quarternary:focus, .btn.btn-quarternary:hover {
            border: 1px solid #f1453d;
            color: #fff
        }

.btn-custom {
    font-weight: 500;
    color: #0d8ecf;
    border-bottom: 4px solid #31b1f2
}

.img-2 {
    background-position: top center !important
}

@media (max-width:767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px
    }
}

.wrap-about {
    position: relative
}

    .wrap-about h2 {
        font-weight: 500
    }

.egx-services {
    padding: 0 0 5em 0
}

    .egx-services .services {
        display: block;
        width: 100%;
        position: relative;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

        .egx-services .services .icon {
            line-height: 1.3;
            position: relative;
            width: 90px;
            height: 90px;
            background: #fff;
            margin: 0 auto;
            /*margin-top: -60px;*/
            margin-top: 60px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            transition: .3s all linear
        }

        .egx-services .services:hover .icon {
            transform: rotate(360deg) scale(1.05)
        }

        .egx-services .services .icon span {
            font-size: 45px;
            color: var(--p-color)
        }

        .egx-services .services .media-body {
            color: rgba(255,255,255)
        }

@media (max-width:767.98px) {
    .egx-services .services .icon {
        width: 80px;
        height: 80px;
        margin-top: -50px;
    }

        .egx-services .services .icon span {
            font-size: 42px !important;
        }

    .egx-services .services .media-body {
        padding-bottom: 2.5em !important
    }
}

.egx-services .services .media-body h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff
}

.services-2 {
    margin-bottom: 20px
}

    .services-2 .icon {
        line-height: 1;
        position: relative;
        width: 80px;
        height: 80px;
        background: var(--p-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .services-2 .icon span {
            font-size: 30px;
            color: #fff
        }

    .services-2 .text {
        width: calc(100% - 80px)
    }

        .services-2 .text h3 {
            font-size: 20px;
            font-weight: 500
        }

.egx-intro {
    padding: 4em 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: rgba(255,255,255,.8)
}

@media (max-width:1199.98px) {
    .egx-intro {
        background-position: center center !important
    }
}

.egx-intro h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600
}

.egx-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .2;
    background: #000
}

.course {
    margin-bottom: 30px
}

    .course .text {
        width: calc(100% - 250px)
    }

@media (max-width:991.98px) {
    .course .text {
        width: 100%
    }
}

.course .text .subheading {
    color: #000
}

    .course .text .subheading span {
        color: #fc8019
    }

.course .text h3 {
    font-weight: 500;
    font-size: 24px
}

.course .img {
    width: 250px
}

@media (max-width:991.98px) {
    .course .img {
        width: 100%;
        height: 300px
    }
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

    .staff .img-wrap {
        height: 300px
    }

    .staff .img {
        width: 100%;
        display: block;
        background-position: top center;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

    .staff .text {
        position: relative;
        background: #fff;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

        .staff .text h3 {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 0;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease
        }

        .staff .text .position {
            text-transform: uppercase;
            color: #b3b3b3;
            display: block;
            letter-spacing: 1px
        }

        .staff .text .faded {
            opacity: 1
        }

    .staff .egx-social {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        padding: 15px 10px;
        background: #fff;
        opacity: 0;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

        .staff .egx-social li a {
            color: #fc8019
        }

    .staff:focus .egx-social, .staff:hover .egx-social {
        opacity: 1;
        top: -40px
    }

    .staff:focus .img, .staff:hover .img {
        margin-top: -10px
    }

    .staff:focus .text h3, .staff:hover .text h3 {
        color: var(--p-color)
    }

.egx-social {
    padding: 0
}

    .egx-social li {
        list-style: none;
        margin-right: 10px;
        display: inline-block
    }

.egx-gallery {
    padding: 0
}

.gallery {
    display: block;
    height: 350px;
    position: relative
}

    .gallery .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        z-index: 0;
        opacity: 0;
        position: relative;
        background: var(--p-color);
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

        .gallery .icon span {
            color: #fff
        }

    .gallery:focus .icon, .gallery:hover .icon {
        opacity: 1
    }

.pricing-entry {
    position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991.98px) {
    .pricing-entry {
        margin-bottom: 30px
    }
}

.pricing-entry > div {
    padding: 20px
}

    .pricing-entry > div p {
        margin-bottom: 0
    }

.pricing-entry h3 {
    font-size: 24px;
    font-weight: 500
}

.pricing-entry p .price {
    font-weight: 600;
    font-size: 28px;
    color: var(--p-color);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-entry p .per {
    font-size: 12px
}

.pricing-entry .img {
    height: 150px;
    background-position: top center !important
}

.pricing-entry .button {
    margin-bottom: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

    .pricing-entry .button .btn {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block
}

@media (min-width:768px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px
}

    .blog-entry .text .heading {
        font-size: 20px;
        margin-bottom: 16px
    }

        .blog-entry .text .heading a {
            color: #000
        }

            .blog-entry .text .heading a:active, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:hover {
                color: var(--p-color)
            }

    .blog-entry .text .meta-chat {
        color: #b3b3b3
    }

    .blog-entry .text .read {
        color: #000;
        font-size: 14px
    }

.blog-entry .meta-date {
    display: inline-block;
    background: var(--p-color)
}

    .blog-entry .meta-date span {
        display: block;
        color: #fff
    }

    .blog-entry .meta-date .day {
        font-weight: 700;
        font-size: 20px
    }

    .blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
        font-size: 13px
    }

.blog-entry .meta > div {
    display: block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 15px
}

    .blog-entry .meta > div a {
        color: #b3b3b3;
        font-size: 13px
    }

        .blog-entry .meta > div a:hover {
            color: #ccc
        }

.block-27 ul {
    padding: 0;
    margin: 0
}

    .block-27 ul li {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 400
    }

        .block-27 ul li a, .block-27 ul li span {
            border: 1px solid var(--p-color);
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%
        }

        .block-27 ul li.active a, .block-27 ul li.active span {
            background: var(--p-color);
            color: #fff;
            border: 1px solid transparent
        }

.aside-stretch {
    background: #fff
}

    .aside-stretch:after {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        content: "";
        width: 360%;
        background: #fff
    }

@media (max-width:767.98px) {
    .aside-stretch {
        background: 0 0
    }

        .aside-stretch:after {
            background: 0 0;
            display: none
        }
}

.form-control {
    height: 38px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.31)
}

    .form-control:active, .form-control:focus {
        border-color: #000
    }

textarea.form-control {
    height: inherit !important
}

.egx-animate {
    opacity: 0;
    visibility: hidden
}

.bg-primary {
    background: var(--p-color) !important
}

.about-author .desc h3 {
    font-size: 24px
}

.inner-section-banner + .egx-section {
    padding: 2rem 0 !important
}

.egx-section {
    padding: 2.5em 0;
    position: relative
}

.egx-no-pt {
    padding-top: 0
}

.egx-no-pb {
    padding-bottom: 0
}

.egx-bg-dark {
    background: #3c312e
}

.egx-footer {
    font-size: 14px;
    background: #232323;
    padding: 1em 0
}

    .egx-footer .egx-footer-widget {
        width: 100%;
        display: block
    }

        .egx-footer .egx-footer-widget h2 {
            font-weight: 400;
            color: #fff;
            margin-bottom: 40px;
            font-size: 22px;
            font-weight: 500
        }

        .egx-footer .egx-footer-widget .logo {
            color: var(--p-color)
        }

            .egx-footer .egx-footer-widget .logo span {
                color: #fc8019
            }

        .egx-footer .egx-footer-widget ul li a span {
            color: #fff
        }

        .egx-footer .egx-footer-widget .btn-primary {
            background: #fff !important;
            border: 2px solid #fff !important
        }

            .egx-footer .egx-footer-widget .btn-primary:hover {
                background: #fff;
                border: 2px solid #fff !important
            }

    .egx-footer p {
        color: #fff
    }

    .egx-footer a {
        color: #fff
    }

        .egx-footer a:hover {
            color: #fff
        }

    .egx-footer .egx-heading-2 {
        font-size: 17px;
        font-weight: 400;
        color: #000
    }

    .egx-footer .categories li {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        .egx-footer .categories li a span {
            color: rgba(255,255,255,.5) !important
        }

    .egx-footer .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

        .egx-footer .subscribe-form .form-group input {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            width: 100%;
            background: rgba(255,255,255,.1) !important;
            border: none;
            color: #fff !important;
            font-size: 16px
        }

            .egx-footer .subscribe-form .form-group input::-webkit-input-placeholder {
                color: #fff !important
            }

            .egx-footer .subscribe-form .form-group input::-moz-placeholder {
                color: #fff !important
            }

            .egx-footer .subscribe-form .form-group input:-ms-input-placeholder {
                color: #fff !important
            }

            .egx-footer .subscribe-form .form-group input:-moz-placeholder {
                color: #fff !important
            }

        .egx-footer .subscribe-form .form-group .submit {
            color: #fff !important;
            font-size: 16px;
            background: var(--p-color) !important;
            border: none !important;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease
        }

            .egx-footer .subscribe-form .form-group .submit:hover {
                cursor: pointer;
                background: var(--p-color) !important
            }

    .egx-footer .subscribe-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255,255,255,.8)
    }

    .egx-footer .block-21 .text .heading {
        font-weight: 400;
        font-size: 16px
    }

        .egx-footer .block-21 .text .heading a {
            color: rgba(255,255,255,.9)
        }

            .egx-footer .block-21 .text .heading a:active, .egx-footer .block-21 .text .heading a:focus, .egx-footer .block-21 .text .heading a:hover {
                color: var(--p-color)
            }

    .egx-footer .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px
    }

        .egx-footer .block-21 .text .meta > div a {
            color: gray
        }

.egx-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

    .egx-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        background: rgba(255,255,255,.05);
        border-radius: 50%;
        position: relative
    }

        .egx-footer-social li a span {
            position: absolute;
            font-size: 20px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

        .egx-footer-social li a:hover {
            color: #fff
        }

.footer-small-nav > li {
    display: inline-block
}

    .footer-small-nav > li a {
        margin: 0 10px 10px 0
    }

        .footer-small-nav > li a:focus, .footer-small-nav > li a:hover {
            color: var(--p-color)
        }

.media .egx-icon {
    width: 100px
}

    .media .egx-icon span {
        color: var(--p-color)
    }

#map {
    width: 100%
}

@media (max-width:767.98px) {
    #map {
        height: 300px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(30,170,241,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(30,170,241,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(30,170,241,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(30,170,241,.4);
        -webkit-box-shadow: 0 0 0 0 rgba(30,170,241,.4);
        box-shadow: 0 0 0 0 rgba(30,170,241,.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(30,170,241,0);
        -webkit-box-shadow: 0 0 0 30px rgba(30,170,241,0);
        box-shadow: 0 0 0 30px rgba(30,170,241,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(30,170,241,0);
        -webkit-box-shadow: 0 0 0 0 rgba(30,170,241,0);
        box-shadow: 0 0 0 0 rgba(30,170,241,0)
    }
}

.heading-section .subheading {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0,0,0,.9);
    position: relative
}

.heading-section h2 {
    font-size: 44px;
    font-weight: 600;
    color: #fc8019
}

    .heading-section h2 span {
        color: var(--p-color)
    }

@media (max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px
    }
}

.heading-section.heading-section-white .subheading {
    color: #fff
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff
}

.heading-section.heading-section-white p {
    color: rgba(255,255,255,.9)
}

.heading-section.heading-section-black h2 {
    color: #000
}

.blog-img, .hotel-img, .img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.testimony-section {
    position: relative
}

    .testimony-section .owl-carousel {
        margin: 0
    }

        .testimony-section .owl-carousel .owl-stage-outer {
            padding-top: 4em;
            padding-bottom: 2em;
            position: relative
        }

    .testimony-section .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%
    }

        .testimony-section .owl-nav .owl-next, .testimony-section .owl-nav .owl-prev {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            outline: 0 !important;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 0
        }

            .testimony-section .owl-nav .owl-next span:before, .testimony-section .owl-nav .owl-prev span:before {
                font-size: 30px;
                color: rgba(0,0,0,.2);
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease
            }

            .testimony-section .owl-nav .owl-next:focus span:before, .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before, .testimony-section .owl-nav .owl-prev:hover span:before {
                color: #000
            }

        .testimony-section .owl-nav .owl-prev {
            left: 50%;
            margin-left: -80px
        }

        .testimony-section .owl-nav .owl-next {
            right: 50%;
            margin-right: -80px
        }

    .testimony-section:hover .owl-nav .owl-next, .testimony-section:hover .owl-nav .owl-prev {
        opacity: 1
    }

    .testimony-section:hover .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px
    }

    .testimony-section:hover .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px
    }

    .testimony-section .owl-dots {
        text-align: center
    }

        .testimony-section .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: rgba(0,0,0,.2)
        }

            .testimony-section .owl-dots .owl-dot.active {
                background: var(--p-color)
            }

    .testimony-section .owl-item {
        opacity: .1 !important;
        margin-top: 20px
    }

        .testimony-section .owl-item.center {
            padding-bottom: 30px;
            margin-top: 0;
            opacity: 1 !important
        }

            .testimony-section .owl-item.center p {
                font-size: 16px
            }

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255,255,255,.1);
    color: rgba(0,0,0,.8)
}

    .testimony-wrap .user-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        position: relative;
        margin-right: 0 !important
    }

    .testimony-wrap .text {
        width: calc(100% - 120px);
        position: relative
    }

    .testimony-wrap .quote {
        position: absolute;
        top: -40px;
        left: 0;
        opacity: .1
    }

        .testimony-wrap .quote i {
            font-size: 100px;
            color: var(--p-color)
        }

    .testimony-wrap .name {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
        color: #000
    }

    .testimony-wrap .position {
        font-size: 14px;
        color: var(--p-color)
    }

@media (max-width:767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

#section-counter {
    position: relative;
    z-index: 0
}

    #section-counter:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1;
        opacity: 0;
        background: #fc8019
    }

.egx-counter {
    overflow-x: hidden;
    position: relative
}

@media (max-width:1199.98px) {
    .egx-counter {
        background-position: top center !important
    }
}

.egx-counter .icon span {
    font-size: 50px;
    color: #000;
    line-height: 1
}

.egx-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.egx-counter .text strong.number {
    font-weight: 500;
    font-size: 50px;
    color: var(--p-color);
    display: block
}

.egx-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(0,0,0,.8)
}

@media (max-width:767.98px) {
    .egx-counter .counter-wrap {
        margin-bottom: 20px
    }
}

.egx-counter .egx-number {
    display: block;
    font-size: 72px;
    font-weight: 700;
    color: var(--p-color)
}

.egx-counter .egx-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em
}

@media (max-width:991.98px) {
    .egx-consult {
        background-position: top center !important
    }

    .egx-navbar-light .navbar-nav > .nav-item.active > a::after, .egx-navbar-light .navbar-nav > .nav-item > a:hover::after {
        width: 100% !important
    }
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block
}

    .appointment-form .form-group .icon {
        position: absolute;
        top: 50% !important;
        right: 0;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .appointment-form .form-group .icon span {
            color: #fff !important
        }

    .appointment-form .form-group .input-wrap, .appointment-form .form-group .select-wrap {
        position: relative
    }

        .appointment-form .form-group .input-wrap select, .appointment-form .form-group .select-wrap select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

    .appointment-form .form-group .btn {
        width: 100%;
        display: block !important
    }

.appointment-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
    height: 58px !important;
    padding-left: 0;
    padding-right: 0;
    background: 0 0 !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .appointment-form .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.9)
    }

    .appointment-form .form-control::-moz-placeholder {
        color: rgba(255,255,255,.9)
    }

    .appointment-form .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.9)
    }

    .appointment-form .form-control:-moz-placeholder {
        color: rgba(255,255,255,.9)
    }

    .appointment-form .form-control:active, .appointment-form .form-control:focus {
        border-color: #fff
    }

.appointment-form textarea.form-control {
    height: inherit !important
}

.block-23 ul {
    padding: 0
}

    .block-23 ul li, .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px
    }

        .block-23 ul li span {
            color: #fff
        }

        .block-23 ul li .icon, .block-23 ul li .text {
            display: table-cell;
            vertical-align: top
        }

        .block-23 ul li .icon {
            width: 40px;
            font-size: 18px;
            padding-top: 2px;
            color: #fff
        }

.contact-section .contact-info p a {
    color: #1a1a1a
}

.contact-section .box {
    width: 100%;
    display: block
}

    .contact-section .box h3 {
        font-size: 24px;
        font-weight: 500
    }

.block-9 .form-control {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

    .block-21 .text .heading {
        font-size: 18px;
        font-weight: 400
    }

        .block-21 .text .heading a {
            color: #000
        }

            .block-21 .text .heading a:active, .block-21 .text .heading a:focus, .block-21 .text .heading a:hover {
                color: var(--p-color)
            }

    .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px
    }

        .block-21 .text .meta > div a {
            color: gray
        }

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em
}

    .post-info > div {
        display: inline-block
    }

        .post-info > div .seperator {
            display: inline-block;
            margin: 0 10px;
            opacity: .5
        }

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px
}

    .tagcloud a:hover {
        border: 1px solid #000
    }

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none
    }

        .comment-list li .vcard {
            width: 80px;
            float: left
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px)
        }

            .comment-list li .comment-body h3 {
                font-size: 18px;
                font-weight: 500
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000;
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: .1em;
                font-weight: 400;
                border-radius: 4px
            }

                .comment-list li .comment-body .reply:hover {
                    color: #fff;
                    background: #000
                }

.search-form {
    background: #f7f7f7;
    padding: 10px
}

    .search-form .form-group {
        position: relative;
        margin-bottom: 0
    }

        .search-form .form-group input {
            padding-right: 50px;
            font-size: 14px
        }

    .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.subs-wrap {
    background: var(--p-color) !important;
    display: block;
    width: 100%;
    color: #fff
}

    .subs-wrap h3 {
        color: #fff;
        font-size: 30px !important
    }

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

    .subscribe-form .form-group input {
        background: 0 0 !important;
        border: 1px solid transparent;
        color: #fff !important;
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

        .subscribe-form .form-group input::-webkit-input-placeholder {
            color: #fff !important
        }

        .subscribe-form .form-group input::-moz-placeholder {
            color: #fff !important
        }

        .subscribe-form .form-group input:-ms-input-placeholder {
            color: #fff !important
        }

        .subscribe-form .form-group input:-moz-placeholder {
            color: #fff !important
        }

    .subscribe-form .form-group .form-control {
        border: 1px solid rgba(255,255,255,.4)
    }

    .subscribe-form .form-group .submit {
        color: #000 !important;
        display: block;
        width: 100%;
        height: 52px;
        font-size: 16px;
        background: #fff !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

        .subscribe-form .form-group .submit:hover {
            cursor: pointer
        }

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255,255,255,.8)
}

@media (max-width:991.98px) {
    .sidebar {
        margin-top: 5em
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%
}

    .sidebar-box h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

.categories, .sidelink {
    padding: 0
}

    .categories li, .sidelink li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dee2e6;
        list-style: none
    }

        .categories li:last-child, .sidelink li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0
        }

        .categories li a, .sidelink li a {
            display: block
        }

            .categories li a span, .sidelink li a span {
                position: absolute;
                right: 0;
                top: 0;
                color: #ccc
            }

        .categories li.active a, .sidelink li.active a {
            color: #000;
            font-style: italic
        }

#egx-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 24px 64px rgba(0,0,0,.24);
    box-shadow: 0 24px 64px rgba(0,0,0,.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out,visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out,visibility 0s linear .2s;
    transition: opacity .2s ease-out,visibility 0s linear .2s;
    z-index: 1000
}

    #egx-loader.fullscreen {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #egx-loader.show {
        -webkit-transition: opacity .4s ease-out,visibility 0s linear 0s;
        -o-transition: opacity .4s ease-out,visibility 0s linear 0s;
        transition: opacity .4s ease-out,visibility 0s linear 0s;
        visibility: visible;
        opacity: 1
    }

    #egx-loader .circular {
        -webkit-animation: loader-rotate 2s linear infinite;
        animation: loader-rotate 2s linear infinite;
        position: absolute;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        display: block;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    #egx-loader .path {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
        -webkit-animation: loader-dash 1.5s ease-in-out infinite;
        animation: loader-dash 1.5s ease-in-out infinite;
        stroke-linecap: round
    }

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -136px
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -136px
    }
}

.c-shape-btn {
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 15px 25px
}

.return-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 95px;
    right: 38px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px;
    z-index: 110;
    border: 2px solid #fb8019;
    border-radius: 100%;
    background: #fb8019;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 0 10px 1px rgba(69,65,78,.2);
    -moz-box-shadow: 0 0 10px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 10px 1px rgba(69,65,78,.2);
    text-decoration: none !important;
    transition: padding-top .2s
}

    .return-top:focus, .return-top:hover {
        padding-top: 0;
        color: #fff
    }

.affilated-uni {
    background-color: var(--p-color);
    background-image: url(https://www.transparenttextures.com/patterns/brick-wall-dark.png);
    background-attachment: fixed
}

.card.staff:hover {
    background: #fff9f5
}

.card.staff .card-content img {
    transition: .3s all linear
}

.card.staff:hover .card-content img {
    transform: scale(1.1);
    filter: drop-shadow(4px 7px 4px #ccc)
}

.card.staff:hover .text {
    background: #fff9f5 !important
}

.card.staff .text .position {
    color: #111
}

.card.staff:hover .text .position {
    color: #222 !important;
    font-weight: 600
}

.mob-app {
    background: url(../images/bg-books-1.jpg) no-repeat center;
    background-size: cover;
    background-position: center center
}

.inner-section {
    background: url(../images/bg-books-1.jpg);
    background-size: cover;
    background-position: top center;
    padding: 5rem 0;
    position: relative;
    background-attachment: fixed
}

@media (max-width:767px) {
    .inner-section {
        padding: 2rem 0
    }

    .egx-section {
        padding: 1.51em 0
    }
}

.inner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #212529;
    opacity: .1;
    pointer-events: none;
    -webkit-transition: ease opacity .3s .1s;
    transition: ease opacity .3s .1s
}

.inner-section-main-title {
    z-index: 3 !important;
    position: relative
}

    .inner-section-main-title h1 {
        font-size: 36px;
        color: #fff
    }

    .inner-section-main-title nav {
        display: inline-block
    }

        .inner-section-main-title nav > .breadcrumb {
            background: 0 0 !important;
            padding: 0;
            margin: 0
        }

            .inner-section-main-title nav > .breadcrumb li {
                color: #fff !important
            }

            .inner-section-main-title nav > .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #fff
            }
