/*------------------------------------------------------------------
[Table of contents]
���ྫƷģ������ʣ�http://www.bootstrapmb.com
1. Extend
2. Global
3. Arrows
4. Breadcrumb 
5. Dots 
6. Fonts
7. Pagination
8. Footer
9. Header
10. Sidebar
11. 404 Page 
12. About us Page 
13. Blog Page
14. Contact Page
15. Course Page
16. Events Page
17. Home Page
18. Gallery Page
19. Single Course Page
20. Single Event Page
21. Single Post Page
22. Standard List Post Page
23. Responsive
-------------------------------------------------------------------*/
/* 1. Extend ------------------------------------------*/
/* @extend display-flex; */
display-flex, .display-flex, .display-flex-center, .socials ul li a i, .hover-scale figure .hover-border a, .hover-scale figure .hover-border i, .pagination ul li a, .pagination ul li span, .footer-top-content .footer-contact ul li, .header-top-content .header-top-info, .header-top-content .header-top-info .header-socials ul, .menu ul, .header-mobile .header-top .header-top-content .header-top-info a, .header-mobile .header-top .header-top-content .header-top-info a span, .widget_product_categories ul li a, .widget_categories ul li a, .banner .banner-content, .contact-us-info .item, .contact-info-two-content .item .icon i, .courses-page .au-sorting .filter-layout, .courses-page .courses-content .listing, #calendar .fc-header-toolbar, .slide-categories-content .item, .slide-categories-content .item a, .testimonials-content .item figure, .categories-content, .events-content .item .info .course-title, .gallery-hover figure a:after, .single-title, .curriculum-content .card .card-header, .curriculum-content .card .card-body ul li a, .curriculum-content .card .card-body ul li .lesson-time, .instructor-content, .review-content, .review-comments .media .media-body .info, .single-event-content .events-related .item, .single-content .blog-content .desc, .single-content .tags-socials .socials {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .socials ul, .pagination ul, .footer-top-content .footer-link-menu ul, .footer-top-content .footer-contact ul, .header-top-content .header-top-info .header-socials ul, .menu ul, .widget_product_categories ul, .widget_categories ul, .widget_lastest_entries ul, .filter, .our-team-content .item figure .our-team-socials ul, .pricing-table-content .item .info .advanced, .fqa-content ul, .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul, .single-course-tab ul, .single-event-content .event-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* 2. Global ------------------------------------------*/
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

p {
    margin-bottom: 0px;
    line-height: 1.67;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #333;
}

.form-control:focus {
    box-shadow: none;
}

.widget p {
    margin: 0;
}

.main {
    display: inline-block;
    width: 100%;
}

.fix-container {
    width: 900px;
    margin: auto;
}

.fw {
    float: left;
    width: 100%;
}

.stick {
    position: fixed;
    z-index: 999;
    background: rgba(225, 225, 225, 0.8);
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    line-height: 1.67;
    color: #666;
    background: #fff;
    font-family: 'Bitter';
    font-weight: 400;
}

.display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#back-to-top {
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.4) no-repeat center;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#back-to-top .fa {
    font-size: 25px;
    font-weight: 700;
}

#back-to-top:hover {
    background: black no-repeat center;
}

/*Preloader*/
/*Images Loader*/

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce1 {
    background-color: #00CCFF;
}

.double-bounce2 {
    background-color: #2c6ed5;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.rectangle-bounce {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
}

#preloader_1 {
    position: relative;
}

#preloader_1 span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #ffae4e;
    position: absolute;
    animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
    left: 11px;
    animation-delay: .2s;
}

#preloader_1 span:nth-child(3) {
    left: 22px;
    animation-delay: .4s;
}

#preloader_1 span:nth-child(4) {
    left: 33px;
    animation-delay: .6s;
}

#preloader_1 span:nth-child(5) {
    left: 44px;
    animation-delay: .8s;
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #ffae4e;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #ffae4e;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #ffae4e;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #ffae4e;
    }
}

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #eee;
    width: 100%;
    height: 100%;
}

#preloader_1 {
    position: relative;
}

.rectangle-bounce {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
}

#preloader_1 span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #ad0e16;
    position: absolute;
    animation: preloader_1 1.5s infinite ease-in-out;
    -moz-animation: preloader_1 1.5s infinite ease-in-out;
    -webkit-animation: preloader_1 1.5s infinite ease-in-out;
    -o-animation: preloader_1 1.5s infinite ease-in-out;
    -ms-animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
    left: 11px;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

#preloader_1 span:nth-child(3) {
    left: 22px;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

#preloader_1 span:nth-child(4) {
    left: 33px;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}

#preloader_1 span:nth-child(5) {
    left: 44px;
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        background: #ad0e16;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        -moz-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        background: #ad0e16;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        background: #ad0e16;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        background: #ad0e16;
    }
}

.socials ul li {
    float: left;
    margin-right: 8px;
}

.socials ul li:last-child {
    margin-right: 0px;
}

.socials ul li a i {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    border: 1px solid #666666;
}

.socials ul li a:hover i {
    background: #00CCFF;
    border: 1px solid transparent;
}

.slide-title, .slide-btn {
    font-family: 'Montserrat';
}

.slide-title-uppercase {
    text-transform: uppercase;
}

.slide-btn {
    background: #00CCFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.slide-btn:hover {
    color: #fff;
    background-color: #ff9c33;
}

.title a {
    color: #333;
    font-weight: 700;
}

.title:hover a {
    color: #00CCFF;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 34px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-title h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #2c6ed5;
    bottom: 0;
}

.section-title-black {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.section-title-black h2 {
    text-transform: uppercase;
    font-size: 34px;
    padding-bottom: 11px;
    font-weight: bold;
}

.section-title-black .title-desc {
    font-size: 16px;
    width: 55%;
    margin: 0 auto;
}

.section-title-white {
    margin-bottom: 62px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.section-title-white h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 11px;
    font-weight: bold;
}

.section-title-white .title-desc {
    font-size: 16px;
    color: #fff;
    width: 55%;
    margin: 0 auto;
}

.section-title-left h2:after {
    left: 0;
}

.section-title-center {
    text-align: center;
}

.section-title-center h2:after {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section-padding-large {
    padding-top: 90px;
    padding-bottom: 120px;
}

.bg-parten {
    background: transparent url("../images/view/bg-parten.png") repeat scroll center center;
    position: relative;
}

.bg-parten:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 110, 213, 0.98);
    z-index: 9;
}

.bg-parten-2 {
    background: transparent url("../../images/view/bg-parten-2.png") repeat scroll center center;
}

.slick-initialized .slick-slide {
    outline: none;
}

.background-grey {
    background: #f2f2f2;
}

.au-btn {
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 13px 65px;
    color: #FFF;
    display: inline-block;
}

.au-btn:hover {
    color: #fff;
}

.au-btn-buy {
    color: #999;
}

.au-btn-buy:hover {
    color: #00CCFF;
}

.fancybox-navigation .disabled {
    display: none;
}

.hover-scale figure {
    position: relative;
    overflow: hidden;
}

.hover-scale figure img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.hover-scale figure .hover-border {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.hover-scale figure .hover-border a {
    width: 100%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    height: 100%;
    z-index: 999;
    position: relative;
}

.hover-scale figure .hover-border i {
    background: #ec910e;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.hover-scale figure .hover-border:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.hover-scale figure .hover-border:after {
    position: absolute;
    content: '';
    opacity: 0;
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.hover-scale:hover figure img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.hover-scale:hover figure .hover-border {
    opacity: 1;
}

.hover-scale:hover figure .hover-border:before, .hover-scale:hover figure .hover-border:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.hover-scale:hover figure .hover-border i {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.hover-scale:hover .info .title a {
    color: #00CCFF;
}

.au-btn-hover {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.au-btn-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.heading-page {
    position: relative;
}

.heading-page .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.heading-page .au-page-title h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.widget-title h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}

.form-contact .wrap-group:hover .btn-submit {
    background-color: #e67600;
}

/* 3. Arrows ------------------------------------------*/
.slide-categories-content .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.slide-categories-content .arrow:hover {
    background: #00CCFF;
    border: 1px solid transparent;
}

.slide-categories-content .arrow-left {
    left: -75px;
}

.slide-categories-content .arrow-right {
    right: -75px;
}

.arrow {
    position: absolute;
    top: -110px;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    z-index: 99;
}

.arrow-left {
    right: 47px;
}

.arrow-right {
    right: 15px;
}

.home2-testimonials-content .arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.home2-testimonials-content .arrow:hover {
    background: #00CCFF;
    border: 1px solid transparent;
    color: #fff;
}

.home2-testimonials-content .arrow-left {
    left: -75px;
}

.home2-testimonials-content .arrow-right {
    right: -75px;
}

.team-group-content .arrow {
    top: -48px;
    color: #999;
    font-size: 20px;
}

.team-group-content .arrow-left {
    display: none;
}

.team-group-content .arrow-right {
    right: 135px;
}

.home3-testimonials .home2-testimonials-content .arrow {
    color: #fff;
}

/* 4. Breadcrumb ------------------------------------------*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 0px;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 300;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb:before {
    content: "";
}

.breadcrumb .active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-size: 16px;
    color: #fff;
}

/* 5. Dots ------------------------------------------*/
.slick-dots {
    bottom: -45px;
}

.slick-dots li {
    width: 20px;
    margin-right: 5px;
    margin-left: -5px;
}

.slick-dots li:last-child {
    margin-right: 0px;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 0.2;
    font-size: 11px;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.testimonials-content .slick-dots, .home2-testimonials-content .slick-dots {
    bottom: -75px;
}

.testimonials-content .slick-dots li button:before, .home2-testimonials-content .slick-dots li button:before {
    color: #000;
    opacity: 0.102;
    font-size: 11px;
}

.testimonials-content .slick-dots li.slick-active button:before, .home2-testimonials-content .slick-dots li.slick-active button:before {
    color: #2c6ed5;
    opacity: 1;
}

/* 6. Fonts ------------------------------------------*/
/* Montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/montserrat/Montserrat-Light.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/montserrat/Montserrat-Regular.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/montserrat/Montserrat-Italic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/montserrat/Montserrat-Medium.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/montserrat/Montserrat-SemiBold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/montserrat/Montserrat-Bold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/bitter/Bitter-Regular.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/bitter/Bitter-Italic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/bitter/Bitter-Bold.ttf");
    /* IE9 Compat Modes */
}

/* 7. Pagination ------------------------------------------*/
.pagination {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagination ul li .current {
    background: #00CCFF;
    border: 1px solid #00CCFF;
    color: #fff;
}

.pagination ul li a, .pagination ul li span {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    border: 1px solid #e5e5e5;
}

.pagination ul li:hover a, .pagination ul li:hover span {
    background: #00CCFF;
    border: 1px solid #00CCFF;
    color: #fff;
}

.pagination ul li:last-child a, .pagination ul li:last-child span {
    border: none;
    font-size: 20px;
    font-weight: medium;
}

.courses-page .pagination, .blog-list .pagination {
    text-align: left;
}

/* 8. Footer ------------------------------------------*/
.footer-title h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 45px;
    font-weight: 500;
}

.footer-top {
    background: #333;
}

.footer-top-content {
    padding-top: 80px;
    padding-bottom: 65px;
    color: #f2f2f2;
    font-size: 15px;
}

.footer-top-content .footer-link-menu ul {
    width: 50%;
    float: left;
}

.footer-top-content .footer-link-menu ul li {
    margin-bottom: 12px;
}

.footer-top-content .footer-link-menu ul li a {
    color: #f2f2f2;
    font-family: 'Bitter';
}

.footer-top-content .footer-link-menu ul li a i {
    color: #2c6ed5;
    padding-right: 10px;
}

.footer-top-content .footer-link-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-top-content .footer-link-menu ul li:hover a {
    color: #00CCFF;
}

.footer-top-content .footer-link-menu ul:last-child {
    padding-left: 15px;
}

.footer-top-content .footer-gallery-content {
    margin: 0 -5px;
    overflow: hidden;
}

.footer-top-content .footer-gallery-content figure {
    width: 33.33%;
    float: left;
    padding: 5px;
}

.footer-top-content .footer-gallery-content figure:hover img {
    opacity: 0.8;
}

.footer-top-content .footer-contact ul li {
    margin-bottom: 12px;
}

.footer-top-content .footer-contact ul li i {
    width: 35px;
    font-size: 16px;
    padding-top: 5px;
    color: #2c6ed5;
}

.footer-top-content .footer-contact ul li span {
    margin-right: 15px;
}

.footer-top-content .footer-contact ul .footer-phone span, .footer-top-content .footer-contact ul .footer-fax span {
    font-weight: bold;
    font-size: 16px;
}

.footer-top-content .footer-info .footer-logo {
    margin-top: -24px;
    margin-bottom: 22px;
}

.footer-top-content .footer-info .footer-intro {
    margin-bottom: 40px;
    color: #ccc;
}

.footer-bottom {
    background: #292929;
}

.footer-bottom .footer-bottom-content {
    padding: 18px 0;
}

.footer-bottom .footer-bottom-content .copyright {
    text-align: center;
    color: #999;
    font-size: 14px;
}

.footer-bottom .footer-bottom-content .copyright span {
    color: #00CCFF;
    font-weight: bold;
}

/* 9. Header ------------------------------------------*/
.header-top {
    background: #333;
    padding: 13px 0;
}

.header-top-content .header-top-info {
    font-family: 'Montserrat';
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.header-top-content .header-top-info .fas,
.header-top-content .header-top-info .far {
    padding-right: 10px;
    font-size: 16px;
}

.header-top-content .header-top-info a {
    margin-right: 29px;
    color: #999;
}

.header-top-content .header-top-info a:last-child {
    margin-right: 0px;
}

.header-top-content .header-top-info .header-socials {
    position: relative;
    padding-right: 24px;
    margin-right: 24px;
}

.header-top-content .header-top-info .header-socials:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background-color: #e5e5e5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.2;
}

.header-top-content .header-top-info .header-socials ul li {
    margin-right: 15px;
}

.header-top-content .header-top-info .header-socials ul li a {
    color: #666;
    font-size: 16px;
}

.header-top-content .header-top-info .header-socials ul li a:hover {
    color: #00CCFF;
}

.header-top-content .header-top-info .header-socials ul li:last-child {
    margin-right: 0px;
}

.header-top-content .header-top-account .fas {
    padding-right: 6px;
}

.header-top-content .header-top-account a {
    margin-right: 15px;
    font-family: 'Montserrat';
    color: #ccc;
}

.header-top-content .header-top-account a:last-child {
    margin-right: 0px;
}

.header-top-content .header-top-account .signup {
    color: #fff;
    background: #00CCFF;
    padding: 6px 28px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
}

.header-top-content .header-top-account .signup i {
    color: #f2f2f2;
}

.header-top-content .header-top-account .signup:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header-top-content a {
    color: #fff;
}

.menu ul {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.menu ul li {
    position: relative;
    padding: 38px 17px;
}

.menu ul li a {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    color: #333;
}

.menu ul li a:after {
    content: "";
    background: #00CCFF;
    width: 100%;
    max-width: 0px;
    height: 2px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    transition: max-width 0.5s ease 0s;
    -moz-transition: max-width 0.5s ease 0s;
    -webkit-transition: max-width 0.5s ease 0s;
    -o-transition: max-width 0.5s ease 0s;
    -ms-transition: max-width 0.5s ease 0s;
}

.menu ul li a:hover {
    color: #333;
}

.menu ul li a:hover:after {
    max-width: 100%;
}

.menu ul li:last-child {
    padding-right: 0px;
}

.menu ul li:last-child a {
    padding-right: 0px;
}

.menu ul li .sub-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    background-color: #fff;
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    opacity: 0;
    top: 115%;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    margin: 0;
    display: block;
    left: 0;
    padding: 0;
    min-width: 200px;
    white-space: nowrap;
}

.menu ul li .sub-menu li {
    padding: 5px 20px;
}

.menu ul li .sub-menu li a {
    padding: 5px 0px;
    display: block;
}

.menu ul li .sub-menu li:hover {
    background: #00CCFF;
}

.menu ul li .sub-menu li:hover a {
    color: #fff;
}

.menu ul li .sub-menu li:hover a:after {
    max-width: 0px;
}

.menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 0px;
}

.menu ul li .sub-menu li .sub-menu li a {
    color: #333;
}

.menu ul li .sub-menu li .sub-menu li:hover a {
    color: #fff;
}

.menu ul li:hover > ul {
    opacity: 1;
    top: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu ul .curent-menu-item a:after {
    content: "";
    background: #00CCFF;
    width: 100%;
    max-width: 100%;
    height: 2px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s;
}

.menu ul .curent-menu-item .sub-menu li a:after {
    max-width: 0;
}

.search-box {
    padding-left: 40px;
    position: relative;
}

.search-box form {
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    position: relative;
}

.search-box form input {
    position: absolute;
    top: 100%;
    z-index: 100000;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    padding: 10px 35px 10px 20px;
    color: #666;
    border: 1px solid #e5e5e5;
    width: 270px;
}

.search-box form .search-icon {
    font-size: 20px;
    color: #333;
    height: 105px;
}

/*Navbar menu mobile*/
.hidden-tablet-landscape-up {
    display: none;
}

.header-mobile .header-top-mobile {
    padding: 15px 0;
}

.header-mobile .header-top-mobile:after {
    content: "";
    display: table;
    clear: both;
}

.header-mobile .header-top-mobile .logo {
    float: left;
}

.header-mobile .header-top-mobile .hamburger {
    float: right;
    outline: none;
}

.header-mobile .header-top-mobile .search-box {
    height: 100%;
    position: relative;
    display: inline-block;
    float: right;
}

.header-mobile .header-top-mobile .search-box form input {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 60px;
    padding: 20px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #666;
    font-size: 16px;
}

.header-mobile .header-top-mobile .search-box form .search-icon {
    width: 60px;
    height: 60px;
    background: #00CCFF;
}

.header-mobile .header-top-mobile .search-box form .search-icon .fa {
    color: #333;
    font-size: 16px;
}

.header-mobile .header-top {
    float: left;
    width: 100%;
}

.header-mobile .header-top:after {
    content: "";
    display: table;
    clear: both;
}

.header-mobile .header-top .header-top-content .header-top-info {
    display: block;
}

.header-mobile .header-top .header-top-content .header-top-info a {
    margin-bottom: 20px;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    font-weight: bold;
}

.header-mobile .header-top .header-top-content .header-top-info a:last-child {
    margin-bottom: 0px;
}

.header-mobile .header-top .header-top-content .header-top-info a span {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-right: 15px;
}

.header-mobile .header-top .header-top-content .header-top-info a span i {
    padding-right: 0px;
    font-size: 25px;
}

.header-mobile .header-top .header-top-content .header-top-account a {
    display: block;
    margin-bottom: 20px;
}

.header-mobile .header-top .header-top-content .header-top-account a:last-child {
    margin-bottom: 0px;
}

.header-mobile .header-top .header-top-content .header-top-account .login {
    color: #fff;
    background: #00CCFF;
    padding: 9px 29px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    margin-right: 0px;
    text-align: center;
}

.header-mobile .header-top .header-top-content .header-top-account .login i {
    color: #f2f2f2;
}

.au-nav-mobile {
    z-index: 10000;
    width: 100%;
    display: none;
    float: right;
    /*  */
    position: absolute;
    right: 0;

}

.au-nav-mobile ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
    list-style-type: none;
    background: #fff;
}

.au-nav-mobile ul li {
    position: relative;
    padding: 0;
}

.au-nav-mobile ul li a {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #fff;
    padding: 14px 30px;
    font-weight: 700;
    text-align: left;
    display: block;
}

.au-nav-mobile ul li a:after {
    height: 0px;
}

.au-nav-mobile ul li > .arrow {
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.au-nav-mobile ul li > .arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
}

.au-nav-mobile ul li > .arrow i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}

.au-nav-mobile ul li > .arrow i:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 3px;
    height: 11px;
    background: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}

.au-nav-mobile ul li .clicked {
    color: #333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.au-nav-mobile ul li .clicked i:after, .au-nav-mobile ul li .clicked i:before {
    background: #333;
}

.au-nav-mobile ul li .sub-menu {
    display: none;
    padding: 0;
    background: #e5f1fc;
    width: 100%;
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.au-nav-mobile ul li .sub-menu li {
    padding: 0px;
}

.au-nav-mobile ul li .sub-menu li a {
    font-size: 15px;
    padding: 15px 40px;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
}

.container-fluid:after, .container-fluid:before {
    display: table;
    content: " ";
    clear: both;
}

.search-widget-open form .search-icon .fa-search:before {
    content: '\f00d';
}

.header .fixed {
    -webkit-animation: fadeInDown 0.3s ease-out forwards;
    -moz-animation: fadeInDown 0.3s ease-out forwards;
    -o-animation: fadeInDown 0.3s ease-out forwards;
    animation: fadeInDown 0.3s ease-out forwards;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header .fixed .menu ul li {
    padding: 25px 17px;
}

.header .fixed .menu ul li .sub-menu li {
    padding: 5px 20px;
}

.header .fixed .search-box form .search-icon {
    height: 80px;
}

.header-2 .fixed {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
}

.header-home2 {
    position: absolute;
    top: 0px;
    z-index: 10000;
    width: 100%;
}

.header-home2 .menu ul li a {
    color: #fff;
}

.header-home2 .menu ul li .sub-menu li a {
    color: #333;
}

.header-home2 .menu ul li .sub-menu li a:hover {
    color: #fff;
}

.header-home2 .search-box form .search-icon {
    color: #fff;
}

/* 10. Sidebar ------------------------------------------*/
.right-sidebar > div {
    margin-bottom: 50px;
}

.widget_product_categories ul, .widget_categories ul {
    margin-top: -6px;
}

.widget_product_categories ul li, .widget_categories ul li {
    margin-bottom: 13px;
}

.widget_product_categories ul li a, .widget_categories ul li a {
    color: #666;
    font-size: 16px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.widget_product_categories ul li a:hover, .widget_categories ul li a:hover {
    color: #00CCFF;
}

.widget_product_categories ul li a:hover i, .widget_categories ul li a:hover i {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.widget_product_categories ul li a i, .widget_categories ul li a i {
    font-size: 22px;
    font-weight: medium;
    color: #2c6ed5;
    padding-right: 15px;
    padding-top: 3px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.widget_search form {
    position: relative;
}

.widget_search form input[type="search"] {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 12px 35px;
    font-size: 15px;
    background: transparent;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.widget_search form input[type="search"]::-webkit-input-placeholder {
    color: #999;
}

.widget_search form input[type="search"]::-moz-placeholder {
    color: #999;
}

.widget_search form input[type="search"]:-ms-input-placeholder {
    color: #999;
}

.widget_search form input[type="search"]:-moz-placeholder {
    color: #999;
}

.widget_search form:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #666;
    font-size: 15px;
}

.widget_lastest_entries ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget_lastest_entries ul li figure {
    width: 82px;
    float: left;
}

.widget_lastest_entries ul li figure img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.widget_lastest_entries ul li figure:hover img {
    opacity: 0.8;
}

.widget_lastest_entries ul li .info {
    padding-left: 20px;
    width: calc(100% - 82px);
    float: right;
}

.widget_lastest_entries ul li .info .title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.31;
}

.widget_lastest_entries ul li .info .title:hover a {
    color: #00CCFF;
}

.widget_lastest_entries ul li .info .price {
    font-size: 14px;
    background: transparent;
    padding: 0px;
}

.widget_lastest_entries ul li .info .free {
    color: #63c76a;
}

.widget_lastest_entries ul li .info .notfree {
    color: #ff4b5a;
}

.widget_lastest_entries ul li .info .lastest-date {
    font-weight: 500;
}

.widget_lastest_entries ul li:last-child {
    margin-bottom: 0px;
}

.widget_signupform {
    margin-top: 10px;
}

.widget_signupform .sign-up-form {
    padding: 33px 25px;
    background: #2c6ed5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.widget_signupform .sign-up-form .form-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 3px;
}

.widget_signupform .sign-up-form .form-heading h3 {
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

.widget_signupform .sign-up-form .form-heading h3:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.widget_signupform .sign-up-form form .form-group {
    margin-bottom: 3px;
}

.widget_signupform .sign-up-form form .form-group input {
    width: 100%;
    padding: 15px 20px;
    padding: 9px 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 5px;
    background: transparent;
}

.widget_signupform .sign-up-form form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 13px;
}

.widget_signupform .sign-up-form form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 13px;
}

.widget_signupform .sign-up-form form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 13px;
}

.widget_signupform .sign-up-form form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 13px;
}

.widget_signupform .sign-up-form form .form-group .error {
    color: red;
    margin-top: 10px;
}

.widget_signupform .sign-up-form form .submit {
    width: 100%;
    color: #fff;
    background: #fff;
    font-family: 'Montserrat';
    color: #00CCFF;
    font-weight: 500;
    font-size: 15px;
    border: none;
    padding: 11px 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 12px;
}

.banner {
    position: relative;
    max-width: 500px;
}

.banner img {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 110, 213, 0.8);
    z-index: 9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.banner .banner-content {
    z-index: 99;
    width: 100%;
    height: 100%;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-align: center;
}

.banner .banner-content .title {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 40px;
}

.banner .banner-content .au-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 30px;
}

.widget-featured-course ul {
    padding: 40px 20px;
    margin: 0;
    list-style-type: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #fff;
}

.widget-featured-course ul li {
    margin-bottom: 17px;
}

.widget-featured-course ul li:last-child {
    margin-bottom: 0px;
}

.widget-featured-course ul li:first-child span i {
    font-size: 17px;
}

.widget-featured-course ul li span {
    font-size: 15px;
}

.widget-featured-course ul li span i {
    font-size: 14px;
    color: #2c6ed5;
    width: 32px;
    padding-left: 2px;
}

.widget-featured-course ul li span:first-child {
    color: #333;
}

/* 11. 404 Page ------------------------------------------*/
.error-page-content .error-image {
    text-align: center;
}

.error-page-content .error-content {
    margin-top: -20px;
}

.error-page-content .error-content .title {
    font-size: 120px;
    color: #2c6ed5;
    font-weight: bold;
}

.error-page-content .error-content .desc {
    font-size: 24px;
    margin-top: -2px;
    padding-right: 140px;
    padding-bottom: 33px;
}

.error-page-content .error-content .error-btn {
    background: #00CCFF;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: bold;
    padding: 11px 32px;
    display: inline-block;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    text-transform: uppercase;
}

/* 12. About us Page  ------------------------------------------*/
.aboutus-skillls {
    margin-top: -7px;
}

.aboutus-skillls .our-skillls-content {
    padding-top: 0px;
}

.aboutus-skillls .our-skillls-content .list-skills {
    padding-top: 0px;
}

.aboutus-skillls .our-skillls-content .list-skills .title {
    padding-bottom: 20px;
}

.aboutus-skillls .our-skillls-content .list-skills .desc {
    font-size: 18px;
    padding-right: 65px;
}

.aboutus-skillls .our-skillls-content .skills {
    margin-top: 40px;
}

.aboutus-skillls .our-skillls-content .skills .progress-box:last-child {
    padding-bottom: 0px;
}

/* 13. Blog Page  ------------------------------------------*/
.blog-grid .blog-content .item .info .desc {
    padding-bottom: 18px;
}

.blog-sidebar .blog-content .item .info .desc {
    padding-bottom: 30px;
}

.blog-list {
    margin-bottom: -30px;
}

.blog-list-content {
    margin-bottom: 30px;
}

.blog-list-content .item {
    margin-bottom: 60px;
    padding-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-list-content .item figure img {
    width: 100%;
}

.blog-list-content .item .info {
    text-align: left;
}

.blog-list-content .item .info .title {
    padding: 55px 0 0px 0;
    font-size: 26px;
    font-weight: bold;
}

.blog-list-content .item .info .desc {
    margin-bottom: 43px;
}

.blog-list-content .item .btn-read-more .au-readmore {
    padding: 14px 52px;
    background: #2c6ed5;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    font-size: 14px;
}

.blog-list-content .item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.entry {
    padding: 10px 0;
    margin: 7px 0;
    font-size: 15px;
}

.entry span {
    margin-right: 20px;
}

.entry span i {
    margin-right: 10px;
    color: #2c6ed5;
}

.entry span a {
    color: #666;
}

/* 14. Conatct Page  ------------------------------------------*/
.contact-map-1 .js-google-map .js-map-holder {
    height: 400px;
}

.contact-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 34px;
}

.contact-us-info .item {
    margin-bottom: 22px;
}

.contact-us-info .item i {
    color: #2c6ed5;
    font-size: 20px;
    padding-right: 23px;
    margin-top: 7px;
}

.contact-us-info .item span {
    display: block;
    padding-right: 80px;
    font-size: 16px;
}

.contact-us-info .item .contact-phone {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.contact-us-info .phone-item {
    margin-bottom: 35px;
}

.contact-us-info .phone-item i {
    padding-right: 33px;
}

.contact-form {
    overflow: hidden;
}

.contact-form form {
    margin-top: -15px;
}

.contact-form form .form-input {
    margin: 0 -5px;
}

.contact-form form .form-input .wrap-group {
    padding: 0 5px;
    overflow: hidden;
}

.contact-form form .wrap-group {
    overflow: hidden;
}

.contact-form form .wrap-group input, .contact-form form .wrap-group textarea {
    background: transparent;
    padding: 18px 20px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.contact-form form .wrap-group input::-webkit-input-placeholder, .contact-form form .wrap-group textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

.contact-form form .wrap-group input::-moz-placeholder, .contact-form form .wrap-group textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

.contact-form form .wrap-group input:-ms-input-placeholder, .contact-form form .wrap-group textarea:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}

.contact-form form .wrap-group input:-moz-placeholder, .contact-form form .wrap-group textarea:-moz-placeholder {
    color: #666;
    font-size: 14px;
}

.contact-form form .wrap-group input {
    margin-bottom: 15px;
    float: left;
    height: 50px;
}

.contact-form form .wrap-group textarea {
    width: 100%;
    margin-bottom: 43px;
    height: 150px;
}

.contact-form form .wrap-group .btn-submit {
    background: #00CCFF;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    display: inline-block;
    padding: 10px 60px;
    width: auto;
    margin-bottom: 0px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    cursor: pointer;
}

.contact-form form .error {
    color: red;
    margin-top: 10px;
}

.contact-us-content .js-google-map {
    margin-bottom: 60px;
}

.contact-us-content .js-google-map .js-map-holder {
    height: 500px;
}

.contact-us-two {
    overflow: hidden;
}

.contact-us-two .contact-us-content .contact-form {
    padding-left: 360px;
    padding-right: 45px;
    padding-top: 75px;
    background: #fff url("../images/view/contactus-form-bg.jpg") no-repeat scroll center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100%;
}

.contact-us-two .contact-us-content .contact-form .contact-title {
    text-transform: none;
    font-size: 32px;
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form .form-input {
    margin: 0px;
}

.contact-us-two .contact-us-content .contact-form .form-input .wrap-group {
    padding: 0px;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group input, .contact-us-two .contact-us-content .contact-form form .wrap-group textarea {
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group input::-webkit-input-placeholder, .contact-us-two .contact-us-content .contact-form form .wrap-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group input::-moz-placeholder, .contact-us-two .contact-us-content .contact-form form .wrap-group textarea::-moz-placeholder {
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group input:-ms-input-placeholder, .contact-us-two .contact-us-content .contact-form form .wrap-group textarea:-ms-input-placeholder {
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group input:-moz-placeholder, .contact-us-two .contact-us-content .contact-form form .wrap-group textarea:-moz-placeholder {
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group textarea {
    height: 120px;
    margin-bottom: 38px;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group .btn-submit {
    background: #00CCFF;
    border-bottom: none;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group .btn-submit:hover {
    background-color: #cc6900;
    color: #fff;
}

.contact-us-two .contact-us-content .contact-form form .wrap-group .error {
    color: red;
    margin-top: 10px;
}

.contact-us-two .contact-us-content .js-google-map {
    margin-bottom: 0px;
}

.contact-us-two .contact-us-content .js-google-map .js-map-holder {
    height: 596px;
}

.contact-info-two-content {
    margin-bottom: -15px;
}

.contact-info-two-content .item {
    text-align: center;
}

.contact-info-two-content .item .icon {
    padding-bottom: 28px;
}

.contact-info-two-content .item .icon i {
    width: 110px;
    height: 110px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    font-size: 35px;
    margin: 0 auto;
    color: #2c6ed5;
    cursor: pointer;
}

.contact-info-two-content .item .info .title {
    font-size: 22px;
    padding-bottom: 5px;
}

.contact-info-two-content .item .info .contact-phone {
    font-size: 20px;
    color: #555;
}

.contact-info-two-content .item .info .address {
    font-size: 16px;
    padding: 0 20px;
}

.contact-info-two-content .item span, .contact-info-two-content .item a {
    display: block;
    font-size: 18px;
    color: #666;
}

.contact-info-two-content .item:hover .icon i {
    background: #00CCFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    color: #fff;
}

/* 15. Course Page  ------------------------------------------*/
.filter-layout .filter-courses {
    border: none;
}

.filter-layout .filter-courses li {
    margin-right: 15px;
    margin-bottom: 0px;
}

.filter-layout .filter-courses li:last-child {
    margin-right: 0px;
}

.filter-layout .filter-courses li .active {
    border: none;
    color: #2c6ed5;
}

.filter-layout .filter-courses li a {
    color: #333;
    font-size: 20px;
    padding: 0px;
    border: none;
}

.courses-page .au-sorting {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 65px;
}

.courses-page .au-sorting .filter-layout {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.courses-page .au-sorting .filter-layout .woocommerce-result-count {
    color: #999;
    padding-left: 32px;
}

.courses-page .au-sorting .woocommerce-ordering select {
    border: none;
    cursor: pointer;
    color: #fff;
    background: #00CCFF url("../images/view/icon/icon-dropdown.png") no-repeat scroll;
    background-position: right 20px center;
    padding: 11px 43px 11px 27px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
}

.courses-page .courses-content .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
}

.courses-page .courses-content .item .item-thumb .feadtured-course-small {
    left: 30px;
}

.courses-page .courses-content .item .info {
    border: 1px solid #e5e5e5;
    padding: 42px 30px 11px 30px;
}

.courses-page .courses-content .item:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.courses-page .courses-content #list {
    margin-top: -25px;
    margin-bottom: -5px;
}

.courses-page .courses-content .listing {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    margin-bottom: 40px;
}

.courses-page .courses-content .listing:hover {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.courses-page .courses-content .listing:hover .item-thumb img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.courses-page .courses-content .listing .item-thumb {
    width: 440px;
    overflow: hidden;
}

.courses-page .courses-content .listing .item-thumb img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}

.courses-page .courses-content .listing .info {
    width: calc(100% - 440px);
    padding: 22px 30px 11px 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.courses-page .courses-content .listing .info .feadtured-course-small {
    padding-bottom: 20px;
}

.courses-page .courses-content .listing .info .feadtured-course-small img {
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.courses-page .courses-content .listing .info .feadtured-course-small .teacher {
    font-size: 15px;
}

.courses-page .courses-content .listing .info .feadtured-course-small .teacher span {
    padding-left: 10px;
}

.courses-page .courses-content .listing .info .course-desc {
    padding-bottom: 6px;
}

/* 16. Events Page  ------------------------------------------*/
.search-event input {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border: none;
    margin-right: 17px;
    margin-bottom: 30px;
}

.search-event .event-input {
    background: #f2f2f2;
    font-size: 15px;
    padding: 13px 35px;
    max-width: 270px;
    width: 100%;
}

.search-event .event-input::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
}

.search-event .event-input::-moz-placeholder {
    color: #666;
    font-size: 15px;
}

.search-event .event-input:-ms-input-placeholder {
    color: #666;
    font-size: 15px;
}

.search-event .event-input:-moz-placeholder {
    color: #666;
    font-size: 15px;
}

.search-event .submit {
    background: #00CCFF;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    display: inline-block;
    padding: 12px 58px;
    width: auto;
    margin-bottom: 0px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    cursor: pointer;
}

#calendar .fc-scroller {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

#calendar .fc-header-toolbar {
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 36px 55px;
    color: #fff;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

#calendar .fc-header-toolbar .fc-left, #calendar .fc-header-toolbar .fc-right {
    position: relative;
    z-index: 99;
    float: none;
}

#calendar .fc-header-toolbar .fc-left h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

#calendar .fc-header-toolbar .fc-right .fc-today-button {
    display: none;
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button {
    background: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-left: 10px;
    outline: none;
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button:hover {
    background: #00CCFF;
    border: 1px solid transparent;
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon {
    color: #fff;
    font-family: LineAwesome;
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon:after {
    font-size: 20px;
    font-weight: normal;
    top: 0;
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon-left-single-arrow:after {
    content: "\f111";
}

#calendar .fc-header-toolbar .fc-right .fc-button-group .fc-button .fc-icon-right-single-arrow:after {
    content: "\f112";
}

#calendar .fc-header-toolbar .fc-center, #calendar .fc-header-toolbar .fc-clear {
    display: none;
}

#calendar table .fc-content-skeleton table thead .fc-day-top .fc-day-number {
    float: left;
}

#calendar table .fc-content-skeleton table thead .fc-future .fc-day-number {
    color: #999;
}

#calendar table .fc-content-skeleton table thead .fc-other-month {
    opacity: 1;
}

#calendar table .fc-content-skeleton table thead .fc-other-month .fc-day-number {
    color: #ccc;
}

#calendar table .fc-content-skeleton table thead .event-date .fc-day-number {
    color: #fff;
}

#calendar table .fc-event-container .fc-day-grid-event {
    height: 100%;
    /* width: 100%; */
    margin: 0px;
    padding: 0px;
    border: none;
}

#calendar table .fc-event-container .fc-day-grid-event .fc-title {
    white-space: normal;
    font-size: 14px;
    line-height: 1.57;
}

#calendar .fc-view-container * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#calendar .fc-view-container .fc-widget-content {
    border: none;
}

#calendar .fc-view-container .fc-widget-content .fc-row {
    height: 165px !important;
}

#calendar .fc-view-container table .fc-body {
    border: none;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg tbody {
    border: 1px solid transparent;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg tbody .fc-today, #calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg tbody .fc-day {
    background: #f2f2f2;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg tbody .fc-other-month {
    background: #ededed;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg .fc-today {
    position: relative;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-bg .fc-today:before {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-family: FontAwesome;
    content: '\f111';
    color: #00CCFF;
    font-size: 9px;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-day {
    position: relative;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-day:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #e5e5e5;
}

#calendar .fc-view-container table .fc-body .fc-day-grid td {
    border: 2px solid #fff;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .event-date-other {
    opacity: 0.7;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-content-skeleton thead td {
    border-bottom: 2px solid transparent;
}

#calendar .fc-view-container table .fc-body .fc-day-grid .fc-content-skeleton .fc-day-top .fc-day-number {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 500;
}

#calendar .fc-view-container table .fc-head .fc-day-header {
    background: #ededed;
}

#calendar .fc-view-container table .fc-head .fc-day-header span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    padding: 12px 0;
}

#calendar .fc-view-container table .fc-head .fc-sat, #calendar .fc-view-container table .fc-head .fc-sun {
    background: #d9d9d9;
}

#calendar .fc-view-container table .fc-head .fc-head-container {
    border-bottom: 2px solid #fff;
    border-left: none;
    border-top: none;
}

#calendar .fc-view-container table .fc-head .fc-head-container thead th {
    border: 2px solid #fff;
}

/* 17. Home Page  ------------------------------------------*/
.slide-categories {
    position: absolute;
    bottom: 80px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 35.5%;
}

.slide-categories-content .item {
    text-align: center;
    background: #fff;
    height: 115px;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.slide-categories-content .item a {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    padding: 19px;
}

.slide-categories-content .item a svg {
    fill: #999999;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.slide-categories-content .item a span {
    display: block;
    color: #565656;
    padding-top: 15px;
}

.slide-categories-content .item a:hover svg {
    fill: #00CCFF;
    transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
}

.featured {
    margin-bottom: -10px;
}

.featured-content .item {
    text-align: center;
}

.featured-content .item .title {
    padding: 30px 0 15px;
    font-size: 23px;
    font-weight: bold;
}

.featured-content .item svg {
    fill: #2c6ed5;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.featured-content .item:hover svg {
    fill: #00CCFF;
    transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
}

.courses {
    padding-bottom: 157px;
}

.courses-content {
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
    margin-top: -15px;
}

.courses-content .item {
    margin-bottom: 30px;
    margin-top: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
}

.courses-content .item:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.courses-content .item:hover .item-thumb .feadtured-course-small img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.courses-content .item:hover .info .title a {
    color: #00CCFF;
}

.courses-content .item .item-thumb {
    position: relative;
}

.courses-content .item .item-thumb img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.courses-content .item .item-thumb .feadtured-course-small {
    position: absolute;
    left: 35px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    z-index: 10;
    overflow: hidden;
}

.courses-content .item .item-thumb .feadtured-course-small img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}

.courses-content .item .info {
    padding: 42px 35px 24px 35px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.courses-content .item .info .teacher {
    font-size: 16px;
    color: #666;
}

.courses-content .item .info .title {
    font-size: 22px;
    padding: 18px 0px 14px;
    font-weight: 500;
}

.courses-content .item .info .desc {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 36px;
}

.courses-content .item .info .desc .comments-students {
    padding-left: 10px;
}

.courses-content .item .info .desc .comments-students a {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
}

.courses-content .item .info .desc .comments-students a:hover i {
    color: #00CCFF;
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.courses-content .item .info .desc .comments-students a:last-child {
    margin-right: 0px;
}

.courses-content .item .info .desc .comments-students a i {
    padding-right: 9px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.price {
    color: #fff;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    font-size: 14px;
}

.free {
    background: #63c76a;
    padding: 3px 22px;
}

.notfree {
    background: #ff4b5a;
    padding: 3px 13px;
}

.our-team-content {
    margin: -15px 0;
}

.our-team-content .slick-active:hover .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.our-team-content .item {
    text-align: center;
    padding: 45px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 15px 0;
}

.our-team-content .item figure {
    position: relative;
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

.our-team-content .item figure img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.our-team-content .item figure:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 131, 0, 0.9);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 4;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.our-team-content .item figure .our-team-socials {
    z-index: 10;
    opacity: 0;
    width: 100%;
}

.our-team-content .item figure .our-team-socials ul li {
    margin-right: 15px;
}

.our-team-content .item figure .our-team-socials ul li a {
    font-size: 17px;
}

.our-team-content .item figure .our-team-socials ul li a i {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    color: #fff;
}

.our-team-content .item figure .our-team-socials ul li a:hover i {
    color: #333;
}

.our-team-content .item figure .our-team-socials ul li:last-child {
    margin-right: 0px;
}

.our-team-content .item figure:hover:after {
    opacity: 1;
}

.our-team-content .item figure:hover .our-team-socials {
    opacity: 1;
}

.our-team-content .item figure:hover .our-team-socials ul li a i {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.our-team-content .item .info .title {
    font-size: 20px;
    padding: 35px 0 10px;
}

.our-team-content .item .info .job-title {
    font-size: 16px;
}

.our-team-content .item .info .desc {
    padding: 16px 20px 10px;
}

.testimonials-content {
    padding-bottom: 38px;
}

.testimonials-content .item .info {
    padding: 40px 45px;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 35px;
}

.testimonials-content .item .info .item-name {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #2c6ed5;
}

.testimonials-content .item .info .desc {
    padding-top: 15px;
}

.testimonials-content .item figure {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.testimonials-content .item figure img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 30px;
}

.testimonials-content .item figure .thumb-info .title {
    font-size: 16px;
    padding-bottom: 8px;
}

.testimonials-content .item figure .thumb-info .categories {
    font-size: 13px;
    color: #666;
}

.sign-up {
    background: #fff url("../images/view/home1-signup-bg.jpg") no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.sign-up-2 {
    background: #fff url("../images/view/home3-signup-bg.jpg") no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.sign-up-content {
    position: relative;
    z-index: 99;
}

.sign-up-content .sign-up-form {
    padding: 45px 25px;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
    margin-right: 95px;
}

.sign-up-content .sign-up-form .form-heading {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
}

.sign-up-content .sign-up-form .form-heading h3 {
    font-size: 26px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sign-up-content .sign-up-form .form-heading h3:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #2c6ed5;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sign-up-content .sign-up-form form .form-group input {
    width: 100%;
    padding: 15px 20px;
    padding: 9px 20px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.sign-up-content .sign-up-form form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    font-size: 14px;
}

.sign-up-content .sign-up-form form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-size: 14px;
}

.sign-up-content .sign-up-form form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    font-size: 14px;
}

.sign-up-content .sign-up-form form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-size: 14px;
}

.sign-up-content .sign-up-form form .form-group .error {
    color: red;
    margin-top: 10px;
}

.sign-up-content .sign-up-form form .submit {
    width: 100%;
    color: #fff;
    background: #00CCFF;
    font-family: 'Montserrat';
    font-size: 15px;
    border: none;
    padding: 14px 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 12px;
}

.sign-up-content .register-now {
    padding-top: 85px;
}

.sign-up-content .register-now .register-title {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sign-up-content .register-now p {
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
}

#count-down-time {
    color: #fff;
    padding-top: 13px;
}

#count-down-time .count-down-item {
    display: inline-block;
    padding: 5px 0px;
    width: 90px;
    height: 120px;
    margin-right: 40px;
}

#count-down-time .count-down-item:last-child {
    margin-right: 0px;
}

#count-down-time .count-down-item span {
    display: block;
    text-align: center;
}

#count-down-time .count-down-item .countdown-number {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 60px;
}

#count-down-time .count-down-item .countdown-text {
    font-size: 20px;
    margin-top: -16px;
}

.pricing-table-content .item {
    text-align: center;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 55px 30px;
}

.pricing-table-content .item .title {
    font-size: 30px;
    padding-bottom: 27px;
}

.pricing-table-content .item figure {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.pricing-table-content .item figure svg {
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}

.pricing-table-content .item .info .advanced li {
    font-size: 16px;
    padding: 17px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pricing-table-content .item .info .price {
    padding-top: 25px;
    padding-bottom: 20px;
}

.pricing-table-content .item .info .price span {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #333;
}

.pricing-table-content .item .info .price span:first-child {
    font-size: 40px;
}

.pricing-table-content .item .info .price span:last-child {
    font-size: 23px;
    padding-left: 10px;
    position: relative;
}

.pricing-table-content .item .info .price span:last-child:after {
    position: absolute;
    content: "/";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pricing-table-content .item .info .au-btn {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    margin-bottom: 10px;
}

.pricing-table-content .item:hover figure svg {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.pricing-table-content .popular {
    position: relative;
}

.pricing-table-content .popular:after {
    position: absolute;
    content: attr(data-popular);
    background: #00CCFF;
    color: #fff;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -15px;
    padding: 3px 22px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
}

.basic {
    background: #62d8b6;
}

.business {
    background: #ff4b5a;
}

.premium {
    background: #8058bd;
}

.blog {
    margin-bottom: -30px;
}

.blog-content .item {
    margin-bottom: 30px;
}

.blog-content .item figure img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.blog-content .item .info {
    padding: 35px 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-content .item .info .title {
    font-size: 20px;
}

.blog-content .item .info .desc {
    padding-top: 15px;
    padding-bottom: 27px;
}

.meta {
    padding-bottom: 7px;
}

.meta span {
    font-size: 15px;
    margin-right: 35px;
}

.meta span i {
    color: #2c6ed5;
    padding-right: 10px;
}

.meta span:last-child {
    margin-right: 0px;
}

.categories {
    margin-bottom: -30px;
}

.cat-1 figure:after {
    background: rgba(99, 199, 106, 0.8);
}

.cat-2 figure:after {
    background: rgba(108, 122, 224, 0.8);
}

.cat-3 figure:after {
    background: rgba(255, 75, 90, 0.8);
}

.cat-4 figure:after {
    background: rgba(233, 140, 56, 0.8);
}

.cat-5 figure:after {
    background: rgba(0, 194, 209, 0.8);
}

.categories-content {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.categories-content .categories-group-2 {
    padding-left: 30px;
}

.categories-content .categories-group-2 .item {
    margin-bottom: 30px;
}

.categories-content .cat-1 figure {
    width: 500px;
}

.categories-content .item figure {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.categories-content .item figure img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}

.categories-content .item figure:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.categories-content .item figure .info {
    position: absolute;
    z-index: 99;
    bottom: 17px;
    left: 30px;
}

.categories-content .item figure .info .title {
    font-size: 20px;
    padding-bottom: 3px;
}

.categories-content .item figure .info .title a {
    color: #fff;
}

.categories-content .item figure .info .total-course {
    font-size: 16px;
    color: #fff;
}

.categories-content .item figure:hover img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.featured-2 {
    margin-bottom: -8px;
}

.featured-2 .featured-content .item .title {
    font-size: 20px;
    padding: 23px 0 11px;
    font-weight: 500;
}

.courses-2 {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.courses-2 .section-title-white .title-desc {
    width: 45%;
}

.courses-2 .courses-content .item .info {
    padding: 46px 35px 24px 35px;
}

.home2-testimonials {
    margin-bottom: -9px;
}

.home2-testimonials-content {
    width: 66%;
    margin: -15px auto;
}

.home2-testimonials-content .item {
    text-align: center;
    padding: 15px;
}

.home2-testimonials-content .item .info {
    padding: 45px 24px 85px;
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.home2-testimonials-content .item .info .title-item {
    font-weight: 700;
    font-size: 22px;
    color: #2c6ed5;
    padding-bottom: 15px;
}

.home2-testimonials-content .item .info .desc {
    font-size: 18px;
}

.home2-testimonials-content .item figure {
    margin-top: -38px;
}

.home2-testimonials-content .item figure img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 auto;
}

.home2-testimonials-content .item figure .title {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 8px;
}

.home2-testimonials-content .item figure .job-title {
    font-size: 16px;
}

.events-content .item {
    padding: 15px 30px 15px 160px;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.events-content .item:last-child {
    margin-bottom: 0px;
}

.events-content .item .post-date {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 130px;
    margin-right: 30px;
    background: #2c6ed5;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.events-content .item .post-date span {
    color: #fff;
}

.events-content .item .post-date .date {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-top: -18px;
}

.events-content .item .post-date .month {
    font-size: 100%;
}

.events-content .item .info {
    width: 75%;
}

.events-content .item .info .course-title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.events-content .item .info .course-title .title {
    font-size: 22px;
    padding-right: 23px;
}

.events-content .item .info .meta {
    padding-top: 12px;
    padding-bottom: 14px;
}

.events-content .item .info .meta span {
    font-size: 16px;
}

.events-content .item .info .meta span i {
    padding-right: 8px;
}

.events-content .item figure img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.events-content .item:hover {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.partner {
    padding: 58px 0;
}

.partner-content .item figure img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

.partner-content .item figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.categories-2-content .item figure {
    position: relative;
    overflow: hidden;
}

.categories-2-content .item figure img {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}

.categories-2-content .item figure:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.categories-2-content .item figure .info {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.categories-2-content .item figure .info svg {
    fill: white;
}

.categories-2-content .item figure .info .title {
    font-size: 25px;
    padding-bottom: 3px;
    padding-top: 13px;
}

.categories-2-content .item figure .info .title a {
    text-transform: uppercase;
    color: #fff;
}

.categories-2-content .item figure .info .total-course {
    font-size: 16px;
    color: #fff;
}

.categories-2-content .item figure:hover img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.our-team-2 {
    margin-bottom: -30px;
}

.team-group .team-group-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
}

.team-group .team-group-title-green {
    color: #63c76a;
}

.team-group .team-group-title-violet {
    color: #8058bd;
}

.team-group .team-group-title-blue {
    color: #4ec8f7;
}

.team-group .team-group-content {
    margin: 0 -15px;
}

.team-group .item {
    padding: 15px;
    margin-bottom: 13px;
    transform: translateY(0, 0, 0);
    -moz-transform: translateY(0, 0, 0);
    -webkit-transform: translateY(0, 0, 0);
    -o-transform: translateY(0, 0, 0);
    -ms-transform: translateY(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.27, -0.22, 0.26, 1.37);
    -moz-transition: transform 0.3s cubic-bezier(0.27, -0.22, 0.26, 1.37);
    -webkit-transition: transform 0.3s cubic-bezier(0.27, -0.22, 0.26, 1.37);
    -o-transition: transform 0.3s cubic-bezier(0.27, -0.22, 0.26, 1.37);
    -ms-transition: transform 0.3s cubic-bezier(0.27, -0.22, 0.26, 1.37);
}

.team-group .item figure {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 3px dotted #2c6ed5;
    margin-bottom: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.team-group .item figure img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.team-group .item .info {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 21px 25px;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.team-group .item .info:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
    top: -13px;
    left: 20px;
}

.team-group .item .info:before {
    content: '';
    position: absolute;
    transform: rotate(135deg);
    width: 15px;
    height: 15px;
    top: -8px;
    z-index: -1;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
}

.team-group .item .info .title {
    font-size: 18px;
    padding-bottom: 3px;
}

.team-group .item .info .job-title {
    font-size: 15px;
}

.team-group .item:hover {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.our-skillls-content {
    padding-top: 45px;
}

.our-skillls-content .list-skills {
    padding-top: 37px;
}

.our-skillls-content .list-skills .title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 12px;
}

.our-skillls-content .list-skills .desc {
    font-size: 16px;
}

.our-skillls-content .skills {
    margin-top: 70px;
}

.our-skillls-content .skills .progress-bar {
    background-color: transparent;
}

.our-skillls-content .skills .progress-box {
    padding-bottom: 59px;
}

.our-skillls-content .skills .au-progress {
    position: relative;
    background-color: #f2f2f2;
    max-width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.our-skillls-content .skills .au-progress .au-progress-bar {
    height: 7px;
    width: 0;
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.our-skillls-content .skills .au-progress .au-progress-bar h5,
.our-skillls-content .skills .au-progress .au-progress-bar span {
    position: absolute;
    top: -36px;
}

.our-skillls-content .skills .au-progress .au-progress-bar h5 {
    left: 0;
    font-size: 16px;
    color: #000033;
}

.our-skillls-content .skills .au-progress .au-progress-bar span {
    right: -15px;
    font-size: 16px;
    color: #666;
}

.our-skillls-content .skills .au-progress .au-progress-green {
    background: #63c76a;
}

.our-skillls-content .skills .au-progress .au-progress-violet {
    background: #8058bd;
}

.our-skillls-content .skills .au-progress .au-progress-blue {
    background: #4ec8f7;
}

.our-skillls-content .skills .au-progress .au-progress-pink {
    background: #ff4b5a;
}

.our-skillls-content .our-skillls-image {
    padding-right: 56px;
}

.our-skillls-content .our-skillls-image figure {
    text-align: right;
}

.home3-testimonials .section-title {
    position: relative;
    z-index: 99;
}

.home3-testimonials .section-title h2 {
    color: #fff;
}

.home3-testimonials .section-title h2:after {
    background: #fff;
}

.home3-testimonials .home2-testimonials-content {
    z-index: 99;
}

.home3-testimonials .home2-testimonials-content .item figure .title a {
    color: #fff;
}

.home3-testimonials .home2-testimonials-content .item figure .job-title {
    color: #f2f2f2;
}

.event-shadow .events-content .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 18. Gallery Page  ------------------------------------------*/
.gallery-grid .item {
    margin: 0 -10px;
    margin-bottom: 10px;
}

.gallery-grid .item figure {
    position: relative;
}

.gallery-page-content {
    padding: 0 5px;
}

.gallery-page-content .item {
    margin: 0 -5px;
    margin-bottom: 20px;
}

.gallery-page {
    margin-bottom: -20px;
}

.grid-sizer,
.gallery-item {
    width: 33.333%;
}

.gallery-item {
    float: left;
}

.grid-sizer2,
.gallery-item2 {
    width: 50%;
    padding: 1%;
}

.gallery-item2 {
    float: left;
}

.gallery-mansory-content {
    counter-reset: gallery-item;
}

.gallery-hover figure {
    position: relative;
}

.gallery-hover figure a {
    height: 100%;
}

.gallery-hover figure a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f0b2';
    left: 50%;
    top: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    z-index: 99;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: #00CCFF;
    cursor: pointer;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.gallery-hover figure a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    z-index: 9;
}

.gallery-hover figure:hover a:before {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.gallery-hover figure:hover a:after {
    opacity: 1;
}

/* 19. Single Course Page  ------------------------------------------*/
.single-title {
    padding-bottom: 57px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.single-title h1 {
    font-size: 30px;
    font-weight: bold;
}

.single-title span {
    margin-left: 24px;
}

.fqa .title {
    font-weight: bold;
}

.fqa-content {
    padding-right: 40px;
}

.fqa-content ul {
    margin-top: 20px;
}

.fqa-content ul li {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    background-color: transparent;
    margin-bottom: 0px;
}

.fqa-content ul li .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 7px 0;
}

.fqa-content ul li .card-header .title {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    width: 60%;
}

.fqa-content ul li .card-header .title:before {
    font-family: 'Bitter';
    position: absolute;
    content: "+";
    left: 0px;
    top: -7px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.fqa-content ul li .card-header:hover .title {
    color: #00CCFF;
}

.fqa-content ul li .card-header:hover .title:before {
    color: #00CCFF;
}

.fqa-content ul li .card-body {
    margin: 13px 25px 10px 0;
    padding: 0px;
    font-size: 15px;
}

.fqa-content ul li:last-child {
    margin-bottom: 0px;
}

.fqa-content ul .active .card-header .title {
    color: #00CCFF;
}

.fqa-content ul .active .card-header .title:before {
    content: "-";
    color: #00CCFF;
}

.single-course-content {
    margin-top: -5px;
}

.single-course-content .single-course-info .single-course-images img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    width: 100%;
}

.single-course-content .single-course-info .course-teacher-cat {
    padding: 45px 0;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li {
    float: left;
    position: relative;
    margin-right: 35px;
    padding-right: 35px;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li:first-child img {
    width: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 20px;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 65px;
    background: #e5e5e5;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li:last-child:after {
    width: 0px;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li .teacher-cat-item a, .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li .teacher-cat-item span {
    display: block;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li .teacher-cat-item span {
    font-size: 15px;
    color: #999;
    padding-bottom: 3px;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li .teacher-cat-item a {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #333;
}

.single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li .teacher-cat-item i {
    color: #f5c82c;
}

.single-course-content .single-course-info .course-teacher-cat .au-btn {
    padding: 13px 27px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #00CCFF;
}

.single-course-tab .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 23px;
    position: relative;
    z-index: 99;
    color: #999;
    font-size: 15px;
}

.single-course-tab .nav-tabs .nav-link i {
    margin-right: 11px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-course-tab .nav-tabs .nav-link:hover {
    color: #666;
    border-bottom: 1px solid #2c6ed5;
}

.single-course-tab .nav-tabs .nav-link:hover i {
    color: #2c6ed5;
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.single-course-tab .nav-tabs .active {
    color: #666;
    border-bottom: 1px solid #2c6ed5;
}

.single-course-tab .nav-tabs .active i {
    color: #2c6ed5;
}

.single-course-tab .course-overview {
    margin-bottom: 53px;
    margin-top: 60px;
}

.single-course-tab .course-overview p {
    margin-bottom: 25px;
}

.course-tab-title {
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: bold;
}

#curriculum {
    margin-top: 57px;
}

.curriculum-content .card {
    border: none;
    margin-bottom: 57px;
}

.curriculum-content .card .card-header {
    border-bottom: 1px solid transparent;
    background-color: transparent;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    padding: 0px;
    padding-bottom: 24px;
}

.curriculum-content .card .card-header:first-child {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

.curriculum-content .card .card-header .title {
    color: #2c6ed5;
    position: relative;
    padding-left: 22px;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.curriculum-content .card .card-header .title:before {
    font-family: LineAwesome;
    position: absolute;
    content: "+";
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
}

.curriculum-content .card .card-header span {
    color: #2c6ed5;
    font-size: 20px;
}

.curriculum-content .card .card-body {
    padding: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.curriculum-content .card .card-body ul li {
    position: relative;
    padding: 25px 30px 25px 35px;
    border-bottom: 1px solid #e5e5e5;
}

.curriculum-content .card .card-body ul li:last-child {
    border-bottom: 1px solid transparent;
}

.curriculum-content .card .card-body ul li a {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    font-size: 15px;
    color: #333;
    width: 80%;
}

.curriculum-content .card .card-body ul li a span {
    padding-right: 24px;
}

.curriculum-content .card .card-body ul li a span i {
    padding-right: 13px;
}

.curriculum-content .card .card-body ul li a span .fa-play-circle {
    color: #00CCFF;
}

.curriculum-content .card .card-body ul li a span .fa-file, .curriculum-content .card .card-body ul li a span .fa-puzzle-piece {
    color: #2c6ed5;
}

.curriculum-content .card .card-body ul li a span .price {
    color: #fff;
    background: #63c76a;
    padding: 3px 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-left: 15px;
}

.curriculum-content .card .card-body ul li a:hover {
    color: #00CCFF;
}

.curriculum-content .card .card-body ul li .lesson-time {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    font-size: 15px;
}

.curriculum-content .card .card-body ul li .lesson-time i {
    padding-right: 11px;
}

.curriculum-content .card:last-child {
    margin-bottom: 0px;
}

.curriculum-content .active .card-header .title:before {
    content: "-";
}

.instructor-content {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    padding-top: 60px;
}

.instructor-content .instructor-thumb img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.instructor-content .instructor-info {
    padding-left: 35px;
}

.instructor-content .instructor-info .title {
    font-size: 28px;
    padding-bottom: 12px;
}

.instructor-content .instructor-info .categories {
    margin-bottom: 13px;
}

.instructor-content .instructor-info .categories a {
    color: #2c6ed5;
    font-size: 15px;
}

.instructor-content .instructor-info .desc {
    padding-bottom: 26px;
}

.instructor-content .instructor-info .socials {
    padding: 0px;
    display: inline-block;
}

.instructor-content .instructor-info .socials ul li {
    margin-right: 6px;
}

.instructor-content .instructor-info .socials ul li a .fa-facebook-f {
    background: #3b5999;
}

.instructor-content .instructor-info .socials ul li a .fa-google-plus-g {
    background: #dd4b39;
}

.instructor-content .instructor-info .socials ul li a .fa-twitter {
    background: #55acee;
}

.instructor-content .instructor-info .socials ul li a .fa-youtube {
    background: #cd201f;
}

.instructor-content .instructor-info .socials ul li a i {
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    color: #fff;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.instructor-content .instructor-info .socials ul li a:hover i {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.review-content {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    margin-bottom: 75px;
}

.review-content .average-rating {
    width: 47%;
    text-align: center;
    padding: 43px;
    border-right: 1px solid #e5e5e5;
}

.review-content .average-rating .total-rating {
    font-size: 70px;
    color: #f5c82c;
    font-weight: bold;
    margin-top: -25px;
    display: block;
}

.review-content .average-rating .rating-star {
    padding-bottom: 4px;
    margin-top: -8px;
}

.review-content .average-rating .rating-star .star-rate {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
}

.review-content .average-rating .rating-star .rated i {
    color: #f5c82c;
}

.review-content .average-rating .rating-star .notrated i {
    background: #ccc;
}

.review-content .average-rating .desc {
    font-size: 16px;
    margin-bottom: 12px;
}

.review-content .rating-breakdown {
    width: 100%;
    padding: 30px 45px;
}

.review-content .rating-breakdown .progress-bar {
    background-color: transparent;
    color: #333;
}

.review-content .rating-breakdown .progress-bar .progress-box {
    padding-bottom: 30px;
    position: relative;
    padding-left: 10px;
}

.review-content .rating-breakdown .progress-bar .progress-box .au-progress {
    background-color: #e5e5e5;
    max-width: 380px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 0 auto;
}

.review-content .rating-breakdown .progress-bar .progress-box .au-progress .au-progress-bar {
    height: 6px;
    width: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #00CCFF;
}

.review-content .rating-breakdown .progress-bar .progress-box .au-progress span {
    position: absolute;
    top: -9px;
    font-size: 15px;
    color: #333;
}

.review-content .rating-breakdown .progress-bar .progress-box .au-progress .au-progress-star {
    left: 0;
}

.review-content .rating-breakdown .progress-bar .progress-box .au-progress .au-progress-total {
    right: 0;
}

.review-content .rating-breakdown .progress-bar .progress-box:last-child {
    padding-bottom: 0px;
}

.review-comments .title {
    font-size: 25px;
    padding-bottom: 35px;
}

.review-comments .media {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 52px;
    margin-bottom: 50px;
}

.review-comments .media:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.review-comments .media .mr-20 {
    margin-right: 20px;
}

.review-comments .media img {
    width: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.review-comments .media .media-body {
    margin-top: 5px;
}

.review-comments .media .media-body .info {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.review-comments .media .media-body .info .title-desc .title {
    font-size: 18px;
    padding-bottom: 12px;
}

.review-comments .media .media-body .info .title-desc .title span {
    color: #2c6ed5;
}

.review-comments .media .media-body .info .title-desc .rating-star {
    padding-bottom: 10px;
}

.review-comments .media .media-body .info .title-desc .rating-star .star-rate {
    display: inline-block;
    margin-right: 2px;
    font-size: 15px;
}

.review-comments .media .media-body .info .title-desc .rating-star .rated i {
    color: #f5c82c;
}

.review-comments .media .media-body .info .title-desc .rating-star .notrated i {
    background: #ccc;
}

/* 20. Single Event Page  ------------------------------------------*/
.event-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 33px;
}

.single-event-content .js-google-map {
    height: 100%;
    position: relative;
    padding-bottom: 55px;
}

.single-event-content .js-google-map .js-map-holder {
    height: 100%;
}

.single-event-content .events-image {
    padding-bottom: 55px;
}

.single-event-content .event-info {
    margin-bottom: 72px;
}

.single-event-content .event-info ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

.single-event-content .event-info ul li:last-child {
    margin-bottom: 0px;
}

.single-event-content .event-info ul li span {
    color: #333;
}

.single-event-content .event-info ul li:hover {
    color: #00CCFF;
}

.single-event-content .event-info ul li:hover span {
    color: #00CCFF;
}

.single-event-content .event-info ul li:hover i {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.single-event-content .event-info ul li i {
    font-weight: medium;
    color: #2c6ed5;
    padding-right: 15px;
    padding-top: 3px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-event-content .event-desc {
    margin-bottom: 72px;
}

.single-event-content .event-desc p {
    margin-bottom: 11px;
    padding-right: 20px;
}

.single-event-content .events-related {
    padding: 25px 22px;
}

.single-event-content .events-related .item {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.single-event-content .events-related .item figure {
    width: 85px;
}

.single-event-content .events-related .item figure:hover {
    opacity: 0.8;
}

.single-event-content .events-related .item .info .desc {
    font-size: 15px;
    margin-bottom: 8px;
}

.single-event-content .events-related .item .info .title {
    font-family: 'Bitter';
    font-weight: 400;
    font-size: 16px;
}

.single-event-content .events-related .item .info .title a {
    color: #666;
}

.single-event-content .events-related .item .info:hover .desc {
    color: #00CCFF;
}

.single-event-content .events-related .item .info:hover .title a {
    color: #00CCFF;
}

.single-event-content .events-related .item-prev figure {
    margin-right: 20px;
}

.single-event-content .events-related .item-next figure {
    margin-left: 20px;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
}

.single-event-content .events-related .item-next .info {
    text-align: right;
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
}

/* 21. Single Post Page  ------------------------------------------*/
.single-content .single-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 3px;
}

.single-content figure {
    position: relative;
    margin-bottom: 33px;
}

.single-content figure .post-date-list {
    top: 0;
    left: 0;
}

.single-content .blog-content {
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.single-content .blog-content p {
    margin-bottom: 12px;
}

.single-content .blog-content .desc {
    color: #2c6ed5;
    padding-top: 47px;
    padding-bottom: 20px;
    width: 80%;
}

.single-content .blog-content .desc p {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
}

.single-content .blog-content .desc span {
    font-size: 85px;
    font-family: 'Bitter';
    font-weight: 400;
    margin-top: -58px;
    margin-right: 2px;
}

.single-content .tags-socials {
    padding: 12px 0;
}

.single-content .tags-socials .tags {
    color: #666;
    font-size: 15px;
}

.single-content .tags-socials .tags span {
    padding-right: 12px;
    display: inline-block;
}

.single-content .tags-socials .tags a {
    color: #fff;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    padding: 1px 13px;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

.single-content .tags-socials .tags .blue {
    background: #4ec8f7;
}

.single-content .tags-socials .tags .green {
    background: #83d160;
}

.single-content .tags-socials .tags .pink {
    background: #f74877;
}

.single-content .tags-socials .socials {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.single-content .tags-socials .socials span {
    margin-right: 15px;
    font-size: 16px;
}

.single-content .tags-socials .socials ul li {
    margin-right: 18px;
}

.single-content .tags-socials .socials ul li:last-child {
    margin-right: 0px;
}

.single-content .tags-socials .socials ul li a i {
    border: 1px solid transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #ccc;
}

.single-content .tags-socials .socials ul li a:hover i {
    background: transparent;
    color: #00CCFF;
}

.single-content .instructor-content {
    padding: 40px 60px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
}

.single-content .instructor-content .instructor-thumb {
    width: 204px;
}

.single-content .instructor-content .instructor-thumb img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.single-content .instructor-content .instructor-info {
    padding-left: 57px;
}

.single-content .instructor-content .instructor-info .title {
    padding-bottom: 10px;
}

.single-content .instructor-content .instructor-info .categories {
    margin-bottom: 7px;
}

.single-content .instructor-content .instructor-info .desc {
    font-size: 16px;
    padding-bottom: 20px;
}

.single-content .instructor-content .instructor-info .socials ul li a i {
    width: 45px;
    height: 45px;
}

.single-content .comments {
    padding-top: 75px;
}

.single-content .comments .box-comments {
    margin-bottom: 75px;
}

.single-content .comments .box-comments .box-title {
    margin-bottom: 38px;
}

.single-content .comments .media {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.single-content .comments .media:last-child {
    border-bottom: 1px solid transparent;
}

.single-content .comments .media img {
    width: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.single-content .comments .media .mr-20 {
    margin-right: 20px;
}

.single-content .comments .media .media-body {
    margin-top: 10px;
}

.single-content .comments .media .media-body .info {
    padding-bottom: 25px;
    position: relative;
}

.single-content .comments .media .media-body .info .title-desc .title {
    font-size: 20px;
    margin-bottom: 17px;
}

.single-content .comments .media .media-body .info .title-desc .title .date-comments {
    font-family: 'Bitter';
    font-size: 16px;
    color: #999;
    margin-left: 17px;
}

.single-content .comments .media .media-body .info .btn-reply {
    position: absolute;
    top: 0;
    right: 0;
}

.single-content .comments .media .media-body .info .reply {
    color: #00CCFF;
    font-size: 15px;
}

.single-content .comments .media .media-body .info .reply i {
    padding-right: 7px;
}

.single-content .comments .media .media-body .media {
    margin-left: -20px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    margin-bottom: 0px;
}

.leave-comment .box-title {
    margin-bottom: 43px;
}

.leave-comment .box-title .title {
    margin-bottom: 13px;
}

.leave-comment .box-title p {
    font-size: 15px;
}

.au-form {
    overflow: hidden;
}

.au-form form .form-input {
    margin: 0 -5px;
}

.au-form form .form-input .wrap-group {
    padding: 0 5px;
    overflow: hidden;
}

.au-form form .wrap-group {
    overflow: hidden;
}

.au-form form .wrap-group input, .au-form form .wrap-group textarea {
    background: transparent;
    padding: 18px 25px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.au-form form .wrap-group input::-webkit-input-placeholder, .au-form form .wrap-group textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

.au-form form .wrap-group input::-moz-placeholder, .au-form form .wrap-group textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

.au-form form .wrap-group input:-ms-input-placeholder, .au-form form .wrap-group textarea:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}

.au-form form .wrap-group input:-moz-placeholder, .au-form form .wrap-group textarea:-moz-placeholder {
    color: #666;
    font-size: 14px;
}

.au-form form .wrap-group input {
    margin-bottom: 25px;
    float: left;
    height: 50px;
}

.au-form form .wrap-group textarea {
    width: 100%;
    margin-bottom: 58px;
    height: 150px;
}

.au-form form .wrap-group .btn-submit {
    background: #00CCFF;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    display: inline-block;
    padding: 10px 60px;
    width: auto;
    margin-bottom: 0px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    cursor: pointer;
}

.box-title .title {
    font-size: 28px;
}

/* 22. Standard List Post Page ------------------------------------------*/
.standard-list .courses-content .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 23. Responsive ------------------------------------------*/
@media screen and (max-width: 1600px) {
    .contact-us-two .contact-us-content .contact-form {
        padding-left: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .slide-categories {
        width: 60%;
    }

    .categories-content .cat-1 figure {
        width: 420px;
        height: 100%;
    }

    .categories-content .cat-1 {
        padding-bottom: 30px;
    }

    .courses-page .courses-content .listing {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .courses-page .courses-content .listing .item-thumb, .courses-page .courses-content .listing .info {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    .hidden-tablet-landscape {
        display: none;
    }

    .hidden-tablet-landscape-up {
        display: block;
    }

    .header-home2 {
        position: relative;
    }

    .testimonials-content .item .info {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 992px) {
    .sign-up-content .sign-up-form {
        margin-right: 0px;
    }

    .pricing-table-content .item, .blog-content .item {
        margin-bottom: 30px;
    }

    .footer-info, .footer-menu, .footer-gallery, .footer-contact {
        margin-bottom: 50px;
    }

    .categories-content .cat-1 figure {
        width: 315px;
    }

    .item {
        margin-bottom: 30px;
    }

    .categories-2 {
        margin-top: 30px;
    }

    .heading-page img {
        height: 200px;
    }

    .courses-content {
        margin-bottom: 30px;
    }

    .single-course-content {
        margin-bottom: 40px;
    }

    .single-course-content .single-course-info .course-teacher-cat {
        display: block;
        text-align: center;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat {
        margin-bottom: 30px;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li {
        text-align: center;
        width: 100%;
    }

    .review-content .rating-breakdown .progress-bar .progress-box .au-progress {
        max-width: 300px;
    }

    .contact-us-two .contact-us-content .contact-form {
        margin-bottom: 40px;
    }

    .courses-page .courses-content .listing {
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -o-flex-direction: row;
        -ms-flex-direction: row;
    }

    .courses-page .courses-content .listing .item-thumb {
        width: 40%;
    }

    .courses-page .courses-content .listing .info {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .slide-categories {
        bottom: 0px;
    }

    .our-team-content .item .info .desc {
        padding: 16px 0px 10px;
    }

    .categories-content, .events-content .item {
        display: block;
    }

    .categories-content .cat-1 figure {
        width: 100%;
    }

    .categories-content .categories-group-2 {
        padding-left: 0px;
    }

    .events-content .item .info {
        width: 100%;
    }

    .events-content .item {
        padding: 15px 20px 15px 150px;
    }

    .events-content .item .post-date {
        height: 50%;
    }

    .events-content .item figure {
        text-align: center;
        padding-top: 20px;
    }

    .events-content .item figure img {
        width: 180px;
        height: 180px;
    }

    .courses-2 .section-title-white .title-desc {
        width: 100%;
    }

    .team-group-content .arrow-right {
        right: 15px;
    }

    .our-skillls-content .our-skillls-image figure {
        text-align: center;
    }

    .our-skillls-content .our-skillls-image {
        padding-right: 0px;
    }

    .home2-testimonials-content {
        width: 95%;
    }

    .home2-testimonials-content .arrow-left {
        left: 15px;
    }

    .home2-testimonials-content .arrow-right {
        right: 15px;
    }

    .home2-testimonials-content .arrow {
        top: -8px;
    }

    .error-page-content .error-content {
        margin-top: 30px;
        text-align: center;
    }

    .error-page-content .error-content .desc {
        padding-right: 0px;
    }

    .review-content, .single-event-content .events-related {
        display: block;
    }

    .review-content .average-rating {
        width: 100%;
        border-right: 1px solid transparent;
        padding-bottom: 0px;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li {
        margin-right: 0px;
    }

    .single-course-tab .nav-tabs .nav-link {
        padding: 16px;
    }

    .review-content .rating-breakdown .progress-bar .progress-box .au-progress {
        max-width: 80%;
    }

    .aboutus-skillls .our-skillls-content .list-skills {
        margin-bottom: 30px;
    }

    .aboutus-skillls .our-skillls-content .list-skills .desc {
        padding-right: 0px;
    }

    .grid-sizer,
    .gallery-item {
        width: 50%;
    }

    .single-event-content .events-related .item figure {
        width: 30%;
    }

    .single-event-content .events-related .item-next figure {
        order: 1;
        -moz-order: 1;
        -webkit-order: 1;
        -o-order: 1;
        -ms-order: 1;
        margin-left: 0px;
        margin-right: 20px;
    }

    .single-event-content .events-related .item-next .info {
        order: 2;
        -moz-order: 2;
        -webkit-order: 2;
        -o-order: 2;
        -ms-order: 2;
        text-align: left;
    }

    .single-content .comments .media .media-body .info .btn-reply {
        position: relative;
        margin-top: 10px;
    }

    #calendar .fc-view-container .fc-widget-content .fc-row {
        position: relative;
    }

    #calendar .fc-view-container .fc-widget-content .fc-row .fc-content-skeleton {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align: center;
    }

    #calendar table .fc-event-container .fc-day-grid-event .fc-title {
        font-size: 16px;
    }

    #calendar .fc-header-toolbar {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    #calendar .fc-header-toolbar .fc-left, #calendar .fc-header-toolbar .fc-right {
        padding: 15px 0;
    }

    .courses-page .courses-content .listing {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .courses-page .courses-content .listing .item-thumb, .courses-page .courses-content .listing .info {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .search-box {
        padding-left: 20px;
    }

    .events-content .item .info .course-title, .single-course-tab ul, .instructor-content {
        display: block;
    }

    .events-content .item .info .course-title .title {
        padding-bottom: 12px;
    }

    .events-content .item .post-date {
        height: 20%;
        width: 85px;
    }

    .events-content .item .post-date .date {
        font-size: 130%;
    }

    .events-content .item {
        padding: 20px 20px 20px 100px;
    }

    .instructor-content, .single-content .instructor-content {
        padding: 20px;
    }

    .instructor-content .instructor-info {
        padding-left: 0px;
        text-align: center;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul, .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li {
        display: inline-block;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .single-course-content .single-course-info .course-teacher-cat .teacher-cat ul li:after {
        width: 0px;
    }

    .review-content .rating-breakdown {
        padding: 30px 20px;
    }

    .review-content .rating-breakdown .progress-bar .progress-box .au-progress {
        max-width: 65%;
    }

    .fqa-content ul li .card-header .title {
        width: 100%;
    }

    .instructor-thumb {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .single-content .instructor-content .instructor-info {
        padding-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .gallery-content .row {
        display: block;
    }

    .courses-page .au-sorting, .single-content .tags-socials {
        display: block;
        text-align: center;
    }

    .courses-page .au-sorting .filter-layout {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        margin-bottom: 20px;
    }

    .single-content .tags-socials .tags {
        padding-bottom: 20px;
    }

    .single-content .tags-socials .tags a {
        display: block;
        margin-bottom: 10px;
    }

    .single-content .tags-socials .socials {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .contact-us-info .item span {
        padding-right: 0px;
    }

    .search-event {
        text-align: center;
    }

    .search-event input {
        margin-right: 0px;
    }
}

@media screen and (max-width: 400px) {
    .header-mobile .header-top .header-top-content {
        display: block;
    }

    .header-mobile .header-top .header-top-content .header-top-info {
        margin-bottom: 30px;
    }

    .header-mobile .header-top .header-top-content .header-top-info a {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .header-mobile .header-top-mobile .logo {
        width: 45%;
    }
}

/*# sourceMappingURL=style.css.map */

/* �ӵ�С��Ļ�˵� */
.au-nav-mobile ul, .au-nav-mobile ul li .sub-menu {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.cc {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding:0 1rem 0 1rem;
}

.t-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */

}

a.acolor {
    color: #888888 !important;

}

a.acolor:hover {
    color: #000 !important;
}
/*logo*/
.logomin{
    width: 12%;
    margin: 0.25%;
}
/*公司简介*/
.aboutdiv{
    position: relative;
    left: 0;
    top:0;
    margin: 0 auto;
    overflow:hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index:2;
}
.aboutbody{
    position: absolute;
    left:65%;
    top: 45%;
    bottom: 5%;
    width: 33%;
    overflow:hidden;
    max-height: 50vh!important;
    font-size:16px;
    z-index:4;
}
.aboutbodyAn{
    position: absolute;
    left:65%;
    top: 45%;
    bottom: 5%;
    width: 33%;
    overflow:hidden;
    max-height: 100vh!important;
    font-size:16px;
    z-index:4;
}
.inline {
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
    overflow-x:hidden;
}

/*新闻公告改版css*/
@media only screen and (max-width: 320px) {
    body {
        font-size: 62.5% !important;
    }

    h6 {
        font-size: 100% !important;
    }

    p {
        font-size: 13px;
    }
    #au_rev_slider2 ul li .slide-desc{
        font-size: 65% !important;
    }
    .logomin{
        width: 30%;
        margin: 1.5%;
    }
    .aboutbody p{
        font-size:7px !important;
        margin-right:5%;
    }
    .aboutbody h5{
        font-size:12px !important;
        margin-right:5%;
    }
}

@media only screen and (max-width: 360px) {
    body {
        font-size: 75% !important;
    }

    h6 {
        font-size: 100% !important;
    }

    p {
        font-size: 13px;
    }
    .logomin{
        width: 30%;
        margin: 1.5%;
    }
    .aboutbody p{
        font-size:7px !important;
        margin-right:5%;
    }
    .aboutbody h5{
        font-size:12px !important;
        margin-right:5%;
    }
}

@media only screen and (max-width: 400px) {
    body {
        font-size: 75% !important;
    }

    h6 {
        font-size: 100% !important;
    }

    p {
        font-size: 13px;
    }
    .logomin{
        width: 30%;
        margin: 1.5%;
    }
    .aboutbody p{
        font-size:7px !important;
        margin-right:5%;
    }
    .aboutbody h5{
        font-size:12px !important;
        margin-right:5%;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 75% !important;
    }

    h6 {
        font-size: 100% !important;
    }

    p {
        font-size: 13px;
    }
    .logomin{
        width: 30%;
        margin: 1.5%;
    }
    .aboutbody p{
        font-size:7px !important;
        margin-right:5%;
    }
    .aboutbody h5{
        font-size:12px !important;
        margin-right:5%;
    }
}
