<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-y: scroll;
}

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media only screen and (min-width: 991px) {
	.edu-navbar .collapse ul ul {
	    position: absolute;
	    top: 100%;
	}
}

a:hover {
    text-decoration: none !important;
}

.edu-navbar {
    background-color: #fff;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-link {
	line-height: 1.5;
    display: block;
    padding: .5rem 1rem;
}

.navbar-light .navbar-brand img {
    height: 44px;
}

.navbar .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-brand&gt;img {
    max-width: auto !important;
}

@media only screen and (max-width: 767px) {
    .navbar-light .navbar-brand img {
        max-height: 40px !important;
        max-width: 250px !important;
        height: auto;
    }
}

.edu-navbar .navbar-nav .nav-link {
    text-transform: capitalize;
    padding: 10px 15px;
    color: #1f2d30;
    font-weight: 600;
    font-size: 16px;
}

.edu-navbar .navbar-nav .dropdown-item {
    padding: 10px 15px;
}/*.edu-navbar .active a, .edu-navbar .active a:focus, .edu-navbar .active a:hover, .edu-navbar li a:hover, .edu-navbar li a:focus, .edu-navbar .navbar&gt;.show&gt;a, .edu-navbar .navbar&gt;.show&gt;a:focus, .edu-navbar .navbar&gt;.show&gt;a:hover{    color: #000;    background: transparent;    outline: 0;}*/.edu-navbar .navbar-nav .active&gt;.nav-link, .edu-navbar .navbar-nav .nav-link.active, .edu-navbar .navbar-nav .nav-link.show, .edu-navbar .navbar-nav .show&gt;.nav-link {
    color: #0066ff;
}

.edu-navbar .dropdown-item.active, .edu-navbar .dropdown-item:active {
    color: #0066ff;
    background-color: #fff;
}

.edu-navbar i.icofont-search {
    font-size: 18px;
}

.edu-navbar i.icofont-cart-alt {
    font-size: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11 !important;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.navbar-nav .dropdown-menu&gt;li&gt;a {
    padding: 0;
}

.edu-navbar .collapse ul &gt;li:hover &gt;a {
    background: #f5f5f5;
}

.edu-navbar .collapse ul ul &gt;li:hover &gt;a, .navbar .show .dropdown-menu &gt;li &gt;a:focus, .navbar .show .dropdown-menu &gt;li &gt;a:hover {
    background: #fff;
    color: #0066ff;
}/*second level*/.edu-navbar .collapse ul ul ul &gt;li:hover &gt;a {
    background: #fff;
    color: #0066ff;
}/*third level*/.edu-navbar .collapse ul ul, .edu-navbar .collapse ul ul.dropdown-menu {
    background: #ffffff;
}

.edu-navbar .collapse ul ul ul, .edu-navbar .collapse ul ul ul.dropdown-menu {
    background: #f5f5f5;
}

.edu-navbar .collapse ul ul ul ul, .edu-navbar .collapse ul ul ul ul.dropdown-menu {
    background: #f5f5f5
}/*Drop-down menu work on hover*/@media only screen and (max-width: 991px) {
    .edu-navbar .show &gt;.dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {
    .edu-navbar .dropdown &gt;.dropdown-menu, .edu-navbar .cart-item .dropdown-menu {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        display: block;
    }

    .edu-navbar .dropdown:hover &gt;.dropdown-menu, .edu-navbar .cart-item:hover .dropdown-menu {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .edu-navbar .collapse ul li {
        position: relative;
        float: none !important;
    }

    .edu-navbar .dropdown ul li:hover&gt;ul {
        display: block
    }

    .edu-navbar .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }

    .edu-navbar .collapse ul .cart-item ul {
        right: 0;
        left: auto;
        width: 300px;
    }

    .edu-navbar .collapse ul ul li {
        position: relative
    }

    .edu-navbar .collapse ul ul li:hover&gt;ul {
        display: block
    }

    .edu-navbar .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    .edu-navbar .collapse ul ul ul li {
        position: relative
    }

    .edu-navbar .collapse ul ul ul li:hover ul {
        display: block
    }

    .edu-navbar .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}/**/.cart-item .nav-link {
    position: relative;
}

.cart-item .nav-link span {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    background: #0066ff;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 2px;
    border-radius: 50%;
    line-height: 20px;
    right: -1px;
    font-size: 12px;
}

.cart-item ul li {
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}

.cart-item ul li img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
}

.cart-item ul li .description a {
    color: #1f2d30;
    font-size: 15px;
}

.dropdown-menu .description span {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.cart-item ul li .description a:hover {
    color: #000;
}

.cart-item ul li .price {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.cart-item ul li .price del {
    color: #777;
    font-weight: 300;
    padding-right: 5px;
}

.cart-item ul li .total {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
}

.cart-item ul li a.checkout {
    font-size: 14px;
    border: 1px solid #0066ff;
    color: #0066ff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

.cart-item ul li a.checkout:hover {
    background-color: #0066ff !important;
    border: 1px solid #0066ff !important;
    color: #fff !important;
}

.cart-item ul li a.view-cart {
    font-size: 14px;
    border: 1px solid #0066ff;
    color: #0066ff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}

.cart-item ul li a.view-cart:hover {
    background-color: #0066ff !important;
    border: 1px solid #0066ff !important;
    color: #fff !important;
}

.cart-item .dropdown-toggle::after {
    display: none;
}/**//**/.edu-navbar2 .navbar-brand {
    z-index: 20;
}

.edu-navbar2:before {
    content: "";
    position: absolute;
    background-color: #0066ff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}

.edu-navbar3 .navbar-brand {
    z-index: 20;
}

.edu-navbar3:before {
    content: "";
    position: absolute;
    background-color: #0066ff;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}

.edu-navbar4 .navbar-brand {
    z-index: 20;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.edu-navbar4:before {
    content: "";
    position: absolute;
    background-color: #0066ff;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    width: 420px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}

@media only screen and (min-width: 1480px) {
    .edu-navbar2:before {
        width: 500px;
    }

    .edu-navbar3:before {
        width: 500px;
    }

    .edu-navbar4:before {
        width: 500px;
    }
}

@media only screen and (min-width: 1700px) {
    .edu-navbar2:before {
        width: 700px;
    }

    .edu-navbar3:before {
        width: 700px;
    }

    .edu-navbar4:before {
        width: 650px;
    }
}
.searchmodal {
    padding: 0 !important;
}

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    height: 60px;
    font-size: 25px;
    padding: 0;
    border-color: #e9ecef;
}

.search-form .form-control:focus {
    border-color: #0066ff;
}

.search-form .search-btn {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.search-form .search-btn:hover {
    color: #0066ff;
}

.searchmodal button.close {
    border: 1px solid #ff3547;
    color: #ff3547;
    opacity: 1;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.searchmodal button.close:hover {
    background-color: #ff3547;
    color: #fff !important;
    opacity: 1 !important;
}

.searchmodal .modal-header {
    border: none;
}

.modal-dialog {
    animation: modal-dialog 1s;
    -moz-animation-fill-mode: forwards    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(0.75);
    };    -webkit-transform: scale(0.75);
}

100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}}

@-moz-keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-o-keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@media (min-width: 992px) {
	.navbar-expand-lg {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

@media (min-width: 992px) {
	.navbar-expand-lg&gt;.container, .navbar-expand-lg&gt;.container-fluid {
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
}
.navbar&gt;.container, .navbar&gt;.container-fluid {
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) {
	.navbar-expand-lg&gt;.container, .navbar-expand-lg&gt;.container-fluid {
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
}

.navbar&gt;.container, .navbar&gt;.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    list-style: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
	    display: none;
	}
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.float-right {
    float: right!important;
}

a:hover{
	color:#0056b3;
	text-decoration:underline
}

@media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
	    max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
}


@media (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}
}

.popular-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

@media (min-width: 992px) {
	.popular-container {
	    max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.popular-container {
	    max-width: 1140px !important;
	}
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-footer {
    margin-top: 120px;
	width: 100%;
}

.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-area {
    background-image: url(../../assets/img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
}

.contact-information-box {
    background: #fff;
    position: relative;
    padding: 30px 60px;
    border-radius: 100px;
    z-index: 1;
    top: 0;
    margin-bottom: 95px;
    margin-top: -120px;
    border: 2px solid #f5f5f5;
}

.contact-information-box .single-box i {
    font-size: 50px;
    color: #9d9abb;
}

.contact-information-box .media-body h3 {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 500;
}

.contact-information-box .single-box p {
    color: #9e9e9f;
    margin-bottom: 0;
    line-height: 25px;
}

.contact-information-box .single-box p a {
    display: inline-block;
    color: #666666;
}

.contact-information-box .single-box p a:hover {
    color: #0066ff;
}

.single-footer-widget.pl-30 {
    padding-left: 30px;
}

.single-footer-widget h3 {
    color: #d8d8d8;
    margin-bottom: 25px;
}

.single-footer-widget p {
    color: #d8d8d8;
}

.single-footer-widget ul {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}

.single-footer-widget .quick-menu li a {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    color: #d8d8d8;
}

.single-footer-widget .quick-menu li a:hover {
    color: #0066ff;
}

.single-footer-widget .quick-menu li:first-child a {
    margin-top: 0;
}

.single-footer-widget .instagram-feed li {
    float: left;
    width: 33.33%;
    padding: 3px;
}

.single-footer-widget .instagram-feed li img {
    width: 100%;
}

.newsletter form {
    position: relative;
    margin-top: 20px;
}

.newsletter .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    padding: 6px 15px;
    color: #fff;
}

.newsletter .form-control:focus {
    border-color: #0066ff;
}

.newsletter form .submit-btn {
    background-color: #0066ff;
    border: 1px solid #0066ff;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 30px;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}

.newsletter form .submit-btn:hover {
    background-color: #e0177a;
    border: 1px solid #e0177a;
}

.bottom-footer {
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.bottom-footer p {
    margin: 0;
}

.bottom-footer p a {
    color: #ffffff;
}

.bottom-footer p a:hover {
    text-decoration: underline;
}

.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.social-links li {
    display: inline-block;
    margin-left: 10px;
}

.social-links li i {
    background-color: #0066ff;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}

.social-links li i:hover {
    background-color: #333;
    color: #fff;
}

.help-block ul.list-unstyled li {
    color: #ff0000;
    margin-top: 10px;
}

#map iframe {
    height: 450px;
    width: 100%;
    border: 0;
}

.bottom-footer p, .bottom-footer a{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}

.nav-link.dropdown-toggle {
    padding: 4px 15px !important;
}

.edu-navbar .nav-link.dropdown-toggle img {
    height: 32px !important;
}

.navbar {
    border: 0 !important;
}

.pt-100 {
    padding-top: 60px;
}

.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
    .edu-navbar4:before {
        height: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .edu-navbar4:before {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-navbar {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* ==============    End Footer CSS ==================================== */

 .course-caption h3 {
    font-size: 20px !important;
 }

 .course-foot a {
    font-size: 15px !important;
 }

 .single-blog-post .blog-post-content h3 a {
    overflow: hidden;
    font-size: 16px !important;
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
 }

 .single-course-info li a {
    color: #212529;
 }

 .single-tutor {
    padding-top: 20px;
    background: #fff;
    border: 1px solid #dedede;
 }

 .navbar-light .navbar-brand img {
    height: 44px;
 }

 .weike-icon {
    vertical-align: sub;
    height: 14px !important;
    width: auto !important;
 }

a:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .navbar-light .navbar-brand img {
        max-height: 40px !important;
        max-width: 250px !important;
        height: auto;
    }
}

.nav-link.dropdown-toggle {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 6px 15px !important;
}

.edu-navbar .nav-link.dropdown-toggle img {
    border-radius: 50%;
    height: 32px !important;
}

.navbar-form .form-group {
    z-index: 12;
    padding: 13px 12px;
    position: relative;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.navbar-form .button:before {
    position: absolute;
    top: 1px;
    right: 0;
}

.navbar-form .button {
    position: absolute;
    top: 21px;
    right: 20px;
    height: 16px;
    color: rgba(0,0,0,.32);
    border: none;
    background: none;
}

@media (min-width: 1200px) {
    .navbar-form .form-control {
        width: 180px;
    }
}

.navbar-form .form-control {
    padding: 10px 28px 10px 8px;
    height: 34px;
    font-size: 12px;
    line-height: 1;
    background-color: #fafafa;
    color: #616161;
    border: none;
}

.navbar-nav&gt;.navbar-form {
    float: left;
}

.nav-more.nav-hover {
    z-index: 12;
}

.navbar-form {
    z-index: 12;
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 991px) {
    .edu-navbar .collapse ul .cart-item ul {
        width: 250px;
    }
}

.cart-item ul li img {
    margin-right: 8px;
    border-radius: 50%;
}

.dropdown-menu .btn {
    padding: 1px 3px;
    font-size: 10px;
    border-color: #e1e1e1;
}

.dropdown-menu .description span {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.cart-item ul li .total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../css/fonts/glyphicons-halflings-regular.eot);
    src: url(../css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-user:before{
    content:"\e008"
}

.navbar-nav .dropdown-menu {
    padding-bottom: 0;
}

.navbar-nav .open&gt;.dropdown-menu{
    display:block !important;
}

.navbar {
    padding: 0 16px !important;
}

.nav-more .dropdown-menu {
    padding:0;
}

.edu-navbar .navbar-nav .nav-link {
    z-index: 12;
    font-size: 15px;
    line-height: 1.5;
    padding: 18px 15px;
}

.nav-more .dropdown-menu .nav-link {
    padding: 8px 12px !important;
}

.nav-more .dropdown-menu li:hover {
    background: transparent !important;
}

.nav-more .dropdown-menu li:hover a {
    color: #ffffff !important;
}

.nav-more .nav-link {
    background: transparent !important;
}

.edu-navbar .navbar-nav .nav-link:hover {
    background: transparent;
}

.section-header i {
    font-size: 32px;
}

.section-header p {
    margin: 0 auto 0;
}

.popular-course-carosel .owl-item {
    height: 245px;
}

.single-blog-post .blog-post-content {
    padding: 8px 8px 0px 8px;
}

.course-foot {
    padding-left: 0;
}

.course-foot .price {
    color: #ef112e;
}

.popular-course-carosel .type-tag span {
    color: #ffffff !important;
    font-size: 13px !important;
}

.type-tag {
    width: 104px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: -12px;
    text-align: center;
    background-size: 100% 100%;
    background-image: url('/assets/img/default/ic_type_tg_bg.png');
}

.type-tag .logo {
    width: 16px !important;
    height: auto !important;
    position: relative;
    display: inline-block;
    margin-right: 0;
    border: 0;
}

.single-blog-post {
    border-radius: 12px;
}

.section-header {
    margin-bottom: 40px;
}
/*
.article-item {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}

.article-item img {
    height: 125px;
    width: auto;
}

.article-item-header h3 .title {
    font-size: 16px;
    font-weight: 400;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single-tutor-two {
    padding: 12px;
    min-height: 368px !important;
    max-height: 368px !important;
    height: 368px !important;
    border: 1px solid #dedede;
    border-radius: 12px;
}

.article-item-header {
    margin-left: 15px;
}

.article-item-header h3 p {
    display: flex;
    color: #9e9e9f;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 6px;
    justify-content: space-between;
}

.article-item-header .body {
    font-size: 14px;
    color: #9e9e9f;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tutor-title h3 {
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border-bottom: solid 1px #dedede;
}

.article-item.small {
    max-width: 147px;
    margin-right: 20px;
    flex-direction: column;
}

.article-item.small img {
    height: 82px;
}

.article-item.small .article-item-header {
    margin-left: 0;
    margin-top: 8px;
}

.article-item.small .article-item-header h3 {
    margin-bottom: 0;
}

.article-item.small .article-item-header .title {
    font-size: 13px;
}

.tutor-title h3 .right-item {
    font-size: 14px;
    float: right;
}

.article-container {
    display: flex;
    flex-wrap: wrap;
}
*/

.group-container {
    justify-content: space-between;
}

.group-container .article-item.small .cover {
    width: 147px;
    height: 82px;
    background-size: cover;
}

.review-item {
    display: flex;
    padding: 12px 6px;
}

.review-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-item-header {
    flex: 1;
    margin-left: 15px;
}

.review-item-header h3 {
    font-size: 13px;
}

.review-item-header h3 p {
    color: #9e9e9f;
    margin-bottom: 0;
}

.tutor-title h3 .right-item a {
    color: #9e9e9f;
}

.single-blog-post .blog-post-content span {
    color: #bfbfbf;
}

.middle-slider .hero-slider-item {
    max-height: 300px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-body h3 {
    font-size: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.bor-right {
    border-right: 1px solid #ebebeb;
}

.single-tutor-two .description {
    max-height: 100%;
    overflow: hidden;
    height: 308px;
}

.avatar-default-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a1a1a1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-default-container i, .avatar-default-container i:hover {
    color: #dbdcdc !important;
}


.article-item-header {
    margin-left: 15px;
}

.article-item-header h3 p {
    display: flex;
    color: #9e9e9f;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 6px;
    justify-content: space-between;
}

.article-item-header .body {
    font-size: 14px;
    color: #9e9e9f;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tutor-title h3 {
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border-bottom: solid 1px #dedede;
}

.article-item.small {
    max-width: 147px;
    margin-right: 20px;
    flex-direction: column;
}

.article-item.small img {
    height: 82px;
}

.article-item.small .article-item-header {
    margin-left: 0;
    margin-top: 8px;
}

.article-item.small .article-item-header h3 {
    margin-bottom: 0;
}

.article-item.small .article-item-header .title {
    font-size: 13px;
}

.tutor-title h3 .right-item {
    font-size: 14px;
    float: right;
}

.article-container {
    display: flex;
    flex-wrap: wrap;
}

.group-container {
    justify-content: space-between;
}

.group-container .article-item.small .cover {
    width: 147px;
    height: 82px;
    background-size: cover;
}

.review-item {
    display: flex;
    padding: 12px 6px;
}

.review-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-item-header {
    flex: 1;
    margin-left: 15px;
}

.review-item-header h3 {
    font-size: 13px;
}

.review-item-header h3 p {
    color: #9e9e9f;
    margin-bottom: 0;
}

.tutor-title h3 .right-item a {
    color: #9e9e9f;
}

.single-blog-post .blog-post-content span {
    color: #bfbfbf;
}

.middle-slider .hero-slider-item {
    max-height: 300px;
}

.course-caption h3 {
    height: auto;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .single-blog-post .blog-post-content h3 {
    height: auto;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .single-blog-post .blog-post-content p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .single-publication .publication-content h3 {
    height: 64px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
 }

@media only screen and (min-width: 991px) {
    .edu-navbar .collapse ul ul {
        top: 60px;
    }
}

@font-face {
  font-family: 'custom_iconfont';
  src: url('icfonts/iconfont.eot');
  src: url('icfonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icfonts/iconfont.woff2') format('woff2'),
      url('icfonts/iconfont.woff') format('woff'),
      url('icfonts/iconfont.ttf') format('truetype'),
      url('icfonts/iconfont.svg#iconfont') format('svg');
}

.custom-iconfont {
  font-family: "custom_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.middle-slider.owl-theme-1 button.owl-next {
    margin-top: -40px !important;
}

.middle-slider.owl-theme-1 button.owl-prev {
    margin-top: -40px !important;
}

.section-header h2 {
    font-size: 26px;
}

.right-container li:first-child a {
    color: #212529;
}

.right-container li a {
    margin: 0 8px;
    font-weight: 400;
    color: #212529;
}

.owl-theme .owl-dots .owl-dot span {
    height: 19px !important;
    width: 19px !important;
}

.teacher-container.single-tutor {
    width: 265px;
    height: 365px;
}

.footer-container .owl-carousel .owl-item img {
    width: 169px;
    height:169px;
    max-width: 169px;
}

.contact-information-box {
    margin-bottom: 60px;
    padding: 25px 60px !important;
}

.single-footer-widget h3 {
    font-size: 18px;
}

.copyright {
    color: #ffffff !important;
}

.bottom-footer {
    padding: 10px 0 !important;
}

.cart-item .nav-link span {
    height: 16px;
    width: 16px;
    top: 6px;
    line-height: 16px;
    right: 8px;
    font-size: 10px;
}

.user-container .btn {
    color: #666666;
}

.cart-item ul li .total a {
    color: #6c757d;
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.avatar-default-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a1a1a1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-default-container i, .avatar-default-container i:hover {
    color: #dbdcdc !important;
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif !important;
}

.navbar&gt;.container.mobile {
    display: none;
}

@media (min-width: 992px)  { 
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media only screen and (min-width: 991px) {
    .edu-navbar .collapse ul ul {
        top: 60px;
    }
}

.navbar-collapse {
    padding-right: 0;
}

.contact-information-box .media .icon {
    height: 50px;
    width: 50px;
}

.site-footer {
    padding: 0 !important;
}

.edu-navbar .cart-item .dropdown-menu {
    z-index: 11;
    -webkit-transform: translate(0, -172px);
    transform: translate(0, -172px);
}

.edu-navbar .cart-item:hover .dropdown-menu {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
} 

.navbar-nav {
    line-height: 100%;
}

.more.nav-link {
    height: 60px;
}

.nav-more.open .dropdown-menu li:hover {
    background: #9d9abb !important;
}

.nav-more.open .dropdown-menu li:hover a {
    color: #ffffff !important;
}

/* mobile */
@media only screen and (max-width: 767px) {

    .edu-navbar .container.mobile {
        display: flex;
        height: 60px;
        padding: 0;
    }

    .edu-navbar .container.pc {
        display: none;
    }

    .navbar-brand {
        flex: 1;
        height: auto;
        max-width: 70%;
        margin-right: 16px !important;
        padding: 5px 0 !important;
    }

    .edu-navbar ul.navbar-nav {
        margin: 0 !important;
        margin-top: 14px !important;
        padding-left: 0 !important;
        border-top: 0 !important;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-collapse {
        z-index: 1000;
        background: rgba(0,0,0,0.7);
        width: 40%;
        float: right;
        position: absolute !important;
        right: 0px;
        top: 62px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .edu-navbar .navbar-nav .nav-link {
        color: #ffffff !important;
        font-size: 14px;
        padding: 12px 15px !important;
        font-weight: 400;
    }

    .navbar-form {
        padding: 0 !important;
        border-bottom: 2px solid #ffffff;
    }

    .navbar-form .form-control {
        background: transparent;
        border: 2px solid #ffffff;
    }

    .userinfo-container {
        border-bottom: 2px solid #ffffff;
        display: flex;
        flex-direction: column;
        margin: 0px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-toggle img {
        height: 42px;
        width: 42px;
        border-radius: 50%;
    }

    .userinfo-collapse .btn {
        color: #ffffff;
        font-size: 12px;
        padding: 1px 9px;
        border: 2px solid #ffffff;
    }

    .navbar-btn {
        padding: 8px 4px !important;
        background-color: #9e9e9f !important;
        margin-left: 12px;
    }

    .navbar .navbar-toggler-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .navbar-nav .nav-more {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0 !important;
        border: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .navbar-btn {
        border: 0 ! important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .navbar-toggler.navbar-btn {
        font-size: 16px;
        border: 1px solid transparent !important;
    }

    .navbar-brand&gt;img {
        max-width: 100%;
        max-height: 40px;
        height: auto !important;
    }

    .navbar-form .form-control {
        width: 100% !important;
    }

    .hidden-xs {
        display: block !important;
    }

    .navbar-form .form-group {
        margin-bottom: 16px !important;
    }

    .navbar-form .button {
        color: #ffffff;
    }

    .footer-area {
        padding-top: 0px !important;
    }

    .contact-information-box {
        margin: 0 !important;
        border-radius: 0;
        background-color: #f5f5f5;
        padding: 30px !important;
    }

    .contact-information-box .row {
        background-color: #ffffff;
        padding: 16px 24px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        border-radius: 24px;
        border: 1px solid #9e9e9f;
    }

    .contact-information-box .single-box h3 {
        font-size: 16px !important;
    }

    .contact-information-box .single-box p {
        font-size: 12px !important;
    }

    .contact-information-box .single-box {
        padding: 8px 0;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #9e9e9f;
    }

    .footer-area .row .col-lg-3 {
        width: 30%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .footer-area .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
        justify-content: center;
    }

    .single-footer-widget h3 {
        font-size: 14px;
    }

    .single-footer-widget ul a {
        font-size: 12px !important;
    }

    .single-footer-widget {
        text-align: center;
    }

    .footer-area .sns-container {
        width: 80% !important;
    }

    .bottom-footer p {
        font-size: 12px !important;
    }

    .bottom-footer a {
        font-size: 12px !important;
    }

    .footer-container .owl-theme .owl-nav {
        position: relative;
        top: 0;
    }

    .popular-container {
        position: relative;
        top: -2px;
        margin-top: 15px !important;
    }

    .contact-information-box .single-box {
        border-right: 0 !important;
    }

    .footer-area {
        background-attachment: inherit !important;
    }

    .link-container {
        display: flex;
        flex-wrap: wrap;
    }

    .single-footer-widget {
        margin-top: 30px;
    }

    .single-footer-widget.pl-30 {
        padding-left: 0 !important;
    }

    .qrcode-container {
        margin-top: 30px;
        text-align: center;     
    }

    .bottom-footer {
        text-align: center;
        border-top: 0 !important;
    }

    .cd-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .site-footer {
        margin-top: 0px;
    }
}</pre></body></html>