a, a:hover {
    text-decoration: none
}

#preloader:before, .navbar > ul > li > a:before {
    content: ""
}

.navbar .dropdown ul li, .navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar a, .navbar > ul > li, .sidebar-menu {
    white-space: nowrap
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/vendor/Montserrat/Montserrat.woff2) format("woff2"),url(/assets/vendor/Montserrat/Montserrat.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Roboto,sans-serif;
    color: #444
}

#header .logo, #hero h1, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif
}

a {
    color: #0063AA
}

    a:hover {
        color: #0081dd
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

    #preloader:before {
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0063AA;
        border-top-color: #91d1ff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.counts .count-box i, .infos .info-box i {
    transform: translateX(-50%);
    line-height: 0
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0063AA;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

.navbar a, .navbar li {
    position: relative
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #007bd3;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#topbar {
    background: #0063AA;
    height: 40px;
    font-size: 14px;
    transition: all .5s;
    color: #fff;
    padding: 0
}

    #topbar .contact-info i a, #topbar .social-links a {
        line-height: 0;
        transition: .3s
    }

    #topbar.fixed-top {
        top: 0
    }

    #topbar .contact-info i {
        font-style: normal;
        color: #fff
    }

        #topbar .contact-info i a, #topbar .contact-info i span {
            padding-left: 5px;
            color: #fff
        }

            #topbar .contact-info i a:hover {
                color: #fff;
                text-decoration: underline
            }

    #topbar .social-links a {
        color: rgba(255,255,255,.7);
        margin-left: 20px
    }

        #topbar .social-links a:hover {
            color: #fff
        }

#header {
    background: #fff;
    transition: all .5s;
    z-index: 1031;
    height: 86px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1)
}

    #header.fixed-top {
        height: 70px;
        top: 40px
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: .8px
    }

        #header .logo a {
            color: #0063AA
        }

            #header .logo a span, .navbar a {
                color: #4E4E4E
            }

        #header .logo img {
            width: 190px;
            image-rendering: -webkit-optimize-contrast
        }

.scrolled-offset {
    margin-top: 110px
}

@media (max-width:768px) {
    #header {
        height: 75px
    }

        #header .logo img {
            width: 170px
        }
}

.navbar {
    padding: 0
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar > ul > li {
        padding: 10px 0 10px 28px
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 15px;
        font-weight: 500;
        transition: .3s;
        font-style: normal
    }

        .navbar .dropdown ul a i, .navbar a i {
            font-size: 12px
        }

        .navbar .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover > a, .navbar a:hover, .navbar li:hover > a {
            color: #0063AA
        }

        .navbar a i {
            line-height: 0;
            margin-left: 5px
        }

    .navbar > ul > li > a:before {
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #0063AA;
        visibility: hidden;
        width: 0;
        transition: all .3s ease-in-out 0s
    }

#hero, #hero .container .banner {
    width: 100%
}

.navbar .active:before, .navbar a:hover:before, .navbar li:hover > a:before {
    visibility: visible;
    width: 100%
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: .3s
}

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-weight: 400
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #4E4E4E;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

    .mobile-nav-toggle.bi-x {
        color: #fff
    }

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53,53,53,.9);
    transition: .3s;
    z-index: 999
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: .3s
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #4E4E4E
    }

        .navbar-mobile .active, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul li:hover > a, .navbar-mobile a:hover, .navbar-mobile li:hover > a {
            color: #0063AA
        }

    .navbar-mobile > ul > li {
        padding: 0
    }

    .navbar-mobile .active:before, .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before {
        visibility: hidden
    }

    .navbar-mobile .getstarted {
        margin: 15px
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 30px rgba(127,137,161,.25)
    }

#hero, #hero .container {
    position: relative
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

    .navbar-mobile .dropdown ul a i {
        font-size: 12px
    }

.navbar-mobile .dropdown > .dropdown-active {
    display: block
}

#hero {
    height: 75vh;
    background-color: #5AA3D8;
    padding: 0;
    background-image: url(/assets/img/hero-banner-bg-webp.webp);
    background-size: cover;
    background-repeat: no-repeat
}

    #hero .container .right {
        flex-direction: column
    }

    #hero .container .banner-title {
        color: #fd7e14;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 7px
    }

    #hero .btn-get-started, .section-title h2 {
        letter-spacing: 1px;
        text-transform: uppercase
    }

    #hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff
    }

        #hero h1 span {
            color: #0063AA
        }

    #hero .btn-get-started {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 4px;
        transition: .5s;
        color: #fff;
        background: #0063AA
    }

        #hero .btn-get-started:hover {
            background: #0072c4
        }

    #hero .btn-watch-video {
        font-size: 16px;
        transition: .5s;
        margin-left: 25px;
        color: #4E4E4E;
        font-weight: 600;
        display: flex;
        align-items: center
    }

        #hero .btn-watch-video i {
            color: #0063AA;
            font-size: 32px;
            transition: .3s;
            line-height: 0;
            margin-right: 8px
        }

        #hero .btn-watch-video:hover {
            color: #0063AA
        }

            #hero .btn-watch-video:hover i {
                color: #0081dd
            }

@media (max-width:768px) {
    #hero {
        height: calc(100vh - 115px);
        padding-top: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom right
    }

        #hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: linear-gradient(to right,#0063AA 0,rgba(255,255,255,0) 100%)
        }

        #hero .container {
            z-index: 1
        }

        #hero h1 {
            font-size: 28px;
            line-height: 36px
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px
        }

        #hero .btn-get-started, #hero .btn-watch-video {
            font-size: 13px
        }
}

@media (max-height:500px) {
    #hero {
        height: 120vh
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #a5d9ff
}

.shadow1 {
    box-shadow: 0 0 30px rgba(214,215,216,.4)
}

.shadow2 {
    box-shadow: 0 2px 15px rgba(0,99,170,.15)
}

.shadow3 {
    box-shadow: 0 0 30px rgba(78,78,78,.08)
}

.section-header-bg {
    background-color: #0063AA;
    color: #fff
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

    .section-title h2 {
        font-size: 13px;
        font-weight: 700;
        padding: 8px 20px;
        margin: 0;
        background: #96d3ff;
        color: #0063AA;
        display: inline-block;
        border-radius: 50px
    }

    .section-title h3 {
        margin: 15px 0 0;
        font-size: 32px;
        font-weight: 700;
        color: #0063AA
    }

        .section-title h3 span {
            color: #7dbce8
        }

    .section-title p {
        margin: 15px auto 0;
        font-weight: 400
    }

@media (min-width:1024px) {
    .section-title p {
        width: 50%
    }
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 0
    }

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

    .breadcrumbs ol li + li {
        padding-left: 10px
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/"
        }

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

        .breadcrumbs ol li {
            display: inline-block
        }
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    z-index: 1
}

    .featured-services .icon-box::before {
        content: '';
        position: absolute;
        background: #77c6ff;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all .3s;
        z-index: -1
    }

    .featured-services .icon-box:hover::before {
        background: #0063AA;
        top: 0;
        border-radius: 0
    }

.featured-services .icon {
    margin-bottom: 15px
}

    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #0063AA;
        transition: all .3s ease-in-out
    }

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

    .featured-services .title a {
        color: #0063AA
    }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.featured-services .icon-box:hover .description, .featured-services .icon-box:hover .description a, .featured-services .icon-box:hover .icon i, .featured-services .icon-box:hover .title a {
    color: #fff
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

    .about .content ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 35px
    }

        .about .content ul li:first-child {
            margin-top: 35px
        }

    .about .content ul i {
        background: #fff;
        box-shadow: 0 6px 15px rgba(0,99,170,.12);
        font-size: 24px;
        padding: 20px;
        margin-right: 15px;
        color: #0063AA;
        border-radius: 50px
    }

    .about .content ul h5 {
        font-size: 18px;
        color: #818181
    }

    .about .content ul p {
        font-size: 15px
    }

.about .content p:last-child {
    margin-bottom: 0
}

.skills .progress {
    height: 60px;
    display: block;
    background: 0 0;
    border-radius: 0
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        color: #4E4E4E
    }

.counts .count-box p, .dashboard .box-container .box p, .infos .info-box p {
    font-family: Roboto,sans-serif
}

.skills .progress .skill .val {
    float: right;
    font-style: normal
}

.skills .progress-bar-wrap {
    background: #91d1ff;
    height: 10px
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #0063AA
}

.counts {
    padding: 70px 0 60px
}

    .counts .count-box {
        padding: 30px 30px 25px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #a0d7ff
    }

        .counts .count-box i {
            position: absolute;
            top: -28px;
            left: 50%;
            font-size: 24px;
            background: #0063AA;
            color: #fff;
            width: 56px;
            height: 56px;
            border-radius: 50px;
            border: 5px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #000a11
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-size: 14px
        }

    .counts .dashboard-counts .count-box {
        border-radius: 10px;
        margin-bottom: 60px
    }

.infos {
    padding: 70px 0 60px
}

    .infos .info-box {
        padding: 30px 30px 25px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #fff;
        border: 1px solid #7dbce8;
        border-radius: 20px
    }

        .infos .info-box i {
            position: absolute;
            top: -45px;
            left: 50%;
            font-size: 38px;
            background: #0063AA;
            color: #FFBF03;
            width: 72px;
            height: 72px;
            border-radius: 50px;
            border: 5px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

        .infos .info-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #000a11
        }

        .infos .info-box h2 {
            color: #0063AA;
            margin-bottom: 0;
            min-height: 76px;
            font-size: 24px
        }

        .infos .info-box p {
            padding: 0;
            margin: 0 0 20px;
            color: #444;
            font-size: 20px;
            min-height: 150px
        }

        .infos .info-box a {
            color: #FFBF03;
            font-size: 26px;
            font-weight: 400
        }

.dashboard {
    padding: 0;
    background-color: #444
}

    .dashboard .box-container {
        display: flex;
        justify-content: space-evenly
    }

        .dashboard .box-container .box {
            color: #fff;
            padding: 20px;
            position: relative;
            text-align: center;
            display: flex;
            min-height: 100px;
            align-items: center;
            flex-grow: 1;
            flex-basis: 0
        }

            .dashboard .box-container .box::after, .dashboard .box-container .box::before {
                position: absolute;
                content: '';
                border-style: solid;
                top: 0
            }

            .dashboard .box-container .box:nth-child(odd) {
                background: #0063AA
            }

            .dashboard .box-container .box:nth-child(even) {
                background: #4E4E4E
            }

            .dashboard .box-container .box::before {
                right: -50px;
                border-color: transparent #4E4E4E;
                border-width: 100px 0 0 50px
            }

@media (max-width:768px) {
    .dashboard .box-container .box {
        padding: 10px;
        flex-direction: column;
        display: block
    }

        .dashboard .box-container .box::before {
            right: -20px;
            border-width: 100px 0 0 20px
        }
}

.dashboard .box-container .box.corner::before {
    border-color: transparent #0063AA
}

.dashboard .box-container .box::after {
    left: -50px;
    border-color: #4E4E4E transparent;
    border-width: 100px 0 0 50px
}

.dashboard .box-container .box.corner::after {
    border-color: #0063AA transparent
}

.dashboard .box-container .box i {
    font-size: 36px;
    color: #FFBF03;
    width: 45px;
    height: 45px;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (max-width:768px) {
    .dashboard .box-container .box::after {
        left: -20px;
        border-width: 100px 0 0 20px
    }

    .dashboard .box-container .box i {
        font-size: 18px;
        width: 20px;
        height: 20px;
        margin-left: -20px
    }
}

.dashboard .box-container .box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-left: 20px;
    line-height: 1
}

@media (max-width:768px) {
    .dashboard .box-container .box span {
        font-size: 22px;
        margin-left: -10px;
        text-align: center;
        margin-right: 10px
    }
}

.dashboard .box-container .box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.clients {
    padding: 15px 0;
    text-align: center
}

    .clients img {
        max-width: 45%;
        transition: all .4s ease-in-out;
        display: inline-block;
        padding: 15px 0
    }

        .clients img:hover {
            transform: scale(1.15)
        }

.services .icon-box {
    text-align: center;
    border: 1px solid #ddf1ff;
    padding: 20px;
    transition: all ease-in-out .3s;
    background: #fff
}

    .services .icon-box .icon {
        margin: 0 auto 20px;
        width: 64px;
        height: 64px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out .3s
    }

        .services .icon-box .icon i {
            color: #0081dd;
            font-size: 36px;
            transition: ease-in-out .3s
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 16px;
        text-transform: uppercase
    }

        .services .icon-box h4 a {
            color: #4E4E4E;
            transition: ease-in-out .3s
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0 0 25px 0 rgba(0,99,170,.1)
    }

        .services .icon-box:hover .icon i, .services .icon-box:hover h4 a {
            color: #0063AA
        }

        .services .icon-box:hover .icon {
            border-color: #0063AA
        }

.testimonials {
    padding: 40px 0;
    background-color: #0063AA;
    background-image: linear-gradient(315deg,#0063AA 0,#17a2b8 74%);
    position: relative
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.5)
    }

    .testimonials .section-header {
        margin-bottom: 40px
    }

    .testimonials .section-title h3 {
        color: #fff
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255,255,255,.15);
            margin: 0 auto
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 10px 0 5px;
            color: #fff
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255,255,255,.4);
            font-size: 26px
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px;
            color: #eee
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255,255,255,.5);
            opacity: 1
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #0063AA
        }

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

.portfolio #portfolio-flters {
    margin: 0 auto 15px;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444;
        margin-bottom: 5px;
        transition: all .3s ease-in-out
    }

        .portfolio #portfolio-flters li.filter-active, .portfolio #portfolio-flters li:hover {
            color: #0063AA
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0
        }

.portfolio .portfolio-item {
    margin-bottom: 30px
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out .3s;
        background: rgba(255,255,255,.9);
        padding: 15px
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
            color: #4E4E4E
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #818181;
            font-size: 14px;
            margin-bottom: 0
        }

        .portfolio .portfolio-item .portfolio-info .details-link, .portfolio .portfolio-item .portfolio-info .preview-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #686868
        }

            .portfolio .portfolio-item .portfolio-info .details-link:hover, .portfolio .portfolio-item .portfolio-info .preview-link:hover {
                color: #0063AA
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px
        }

    .portfolio .portfolio-item img {
        height: 240px
    }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out .3s
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: .3s
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #119cff
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px
    }

.portfolio .card img {
    height: 200px
}

.portfolio .card .card-body .card-title {
    min-height: 72px
}

.portfolio .card .card-body a i {
    position: relative;
    left: 2px;
    top: 2px
}

.portfolio-details {
    padding-top: 40px
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #0063AA
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #0063AA
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0 0 30px rgba(78,78,78,.08)
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .portfolio-details .portfolio-description p, .team {
            padding: 0
        }

            .team .member {
                margin-bottom: 20px;
                overflow: hidden;
                border-radius: 4px;
                background: #fff;
                box-shadow: 0 2px 15px rgba(0,99,170,.15)
            }

                .team .member .member-img {
                    position: relative;
                    overflow: hidden
                }

                .team .member .social {
                    position: absolute;
                    left: 0;
                    bottom: 30px;
                    right: 0;
                    opacity: 0;
                    transition: ease-in-out .3s;
                    text-align: center
                }

                    .team .member .social a {
                        margin: 0 3px;
                        padding-top: 7px;
                        border-radius: 4px;
                        width: 36px;
                        height: 36px;
                        background: rgba(0,99,170,.8);
                        display: inline-block;
                        transition: ease-in-out .3s;
                        color: #fff
                    }

                        .team .member .social a:hover {
                            background: #0081dd
                        }

                    .team .member .social i {
                        font-size: 18px
                    }

                .team .member .member-info {
                    padding: 25px 15px
                }

                    .team .member .member-info h4 {
                        font-weight: 700;
                        margin-bottom: 5px;
                        font-size: 18px;
                        color: #4E4E4E
                    }

                    .team .member .member-info span {
                        display: block;
                        font-size: 13px;
                        font-weight: 400;
                        color: #aaa
                    }

                    .team .member .member-info p {
                        font-style: italic;
                        font-size: 14px;
                        line-height: 26px;
                        color: #777
                    }

                .team .member:hover .social {
                    opacity: 1;
                    bottom: 15px
                }

            .team .section-title h1 {
                margin: 15px 0 0;
                font-size: 32px;
                font-weight: 700;
                color: #0063AA
            }

.pricing.pricing-header {
    padding-top: 0;
    padding-bottom: 20px
}

    .pricing.pricing-header .blockquote {
        color: #0063AA
    }

        .pricing.pricing-header .blockquote .course-form-label {
            font-size: 16px;
            display: block;
            margin-bottom: 10px;
            font-weight: 500
        }

        .pricing.pricing-header .blockquote .form-switch {
            background: #f0f8ff;
            padding: 5px 10px;
            width: fit-content;
            border-radius: 5px;
            font-size: 14px;
            text-transform: uppercase
        }

        .pricing.pricing-header .blockquote .form-check.form-check-inline {
            padding: 5px 15px 5px 35px;
            margin-bottom: .125rem;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            color: #4E4E4E;
            font-size: 16px;
            font-weight: 600
        }

            .pricing.pricing-header .blockquote .form-check.form-check-inline .form-check-input:checked {
                background-color: #0063AA;
                border-color: #0063AA
            }

.pricing .box {
    padding: 20px 20px 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #dee2e6
}

    .pricing .box h2, .pricing .box h3 {
        font-weight: 400;
        padding: 20px 15px;
        font-size: 24px
    }

    .pricing .box h2 {
        margin: -20px -20px 20px
    }

        .pricing .box h2 i {
            color: #FFBF03;
            margin-right: 5px;
            margin-top: -7px
        }

    .pricing .box h3 {
        margin: -20px -20px 20px;
        color: #fff;
        background: #0063AA
    }

        .pricing .box h3 span {
            display: block;
            font-size: 14px
        }

    .pricing .box h4 {
        font-size: 36px;
        color: #4E4E4E;
        font-family: Montserrat,sans-serif;
        margin-bottom: 20px
    }

	

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px
        }

        .pricing .box h4 span {
            color: #a1a8ae;
            display: block;
            font-size: 16px;
            font-weight: 300
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #444;
        text-align: center;
        line-height: 20px;
        font-size: 14px
    }

        .pricing .box ul li {
            padding-bottom: 16px
        }

        .pricing .box ul i {
            color: #FFBF03;
            font-size: 18px;
            padding-right: 4px
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through
        }

    .pricing .box .note {
        font-size: 12px;
        margin-top: 30px
    }

    .pricing .box .desc {
        min-height: 250px;
        text-align: left;
        padding: 17px
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    background: #fd7e14;
    display: inline-block;
    padding: 8px 35px 10px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 600;
    transition: .3s
}

    .pricing .btn-buy:hover {
        background: #fd9a47
    }

.pricing .featured {
    border: 1px solid #FFBF03
}

    .pricing .featured h3 {
        color: #fff;
        background: #FFBF03
    }

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px;
    background: #7dbce8;
    color: #fff
}

.faq .faq-list .question, .faq .faq-list .question h2 {
    font-family: Roboto,sans-serif;    
    font-weight: 400;
    cursor: pointer;
    color: #004577;
    line-height: 24px;
    font-size:20px;
}

.faq {
    padding: 60px 0
}

    .faq .faq-list {
        padding: 0;
        list-style: none
    }

        .faq .faq-list li {
            border: 1px solid #81caff;
            border-radius: 10px;
            margin-bottom: 20px;
            padding: 1rem
        }

        .faq .faq-list .question {
            display: block;
            position: relative;
            transition: .3s;
            
        }

            .faq .faq-list .question i {
                font-size: 16px;
                position: absolute;
                left: 0;
                top: -2px
            }

#msform, #msform fieldset, #progressbar li, .card, .sidebar-menu li, .sidebar-menu li a {
    position: relative
}

.faq .faq-list p {
    margin-bottom: 0;
    padding-top: 10px
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list .collapsed {
    color: #000
}

    .faq .faq-list .collapsed:hover {
        color: #0063AA
    }

    .faq .faq-list .collapsed .icon-show {
        display: inline-block;
        transition: .6s
    }

    .faq .faq-list .collapsed .icon-close {
        display: none;
        transition: .6s
    }

.contact {
    padding-top: 0;
    padding-bottom: 20px
}

    .contact .info-box {
        color: #444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214,215,216,.3);
        padding: 20px 0 30px
    }

        .contact .info-box i {
            font-size: 32px;
            color: #0063AA;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #5ebcff
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #777;
            font-weight: 700;
            margin: 10px 0
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0
        }

    .contact .section-title h3 {
        font-size: 24px
    }

    .contact .common-form {
        box-shadow: 0 0 30px rgba(214,215,216,.4);
        padding: 30px
    }

        .contact .common-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600
        }

            .contact .common-form .error-message br + br {
                margin-top: 25px
            }

        .contact .common-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600
        }

        .contact .common-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px
        }

            .contact .common-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                animation: animate-loading 1s linear infinite
            }

        .contact .common-form .form-group {
            margin-bottom: 20px
        }

        .contact .common-form input, .contact .common-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px
        }

            .contact .common-form input:focus, .contact .common-form textarea:focus {
                border-color: #0063AA
            }

        .contact .common-form input {
            padding: 10px 15px
        }

        .contact .common-form textarea {
            padding: 12px 15px
        }

        .contact .common-form button[type=submit] {
            background: #0063AA;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: .4s;
            border-radius: 4px
        }

            .contact .common-form button[type=submit]:hover {
                background: #0081dd
            }

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0063AA
}

    .sidebar-menu li {
        margin: 0;
        padding: 0
    }

        .sidebar-menu li a {
            border-left: 3px solid transparent;
            display: block;
            padding: 12px 5px 12px 15px;
            font-size: 14px
        }

            .sidebar-menu li a .bi {
                width: 20px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome
            }

        .sidebar-menu li.header {
            color: #dee2e6;
            background: #343a40;
            padding: 10px 25px 10px 15px;
            font-size: 12px
        }

        .sidebar-menu li.active a, .sidebar-menu li:hover a {
            color: #343a40;
            background: #7dbce8;
            border-left-color: #0063AA
        }

.sidebar a {
    color: #dee2e6
}

    .sidebar a:hover {
        text-decoration: none
    }

#setting .form-group.row {
    margin-bottom: 20px
}

.svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath)
}

.default.success .section-title h2 {
    background: #28a745;
    color: #fff;
    text-transform: capitalize
}

.default.error .section-title h2 {
    background: #CB504E;
    color: #fff
}

.default.warning .section-title h2 {
    background: #FFBF03;
    color: #343a40
}

.landing-page .row.justify-content-center dd {
    margin-bottom: 1rem
}

.landing-page .row.justify-content-center h4 {
    margin-bottom: 0
}

#msform {
    text-align: center;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: #fff;
        border: 0;
        border-radius: 0;
        padding: 10px 30px 30px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px;
        position: relative
    }

        #msform fieldset .form-card h3 {
            font-size: 20px;
            color: #777;
            font-weight: 700;
            margin: 10px 0 20px
        }

        #msform fieldset .form-card p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0
        }

        #msform fieldset .form-card .form-group {
            margin-bottom: 20px
        }

        #msform fieldset .form-card input[type=email], #msform fieldset .form-card input[type=text], #msform fieldset .form-card textarea, #msform fieldset select {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px
        }

            #msform fieldset .form-card input[type=email]:focus, #msform fieldset .form-card input[type=text]:focus, #msform fieldset .form-card textarea:focus, #msform fieldset select:focus {
                border-color: #0063AA
            }

        #msform fieldset .form-card input[type=email], #msform fieldset .form-card input[type=text], #msform fieldset select {
            padding: 10px 15px
        }

        #msform fieldset .form-card textarea {
            padding: 12px 15px
        }

        #msform fieldset .form-card button[type=submit] {
            background: #0063AA;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: .4s;
            border-radius: 4px
        }

            #msform fieldset .form-card button[type=submit]:hover {
                background: #0081dd
            }

    #msform fieldset {
        background: #fff;
        border: 0;
        border-radius: .5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #444
        }

    #msform .action-button, #msform .action-button-previous {
        width: 100px;
        font-weight: lighter;
        color: #fff;
        padding: 10px 5px;
        margin: 10px 5px;
        cursor: pointer
    }

    #msform .action-button {
        background: #0063AA;
        border: 0;
        border-radius: 0
    }

        #msform .action-button:focus, #msform .action-button:hover {
            box-shadow: 0 0 0 2px #fff,0 0 0 3px #87ceeb
        }

    #msform .action-button-previous {
        background: #616161;
        border: 0;
        border-radius: 0
    }

.fs-title, .student-registration .form-group label {
    font-weight: 700
}

#msform .action-button-previous:focus, #msform .action-button-previous:hover {
    box-shadow: 0 0 0 2px #fff,0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid #87ceeb
    }

.card {
    z-index: 0
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #6c757d;
    padding-right: 2rem
}

@media (max-width:768px) {
    .clients img {
        max-width: 40%
    }

    .pricing .box .desc {
        min-height: auto
    }

    .landing-page .row.justify-content-center {
        flex-direction: column-reverse
    }

    #progressbar {
        padding-right: 0;
        padding-left: 0
    }
}

#progressbar .active {
    color: #000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left
}

#progressbar #personal:before {
    font-family: bootstrap-icons;
    content: "\f4ba"
}

#progressbar #address:before {
    font-family: bootstrap-icons;
    content: "\f3c8"
}

#progressbar #vehicle:before {
    font-family: bootstrap-icons;
    content: "\f3c5"
}

#progressbar #other:before {
    font-family: bootstrap-icons;
    content: "\f55d"
}

#progressbar #complete:before {
    font-family: bootstrap-icons;
    content: "\f48f"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #fff;
    background: #4E4E4E;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4E4E4E;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li:first-child:after {
    width: 50%;
    right: 0;
    left: auto
}

#progressbar li:last-child:after {
    width: 50%
}

#progressbar li.active:after, #progressbar li.active:before {
    background: #0063AA
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #add8e6;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.student-registration #progressbar li {
    width: 33.3%
}

.student-registration#msform fieldset .form-card h3.fs-title {
    color: #CB504E
}

.student-registration .form-group small {
    display: block
}

#footer {
    color: #444;
    font-size: 14px;
    background: #e9ecef
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #a0d7ff;
        text-align: center;
        font-size: 15px
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px;
            padding: 0;
            line-height: 1;
            font-weight: 600
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            box-shadow: 0 2px 15px rgba(0,0,0,.06);
            text-align: left
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px)
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                font-size: 16px;
                padding: 0 20px;
                background: #0063AA;
                color: #fff;
                transition: .3s;
                border-radius: 0 4px 4px 0;
                box-shadow: 0 2px 15px rgba(0,0,0,.1)
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #004577
                }

    #footer .footer-top {
        padding: 60px 0 30px;
        background: #a0d7ff
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 24px;
                margin: 0 0 15px;
                padding: 2px 0;
                line-height: 1;
                font-weight: 700
            }

                #footer .footer-top .footer-contact h3 span {
                    color: #0063AA;
                    display: block;
                    font-size: 12px;
                    font-weight: 500
                }

            #footer .footer-top .footer-contact img {
                width: 70%;
                margin-bottom: 20px
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: Roboto,sans-serif;
                color: #444
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #444;
            position: relative;
            padding-bottom: 12px
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #0063AA;
                    font-size: 18px;
                    line-height: 1
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0
                    }

                #footer .footer-top .footer-links ul a {
                    color: #444;
                    transition: .3s;
                    display: inline-block;
                    line-height: 1
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #0063AA
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #0063AA;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: .3s
        }

            #footer .footer-top .social-links a:hover {
                background: #0081dd;
                color: #fff;
                text-decoration: none
            }

    #footer .copyright {
        text-align: center;
        float: left
    }

    #footer .credits {
        float: right;
        text-align: center;
        font-size: 13px;
        color: #444
    }

@media (max-width:768px) {
    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0
    }

    #footer .container.py-4 .row {
        flex-direction: column-reverse
    }
}

.btn.btn-primary {
    background-color: #0063AA !important;
    border-color: #0063AA !important
}

.btn.btn-warning {
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important;
    color: #fff
}

    .btn.btn-warning:hover {
        background-color: #fd9a47 !important
    }

    .btn.btn-outline-dark, .btn.btn-warning::before {
        background-color: #fff !important
    }

    .btn.btn-warning:hover::before {
        visibility: hidden !important
    }

.btn.btn-outline-dark {
    border-color: #0063AA !important;
    color: #0063AA
}

    .btn.btn-outline-dark:hover {
        background-color: #0063AA !important;
        color: #fff
    }

.note-modal-backdrop {
    display: none !important
}

.btn-space {
    margin-right: 5px
}

#lblPostcodeserve {
    color: #0063AA;
    font-weight: 700
}

#btnEdit {
    background: #0063AA;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

.alert-success {
    color: #edeff2 !important;
    background-color: #6cb469 !important;
    border-color: #badbcc !important
}

.lblCourse {
    font-weight: 400 !important
}

.bootbox .bootbox-close-button {
    float: right
}

.bg-secondary {
    background-color: #0063AA !important
}
