/* 1. ========================= Site Styles ========================= */


/* 1.1. ========================= Page Styles ========================= */


.spinner {
    margin: 0;
    width: 70px;
    height: 18px;
    margin: -35px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #f78e1e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}
html {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

.panel-heading.note-toolbar {
    background: #f78e1e !important;
}

body {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 16px;
    margin: 0;
    color: #000;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 52px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 26px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 22px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova', Georgia, sans-serif;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        cursor: pointer;
    }

        a:hover {
            text-decoration: none;
            outline: none;
        }

        a i {
            padding: 0 2px;
        }

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

    ol li {
        list-style: none;
        margin-bottom: 1rem;
    }

        ol li:before {
            counter-increment: counter;
            content: counter(counter);
            font-weight: 500;
            margin-right: 10px;
        }

.justify-content-end {
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
}

span.address {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 40px;
    margin: 10px auto 5px;
    line-height: 20px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* COLOR GLOBAL */

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.section-title h3,
.tbl-pricing .tbl-prc-col .tbl-prc-price,
.tbl-pricing .tbl-prc-col .tbl-prc-list,
#header .nav > li > a,
#header .nav > li > a:hover {
    color: #242424;
}

.wrap-bg-primary, .course-price, .carousel-slider.gallery-slider .slick-dots li.slick-active button, #testimonials .slick-dots li.slick-active button, .themeioan_event .date, .color-two, .tbl-pricing .tbl-prc-col .tbl-prc-wrap .featured-price {
    background: #0197ff;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #fff !important;
}

.bar1,
.bar2,
.bar3,
.wrap-bg.wrap-bg-grey,
#users .item,
.color-three,
.color-three:hover,
.btn-1c:after,
.themeioan_blog .blog-content,
.footer-subscribe,
.tbl-pricing .tbl-prc-col .tbl-prc-wrap,
.themeioan_event .event-content,
.themeioan_course .blog-content,
.themeioan_blog .blog-content,
#header .navbar-default .navbar-toggle .icon-bar,
.video-btn:hover,
.color-three,
.themeioan_testimonial {
    background-color: #ffffff;
}

    .wrap-bg-primary .section-title span,
    .wrap-bg-primary .section-title h2,
    .wrap-bg-primary .section-title p,
    .course-price,
    .header-content .header-text,
    .header-content .header-text h1,
    .header-content .header-text p,
    .tbl-pricing .tbl-prc-col .tbl-prc-wrap .featured-price,
    #footer,
    #footer a,
    .footer-text p,
    .f-widget-title h4,
    .f-widget-link ul li a,
    .sigle-address p,
    .copyright p,
    .themeioan_event .date h4,
    .text-white,
    .text-white h2,
    .section-title.text-white p,
    .call-to-action-content h3,
    .call-to-action-btn a,
    .header-area .header-area-inner .subtitle,
    .header-area .header-area-inner .title,
    #header .navbar-default .navbar-nav a,
    .header-content.page-header-content .page-header-text p,
    .video-btn,
    .wrap-bg.wrap-bg-parallax,
    .color-one:hover,
    .color-two,
    .color-two:hover,
    .btn-1c,
    .header-cta .btn.btn-1c,
    .footer-social a,
    .header-area .header-area-inner p {
        color: #000;
    }

        a:hover, #header .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:hover, .secondary-color, .section-title span, .base-color, #header .navbar-nav a.active, #header .active, #header a:hover, .header-content.page-header-content .page-header-text h1, .header-content.page-header-content .page-header-text h2, .header-content.page-header-content .page-header-text h3, .header-content.page-header-content .page-header-text h4, .header-content.page-header-content .page-header-text h5, .header-content.page-header-content .page-header-text h6, .video-btn:hover, .themeioan_counter i, .btn-1c:hover, .btn-1c:active, .tbl-pricing .tbl-prc-col .tbl-prc-heading h4, .tbl-pricing .tbl-prc-col .tbl-prc-list i, #footer .copyright a, .address-icon i, .tbl-pricing .tbl-prc-col .tbl-prc-wrap:hover .tbl-prc-price h5, .single-features-light .feature_link a, .readmore, .themeioan_event ul li i, #why-us i, .themeioan_ul_icon i, .course-viewer ul li i {
            color: #f78e1e;
        }

article .course-bottom-list .small i.fa.mr-1 {
    color: #f78e1e;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

figure {
    margin: 0px;
}

    figure img {
        width: 100%;
    }

    figure iframe {
        overflow: hidden;
        width: 100% !important;
        background-color: #f4f4f4;
        border: 2px solid #e9e9e9;
    }

video {
    width: 100%;
    height: auto;
}

.center-column {
    margin: 70px auto 0px auto;
}

.content-button {
    margin: 60px auto 0px auto;
    max-width: 250px;
}

.themeioan_ul_icon {
    margin-top: 15px;
}

    .themeioan_ul_icon li {
        line-height: 33px;
        font-size: 16px;
        color: #777777;
    }

    .themeioan_ul_icon i,
    .course-viewer ul li i {
        padding-right: 3px;
    }

.mt-25 {
    margin-top: 25px;
}

.mb-60 {
    margin-bottom: 60px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.section-text-left p {
    margin-left: 0px !important;
    margin-bottom: 25px !important;
}

.section-text-left h3 {
    margin-bottom: 15px !important;
}

.call-to-action-content h3 {
    font-weight: 700;
    margin: 73px 0 25px;
    font-size: 36px;
    line-height: 1.2;
    text-transform: capitalize;
}

.call-to-action-area img {
    position: absolute;
    right: 0;
    height: 100%;
}

.call-to-action-btn a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 19px;
    margin-bottom: 80px;
}

    .call-to-action-btn a:hover {
        background: #fff;
    }

.cta-center {
    text-align: center;
    margin: 0px auto;
}

    .cta-center p {
        font-size: 18px;
    }

.bg-cta {
    background: url(../Assets/Images/content/breadcrumb/university.jpg);
    background-position: center;
    background-size: cover;
}

/*tags course*/

.wrap-bg-secondary {
    background: #eee;
}

.themeioan_course {
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}


    /*shadow hover all*/

    .themeioan_course:active,
    .themeioan_course:focus,
    .themeioan_course:hover,
    .single-features-light:hover,
    .tbl-pricing .tbl-prc-col .tbl-prc-wrap:hover,
    #users .item:hover {
        -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.15);
    }


/*end shadow*/

.themeioan_course {
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

    .themeioan_course .blog-content,
    .themeioan_blog .blog-content,
    .themeioan_event .event-content {
        padding: 20px;
    }

    .themeioan_course.course-area .blog-content p {
        margin-bottom: 5px;
    }


    .themeioan_course .blog-content .title,
    .themeioan_blog .blog-content .title,
    .themeioan_event .event-content .title {
        font-size: 18px;
        line-height: 28px !important;
        font-weight: 600;
    }

.course-single-content p {
    margin-top: 12px;
}

.mb20 {
    margin-bottom: 30px !important;
}

.course-bottom {
    margin-top: 25px;
}

.course-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.course-avatar {
    width: 30px;
    height: 30px;
    display: inline;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

    .course-avatar img {
        border-radius: 100%;
    }

.course-bottom-list li {
    width: 50%;
}

.course-duration {
    margin-top: 3px;
    text-align: right;
}

.course-price {
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 3px;
}

.themeioan_course .blog-meta li:last-child {
    margin-right: 0;
}

.themeioan_course .read-more {
    font-size: 12px;
}

.course-photo img {
    width: 100%;
    height: auto;
}

.course-title {
    margin-top: 7px;
}

.course-statistic {
    margin-bottom: 10px;
}

.course-star {
    float: left;
}

    .course-star i {
        color: #ffb606;
        font-size: 14px;
        margin-right: 5px;
        padding-top: 8px;
    }

.course-viewer {
    text-align: right;
}

    .course-viewer li {
        color: #989898;
        font-size: 14px;
        padding: 5px 0px 5px 15px;
        border-radius: 3px;
    }

    .course-viewer ul li {
        list-style: none;
        display: inline-block;
    }

.course-single:nth-last-of-type(2n+2) .tags a {
    background-color: rgb(253, 239, 219);
    color: #ffb606;
}

.course-single:nth-last-of-type(3n+3) .tags a {
    background-color: rgb(227, 248, 255);
    color: #29a1c1;
}

.required {
    color: #f9331e;
}

.animation {
    visibility: hidden;
}

.animated {
    visibility: visible;
}


/* 1.2. Site Elements Basic*/
label {
    margin-bottom: .2rem;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #777;
}

.form-control {
    height: 40px;
    color: #000;
}

input[type="file"] {
    padding: 4px;
}

    /* input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea {
    height: 52px;
    color: #333;
    font-size: 17px;
    padding: 0px 20px;
    border: 1px solid #ced4da;
    outline: none !important;
	font-weight: 600;
} */

    /* input[type="file"] {
    height: 52px;
    color: #333;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #ced4da;
    outline: none !important;
	font-weight: 600;
} */

    /* textarea {
    height: auto;
    padding: 13px 20px !important;
	font-weight: 600 !important;
} */

    input[type="text"]:focus,
    input[type="file"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        color: #000000;
    }

    input[type="text"]:disabled,
    input[type="file"]:disabled,
    input[type="email"]:disabled,
    input[type="password"]:disabled,
    textarea:disabled {
        color: #b9b9b9;
        background-color: #f0f0f0;
        border: 1px solid #f0f0f0;
    }

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
    line-height: 45px;
    font-weight: 500;
    padding: 14px 20px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
    -webkit-transition: background-color .4s ease, border .4s ease, color .4s ease;
    -moz-transition: background-color .4s ease, border .4s ease, color .2s ease;
    -ms-transition: background-color .4s ease, border .4s ease, color .2s ease;
    -o-transition: background-color .4s ease, border .4s ease, color .2s ease;
    transition: background-color .4s ease, border .4s ease, color .4s ease;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .btn-custom:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover {
        outline: none !important;
        background: #f78e1e;
    }

    .btn-custom:disabled,
    input[type="button"]:disabled,
    input[type="submit"]:disabled,
    input[type="reset"]:disabled,
    button:disabled {
        color: #707070 !important;
        background-color: #bababa;
        border-bottom: 3px solid #bababa;
        outline: none !important;
    }

.btn-custom.btn-icon {
    position: relative;
}

    .btn-custom.btn-icon .fa {
        position: absolute;
        top: 9px;
        left: 30px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 29px;
        text-align: center;
        border: 2px solid #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

button.close {
    font-family: Arial, Helvetica, sans-serif;
    color: #404040 !important;
    font-size: 20px;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    button.close:hover {
        color: #1a1a1a;
        background: none;
        border: 0px;
    }

select {
    height: auto;
    font-weight: 400;
    padding: 8px 12px;
    border: 2px solid #EEE;
    outline: none;
}

    select:focus {
        outline: none;
    }

.aligncenter {
    display: block;
    margin: 0px auto 20px auto;
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.alert h4 {
    margin-bottom: 10px;
}

.tooltip {
    text-transform: lowercase;
}

.tooltip-inner {
    padding: 6px 12px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/* 1.3. ========================= List Style for Why US ========================= */


/* 1.4. ========================= Post Heading ========================= */

.post-heading-center {
    text-align: center;
}

.post-heading-left {
    margin-bottom: 25px;
}

.section-title.with-p {
    margin-bottom: 60px;
}

.section-title span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 5px;
    text-transform: none;
    display: block;
}

.section-title h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}

.section-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}

.section-title p {
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(36, 36, 36, 0.8);
    margin: 0 auto;
}

.sep-border {
    height: 1px;
    background-color: #e4e4e4;
}


/* 1.5. ========================= Scroll to Top ========================= */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0197ff url(../Assets/Images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    cursor: pointer;
    border-radius: 100px;
}

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        /*opacity: .5;*/
    }

.no-touch .cd-top:hover {
    /* background-color: #e86256;*/
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}


/* 2. ========================= Header ========================= */

.header-area .header-area-inner .subtitle {
    font-size: 40px;
    line-height: 60px;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-weight: 400;
}

.header-area .header-area-inner .title {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-weight: 700;
    margin-bottom: 27px;
}

.header-area .header-area-inner p {
    font-size: 16px;
    line-height: 26px;
    max-width: 550px;
}

.header-cta {
    margin-left: 45px;
}

    .header-cta .btn.btn-1c {
        font-weight: 600;
        line-height: 19px;
    }


/* 2.1. ========================= Navigation ========================= */

.transparent-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
    padding: 15px 0px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

    .transparent-header.sticky-menu {
        left: 0;
        margin: auto;
        position: fixed !important;
        top: 0;
        width: 100%;
        box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
        -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
        z-index: 999;
        background: #fff;
        padding: 0;
    }

.header-style-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}


#header .navbar,
#header .navbar-brand,
#header .navbar-brand img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header .navbar {
    width: 100%;
    z-index: 1000;
}

#header .navbar-default {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-brand {
    height: auto;
}

#navbar-header {
    padding-top: 3px;
}

#header .ml-auto {
    left: auto !important;
    right: 0px;
}

#header .navbar-brand img {
    max-height: 45px;
    height: auto;
}

#header .navbar-default .navbar-collapse {
    border: 0px;
}

#header .nav > li > a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    padding: 17px 0px 18px;
    margin: 0px 13px;
}

#header .nav > li:last-child > a {
    margin-right: 0px;
}

#header .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

#header .navbar-default .navbar-nav > li > a {
    background: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
}

    #header .navbar-default .navbar-nav > li > a i.fa.fa-chevron-down {
        font-size: 12px;
        vertical-align: baseline;
    }

    #header .navbar-nav > li > a:hover,
    #header .navbar-default .navbar-nav > li > a:hover {
        border-color: #FFF;
    }

#header .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    filter: none;
    border-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-toggle {
    margin-top: 13px;
    border: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.burger-icon {
    display: none;
    cursor: pointer;
    padding: 0px 15px 0px 10px;
}

.navbar-toggler,
.navbar-toggler:hover {
    border: 0px;
    background: none !important;
    padding: 10px;
    z-index: 2;
    display: block;
}

.burger-icon.navbar-toggler {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    z-index: 1;
    width: 35px;
    height: 5px;
    margin: 6px 15px 4px 0px;
    transition: .6s;
    border-radius: 0;
    background-color: #333;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}



/* 2.2. ========================= Header Content ========================= */

.bg-home-ome {
    background: url("../Assets/Images/content/landing/slider3.jpg") no-repeat;
}

.slider-bg1 {
    /*  background: url("../images/content/slider/slider2.jpg") no-repeat;*/
    background: url("../Assets/Images/content/slider/slider2.jpg") no-repeat;
}

.slider-bg2 {
    background: url("../Assets/Images/content/landing/slider3.jpg") no-repeat;
    /*background: url("../images/content/landing/slider3.jpg") no-repeat;*/
}

.slider-bg3 {
    /* background: url("../images/content/slider/slider3.jpg") no-repeat;*/
    background: url("../Assets/Images/content/slider/slider3.jpg") no-repeat;
}

.slider-bg4 {
    background: url("../Assets/Images/content/slider/slider4.jpg") no-repeat;
    /*background: url("../images/content/slider/slider4.jpg") no-repeat;*/
}

.header-content {
    padding: 150px 0px 50px 0px;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    z-index: 1;
}

    .header-content:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .header-content.page-header-content {
        border-bottom: 0px;
    }

    .header-content .header-text {
        padding-top: 150px;
    }

        .header-content .header-text .btn-section {
            margin-top: 50px;
        }

    .header-content .header-slider {
        background: url("../images/base-header-slider.png") no-repeat;
        background-size: 100%;
        padding: 23.9% 7.1% 30% 6.6%;
        margin-bottom: -40px;
    }

    .header-content.page-header-content .page-header-text {
        text-align: center;
        background-color: #0375af;
        padding: 15px 0px 20px;
        border-top: 1px solid #2e4357;
        border-bottom: 1px solid #2e4357;
    }

        .header-content.page-header-content .page-header-text h1,
        .header-content.page-header-content .page-header-text h2,
        .header-content.page-header-content .page-header-text h3,
        .header-content.page-header-content .page-header-text h4,
        .header-content.page-header-content .page-header-text h5,
        .header-content.page-header-content .page-header-text h6 {
            margin: 0px;
        }

        .header-content.page-header-content .page-header-text h1 {
            font-size: 30px;
            line-height: 36px;
        }

        .header-content.page-header-content .page-header-text p {
            font-size: 15px;
            margin: 5px 0px 0px;
        }

    .header-content .btn-section .btn-custom {
        display: inline-block;
        padding: 0px 20px;
    }

.video-relative {
    position: relative;
    display: inline-block;
}

.video-btn i {
    color: #121a2f;
    font-size: 13px;
    line-height: 50px;
    margin-left: 4px;
}

.video-btn {
    height: 47px;
    width: 47px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 65px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

.orangebg {
    border: 1px solid #fff;
}

.video-btn .ripple {
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -55px 0 0 -55px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.video-btn .ripple:nth-child(2) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.video-btn .ripple:nth-child(3) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

/* Slider Header */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 2px;
    margin: 5px 7px;
    background: #869791;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    height: 3px;
}

/* Center Position */
.position-center .header-text {
    text-align: center;
}

    .position-center .header-text p {
        margin: 0px auto;
    }

.play-center .video-btn {
    left: 0px;
}



/* 3. ========================= Main ========================= */


/* 3.1. ========================= Wrap Background ========================= */

main {
    background-color: #f7f7f7;
}

.login-page main {
    background: url(../Assets/Images/fierce_login_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.wrap-bg {
    padding: 100px 0px;
}

    .wrap-bg.bg-bottom-zero {
        padding: 90px 0px 0px 0px;
    }

    .wrap-bg.wrap-bg-primary {
        background-color: #558af2;
    }

    .wrap-bg.wrap-bg-parallax {
        background-color: #333;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

        .wrap-bg.wrap-bg-parallax .wrap-bg-overlay {
            background: url("../images/base-wrap-bg-parallax.png") repeat;
        }

        .wrap-bg.wrap-bg-parallax .socialfooter.wrap-bg-overlay {
            padding: 150px 0px 150px 0px;
        }

.wrap-padding {
    padding: 60px;
}

.wrap-bg .carousel-slider {
    margin-bottom: 40px;
}

.wrap-bg#testimonials .carousel-slider {
    margin-bottom: 15px !important;
}

.wrap-bg .btn-section .btn-custom {
    margin: 0px 10px;
    padding: 13px 20px 12px;
}

.wrap-page {
    padding: 100px 0px 60px;
    border-bottom: 1px solid #f0f0f0;
}

.col-text .list-style {
    padding-top: 10px;
}

.row-custom .col-left,
.row-custom .col-center,
.row-custom .col-right {
    float: left;
    padding: 0px 15px;
}

.row-custom .col-left,
.row-custom .col-right {
    width: 38%;
    padding-top: 40px;
}

.row-custom .col-center {
    width: 24%;
}

    .row-custom .col-center img {
        width: 100%;
    }

.row-custom .col-right {
    text-align: right;
}


/* 3.2. ========================= Service ========================= */

.themeioan_service {
    text-align: center;
    margin-bottom: 40px;
    padding: 60px 30px;
    margin: 0 0 30px 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px -12px #c9c9c9;
    box-shadow: 0 0 30px -12px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .themeioan_service i {
        margin-bottom: 20px;
    }

    .themeioan_service h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: capitalize;
    }


/* 3.2. ========================= Transparent!!!! ========================= */

.move {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.single-features-light:hover .move {
    -webkit-transform: translateY(-22%);
    -moz-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
}

.single-features-light:hover i.secondary-color {
    opacity: 0;
}

.feature_link a,
.readmore {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.feature_link {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: -15%;
}

.single-features-light:hover .feature_link {
    opacity: 1;
}


/*transition for all hover element*/

.single-features-light,
.single-features-light i,
.themeioan_course,
.tbl-pricing .tbl-prc-col .tbl-prc-wrap h5,
#users .item {
    webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*end transition*/

.single-features-light {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eff2f5;
    background: #fff;
    overflow: hidden;
    min-height: 230px;
}

    .single-features-light:hover {
        border: 1px solid #fff;
    }

    .single-features-light i {
        margin-top: 7px;
    }

    .single-features-light a {
        color: #000000;
    }

    .single-features-light h4 {
        font-size: 20px;
        color: #333333;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .single-features-light p {
        padding: 0 20px;
    }

.services .single-features-light {
    margin: 15px 0px;
}

/* 3.3. ========================= Feature ========================= */

.themeioan_feature {
    position: relative;
    float: left;
    width: 100%;
    min-height: 90px;
    margin-bottom: 40px;
}

    .themeioan_feature i {
        position: absolute;
        width: 80px;
        top: 5px;
        left: 0px;
    }

    .themeioan_feature .feature-text {
        padding-left: 100px;
    }

        .themeioan_feature .feature-text h4 {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: 700;
        }

.row-custom .col-right .themeioan_feature i {
    left: auto;
    right: 0px;
}

.row-custom .col-right .themeioan_feature .feature-text {
    padding: 0px 100px 0px 0px;
}


/* 3.4. ========================= Counter ========================= */

.themeioan_counter {
    color: #121a2f;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .themeioan_counter h4 {
        font-size: 42px;
        line-height: 48px;
        margin: 20px 0px 0px;
        font-weight: 700;
    }

    .themeioan_counter p {
        margin: 0px;
    }


/* 3.5. ========================= Testimonial =========================*/

#testimonials {
    background: url("../Assets/Images/content/landing/testimonial.jpg") no-repeat;
    background-size: cover;
}

.themeioan_testimonial {
    margin-bottom: 40px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
}

.testimonail-content {
    margin-top: 80px;
    padding: 85px 20px 45px 20px;
}

.themeioan_testimonial .testimonial-text {
    border-radius: 6px 6px 0px 0px;
}

.themeioan_testimonial img {
    position: absolute;
    top: -80px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 150px;
    height: 150px;
    max-width: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
}


.slick-list {
    margin: -15px 0px -55px 0px !important;
}

.themeioan_testimonial .testimonial-text p {
    margin: 20px;
}

.themeioan_testimonial .testimonial-author {
    position: relative;
    border-radius: 0px 0px 6px 6px;
}

    .themeioan_testimonial .testimonial-author h4 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin: 0px 0px;
    }

    .themeioan_testimonial .testimonial-author p {
        font-size: 14px;
        line-height: 26px;
    }

.testimonial-author .course-star {
    float: none;
}

#testimonials .slick-dots {
    bottom: 60px !important;
}


/* 3.6. ========================= Teachers  ========================= */

#users {
    text-align: center;
}

    #users .item {
        text-align: center;
        padding: 50px 20px 30px;
        box-shadow: none;
        border-radius: 4px;
        margin: 15px 0;
        position: relative;
    }

    #users img {
        max-width: 180px;
        margin: 0 auto;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        display: none;
    }

    #users .item h5 {
        font-size: 20px;
        padding: 0px 0px 0px 10px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #users .item span {
        font-size: 14px;
        line-height: 26px;
    }

        #users .item span.badge {
            margin-bottom: 0 !important;
            font-size: 12px !important;
            line-height: initial !important;
            position: absolute;
            right: 15px;
            top: 15px;
        }

.badge.badge-primary {
    background-color: #f78e1e;
}

.blog-photo span.badge {
    position: absolute;
    top: 15px;
    right: 15px;
}

.badge.badge-secondary {
    background-color: #aaa;
}

#users .item p {
    padding: 10px 20px;
    margin-bottom: 0;
    line-height: 15px;
}

#users .carousel-slider .slick-preva,
#users .carousel-slider .slick-nextb {
    width: 40px;
    height: 40px;
    background-color: #d0d0d0;
    margin-top: -20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    top: 0px;
}

#users .carousel-slider .slick-prev {
    right: 20px !important;
    left: 0 !important;
    background: #d0d0d0 url("../images/carousel-slider-arrow-prev.png") no-repeat center center;
}

#users .carousel-slider .slick-next {
    right: 20px;
    background: #d0d0d0 url("../images/carousel-slider-arrow-next.png") no-repeat center center;
}

#users input.form-control {
    position: relative;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
}

.form-group i.fa.fa-search {
    position: absolute;
    top: 11px;
    right: 25px;
    color: #999;
}

.course-bottom-list span.course-stats {
    line-height: 35px;
    margin-right: 1rem;
}

#users .item p i.fa {
    color: #f78e1e;
    font-size: 13px;
    vertical-align: top;
}


/* 3.6.1 ========================= Teachers Slider ========================= */

.carousel-slider.gallery-slider .slick-dots {
    bottom: 40px;
    line-height: 0px;
}

    .carousel-slider.gallery-slider .slick-dots li,
    #testimonials .slick-dots li button {
        width: auto;
        height: auto;
    }

        .carousel-slider.gallery-slider .slick-dots li button,
        #testimonials .slick-dots li button {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #121a2f;
            padding: 0px;
            margin: 0px 3px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            font-size: 14px;
        }

            .carousel-slider.gallery-slider .slick-dots li button:before,
            #testimonials .slick-dots li button:before {
                display: none;
            }

.carousel-slider {
    display: block !important;
}

.color-one {
    background: transparent;
    border: 1px solid #c4c4c4;
    color: #333333;
}

    .color-one:hover {
        border: 1px solid #121a2f;
        background: #121a2f;
    }


.color-three {
    border: 1px solid #ffffff;
    color: #fff;
    background: none;
}

    .color-three:hover {
        color: #000;
        background: #fff;
        border: 1px solid #ffffff;
    }


/* General button style (reset) */

.btn {
    color: inherit;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    font-weight: 600;
    color: #fff;
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-primary {
    background-color: #0197ff;
    border-color: #0197ff;
}

.btn-sm {
    padding: 9px 12px 8px !important;
    line-height: 16px;
    border-radius: .2rem;
}

.btn-sm1 {
    padding: 9px 4px 8px !important;
    line-height: 16px;
    margin-left:6px;
    border-radius: .2rem;
}

a.btn.btn-outline-primary.btn-sm.cursor-pointer {
    padding: 8px 13px;
    margin-right: 7px;
    margin-left: 1px;
}

    a.btn.btn-outline-primary.btn-sm.cursor-pointer:last-child {
        margin-right: 0;
    }

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0197ff;
    border-color: #0197ff;
}

.btn-outline-primary {
    color: #0197ff !important;
    border-color: #0197ff;
}


/* Button 1c */

.btn-1c {
    border: 1px solid #fff;
}

    .btn-1c:after {
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .btn-1c:hover:after,
    .btn-1c:active:after {
        width: 100%;
    }

.slick-dots li {
    margin: 0px !important;
    width: 8px;
    height: 8px;
}

    .slick-dots li button:before {
        font-size: 12px !important;
    }


/* 3.8. ========================= Blog ========================= */

.themeioan_blog {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .themeioan_blog .read-more {
        font-size: 12px;
    }

.blog-photo {
    position: relative;
}

    .blog-photo img {
        width: 100%;
        height: auto;
    }

.themeioan_blog .blog-content .course-viewer,
#blog-detail .course-viewer {
    text-align: left;
    margin-bottom: 12px;
}

    #blog-detail .course-viewer li {
        padding: 5px 15px 5px 0px;
    }

    .themeioan_blog .blog-content .course-viewer li {
        padding: 0px 20px 0px 0px;
    }

.themeioan_blog .blog-content h5 {
    margin-bottom: 15px;
}

.themeioan_blog .readmore,
.themeioan_blog .readmore i {
    font-size: 16px;
    line-height: 15px;
}


/* 3.9. ========================= Newsletter ========================= */

#newsletter {
    background: transparent;
}

    #newsletter .bg-white {
        background: #fff;
    }

.newslleter-call {
    position: relative;
}

#newsletter input {
    border-radius: 100px;
    height: 52px;
    padding-left: 20px;
}

#newsletter .newsletter-submit {
    color: #fff;
    top: 0%;
    z-index: 1;
    right: 0px;
    position: absolute;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px !important;
    max-width: 120px;
    cursor: pointer;
    border: 2px solid #0197ff;
}


    #newsletter .newsletter-submit:hover {
        border: 2px solid #f78e1e;
    }


/*Newsletter Box*/

.course-page-patch .footer-subscribe {
    visibility: visible;
    padding: 60px 100px !important;
    bottom: -70px !important;
    top: 90px !important;
}

.footer-subscribe {
    border-radius: 10px;
    padding: 45px 30px;
    box-shadow: 0px 5px 36.34px 9.66px rgba(0, 0, 0, 0.09);
    position: relative;
    bottom: -70px;
    z-index: 99;
}

.footer-subscribe {
    visibility: hidden;
    padding: 20px 0 !important;
    bottom: 0 !important;
    top: 0 !important;
}

.themeioan-form-newsletter input[type="text"],
.themeioan-form-newsletter input[type="email"] {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000;
}

.themeioan-form-newsletter .button {
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}

.newsletter-submit {
    border-radius: 0px !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.subscribe-text {
    margin: 0px;
}

@media (min-width: 770px) {
    .footer-subscribe {
        padding: 60px 100px;
        top: 90px;
    }
}


/* 3.10. ========================= Icon Socials ========================= */

.footer-social a {
    font-size: 14px;
    margin-right: 12px;
}

.icon-round-white i {
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    padding: 8px;
}


/* 3.11. ========================= Pricing ========================= */

.tbl-pricing .tbl-prc-col {
    text-align: center;
}

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 45px 0px;
        text-align: center;
        border-radius: 6px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
        position: relative;
    }

        .tbl-pricing .tbl-prc-col .tbl-prc-wrap .featured-price {
            position: absolute;
            top: 71px;
            right: -25px;
            padding: 8px 0px;
            font-size: 13px;
            text-align: center;
            width: 140px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform-origin: 100% 0%;
            -ms-transform-origin: 100% 0%;
            -webkit-transform-origin: 100% 0%;
        }

    .tbl-pricing .tbl-prc-col .tbl-prc-heading {
        color: #404040;
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 15px;
        margin: 0px;
    }

        .tbl-pricing .tbl-prc-col .tbl-prc-heading h4 {
            font-weight: 600;
            font-size: 26px;
            line-height: 36px;
            margin: 0px;
        }

        .tbl-pricing .tbl-prc-col .tbl-prc-heading p {
            margin: 5px 0px 0px;
        }

    .tbl-pricing .tbl-prc-col .tbl-prc-price {
        display: inline-block;
        width: 120px;
        height: 120px;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        background-color: #f3f7fe;
        margin: 15px 0px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .tbl-pricing .tbl-prc-col .tbl-prc-price h5 {
            font-size: 42px;
            line-height: 44px;
            margin: 26px 0px 0px;
        }

            .tbl-pricing .tbl-prc-col .tbl-prc-price h5 sup {
                font-size: 22px;
            }

        .tbl-pricing .tbl-prc-col .tbl-prc-price p {
            margin: 0px;
        }

    .tbl-pricing .tbl-prc-col .tbl-prc-list {
        padding: 0px;
        margin: 0px;
    }

        .tbl-pricing .tbl-prc-col .tbl-prc-list li {
            list-style-type: none;
            margin: 15px 0;
        }

            .tbl-pricing .tbl-prc-col .tbl-prc-list li:last-child {
                border-bottom: 0px;
            }

    .tbl-pricing .tbl-prc-col .tbl-prc-footer {
        padding-top: 15px;
    }

        .tbl-pricing .tbl-prc-col .tbl-prc-footer .btn-custom {
        }

    .tbl-pricing .tbl-prc-col.tbl-prc-recommended {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .tbl-pricing .tbl-prc-col .tbl-prc-list i {
        margin-right: 5px;
    }

    .tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-list li:last-child {
        border-bottom: 0px;
    }


/* 3.12. ========================= WHY US ========================= */

#why-us .why-us-left-bg {
    /*background-image: url("../images/content/landing/about.jpg");*/
    background-image: url("../Assets/Images/content/landing/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#why-us .whyus-style-two.why-us-left-bg {
    /*background-image: url("../images/content/breadcrumb/home2-about.jpg");*/
    background-image: url("../Assets/Images/content/breadcrumb/home2-about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#why-us .wrap-padding {
    max-width: 650px;
}

/* 3.13. ========================= BANNER BREADCRUMB ========================= */
.lernen_breadcrumb .breadcrumbs span a:after {
    background-color: #f78e1e;
}

.text-warning {
    color: #f78e1e !important;
}

.progress-bar {
    background-color: #0197ff;
}

.tab-content {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 .25rem .25rem;
    padding: 15px;
}

    .tab-content .card .card-header {
        padding: 1rem;
    }

    .tab-content .card .card-body {
        padding: 0 1rem;
    }

        .tab-content .card .card-body li.list-group-item {
            padding: 1rem 0;
        }

    .tab-content .tab-pane ul {
        padding-left: 20px;
    }

        .tab-content .tab-pane ul li {
            list-style: disc;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
}

.lernen_banner.details-page {
    padding: 150px 0 50px !important;
}

.lernen_banner {
    padding: 230px 0 130px;
    background-color: #f78e1e;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    text-align: center;
}

.lernen_banner_title {
    text-align: left;
}

.lernen_breadcrumb {
    margin-top: 0;
}

.lernen_banner_title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.lernen_breadcrumb .breadcrumbs {
    margin: 0;
    background: 0 0;
    font-size: 14px
}

    .lernen_breadcrumb .breadcrumbs span a {
        color: #fff;
        -o-transition: all .3s;
        transition: all .3s
    }

        .lernen_breadcrumb .breadcrumbs span a:hover {
            color: #fff;
        }

    .lernen_breadcrumb .breadcrumbs span.last-item {
        color: #cacaca;
    }

    .lernen_breadcrumb .breadcrumbs span.separator {
        display: none !important;
    }

    .lernen_breadcrumb .breadcrumbs span a {
        position: relative;
        display: inline-block;
        padding-right: 20px;
    }

        .lernen_breadcrumb .breadcrumbs span a:after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 3px;
            position: absolute;
            right: 5px;
            top: 8px;
        }

    .lernen_breadcrumb .breadcrumbs span.separator {
        margin: 0 10px
    }


/* 3.14. ========================= BLOG ========================= */
#blog-detail #users {
    border: 1px solid #f2f2f2;
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 25px;
}

    #blog-detail #users img {
        margin-bottom: 25px;
    }

    #blog-detail #users h5 {
        margin-bottom: 15px;
    }


/* 4. ========================= Footer ========================= */

#footer {
    font-size: 14px;
}

    #footer a {
        position: relative;
    }

.footer-text p {
    line-height: 1.9;
    margin-bottom: 0;
}

.footer-top .row {
    padding: 80px 0px;
}
/* .footer-top .row { */
/* padding: 160px 0px 80px 0px; */
/* } */
.offnewsletter.footer-top .row {
    padding: 80px 0px 80px 0px;
}

.footer-top .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.f-widget-title h4 {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}

.f-widget-link ul li {
    margin-bottom: 8px;
}

    .f-widget-link ul li:hover a {
        padding-left: 10px;
    }

    .f-widget-link ul li:last-child {
        margin-bottom: 0px;
    }

    .f-widget-link ul li a {
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }

.sigle-address {
    margin-bottom: 16px;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
}

.sigle-address p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    padding: 20px 0;
}


/* 3.8. ========================= Event ========================= */

.themeioan_event {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

    .themeioan_event .read-more {
        font-size: 12px;
    }

.event img {
    width: 100%;
    height: auto;
}

.themeioan_event .event-content p {
    margin-bottom: 5px;
}

.themeioan_event .event-content .btn-section {
    margin: 40px 0px 20px 0px;
    text-align: center;
}

.themeioan_event .course-viewer {
    text-align: left;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0px;
    padding: 5px 0px;
}

    .themeioan_event .course-viewer li {
        padding: 5px 15px 5px 0px;
    }


/*event*/

.themeioan_event {
    position: relative;
}

    .themeioan_event .date {
        padding: 10px 15px;
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: 1;
        border-radius: 5px;
        text-align: center;
    }

        .themeioan_event .date h4 {
            font-size: 14px;
            margin: 0;
            text-transform: uppercase;
        }

            .themeioan_event .date h4 span {
                display: block;
                font-size: 40px;
                font-weight: 900;
            }

/* 6. ========================= Media Queries ========================= */

@media (max-width: 991px) {
    .header-cta .btn.btn-1c {
        display: none;
    }

    .f-widget-title {
        margin-top: 25px;
    }

    .footer-subscribe {
        padding: 30px 50px;
        top: 50px;
    }

    h5.subscribe-text {
        font-size: 16px;
    }

    .themeioan_blog .blog-content .course-viewer li {
        padding: 0px 10px 0px 0px;
    }

    .single-features-light p {
        padding: 0 5px;
    }
}


/* 6.1. ========================= Media Queries Normal Screen v1 ========================= */

@media (max-width: 1024px) {
    #download,
    #counter,
    #header {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
}


/* 6.2. ========================= Media Queries Normal Screen v2  ========================= */

@media (min-width: 992px) and (max-width: 1199px) {
    .course-bottom-list {
        font-size: 13px;
    }

    #header .navbar-brand {
        padding-left: 18px;
        padding-right: 18px;
    }

    #header .nav > li > a {
        margin: 0px 10px;
    }

    #header .header-content .header-text {
        padding-top: 20px;
    }

    .col-text.padding-top10,
    .col-text.padding-top20,
    .col-text.padding-top30,
    .col-text.padding-top40,
    .col-text.padding-top50,
    .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left,
    .row-custom .col-right {
        padding-top: 0px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 15px 30px 15px 20px;
    }

        .themeioan_testimonial .testimonial-author img {
            right: 20px;
        }

    .icon-socials a {
        margin: 0px 14px 10px;
    }

    .themeioan_blog .blog-content .course-viewer li {
        font-size: 12px;
    }

    .themeioan_blog .blog-content .course-viewer li {
        padding: 0px 5px 0px 0px;
    }

    .themeioan_event .course-viewer li {
        font-size: 13px;
        padding: 5px 7px 5px 0px;
    }
}


/* 6.3. ========================= Media Queries Laptop ========================= */

@media (min-width: 768px) and (max-width: 991px) {
    .wrap-padding {
        padding: 45px;
    }

    h1 {
        font-size: 26px;
    }

    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding-top: 50px;
    }

    .tbl-pricing .tbl-prc-col .tbl-prc-list li {
        font-size: 12px;
    }

    #header .nav > li > a {
        margin: 0px 10px;
        font-size: 14px !important;
    }

    .col-text.padding-top10,
    .col-text.padding-top20,
    .col-text.padding-top30,
    .col-text.padding-top40,
    .col-text.padding-top50,
    .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left,
    .row-custom .col-right {
        padding-top: 0px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 10px 20px 10px 15px;
    }

        .themeioan_testimonial .testimonial-author img {
            right: 15px;
        }

    .icon-socials a {
        margin: 0px 8px 10px;
    }
}


/* 6.4. ========================= Media Queries Tablet ========================= */

@media (max-width: 767px) {
    .header-area .header-area-inner .title,
    .header-area .single-header-carousel-item .title {
        font-size: 36px;
        line-height: 46px;
    }

    .header-area .header-area-inner .subtitle,
    .header-area .single-header-carousel-item .subtitle {
        font-size: 25px;
        line-height: 40px;
    }

    #header .header-content .header-slider {
        margin: 0 60px;
        padding: 16.9% 6.1% 30% 5.6%;
    }

    .header-content .header-text {
        padding-top: 0px;
    }

    .burger-icon {
        display: block;
    }

    #features .col-center {
        margin: 0 60px;
    }

    .single-features-light {
        margin: 15px 0px;
    }

    #screenshots .slick-list {
        margin: 0 60px;
    }

    .themeioan-form-contact {
        width: auto;
    }

    .blog-single,
    .info {
        margin-bottom: 30px;
    }

    .tbl-pricing .tbl-prc-col {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

        .tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-heading {
            padding-top: 0px;
        }

        .tbl-pricing .tbl-prc-col.tbl-prc-recommended .tbl-prc-footer {
            padding-bottom: 0px;
        }

    #header .navbar,
    #header .navbar-brand,
    #header .navbar-brand img {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .navbar {
        padding: 0px;
    }

    #header .navbar-default .navbar-collapse {
        background: #fff;
    }

    #header .navbar-default .navbar-nav > li > a {
        color: #242424;
    }

    #header .navbar-default .navbar-nav > li > ul > li > a,
    #header .navbar-default .navbar-nav > li > ul > li > ul > li > a,
    #header .navbar-default .navbar-nav > li > ul > li > ul > li > ul > li > a {
        color: #242424;
        background: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 27px;
        padding: 10px 15px 10px 20px;
        margin: 0px;
        border-top: 0px;
        text-align: left;
        border-bottom: 1px solid #f2f2f2 !important;
        display: block;
    }

    #header .navbar-default .navbar-nav > li > ul,
    #header .navbar-default .navbar-nav > li > ul > li > ul,
    #header .navbar-default .navbar-nav > li > ul > li > ul > li > ul {
        display: none;
        list-style: none;
    }

    .show-sub-menu {
        display: block !important;
    }

    .subnav {
        position: Relative;
    }

    .nav__expand {
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        text-align: center;
        padding: 12px 20px;
        cursor: pointer;
    }

        .nav__expand i {
            color: #272727;
        }

    #header .navbar,
    #header .nav {
        height: auto;
    }

    #header .container > .navbar-header,
    #header .container-fluid > .navbar-header {
        height: 80px;
    }

    #header .navbar-brand,
    #header .navbar.affix .navbar-brand {
        background-color: transparent;
        padding: 20px 0px 20px 15px;
    }

        #header .navbar-brand img {
            height: 40px;
        }

    #header .nav > li > a,
    #header .nav > li > a:hover {
        padding: 10px 15px;
        margin: 0px;
        border-top: 0px;
        text-align: left;
        border-bottom: 1px solid #f2f2f2 !important;
    }

    #header .header-content .header-text {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 60px;
    }

    #header .header-content .col-xs-offset-1 {
        padding: 0px 120px;
        margin: 0px;
    }

    .wrap-bg .col-xs-offset-1,
    .wrap-page .col-xs-offset-1 {
        margin: 0px;
    }

    .wrap-bg .btn-section .btn-custom {
        display: inline-block;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .col-text.padding-top10,
    .col-text.padding-top20,
    .col-text.padding-top30,
    .col-text.padding-top40,
    .col-text.padding-top50,
    .col-text.padding-top60 {
        padding-top: 0px !important;
    }

    .row-custom .col-left,
    .row-custom .col-center,
    .row-custom .col-right {
        display: block;
        width: auto;
        padding-top: 0px;
    }

    .row-custom .col-right {
        text-align: left;
    }

        .row-custom .col-right .themeioan_feature i {
            left: 0px;
            right: auto;
        }

        .row-custom .col-right .themeioan_feature .feature-text {
            padding: 0px 0px 0px 100px;
        }

    .icon-socials a {
        margin: 0px 5px 10px;
    }

    .wrap-bg {
        padding: 60px 0px;
    }

        .wrap-bg.bg-bottom-zero {
            padding: 60px 0px 0px 0px;
        }

    #download a {
        display: block;
        max-width: 250px;
        margin: 20px auto;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
    }

    .section-title h2,
    .section-title h3,
    .call-to-action-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .themeioan_course .blog-content .title,
    .themeioan_blog .blog-content .title,
    .themeioan_event .event-content .title {
        font-size: 18px;
        line-height: 28px;
    }

    #why-us .why-us-left-bg {
        display: none;
    }

    .subscribe-text {
        margin-bottom: 25px;
    }

    .f-widget-title h4 {
        padding-bottom: 5px;
    }

    .content-button {
        margin-top: 0px !important;
    }

    .wrap-padding {
        padding: 35px;
    }

    .lernen_banner {
        padding: 160px 0 60px;
    }

    .lernen_banner_title h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .lernen_breadcrumb {
        display: none;
    }
}


/* 6.5. ========================= Media Queries Small Tablet ========================= */

@media (max-width: 640px) {
    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        margin-bottom: 10px;
    }

    #header .header-content .col-xs-offset-1 {
        padding: 0px 70px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 15px 30px 15px 20px;
    }

        .themeioan_testimonial .testimonial-author img {
            right: 20px;
        }

    .header-area .header-area-inner .title, .header-area .single-header-carousel-item .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}


/* 6..6 ========================= Media Queries Mobile v1 ========================= */

@media (max-width: 480px) {
    #header .header-content .col-xs-offset-1 {
        padding: 0px 20px;
    }

    .themeioan_feature {
        position: static;
        float: none;
        width: auto;
        text-align: center;
        min-height: 0px;
    }

        .themeioan_feature i {
            position: static;
            top: auto;
            left: auto;
        }

        .themeioan_feature .feature-text,
        .row-custom .col-right .themeioan_feature .feature-text {
            padding: 15px 0px 0px;
        }

    .themeioan_testimonial .testimonial-text {
        padding: 10px 15px 50px;
    }

    .themeioan_testimonial .testimonial-author {
        padding: 10px 20px 10px 15px;
    }

        .themeioan_testimonial .testimonial-author img {
            right: 15px;
        }

    .themeioan_testimonial .testimonial-text p {
        margin: 0px;
    }
}


/* 6.7. ========================= Media Queries Mobile v2 ========================= */

@media (max-width: 300px) {
    .tbl-pricing .tbl-prc-col .tbl-prc-wrap {
        padding: 10px;
    }

    #header .navbar-header {
        text-align: center;
        padding: 20px 0px 5px;
    }

    #header .container > .navbar-header,
    #header .container-fluid > .navbar-header {
        height: auto;
    }

    #header .navbar-brand,
    #header .navbar.affix .navbar-brand {
        float: none;
        padding: 0px;
        margin-bottom: 15px;
    }

        #header .navbar-brand img,
        #header .navbar.affix .navbar-brand img {
            height: auto;
            max-height: 40px;
        }

    #header .nav > li > a {
        text-align: center;
    }

    #header .navbar-toggle {
        float: none;
        margin: 0px 0px 15px 0px;
    }
}


/* 6.8 ========================= Media Queries If Height is to Small ========================= */

@media (max-height: 750px) {
    .header-content {
        min-height: 750px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}


/* Hide element on Mobile device */

@media (max-width:767px) {
    .mobile-off {
        display: none;
    }

    .course-single:nth-child(6n+4),
    .course-single:nth-child(6n+5),
    .course-single:nth-child(6n+6) {
        display: none;
    }
}

/* Header Intro Text for Large Display */
@media (min-height:800px) {
    .header-content .header-text {
        padding-top: 20%;
    }
}

/* Course Detail */

/* Center Position */
.position-center .header-text {
    text-align: center;
}

    .position-center .header-text p {
        margin: 0px auto;
    }

.play-center .video-btn {
    left: 0px;
}
/*Background for Breadcrumb Banner*/
.course-detail.header-content {
    padding: 150px 0px 50px 0px;
    position: relative;
    background: url("../Assets/Images/content/courses/detail.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    z-index: 1;
}

.course-detail-style-two.header-content {
    padding: 150px 0px 50px 0px;
    position: relative;
    background: url("../Assets/Images/content/courses/detail2.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    z-index: 1;
}

#why-us .course-detail-why.why-us-left-bg {
    background-image: url("../Assets/Images/content/courses/detail-whyus.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-services {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/services.jpg);
}

.bg-events {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/User_Header2.jpg);
    background-position: center 25% !important;
}

.bg-events-detail {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/event-detail.jpg);
}

.bg-courses {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/Courses_Header3.jpg);
    background-position: center 65% !important;
}

.bg-contact {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/contact.jpg);
}

.bg-detail {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/blog-detail.jpg);
}

.bg-blog {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../Assets/Images/content/breadcrumb/events.jpg);
}

#contact input {
    height: 52px;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

    #contact input[type=submit] {
        color: #fff;
        width: auto;
        margin-bottom: 50px;
    }

.error-msg {
    color: Red;
}

.lernen_contact_map {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -10px;
}

    .lernen_contact_map p {
        margin: 0px !important;
    }

    .lernen_contact_map iframe {
        display: inline-block;
        width: 100%;
        height: 400px;
        border: 0
    }

article .blog-content p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
}


/* IMAGE OVERLAY LINK */
.blog-photo {
    position: relative;
    background: #0197ff;
    overflow: hidden;
}

    .blog-photo > img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .blog-photo > .image-overlay {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .blog-photo:hover img {
        opacity: 0.7;
        transform: scale(1.1);
    }

    .blog-photo:hover .image-overlay {
        opacity: 1;
    }

    .blog-photo .image-overlay .hover-link {
        background-color: #0197ff;
        font-size: 16px;
        padding: 13px 20px 12px;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
        border-radius: 5px;
    }

        .blog-photo .image-overlay .hover-link:hover {
            background-color: #f78e1e;
        }



/* STEP WIZARD */
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-step a.btn.btn-default.btn-circle {
    color: #000;
    background-color: #fff;
    border-color: #0197ff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.stepwizard-step a.btn.btn-success.btn-circle {
    color: #fff;
    background-color: #0197ff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.setup-content button.color-two.btn-custom.smooth-scroll {
    margin: 0;
    line-height: inherit;
    border: 0;
}

.setup-content .content-button.btn-section.col-12 {
    text-align: right;
    max-width: fit-content;
}

.setup-content a.btn.btn-outline-primary {
    padding: 10px 10px;
    line-height: 10px;
}

.setup-content .list-group a.list-group-item i.fa-info-circle {
    float: right;
    margin-top: 4px;
}

.setup-content .list-group .list-group-item a:hover {
    vertical-align: initial;
}

.setup-content .list-group .float-right a {
    margin-right: .5rem;
}

    .setup-content .list-group .float-right a:last-child {
        margin-right: 0;
    }

.modal-body > .form-group:last-child {
    margin-bottom: 0;
}

.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

.modal-header .close {
    padding: 1.3rem 1.3rem;
}

.table td, .table th {
    padding: 5px 10px;
}

button.btn.btn-primary.dropdown-toggle {
    padding: 13.6px 30px 13.6px 15px;
    z-index: 1;
    line-height: 13px;
}

.dropdown-toggle::after {
    margin-top: 4px;
    margin-left: 6px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0197ff;
}

.dropdown-item {
    padding: .25rem .5rem .25rem 1rem;
    cursor: pointer;
}

.dropdown-header {
    padding: .25rem .5rem .25rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}

.dropdown-menu {
    min-width: 9rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9e9e9;
}




/* FILE UPLOAD INPUT DESIGN */
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 120px 40%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 30px;
        right: 0;
        height: 30px;
        content: "";
        background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}



/*MENU DROPDOWN*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media (min-width:768px) {
    .transparent-header .navbar .nav > li {
        position: relative;
        float: left;
        list-style: none;
        text-align: left;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .transparent-header .navbar .nav > li > a {
            position: relative;
            display: block;
            opacity: 1;
            text-align: center;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .transparent-header .navbar .nav > li > ul {
            position: absolute;
            left: -10px;
            top: 100%;
            margin-top: 24px;
            min-width: 240px;
            max-width: 240px;
            width: 100%;
            z-index: 100;
            opacity: 0;
            visibility: hidden;
            padding: 15px 5px;
            background: #fff;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            list-style: none;
        }

    .transparent-header.sticky-menu .navbar .nav > li > ul {
        margin-top: 8px;
    }

    .transparent-header .navbar .nav > li > ul:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -30px;
        width: 100%;
        height: 30px;
        display: block;
    }



    .transparent-header .navbar .nav > li.subnav:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        overflow: visible;
    }

    .transparent-header .navbar .nav > ul li.subnav .dropdown-btn,
    .transparent-header .navbar .nav > ul li.page_item_has_children .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        display: none;
    }


    .transparent-header .navbar .nav > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .transparent-header .navbar .nav > li > ul > li:last-child {
            border: none;
        }

        .transparent-header .navbar .nav > li > ul > li > a {
            position: relative;
            display: block;
            padding: 7px 20px;
            line-height: 24px;
            font-weight: 400;
            font-size: 15px;
            text-transform: capitalize;
            color: #222 !important;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .transparent-header .navbar .nav > li > ul > li > a:before,
            .transparent-header .navbar .nav > li > ul > li > ul > li > a:before {
                font-family: "Font Awesome 5 Free";
                content: "\f061";
                font-weight: 900;
                color: inherit;
                padding-right: 8px;
                margin-left: -20px;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -moz-transition: .3s;
                transition: .3s;
                opacity: 0;
            }

        .transparent-header .navbar .nav > li > ul > li:hover a:before,
        .transparent-header .navbar .nav > li > ul > li > ul > li:hover a:before {
            opacity: 1 !important;
            padding-left: 23px;
        }

        .transparent-header .navbar .nav > li > ul > li.subnav > a:after,
        .transparent-header .navbar .nav > li > ul > li.page_item_has_children > a:after,
        .transparent-header .navbar .nav > li > ul > li > ul > li.subnav > a:after,
        .transparent-header .navbar .nav > li > ul > li > ul > li.page_item_has_children > a:after {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 900;
            position: absolute;
            right: 20px;
            top: 8px;
            line-height: 24px;
            font-size: 14px;
            text-align: center;
        }

    .transparent-header .navbar .nav li > ul > li.subnav:hover > ul,
    .transparent-header .navbar .nav li > ul > li.page_item_has_children:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .transparent-header .navbar .nav > li > ul > li > ul,
    .transparent-header .navbar .nav > li > ul > li > ul > li > ul {
        position: absolute;
        margin-left: 5px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        top: 100%;
        width: 220px;
        padding: 15px 5px;
        background: #fff;
        list-style: none;
    }

        .transparent-header .navbar .nav > li > ul > li > ul:before {
            content: '';
            position: absolute;
            left: -7px;
            top: 0px;
            width: 7px;
            height: 100%;
        }


        .transparent-header .navbar .nav > li > ul > li > ul > li {
            list-style: none;
            position: relative;
            width: 100%;
            margin-bottom: 0px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .transparent-header .navbar .nav > li > ul > li > ul > li:last-child {
                border: none;
            }

            .transparent-header .navbar .nav > li > ul > li > ul > li > a,
            .transparent-header .navbar .nav > li > ul > li > ul > li > ul > li > a {
                position: relative;
                display: block;
                padding: 7px 20px;
                line-height: 24px;
                font-weight: 400;
                font-size: 15px;
                text-transform: capitalize;
                color: #222 !important;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

    .nav__expand {
        display: none;
    }
}

@media (min-width:1200px) {
    .transparent-header .navbar .nav > li > ul > li > ul,
    .transparent-header .navbar .nav > li > ul > li > ul > li > ul {
        position: absolute;
        left: 100%;
    }

    .transparent-header .navbar .nav > li:nth-last-child(-n+4) ul > li > ul,
    .transparent-header .navbar .nav > li:nth-last-child(-n+4) ul > li > ul > li > ul {
        position: absolute;
        left: -100% !important;
        right: 100% !important;
    }
}

.login-page .wrap-bg {
    min-height: calc(100vh - 140px);
}



/* ============================= */
/* FOOTER RE-DESIGN */
.dark-footer {
    background-color: #555559 !important;
    margin-top: -2px;
    padding: 50px 0px 20px;
}

    .dark-footer p,
    .dark-footer a {
        color: #fff !important;
        font-size: 14px;
    }

    .dark-footer .footer-logos {
        display: inline-block;
        width: calc(20% - 3px);
        text-align: center;
        padding-bottom: 4%;
    }

        .dark-footer .footer-logos img {
            max-width: 60%;
            max-height: 100px;
        }

@media only screen and (max-width: 767px) {
    .dark-footer .col-md-7.text-right {
        text-align: left !important;
    }

    .dark-footer .col-md-5 {
        margin: 30px 0;
    }

    .dark-footer .footer-logos {
        width: calc(33% - 3px);
    }
}

@media only screen and (max-width: 768px) {
    .dark-footer .col-md-7.text-right p br {
        display: none;
    }
}
}