/* ******************************************************************************** Template Name: Educate - Education WordPress Theme **********************************************************************************/
body:not(.elementor-page) .tpc-site-content {
    padding: 90px 0;
}

body.single-post .tpc-site-content {
    padding: 90px 0;
}

body.single .tpc-site-content {
    padding: 90px 0;
}

body.elementor-editor-active .tpc-site-content {
    padding: 0 0;
}

body.eb_header-template-default.single.single-eb_header.elementor-default.elementor-page .tpc-site-content {
    padding: 0 0;
}

body.single-lp_course .tpc-site-content {
    padding: 0 0;
}

body.educate-page-sidebar-enable.elementor-page .tpc-sidebar-widget {
    padding-top: 90px;
}

.educate-lms-courses-slider.swiper-container,
.tpc_testimonial.swiper-container {
    margin: -1.8rem !important;
    padding: 1.8rem !important;
}

i {
    vertical-align: middle;
}

/*===== Image Preloader  =====*/

.educate_image_preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader .color-1 {
    background-color: var(--educate-primary-color) !important;
}

.preloader .rubix-cube {
    border: 1px solid transparent;
    width: 48px;
    height: 48px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .rubix-cube .layer {
    width: 14px;
    height: 14px;
    background-color: #07294d;
    border: 1px solid transparent;
    position: absolute;
}

.preloader .rubix-cube .layer-1 {
    left: 0px;
    top: 0px;
    -webkit-animation: rubixcube4 2s infinite linear;
    animation: rubixcube4 2s infinite linear;
}

.preloader .rubix-cube .layer-2 {
    left: 16px;
    top: 0px;
    -webkit-animation: rubixcube3 2s infinite linear;
    animation: rubixcube3 2s infinite linear;
}

.preloader .rubix-cube .layer-3 {
    left: 32px;
    top: 0px;
}

.preloader .rubix-cube .layer-4 {
    left: 0px;
    top: 16px;
    -webkit-animation: rubixcube5 2s infinite linear;
    animation: rubixcube5 2s infinite linear;
}

.preloader .rubix-cube .layer-5 {
    left: 16px;
    top: 16px;
    -webkit-animation: rubixcube2 2s infinite linear;
    animation: rubixcube2 2s infinite linear;
}

.preloader .rubix-cube .layer-6 {
    left: 32px;
    top: 16px;
    -webkit-animation: rubixcube1 2s infinite linear;
    animation: rubixcube1 2s infinite linear;
}

.preloader .rubix-cube .layer-7 {
    left: 0px;
    top: 32px;
    -webkit-animation: rubixcube6 2s infinite linear;
    animation: rubixcube6 2s infinite linear;
}

.preloader .rubix-cube .layer-8 {
    left: 16px;
    top: 32px;
    -webkit-animation: rubixcube7 2s infinite linear;
    animation: rubixcube7 2s infinite linear;
}

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

/*== Preloader two style ===*/

#preloader_two {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader_two .preloader_two {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#preloader_two .preloader_two span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #07294d;
    -webkit-animation: preloader_two 1.3s linear infinite;
    animation: preloader_two 1.3s linear infinite;
}

#preloader_two .preloader_two span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader_two {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader_two {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer .widget .widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.site-footer .widget .widget-title:after {
    display: none;
}

.site-footer .widget p {
    font-size: 15px;
    line-height: 26px;
    color: #edf0f2;
}

.site-footer .footer-bottom .widget p {
    margin-bottom: 0;
}

.site-footer .widget ul li a {
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.site-footer .widget ul li ul li a {
    padding-left: 14px;
}

.site-footer .widget ul li a:hover {
    color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.site-footer .widget ul.sub-menu li a:hover {
    margin-left: 5px;
    color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.site-footer .two-column-menu.widget ul.menu li {
    padding: 4px 0 4px 14px;
    list-style: none;
    color: #edf0f2;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.site-footer .widget ul.menu li {
    padding: 4px 0 4px 14px;
    list-style: none;
    color: #edf0f2;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.site-footer .widget ul.menu li:before {
    color: var(--educate-primary-color);
    content: "\f140";
    font-family: "Flaticon_educate";
    left: 0px;
    position: absolute;
    top: 9px;
    font-size: 9px;
}

.site-footer .widget ul.menu li ul li:before {
    left: -12px
}

.site-footer.hide-menu-icon ul.menu li:before {
    display: none;
}

.site-footer.hide-menu-icon ul.menu li {
    padding: 4px 0 4px 0;
}

.site-footer.hide-menu-icon .two-column-menu.widget ul.menu li {
    padding: 4px 0 4px 0;
}

.site-footer .widget.widget_nav_menu ul li a:hover {
    margin-left: 5px;
    color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.site-footer.hide-menu-icon .widget.widget_nav_menu ul li a:hover {
    margin-left: 0;
}

body .educate-footer .elementor-widget-container .site-footer ul.menu li a:hover {
    color: var(--educate-primary-color);
}

.site-footer .widget_rss .rss-date,
.site-footer .widget_rss li cite {
    color: #fff;
}

.site-footer .comment-author-link {
    color: #fff;
}

.educate-entry-footer {
    padding-top: 10px;
    clear: both;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.educate-entry-footer .cat-links,
.educate-entry-footer .tags-links {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #07294d;
}

.educate-entry-footer .cat-links+.tags-links {
    margin-top: 1em;
}

.educate-entry-footer .cat-links a,
.educate-entry-footer .tags-links a {
    color: var(--educate-meta-color);
}

.educate-entry-footer .cat-links a:hover,
.educate-entry-footer .tags-links a:hover {
    color: var(--educate-primary-color);
}

.educate-entry-footer .cat-tags-links a {
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: var(--educate-meta-color);
    display: inline-block;
    margin-left: 5px;
}

.educate-entry-footer .cat-tags-links a:first-child {
    margin-left: 0;
}

.educate-entry-footer .cat-tags-links span.tag-icon {
    fill: var(--educate-meta-color);
}

.site-footer .widget .tagcloud ul li a {
    color: #07294d;
}

.educate-entry-footer .cat-tags-links a:hover {
    color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.educate-entry-footer .cat-links .icon,
.educate-entry-footer .tags-links .icon {
    color: var(--educate-meta-color);
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 2px;
}

.educate-entry-footer .edit-link {
    display: inline-block;
    float: right;
}

.educate-entry-footer .edit-link a.post-edit-link {
    background-color: #07294d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 20px;
}

.type-page .educate-entry-footer .edit-link a.post-edit-link {
    margin-left: 0;
}

.educate-entry-footer .edit-link a.post-edit-link:hover,
.educate-entry-footer .edit-link a.post-edit-link:focus {
    background-color: var(--educate-primary-color);
    color: #07294d;
}

.type-page .educate-entry-footer {
    padding: 0;
}

.type-page .educate-entry-footer .edit-link {
    float: left;
    padding-top: 20px;
}

.site-footer .widget.widget_media_image img {
    margin: 0;
}

.site-footer .widget a {
    color: #edf0f2;
}

.site-footer .widget .educate-social a {
    color: #edf0f2;
}

.site-footer .widget .educate-social a:hover {
    color: var(--educate-primary-color);
}

.site-footer .widget button,
.site-footer .widget input[type="button"],
.site-footer .widget input[type="submit"] {
    background-color: var(--educate-primary-color);
    color: #07294d;
}

.site-footer .footer-top {
    background-color: #07294d;
}

.site-footer .footer-bottom {
    background-color: #021d3a;
}

.site-footer .footer-top .footer-wrap {
    padding: 70px 0px 60px 0px;
}

.site-footer .widget {
    margin-bottom: 30px;
}

.site-footer .widget:last-child {
    margin-bottom: 0;
}

.page .educate-entry-footer {
    margin: 0;
    border: 0;
}

@media screen and (max-width:767px) {
    .site-footer .footer-top .footer-column {
        margin-bottom: 30px;
    }

    .site-footer .footer-top .footer-wrap>*:last-child .footer-column {
        margin-bottom: 0;
    }
}

.site-footer .widget ul li {
    color: #edf0f2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    position: relative;
    border-top: none;
    border-bottom: none;
}

.site-footer .widget ul li:before {
    color: var(--educate-primary-color);
    content: "\f140";
    font-family: "Flaticon_educate";
    left: 0;
    position: absolute;
    top: 4px;
    font-size: 10px;
}

.site-footer .widget ul>li>ul>li {
    padding-bottom: 0;
}

.site-footer .widget ul.wp-tag-cloud li:before {
    display: none;
}

.site-footer .widget ul.wp-tag-cloud li:hover a {
    color: #07294d;
}

.site-footer .widget ul.wp-tag-cloud li {
    padding: 0;
}

@media (max-width:991.98px) {
    .site-footer .sidebar-no {
        display: none;
    }
}

/*Footer calendar */

.site-footer .widget table#wp-calendar th {
    color: #fff;
}

.site-footer .widget table#wp-calendar td {
    color: #fff;
}

.site-footer .widget table#wp-calendar td a:hover {
    color: var(--educate-primary-color);
}

.site-footer .widget #wp-calendar caption {
    color: #fff;
}

.site-footer .widget table#wp-calendar td {
    font-size: 14px;
}

.site-footer .widget table#wp-calendar th {
    font-size: 13px;
}

.site-footer .widget #wp-calendar thead th {
    padding: 0.25rem;
}

.site-footer .widget #wp-calendar tbody td {
    padding: 0.125rem;
}

.site-footer .widget img.footer-logo {
    width: 180px;
}

.site-footer .educate-row>* {
    margin-bottom: 0 !important;
}

/* ======  Social shortcode  ====== */

.educate-social {
    margin-top: -10px;
    transition: all 0.5s ease;
}

.educate-social a.educate-social-icon {
    border: 2px solid var(--educate-primary-color);
    line-height: 40px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 50px;
    background: var(--educate-primary-color);
    font-size: 15px;
}

.educate-social a.educate-social-icon:hover {
    border-color: #07294d;
    transition: all 0.5s ease;
    color: #07294d;
}

.educate-social a.educate-social-icon:first-child {
    margin-left: 0;
}

.educate-social a.educate-social-icon:last-child {
    margin-left: 0;
}

.educate-quickinfo {
    color: #fff;
    margin-bottom: 3px;
}

.educate-quickinfo .qicon i {
    margin-right: 10px;
}

/* Social nav */

.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    text-align: right;
    padding-left: 0;
}

.social-navigation li {
    display: inline;
    transition: all 0.5s ease;
}

.social-navigation a {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #edf0f2;
    display: inline-block;
    margin: 0 1em 0.5em 0;
    text-align: center;
    transition: all 0.5s ease;
}

.social-navigation a:hover,
.social-navigation a:focus {
    transition: all 0.5s ease;
    color: var(--educate-primary-color);
}

.social-navigation li {
    position: relative;
    margin-left: 5px;
    font-size: 15px;
}

.social-navigation li:before {
    position: absolute;
    height: 11px;
    width: 1px;
    background: #edf0f2;
    content: "";
    right: 3px;
    top: 5px;
}

.social-navigation li:last-child:before {
    display: none;
}

@media (max-width:576px) {
    .text-right.text-ml-left {
        display: none;
        margin-top: 12px;
        text-align: center !important;
    }

    .site-info {
        text-align: center;
    }

    .educate-quickinfo .qicon {
        margin-bottom: 0;
    }
}

/*===== Temp =====*/

.do_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 132px;
}

.educate-no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.rt-header-list-info.elementor-icon-list-items.elementor-inline-items {
    margin-bottom: 0;
}

.tpc_mt_15 {
    margin-top: 15px;
}

.tpc_mt_30 {
    margin-top: 30px;
}

/*===== Social Share =====*/

.educate-entry-footer .entry-post-share {
    text-align: right;
}

.post-share.style-01 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-share.style-01 .share-label {
    font-weight: 500;
    margin-right: 15px;
}

.post-share.style-01 .share-icon {
    height: 45px;
    width: 45px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e0e0e0;
    transition: all 0.5s ease;
}

.post-share .share-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.post-share.style-01:hover .share-media .share-icon {
    color: #fff;
    border-color: transparent;
    background-color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.post-share:hover .share-media .share-list {
    -webkit-transform: translate(-47%, -15px);
    -moz-transform: translate(-47%, -15px);
    -ms-transform: translate(-47%, -15px);
    -o-transform: translate(-47%, -15px);
    transform: translate(-47%, -15px);

    visibility: visible;
    opacity: 1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: -75px;
    transform: translate(-50%, -10px);
    width: auto;
    white-space: nowrap;
    padding: 0 7px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    user-select: none;
}

.post-share .share-list:before {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(-50%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.post-share .share-list a {
    display: inline-block;
    font-size: 15px;
    padding: 15px 12px;
    color: var(--educate-meta-color);
}

.post-share .share-list a:hover i {
    color: var(--educate-primary-color);
    transition: all 0.5s ease;
}

.post-share .share-list a i {
    transition: all 0.5s ease;
}

.post-share.style-02 {
    border: 2px solid var(--educate-primary-color);
    padding: 10px 45px;
    display: inline-block;
    border-radius: 5px;
}

.post-share.style-02 .share-label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
}

.post-share.style-02 .share-icon {
    font-size: 15px;
}

.post-share.style-02 .share-list {
    left: -55px;
    right: initial;
}

.post-share.style-02 .share-list:before {
    right: 5px;
}

.post-share.style-02 .share-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.post-share.style-03 .share-label {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
}

.post-share.style-03 .share-icon {
    margin-left: 8px;
}

.post-share.style-03 .share-list {
    right: -95px;
}

.post-share.style-04:hover .share-media .share-list {
    transform: translate(0, 0);
}

.post-share.style-04 .share-media .share-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: none;
    background: none;
    position: relative;
    right: 0;
}

.post-share.style-04 .share-list a {
    font-size: 18px;
    padding: 0 12px;
}

.post-share.style-05 .share-media .share-list {
    right: -10px;
    bottom: 50px;
    transform: inherit;
}

.post-share.style-05 .share-list a {
    padding: 5px 12px;
}

/*===== Blog next Prev post =======*/

.blog-nav-links {
    margin-top: 50px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300
}

.blog-nav-links .inner .hover-bg,
.blog-nav-links .inner h6:before {
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.blog-nav-links .inner .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.blog-nav-links .inner .hover-bg.has-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.blog-nav-links .nav-list {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.blog-nav-links .nav-item {
    min-width: 0;
    line-height: 0;
}

.blog-nav-links .inner a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 120px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
}

.blog-nav-links .inner a:hover {
    box-shadow: none;
}

.blog-nav-links .inner a:hover .hover-bg {
    opacity: 1;
}

.blog-nav-links .inner a:hover h6 {
    color: #fff;
}

.blog-nav-links .inner a:hover h6:before {
    color: #fff;
}

.blog-nav-links .inner a h6 {
    display: block;
    word-wrap: break-word;
    width: 100%;
}

.blog-nav-links .inner .hover-bg {
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.blog-nav-links .inner .hover-bg.has-thumbnail:before {
    opacity: 0.5;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
    border-radius: 5px;
}

.blog-nav-links .inner h6 {
    position: relative;
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
}

.blog-nav-links .inner h6:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

.blog-nav-links .prev h6 {
    padding: 20px 30px 20px 50px;
}

.blog-nav-links .prev h6:before {
    left: 20px;
    content: '\f13f';
    font-family: 'flaticon_educate';
    font-size: 15px;
}

.blog-nav-links .next {
    text-align: right;
}

.blog-nav-links .next h6 {
    padding: 20px 50px 20px 30px;
}

.blog-nav-links .next h6:before {
    right: 20px;
    content: '\f140';
    font-family: 'flaticon_educate';
    font-size: 15px;
}

/*===== Blog Related Posts =======*/

.related-post-wrap {
    margin-top: 50px;
    padding-bottom: 40px;
}

.post-item-wrap {
    margin-bottom: 30px;
}

.related-post-wrap .entry-title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (max-width:786px) {
    .related-post-wrap .entry-title {
        font-size: 22px;
        line-height: 32px;
    }
}

.related-post-wrap .posted-on i {
    font-size: 14px;
    margin-right: 5px;
    color: var(--educate-primary-color);
}

.related-post-wrap .entry-date {
    font-size: 15px;
}

.related-post-wrap {
    display: none !important;
}

.related-post-wrap .related-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 22px;
    color: #07294d;
}

.educate-single-post .related-post-wrap .post-thumbnail {
    overflow: hidden;
    border-radius: 6px;
    margin-top: 10px;
}

.related-post-wrap .post-thumbnail img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.related-post-wrap .post-thumbnail:hover img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

/*===== Common CSS ======= */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    color: var(--educate-heading-color);
    text-decoration: none;
    outline: none;
}

.educate-course-details-sidebar-buttons {
    margin-top: 30px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--educate-primary-color);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

mark {
    background: var(--educate-primary-color);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--educate-font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

code {
    color: var(--educate-heading-color);
}

kbd {
    background: var(--educate-heading-color);
    color: var(--educate-color-white);
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
}

ins {
    color: var(--educate-heading-color);
}

pre,
pre.wp-block-code {
    font-size: 15px !important;
    margin: 40px 0 !important;
    overflow: auto;
    padding: 20px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: var(--educate-color-body) !important;
    background: var(--educate-color-light);
    border-radius: 4px;
    border: 1px solid var(--educate-color-border);
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--educate-heading-color);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 0 10px;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--educate-color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

table thead th {
    font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--educate-color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: 0.6;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain,
blockquote {
    background: #f3f3f8;
    border: 0 !important;
    padding: 35px 40px 35px 105px !important;
    font-style: normal;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.wp-block-column blockquote.wp-block-quote {
    padding: 10px 15px !important;
}

.wp-block-column blockquote.wp-block-quote:after {
    display: none;
}

blockquote:after {
    position: absolute;
    content: "\f13c";
    font-family: 'flaticon_educate';
    font-size: 35px;
    color: var(--educate-primary-color);
    top: 30px;
    left: 40px;
}

.wp-block-column blockquote:after {
    right: -5px;
}

blockquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p,
blockquote p {
    color: var(--educate-color-body);
    font-size: 17px;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p,
blockquote p {
    margin-bottom: 0;
}

blockquote cite,
blockquote p cite,
blockquote p code,
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote cite,
blockquote cite {
    display: flex;
    margin-top: 8px;
    font-family: var(--educate-font-secondary);
    font-weight: var(--educate-p-medium);
    font-size: var(--educate-h5);
    line-height: var(--educate-h5-lineHeight);
}

blockquote cite a {
    color: var(--educate-heading-color);
}

blockquote.wp-block-quote.has-text-align-right cite {
    justify-content: flex-end;
}

blockquote strong,
blockquote b {
    font-weight: 700;
}

@media only screen and (max-width: 991px) {

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-quote.is-style-plain,
    blockquote {
        padding: 35px 30px 35px 100px !important;
        margin: 40px 0 30px;
    }

    blockquote:after {
        font-size: 30px;
        left: 30px;
    }
}

/* Placeholder */

::-webkit-input-placeholder {
    color: var(--educate-color-placeholder);
    font-family: var(--educate-font-primary);
    font-weight: 400;
}

:-moz-placeholder {
    color: var(--educate-color-placeholder);
    font-family: var(--educate-font-primary);
    font-weight: 400;
}

::-moz-placeholder {
    color: var(--educate-color-placeholder);
    font-family: var(--educate-font-primary);
    font-weight: 400;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--educate-color-placeholder);
    font-family: var(--educate-font-primary);
    font-weight: 400;
}

/**
* Typography
*/

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

body {
    overflow-x: hidden;
    font-size: var(--educate-font-size-b1);
    line-height: var(--educate-line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--educate-font-primary);
    color: var(--educate-color-body);
    background-color: var(--educate-color-white);
    margin: 0;
    padding: 0;
}

body.modal-open {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
pre,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

.display-one {
    font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--educate-font-secondary);
    color: var(--educate-heading-color);
}

h1,
.h1 {
    font-size: var(--educate-h1);
    line-height: var(--educate-h1-lineHeight);
}

h2,
.h2 {
    font-size: var(--educate-h2);
    line-height: var(--educate-h2-lineHeight);
}

h3,
.h3 {
    font-size: var(--educate-h3);
    line-height: var(--educate-h3-lineHeight);
}

h4,
.h4 {
    font-size: var(--educate-h4);
    line-height: var(--educate-h4-lineHeight);
}

h5,
.h5 {
    font-size: var(--educate-h5);
    line-height: var(--educate-h5-lineHeight);
}

h6,
.h6 {
    font-size: var(--educate-h6);
    line-height: var(--educate-h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    transition: 0.5s;
}

a {
    color: var(--educate-heading-color);
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--educate-p-bold);
}

h4,
.h4 {
    font-weight: var(--educate-p-semi-bold);
}

h5,
.h5 {
    font-weight: var(--educate-p-semi-bold);
}

h6,
.h6 {
    font-weight: var(--educate-p-semi-bold);
}

p {
    margin: 0 0 0;
}

p.has-large-font-size {
    line-height: 1.2;
    font-size: 36px;
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--educate-color-white);
}

p.has-background {
    padding: 20px 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 40px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--educate-heading-color);
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.educate-flex-left {
    justify-content: left !important
}

.educate-flex-right {
    justify-content: center !important
}

.educate-flex-right {
    justify-content: right !important
}

.educate-animated-shape {
    position: relative;
    z-index: 9;
}

/*---------------------------
    List Style 
---------------------------*/

ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}

ul li a {
    text-decoration: none;
}

ul li a:hover {
    color: var(--educate-primary-color);
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol li a {
    color: var(--heading-color);
    text-decoration: none;
}

ol li a:hover {
    color: var(--educate-primary-color);
}

ol ul {
    padding-left: 30px;
}

hr {
    display: block;
    height: 0;
    margin: 15px 0;
    border-top: 1px solid var(--educate-color-border);
    background: transparent;
}

.educate-shop-single-product .inner .educate-single-product-thumb-wrapper .product-hover-info ul,
.blog-meta,
.blog-main-content .gallery,
.column-gallery,
.widget ul,
.cart-summary .cart-summary-inner,
.footer-style-default .information-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li a,
ol li a,
#scrollUp,
.form-group input,
.form-group textarea,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    transition: var(--educate-transition);
}

.bgImagePosition,
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a,
button,
img,
input {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    margin: 0.8075em 0 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
}

button,
input[type="button"],
input[type="reset"],
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #B7BDBB;
    border-radius: 5px;
    padding: 8px 12px;
    background-color: transparent;
}

input[type="submit"] {
    border: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.widget_product_search .woocommerce-product-search input[type=search]:focus,
.widget_search .search-form input[type=search]:focus {
    outline: 0;
}

textarea {
    width: 100%;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

th {
    text-align: left;
}

.required {
    color: inherit !important;
}

.content-area {
    width: 100%;
}

.educate-display-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-button__link {
    margin-bottom: 15px;
}

.entry-header {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.educate-navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.container,
.educate-container {
    width: 100%;
    /*    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {

    .container,
    .educate-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container-fluid,
.educate-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.educate-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.educate-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.educate-d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.educate-justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.educate-justify-content-end {
    -ms-flex-pack: flex-end !important;
    -webkit-box-pack: flex-end !important;
    justify-content: flex-end !important;
}

.educate-col-xl-1,
.educate-col-xl-2,
.educate-col-xl-3,
.educate-col-xl-4,
.educate-col-xl-5,
.educate-col-xl-6,
.educate-col-xl-7,
.educate-col-xl-8,
.educate-col-xl-9,
.educate-col-xl-10,
.educate-col-xl-11,
.educate-col-xl-12,
.educate-col-lg-1,
.educate-col-lg-2,
.educate-col-lg-3,
.educate-col-lg-4,
.educate-col-lg-5,
.educate-col-lg-el-5,
.educate-col-lg-6,
.educate-col-lg-7,
.educate-col-lg-8,
.educate-col-lg-9,
.educate-col-lg-10,
.educate-col-lg-11,
.educate-col-lg-12,
.educate-col-md-1,
.educate-col-md-2,
.educate-col-md-3,
.educate-col-md-4,
.educate-col-md-5,
.educate-col-md-6,
.educate-col-md-7,
.educate-col-md-8,
.educate-col-md-9,
.educate-col-md-10,
.educate-col-md-11,
.educate-col-md-12,
.educate-col-sm-1,
.educate-col-sm-2,
.educate-col-sm-3,
.educate-col-sm-4,
.educate-col-sm-5,
.educate-col-sm-6,
.educate-col-sm-7,
.educate-col-sm-8,
.educate-col-sm-9,
.educate-col-sm-10,
.educate-col-sm-11,
.educate-col-sm-12,
.educate-col-1,
.educate-col-2,
.educate-col-3,
.educate-col-4,
.educate-col-5,
.educate-col-6,
.educate-col-7,
.educate-col-8,
.educate-col-9,
.educate-col-10,
.educate-col-11,
.educate-col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.educate-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.educate-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.educate-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.educate-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.educate-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.educate-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.educate-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.educate-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.educate-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.educate-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.educate-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.educate-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row,
.educate-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
}

@media (max-width: 1399px) {

    .row,
    .educate-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.educate-row>* {
    margin-bottom: 30px !important;
}

.educate-main-content-inner.educate-row {
    margin-bottom: 0px !important;
}

.educate-main-content-inner.educate-row>* {
    margin-bottom: 0px !important;
}

.educate-mt---10 {
    margin-top: -10px !important;
}

.educate-mt--10 {
    margin-top: 10px !important;
}

.educate-mt--20 {
    margin-top: 20px !important;
}

.educate-mt--30 {
    margin-top: 30px !important;
}

.educate-mt--40 {
    margin-top: 40px !important;
}

.educate-mt--50 {
    margin-top: 50px !important;
}

.educate-mb--30 {
    margin-bottom: 30px !important;
}

.educate-mb--40 {
    margin-bottom: 40px !important;
}

.educate-mb--50 {
    margin-bottom: 50px !important;
}

.educate-mb--60 {
    margin-bottom: 60px !important;
}

.educate-pb--0 {
    padding-bottom: 0px !important;
}

.educate-pb--10 {
    padding-bottom: 10px !important;
}

.educate-pb--20 {
    padding-bottom: 20px !important;
}

.educate-pb--30 {
    padding-bottom: 30px !important;
}

.educate-pb--40 {
    padding-bottom: 40px !important;
}

.educate-pb--50 {
    padding-bottom: 50px !important;
}

.educate-pb--60 {
    padding-bottom: 60px !important;
}

.educate-d-none {
    display: none !important;
}

@media (min-width: 1200px) {
    .educate-d-xl-block {
        display: block !important;
    }
}

.educate-align-items-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.educate-text-center {
    text-align: center;
}

h1.entry-title,
h2.entry-title {
    margin: 0 0 20px;
}

.tpc-sidebar-widget .widget-area-wrapper {
    padding: 35px 0;
}

.tpc-sidebar-widget .widget-area-wrapper:first-child {
    padding-top: 0;
}

.widget-area section.widget {
    padding: 0 0 30px 0;
}

.widget-area .widget_block h2,
.widget-area h2.widget-title {
    color: #2A322D !important;
    /* H5 */
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 1.094vw, 40px);
    /*  21px */
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 27.3px */
    margin-bottom: 16px;
}

.educate-main-content-inner .widget-area ol.wp-block-latest-comments {
    padding-left: 0;
}

.educate-main-content-inner .wp-block-search .wp-block-search__label {
    display: none;
}

.educate-main-content-inner .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search,
.educate-main-content-inner .wp-block-search .wp-block-search__input {
    margin-bottom: 0;
}

h1.entry-title a,
h2.entry-title a,
.educate-main-content-inner .widget-area h2 a {
    text-decoration: none;
}

.entry-meta {
    margin-bottom: 20px;
}

.table-bordered {
    border: 1px solid var(--educate-color-border);
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid var(--educate-color-border);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid var(--educate-color-border);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid var(--educate-color-border);
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.edit-link {
    display: block;
    margin-top: 15px;
}

.educate-single-post .entry-header h1 {
    margin-top: 0;
}

.educate-comments-area .comment-respond,
.educate-related-posts-wrapper {
    margin-top: 70px;
}

.educate-comments-area {
    margin-top: 50px;
}

.educate-related-posts-wrapper h3 {
    font-size: 22px;
    border-bottom: 1px solid var(--educate-color-border);
    padding-bottom: 20px;
    margin-bottom: 31px;
}

.educate-comments-area h2.comments-title,
.educate-comments-area h3.educate-title {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.educate-comments-area h3.educate-title {
    margin-bottom: 20px;
}

.educate-comments-area p.comment-notes {
    margin-bottom: 30px;
}

.educate-comments-area p.no-comments {
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--educate-primary-color);
}

.educate-comments-area #cancel-comment-reply-link {
    opacity: .8;
}

.educate-comments-area #cancel-comment-reply-link:hover {
    opacity: 1;
}

.educate-author-bio {
    border-top: 1px solid var(--educate-color-border);
    display: flex;
    padding: 60px 0 60px;
}

.educate-author-bio .educate-author-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.educate-author-bio .educate-author-details {
    width: calc(100% - 100px);
    padding-left: 30px;
}

.educate-author-bio .educate-author-details h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px;
}

.educate-author-bio .educate-author-details a {
    text-decoration: none;
}

.educate-author-bio .educate-author-details .educate-author-info p:last-child {
    margin-bottom: 20px;
}

.educate-author-bio .educate-author-social-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.educate-author-bio .educate-author-social-info a {
    margin: 0 15px;
    color: var(--educate-primary-color);
    font-size: 14px;
}

.educate-comments-area .logged-in-as a {
    color: var(--educate-heading-color);
}

.educate-editor-social-info,
.educate-social-share-icons-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important;
}

.educate-editor-social-info a,
.educate-social-share-icons-wrapper li {
    margin: 0 0 0 15px !important;
}

.educate-editor-social-info a:first-child {
    margin: 0 0 0 0 !important;
}

.educate-editor-social-info a,
.educate-social-share-icons-wrapper li a {
    display: inline-block;
    font-size: 15px;
    color: var(--educate-heading-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    border: 1px solid #e7e7e7;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100px;
}

.educate-editor-social-info a:hover {
    color: var(--educate-primary-color);
}

.educate-woocommerce-shop-top p.woocommerce-result-count {
    margin: 0;
    color: var(--educate-heading-color);
    font-family: var(--educate-font-secondary);
    font-weight: var(--educate-p-semi-bold);
}

@media only screen and (max-width: 767px) {
    .educate-author-bio .educate-author-details {
        padding-left: 20px;
    }

    .educate-single-post-nav.educate-next-post a {
        justify-content: flex-start;
    }

    .educate-single-post-nav a span {
        -webkit-line-clamp: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .educate-author-bio {
        display: block;
    }

    .educate-author-bio .educate-author-details {
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
}

body.admin-bar .fancybox-toolbar {
    top: 32px;
}

@-webkit-keyframes educate-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes educate-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes educate-radius-change {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    40% {
        border-radius: 50px 0px 100px 0px;
    }

    80% {
        border-radius: 0px 50px 0px 100px;
    }

    100% {
        border-radius: 0px 0px 0px 0px;
    }
}

@-webkit-keyframes educate-radius-change2 {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    25% {
        border-radius: 50px 0px;
    }

    50% {
        border-radius: 0px 0px 0px 0px;
    }

    75% {
        border-radius: 0px 50px;
    }

    100% {
        border-radius: 50px 0px;
    }
}

@keyframes educate-radius-change2 {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    25% {
        border-radius: 50px 0px;
    }

    50% {
        border-radius: 0px 0px 0px 0px;
    }

    75% {
        border-radius: 0px 50px;
    }

    100% {
        border-radius: 50px 0px;
    }
}

.educate-fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.educate-course-tab-content.educate-fade {
    display: flex;
}

.educate-course-tab-content.educate-fade:not(.active) {
    display: none;
}

.educate-fade:not(.active) {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .educate-fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.w-100 {
    width: 100% !important;
}

/**
* -------------------
* ## Widget CSS
* -------------------
*/

#secondary,
.widget {
    word-break: break-word;
}

.nice-select {
    float: none !important;
    border-radius: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 3px !important;
}

.nice-select::after {
    right: 18px !important;
    width: 5px !important;
}

.nice-select .list {
    width: calc(100% + 2px) !important;
    overflow-y: scroll !important;
    max-height: 365px !important;
    left: -1px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--educate-primary-color)
}

.widget .nice-select ul li,
.nice-select ul li {
    margin-top: 0 !important;
    padding-bottom: 0px !important;
    margin-bottom: 6px !important;
    border-bottom: 0 !important;
}

.widget .nice-select .list li {
    white-space: initial;
}

.widget_categories ul li.cat-item-none {
    text-align: left;
}

.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
    display: block;
    overflow: hidden;
}

.widget_archive ul li a,
.widget_categories ul li a {
    float: left;
}

.widget li,
#secondary li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
    display: flex;
    border-radius: 5px;
    padding: 4px 8px;
    color: black;
    font-size: clamp(14px, 0.833vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.wp-block-categories-list li {
    background: #0AA6D7;
}

.cat-item a {
    color: #FEFCFB !important;
}

.wp-block-categories-list {
    display: flex;
    align-items: center;
    gap: 0.833vw;
    flex-wrap: wrap;
}

.widget .nice-select .list li,
#secondary .nice-select .list li,
.widget_archive .nice-select ul.list li,
.widget_categories .nice-select ul.list li,
.widget_pages .nice-select ul.list li,
.widget_meta .nice-select ul.list li,
.widget_recent_comments .nice-select ul.list li,
.widget_recent_entries .nice-select ul.list li,
.widget_nav_menu .nice-select ul.list li,
.widget_recent_entries .nice-select ul.list li {
    line-height: 40px;
}

.widget li a:hover,
#secondary li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover {
    color: var(--educate-primary-color);
}

.widget li:last-child,
#secondary li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul ul.sub-menu li:last-child,
.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_archive ul.children,
.widget_categories ul.children,
.widget_pages ul.children,
.widget_meta ul.children,
.widget_nav_menu ul ul.sub-menu {
    margin-top: 10px;
    padding-left: 20px !important;
}

.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_meta ul.children li,
.widget_nav_menu ul ul.sub-menu li {
    padding-left: 0 !important;
}

.widget_archive ul.children li:last-child,
.widget_categories ul.children li:last-child,
.widget_pages ul.children li:last-child,
.widget_meta ul.children li:last-child,
.widget_nav_menu ul ul.sub-menu li:last-child {
    border-bottom: 0px !important;
}

.widget ul {
    list-style-type: none;
}

.widget ul li a,
.widget a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: black !important;
}

.widget.widget_rss ul li a.rsswidget {
    font-weight: 700;
}

.widget select,
.nice-select {
    display: block;
    max-width: 100%;
    width: 100%;
    background-color: #ffffff;
    background-image: none;
    font-family: var(--educate-font-primary);
    border: 1px solid #eee;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
}

.nice-select span.current {
    color: var(--educate-heading-color);
}

.nice-select:after {
    border-color: var(--educate-heading-color);
}

.widget select option {
    padding: 10px 0px;
}

.widget #wp-calendar tbody td,
.widget #wp-calendar.table>thead>tr>th {
    color: var(--educate-heading-color);
}

.widget #wp-calendar.table>thead>tr>th {
    font-weight: 600;
    font-family: var(--educate-font-secondary);
}

.widget_product_search .woocommerce-product-search,
.widget_search form.search-form {
    position: relative;
}

.widget_product_search .woocommerce-product-search label,
.widget_search .search-form label {
    display: block;
}

.widget_product_search .woocommerce-product-search button[type=submit],
.widget_search .search-submit {
    display: none;
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
    display: inline-block;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item,
.widget_shopping_cart .educate-mini-cart-each-item,
.widget_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_lp-widget-featured-courses .course-entry,
.widget_lp-widget-recent-courses .course-entry,
.widget_lp-widget-popular-courses .course-entry {
    display: flex;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item .educate-post-widget-thumb,
.widget_shopping_cart .educate-mini-cart-item-thumb,
.widget_shopping_cart .educate-mini-cart-item-thumb img,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
    width: 100px;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item .educate-post-widget-thumb,
.widget_shopping_cart .educate-mini-cart-item-thumb,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
    padding-right: 0;
    width: 132px;
    height: 89px;
    flex-shrink: 0;
}

.widget_educatecore_lp_courses_widget .entry-title,
.widget_educatecore_ld_courses_widget .entry-title,
.widget_educatecore_tl_courses_widget .entry-title,
.widget_educatecore_recent_posts_widget .entry-title {
    margin-bottom: 5px;
}

.widget_educatecore_lp_courses_widget .entry-title a,
.widget_educatecore_ld_courses_widget .entry-title a,
.widget_educatecore_tl_courses_widget .entry-title a,
.widget_educatecore_recent_posts_widget .entry-title a,
.widget_shopping_cart .educate-mini-cart-product-name-quantity a,
.widget_products .product_list_widget li .product-title a,
.widget_top_rated_products .product_list_widget li .product-title a {
    color: var(--educate-heading-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: var(--educate-h6);
    line-height: var(--educate-h6-lineHeight);
}

.widget_educatecore_lp_courses_widget .entry-title a:hover,
.widget_educatecore_ld_courses_widget .entry-title a:hover,
.widget_educatecore_tl_courses_widget .entry-title a:hover,
.widget_educatecore_recent_posts_widget .entry-title a:hover,
.widget_shopping_cart .educate-mini-cart-product-name-quantity a:hover,
.widget_products .product_list_widget li .product-title a:hover,
.widget_top_rated_products .product_list_widget li .product-title a:hover {
    color: var(--educate-primary-color);
}

.educate-course-cat-widget-each-item:last-child {
    margin-bottom: 0;
}

.widget_educatecore_lp_courses_widget .entry-title,
.widget_educatecore_ld_courses_widget .entry-title,
.widget_educatecore_tl_courses_widget .entry-title {
    margin-bottom: 8px;
}

.widget_products .product_list_widget li .product-title,
.widget_top_rated_products .product_list_widget li .product-title {
    width: 100%;
    display: flex;
}

.widget_products .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins {
    background: transparent;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .educate-recent-course-price,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item .educate-recent-course-price,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item .educate-recent-course-price,
.widget_products .product_list_widget li .woocommerce-Price-amount,
.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
    font-weight: 600;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .educate-recent-course-price .origin-price {
    text-decoration: line-through;
    margin-right: 2px;
    display: none;
}

.widget_shopping_cart .educate-mini-cart-each-item:first-child {
    padding: 0 0 30px;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item,
.widget_lp-widget-featured-courses .course-entry,
.widget_lp-widget-recent-courses .course-entry,
.widget_lp-widget-popular-courses .course-entry,
.widget_shopping_cart .educate-mini-cart-each-item,
#secondary .widget_products .product_list_widget li,
#secondary .widget_top_rated_products .product_list_widget li {}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item:last-child,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item:last-child,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item:last-child,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item:last-child,
.widget_lp-widget-featured-courses .course-entry:last-child,
.widget_lp-widget-recent-courses .course-entry:last-child,
.widget_lp-widget-popular-courses .course-entry:last-child,
.widget_shopping_cart .educate-mini-cart-each-item:last-child,
.widget_products .product_list_widget li:last-child,
.widget_top_rated_products .product_list_widget li:last-child {
    margin-bottom: 0;
    border-bottom-width: 0;
}

.widget_shopping_cart p.woocommerce-mini-cart__total.total {
    margin-top: 30px;
}

.widget_shopping_cart a.remove_from_cart_button {
    margin-top: -4px;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb img,
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb img,
.widget_educatecore_tl_courses_widget .educate-recent-course-each-item .educate-course-widget-thumb img,
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item .educate-post-widget-thumb img,
.widget_shopping_cart .educate-mini-cart-item-thumb img,
.widget_shopping_cart .educate-mini-cart-item-thumb img,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
    width: 132px;
    height: 89px;
    border-radius: 5px;
    object-fit: cover;
}

.educate-recent-post-each-item {
    box-shadow: 54px 27px 17px 0px rgba(2, 69, 122, 0.00), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 2px 1px 5px 0px rgba(2, 69, 122, 0.04);
    display: flex;
    width: 416px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background: #FEFCFB;
}

.widget_educatecore_recent_posts_widget .educate-recent-post-each-item .post-meta {
    margin: 0px;
    display: flex;
}

.widget_educatecore_recent_posts_widget .educate-recent-post-each-item .post-meta i {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    color: var(--educate-primary-color);
}

.widget_lp-widget-featured-courses .course-entry .course-cover,
.widget_lp-widget-recent-courses .course-entry .course-cover,
.widget_lp-widget-popular-courses .course-entry .course-cover {
    min-width: 87px;
    min-height: 87px;
    display: flex;
    margin-right: 20px;
}

.widget_lp-widget-featured-courses .course-entry .course-cover img,
.widget_lp-widget-recent-courses .course-entry .course-cover img,
.widget_lp-widget-popular-courses .course-entry .course-cover img {
    width: 87px;
    height: 87px;
    display: flex;
    object-fit: cover;

}

.widget_lp-widget-featured-courses .course-entry .course-cover a,
.widget_lp-widget-recent-courses .course-entry .course-cover a,
.widget_lp-widget-popular-courses .course-entry .course-cover a,
.widget_products .product_list_widget li a,
.widget_top_rated_products .product_list_widget li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget_lp-widget-featured-courses .course-entry .course-detail h3.course-title,
.widget_lp-widget-recent-courses .course-entry .course-detail h3.course-title,
.widget_lp-widget-popular-courses .course-entry .course-detail h3.course-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.widget_lp-widget-featured-courses .widget-footer,
.widget_lp-widget-recent-courses .widget-footer,
.widget_lp-widget-popular-courses .widget-footer {
    display: flex;
    justify-content: center;
}

.widget_lp-widget-featured-courses .widget-footer a.pull-right,
.widget_lp-widget-recent-courses .widget-footer a.pull-right,
.widget_lp-widget-popular-courses .widget-footer a.pull-right {
    float: inherit;
    padding: 10px 20px;
    margin-top: 30px;
    color: #ffffff;
    border: 1px solid;
}

.widget_lp-widget-featured-courses .widget-footer a.pull-right:hover,
.widget_lp-widget-recent-courses .widget-footer a.pull-right:hover,
.widget_lp-widget-popular-courses .widget-footer a.pull-right:hover {
    background-color: #ffffff;
}

.widget_educatecore_lp_courses_widget .educate-recent-course-each-item:not(:last-child),
.widget_educatecore_ld_courses_widget .educate-recent-course-each-item:not(:last-child),
.widget_educatecore_recent_posts_widget .educate-recent-post-each-item:not(:last-child) {
    margin-bottom: 24px;
}

.educate-recent-post-each-item .post-meta-date {
    display: flex;
    color: var(--educate-heading-color);
}

.educate-recent-post-each-item .post-meta-date i {
    margin-right: 8px;
    top: 5px;
    position: relative;
}

.widget_educatecore_ld_courses_widget .educate-recent-course-each-item .media-body,
.widget_educatecore_lp_courses_widget .educate-recent-course-each-item .media-body {
    margin-top: -6px;
}

.woocommerce .educate-woo-product-widget-details .star-rating {
    margin: 10px 0;
}

.filter-widget .filter-search-widget,
.educate-search-box .search-form {
    position: relative;
}

.filter-widget.widget-search input[type="text"],
.widget.widget_product_search input[type="search"],
.educate-search-box .search-form input {
    border: 0 none;
    background: #ffffff;
    height: 45px;
    width: 100%;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 0 45px;
    font-family: var(--educate-font-primary);
    border: 1px solid var(--educate-color-border);
}

.filter-widget.widget-search .filter-search-widget:after,
.widget_product_search .woocommerce-product-search:after,
.educate-search-box .search-form .search-button {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: 0 none;
    height: 100%;
    text-align: center;
    color: var(--educate-color-body);
    font-size: 18px;
    border-radius: 0;
    line-height: 45px;
    padding: 0;
    left: 20px;
}

.filter-widget.widget-search .filter-search-widget:after,
.widget_product_search .woocommerce-product-search:after {
    font-family: 'flaticon_educate' !important;
    content: "\f129";
    font-size: 15px;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 10px;
}

table#wp-calendar {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    float: none;
    border: 0;
    margin-bottom: 0;
}

#wp-calendar caption {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: var(--educate-heading-color);
    font-size: 18px;
    caption-side: top;
    font-weight: 500;
}

#wp-calendar #next a,
#wp-calendar #prev a {
    font-size: 13px;
    font-weight: 600;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar.table>thead>tr>th {
    border: 0;
    font-weight: 700;
}

#wp-calendar.table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent;
}

#wp-calendar tbody {
    color: var(--educate-heading-color);
}

#wp-calendar tbody td {
    background: #fdfdfd;
    border: 1px solid var(--educate-color-border);
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
    color: var(--educate-color-body);
}

#wp-calendar tbody td a {
    color: var(--educate-heading-color);
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
    background: var(--educate-primary-color);
    color: var(--educate-color-white);
    border-color: var(--educate-primary-color);
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.wp-block-image figcaption {
    color: #575757;
    line-height: 28px;
    font-size: 15px;
}

.wp-block-image figcaption a {
    color: var(--educate-primary-color);
}

.wp-block-button a:hover {
    color: inherit;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    color: #fff !important;
    border-radius: 0;
}

.wp-block-cover-text {
    color: var(--educate-color-white) !important;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.wp-block-categories .postform,
.wp-block-archives select {
    margin-bottom: 15px;
}

.wp-block-latest-comments footer {
    clear: inherit;
}

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search .wp-block-search__label {
    margin-bottom: 8px;
}

.wp-block-search__input {
    width: 100% !important;
    height: 40px;
    border: 1px solid #B7BDBB;
    margin-bottom: 10px;
    padding: 0 15px;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}

.wp-block-search__button-outside .wp-block-search__button {
    position: absolute;
    border: none;
    background: var(--educate-primary-color);
    right: 0;
    top: 0px;
    height: 40px;
    color: #ffff;
    padding: 0px 25px;
    border-radius: 0px 4px 4px 0px;
}

.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.wp-block-pullquote {
    border-top: 4px solid var(--educate-color-body) !important;
    border-bottom: 4px solid var(--educate-color-body) !important;
}

.blocks-gallery-caption {
    margin-bottom: 10px !important;
}

.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

@media (max-width: 575px) {

    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 100%;
    }
}

.educate-course-cat-widget-each-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.educate-course-cat-widget-each-item .cate-icon {
    padding-right: 16px;
}

.educate-course-cat-widget-each-item i {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}

/**
* -------------------
* ## Post Details
* -------------------
*/

.tpc-educate-blog-space {
    margin-right: 10px;
}

.tpc-post-details-page {
    margin-right: 25px;
}

.educate-single-post .post-thumbnail {
    margin-bottom: 30px;
}

.educate-single-post .post-thumbnail img {
    width: 100%;
}

.educate-single-post .educate-blog-meta {
    margin-bottom: 25px;
}

.educate-single-post .post-main-title {
    margin-bottom: 5px;
}

.educate-tag-social-share-wrapper {
    clear: both;
    padding-bottom: 60px;
    padding-top: 40px;
}

.educate-tag-social-share-wrapper i.flaticon-tags {
    position: relative;
    bottom: -2px;
}

.educate-tag-social-share.educate-row {
    margin-bottom: 0px !important;
}

.educate-tag-social-share.educate-row>* {
    margin-bottom: 0px !important;
}

.wp-block-tag-cloud,
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
    margin: -5px;
}

.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    background: #f3f3f8;
    border: 1px solid #f3f3f8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    position: relative;
    z-index: 1;
    display: inline-block;
}

.educate-post-tag-wrapper .educate-post-tag a {
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: var(--educate-meta-color);
    display: inline-block;
    margin-left: 5px;
}

.educate-post-tag a:last-child .tags-sep {
    display: none;
}

.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
}

.wp-block-tag-cloud a:after,
.widget_product_tag_cloud .tagcloud a:after,
.widget_tag_cloud .tagcloud a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--educate-primary-color);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    opacity: 0;
}

.wp-block-tag-cloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    color: var(--educate-color-white);
    border-color: transparent;
}

.wp-block-tag-cloud a:hover:after,
.widget_product_tag_cloud .tagcloud a:hover:after,
.widget_tag_cloud .tagcloud a:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {
    .tpc-post-details-page {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .educate-single-post .post-thumbnail {
        margin: 0px 0 30px;
    }

    .educate-tag-social-share-wrapper {
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .educate-author-bio {
        padding: 40px 0 40px;
    }
}

/**
* -------------------
* # Header Logo & Menu
* -------------------
*/

.site-header {
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgb(128 123 123 / 0%);
    box-shadow: 0 3px 6px rgb(128 123 123 / 0%);
}

body.admin-bar .header-get-sticky {
    top: 32px;
}

@media screen and (max-width: 599px) {
    body.logged-in.admin-bar .header-get-sticky {
        top: 0;
    }
}

body.admin-bar.learnpress-checkout .header-get-sticky {
    top: inherit;
}

.educate-header-transparent-enable .educate-header-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

.educate-header-transparent-enable .site-header {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    background: transparent;
    z-index: 9;
    box-shadow: inherit;
}

.header-get-sticky {
    position: sticky;
    z-index: 11;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
    box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
}

header.header-get-sticky.headroom.headroom--not-bottom.headroom--pinned.headroom--top {
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.header-get-sticky.headroom.headroom--top.headroom--not-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.educate-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    position: sticky;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
}

body.admin-bar.educate-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    top: 32px;
}

.educate-header-transparent-enable header.educate-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned .educate-header-container {
    position: sticky;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
}

.educate-header-transparent-enable header.educate-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--not-top.headroom--pinned .educate-header-container {
    background-color: #fff;
}

.educate-header-transparent-enable header.educate-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-top.headroom--bottom.headroom--pinned .educate-header-container {
    background-color: #fff;
}

.educate-header-transparent-enable header.educate-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--top.madartank .educate-header-container {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
    box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
}

header .educate-row {
    margin-bottom: 0;
}

header .educate-row>* {
    margin-bottom: 0px !important;
}

.educate-sticky-header-wrapper.educate-header-sticky-active,
.site-header.educate-header-sticky-active {
    position: fixed;
    background: var(--educate-color-white);
    -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
    box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
    will-change: transform;
}

@media only screen and (max-width: 1199px) {

    .educate-elementor-header-wrapper .educate-sticky-header-wrapper.educate-header-sticky-active,
    .educate-elementor-header-wrapper .site-header.educate-header-sticky-active {
        -webkit-animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
        animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
        will-change: inherit;
    }
}

.educate-header-area.educate-navbar {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.educate-header-area.educate-navbar ul.educate-navbar-nav li a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-header-area .main-navigation ul.educate-navbar-nav>li.current-menu-item>a:after,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-header-area .main-navigation ul.educate-navbar-nav>li:hover>a:after {
    background-color: #ffffff;
}

.educate-header-area .main-navigation ul .educate-mega-menu {
    min-width: 270px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 0px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: var(--educate-color-white);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.educate-header-area .main-navigation ul ul.educate-dropdown-menu {
    min-width: 270px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 20px 0 25px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: var(--educate-color-white);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    border-top: 3px solid var(--educate-primary-color);
    pointer-events: none;
}

.educate-header-area .main-navigation ul .menu-align-right .educate-mega-menu,
.educate-header-area .main-navigation ul .menu-align-right ul.educate-dropdown-menu {
    left: inherit;
    right: 0;
}

.educate-header-area .main-navigation ul>li:hover>.educate-mega-menu,
.educate-header-area .main-navigation ul>li:hover>ul.educate-dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
}

.educate-header-area .main-navigation ul>li>ul.educate-dropdown-menu>li ul,
.educate-header-area .main-navigation ul>li>ul.educate-dropdown-menu>li:hover ul {
    left: 100%;
}

.educate-header-area .main-navigation ul>li>ul.educate-dropdown-menu>li:hover ul {
    top: -13px;
}

.educate-header-area.educate-navbar .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: min-height 1s ease !important;
}

.responsive-header-logo h1,
.educate-header-area.educate-navbar .site-branding h1 {
    margin: 5px 0 5px;
    font-size: 30px;
}

.responsive-header-logo p,
.educate-header-area.educate-navbar .site-branding p {
    margin: 0 0 5px;
}

.educate-header-area .educate-navbar-collapse .menu-toggle {
    display: none;
}

.educate-header-area .educate-navbar-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.educate-navbar-expand-lg .educate-navbar-collapse {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.educate-header-area .header-category {
    border-left: 1.5px solid #f2f2f2;
    border-right: 1.5px solid #f2f2f2;
    margin-right: 30px;
}

.theme-header-1 .educate-header-area .header-category {
    margin-right: 15px;
}

.educate-header-transparent-enable header:not(.educate-header-sticky-active) .header-category {
    border-left: 0px;
    border-right: 0px;
}

.educate-header-area .header-category .cat-menu-anchor-item {
    /*    padding: 0 40px !important;*/
}

.educate-header-area .header-category .cat-menu-anchor-item>i {
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.educate-header-area .cat-menu-item a:hover {
    color: var(--educate-primary-color);
}

.educate-theme-header-1-nav .educate-navbar-collapse {
    justify-content: center;
}

.educate-default-header-nav .educate-navbar-collapse {
    justify-content: flex-end;
}

.educate-navbar-expand-lg .educate-navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.educate-navbar-expand-lg .educate-navbar-nav .educate-dropdown-menu {
    position: absolute;
}

.educate-header-area .educate-navbar-brand,
.educate-header-area ul {
    margin: 0;
    padding: 0;
}

.educate-header-area .educate-navbar-light .educate-navbar-nav .nav-link,
.educate-header-area ul.educate-navbar-nav li a,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) ul>li>a,
.educate-header-area ul.educate-navbar-nav li a:focus {
    color: var(--educate-heading-color);
}

.header-color-white:not(.educate-header-sticky-active) a.main-header-btn.color-heading.bg-white:after {
    background: var(--educate-color-secondary);
}

.header-color-white:not(.educate-header-sticky-active) a.main-header-btn.color-heading.bg-white:hover {
    color: var(--educate-color-white) !important;
}

.header-color-white:not(.educate-header-sticky-active) .educate-woo-mini-cart-total-item {
    background-color: var(--educate-color-white);
    color: var(--educate-heading-color);
}

.header-color-white:not(.educate-header-sticky-active) a.main-header-btn.color-heading.bg-white {
    color: var(--educate-heading-color);
    background: var(--educate-color-white);
}

.header-color-white:not(.educate-header-sticky-active) .educate-mobile-hamburger-menu a,
.header-color-white:not(.educate-header-sticky-active) .edu-header-search-field .inner .submit-button,
.header-color-white:not(.educate-header-sticky-active) .educate-woo-mini-cart-link,
.header-color-white:not(.educate-header-sticky-active) .edu-header-search-field .inner input,
.header-color-white:not(.educate-header-sticky-active) .edu-header-search-field .inner input::placeholder,
.header-color-white:not(.educate-header-sticky-active) .educate-header-area .header-quote .quote-icon a i,
.header-color-white:not(.educate-header-sticky-active) .educate-header-area .header-quote .quote-icon button i,
.header-color-white:not(.educate-header-sticky-active) .educate-header-area ul.educate-navbar-nav>li.menu-item-has-children>a:before,
.header-color-white:not(.educate-header-sticky-active) .educate-header-area ul.educate-navbar-nav>li>a,
.header-color-white:not(.educate-header-sticky-active) .educate-header-area ul.educate-navbar-nav>li>a:focus {
    color: var(--educate-color-white);
}

body.educate-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .educate-header-area ul.educate-navbar-nav>li>a {
    color: var(--educate-heading-color);
}

.header-color-white:not(.educate-header-sticky-active) .educate-header-area .header-category {
    border-color: var(--educate-color-white);
}

.educate-el-single-depth-menu li a,
.educate-header-area ul.educate-navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--educate-font-secondary);
}

.educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li>a.nav-link,
.educate-header-area ul.educate-navbar-nav>li>a {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 33px;
    padding-bottom: 33px;
    background: transparent;
    position: relative;
    display: inline-block;
}

.educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li {
    padding: 0px;
    line-height: inherit;
    margin: 0;
    position: relative;
}

.educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li.menu-align-fullwidth {
    position: static !important;
}

.educate-header-area ul.educate-navbar-nav>li.menu-item-has-children>a .educate-menu-icon {
    position: absolute;
    right: 10px;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    color: var(--educate-heading-color);
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
}

.header-color-white:not(.educate-header-sticky-active) ul.educate-navbar-nav>li.menu-item-has-children>a .educate-menu-icon {
    color: #fff;
}

.educate-header-area.educate-navbar-expand-lg ul li:not(.mega-menu) ul.educate-dropdown-menu li.menu-item-has-children a .educate-menu-icon {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg) translateX(-50%);
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    color: var(--educate-heading-color);
    transition: .3s;
}

.educate-header-area ul.educate-navbar-nav>li.menu-item-has-children:hover>a:before,
.educate-header-area ul li:not(.mega-menu) ul.educate-dropdown-menu li.menu-item-has-children:hover:after,
.educate-header-area ul.educate-navbar-nav>li:hover>a:before,
.educate-header-area ul.educate-navbar-nav>li.active>a,
.educate-header-area ul.educate-navbar-nav .menu-item-has-children li:hover>a,
.educate-header-area ul.educate-navbar-nav>li:hover>a {
    color: var(--educate-primary-color);
}

.educate-header-area ul.educate-navbar-nav .educate-mega-menu li,
.educate-header-area ul.educate-navbar-nav .dropdown ul.educate-dropdown-menu li {
    margin: 0;
    padding: 0px;
    position: relative;
}

.educate-header-area ul.educate-navbar-nav .dropdown ul.educate-dropdown-menu li,
.educate-header-area ul.educate-navbar-nav .dropdown ul.educate-dropdown-menu li a {
    width: 100%;
}

ul.educate-mega-menu {
    padding: 0 !important;
}

.educate-mega-menu .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {

    .educate-mobile-menu-nav-wrapper .educate-mega-menu .elementor-column,
    .educate-mobile-menu-nav-wrapper .educate-mega-menu .elementor-column.elementor-col-50,
    .educate-mobile-menu-nav-wrapper .educate-mega-menu .elementor-column[data-col="50"],
    .educate-mobile-menu-nav-wrapper .educate-mega-menu {
        width: 100% !important;
    }

    .educate-mobile-menu-nav-wrapper .educate-mega-menu .elementor-section .elementor-container {
        flex-direction: column;
    }

    .educate-mega-menu .elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
        padding: 0;
    }
}

.educate-el-single-depth-menu li a {
    display: block;
}

.educate-el-single-depth-menu li:not(:last-child) a {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .educate-mobile-menu .educate-el-single-depth-menu li:not(:last-child) a {
        margin-bottom: 0px !important;
    }
}

.educate-el-single-depth-menu li a:hover {
    color: var(--educate-primary-color) !important;
}

.educate-header-area ul.educate-navbar-nav .dropdown ul.educate-dropdown-menu li a {
    padding: 5px 20px;
    display: block;
}

.educate-dash-hover .main-navigation ul.educate-navbar-nav .menu-item-has-children li>a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background: var(--educate-primary-color);
    z-index: 9;
    border-radius: unset;
    opacity: 0;
    transition: all 0.5s ease;
}

.educate-dash-hover .main-navigation ul.educate-navbar-nav .menu-item-has-children li:hover>a:before {
    opacity: 1;
    left: 18px;
    transition: all 0.5s ease;
}

.educate-dash-hover .main-navigation ul.educate-navbar-nav .menu-item-has-children li:hover>a {
    padding-left: 35px;
    border-color: transparent;
    transition: all 0.5s ease;
}

.educate-header-area ul.educate-navbar-nav li.current_page_item>a {
    color: var(--educate-primary-color) !important;
}

.educate-header-area ul.educate-navbar-nav li.current-menu-item>a {
    color: var(--educate-primary-color) !important;
}

.educate-header-area ul.educate-navbar-nav li.current-menu-parent>a {
    color: var(--educate-primary-color) !important;
}

.educate-header-area ul.educate-navbar-nav li.current-menu-ancestor.current_page_ancestor.menu-item-has-children>a {
    color: var(--educate-primary-color) !important;
}

ul.educate-nav-dropdown-menu li.current_page_item>a {
    color: var(--educate-primary-color);
}

/*ul li.current-menu-item.active>a {
    color: var(--educate-primary-color);
}*/

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li:hover>a {
    color: #021E40;
    background-color: transparent;
}

.educate-header-area .educate-mobile-menu .dashicons,
.educate-header-area .educate-mobile-menu .dashicons-before:before {
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    width: inherit;
    height: inherit;
}

.main-navigation {
    width: 100%;
}

.educate-navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.educate-navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.educate-navbar-nav .educate-dropdown-menu {
    list-style: none;
}

.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-navbar-collapse>ul>li.menu-item-has-children:before,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-logged-in-user-name-wrapper,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-logged-out-user-wrapper a,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-woo-mini-cart-icon-wrapper i,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-logged-out-user-wrapper a .educate-logged-out-user-icon,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-search-popup-btn,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-woo-mini-cart-total-price,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) .educate-elementor-mobile-hamburger-menu a {
    color: #ffffff;
}

.educate-header-transparent-enable .educate-site-main-logo-type.educate-has-transparent-logo,
.educate-header-transparent-enable .educate-sticky-header-wrapper.educate-header-sticky-active .educate-site-transparent-logo-type,
.single-educate_header .educate-site-main-logo.educate-site-transparent-logo-type {
    display: none;
}

.single-educate_header .educate-site-main-logo.educate-site-transparent-logo-type.educate-has-no-main-logo {
    display: block;
}

.single-educate_header.educate-header-transparent-enable .educate-site-main-logo-type.educate-has-transparent-logo,
.educate-header-transparent-enable .educate-sticky-header-wrapper.educate-header-sticky-active .educate-site-main-logo-type.educate-has-transparent-logo {
    display: flex;
}

.educate-header-area .header-quote {
    display: flex;
    justify-content: flex-end;
    margin: 0 -17px;
    align-items: center;
}

.educate-header-area .header-quote .quote-icon {
    margin: 0 17px;
    padding-left: 20px;
}

.educate-header-area .quote-icon.educate-theme-nav-responsive {
    display: none;
}

.educate-header-area .header-quote .quote-icon a.header-login-register,
.educate-header-area .header-quote .quote-icon button.search-trigger {
    padding: 0;
    border: 0 none;
    width: auto;
    background: transparent;
    display: flex;
    align-items: center;
}

.educate-header-area .header-quote .quote-icon a i,
.educate-header-area .header-quote .quote-icon button i {
    color: var(--educate-heading-color);
    font-size: 23px;
    transition: 0.3s;
    position: relative;
    top: 5px;
}

.educate-header-area .header-quote .quote-icon.quote-user img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

/*.educate-header-area.educate-navbar .site-branding {
    height: 90px;
    line-height: 90px;
}*/

.educate-header-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-left: 12px;
    margin-left: 27px;
}

@media only screen and (max-width: 1199px) {
    .educate-header-right-side {
        margin-right: 20px;
    }
}

.theme-default-header .educate-header-right-side:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 2px;
    background-color: #F3F3F3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.theme-header-4 .header-top-social-share:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 2px;
    background-color: #F3F3F3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media only screen and (max-width: 1199px) {
    .theme-default-header .educate-header-right-side:after {
        display: none;
    }
}

body.educate-header-transparent-enable .educate-header-right-side:after {
    height: 35px;
    background-color: #f3f3f34a;
}

.educate-dark-header.theme-default-header .educate-header-right-side:after,
.educate-dark-header.theme-header-4 .educate-header-right-side:after {
    background-color: #444444;
}

@media only screen and (max-width: 767px) {
    .educate-header-area .header-quote .quote-icon {
        margin: 0 10px;
    }
}

@-webkit-keyframes EducateFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes EducateFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.EducateFadeInDown {
    -webkit-animation-name: EducateFadeInDown;
    animation-name: EducateFadeInDown;
}

@-webkit-keyframes EducateFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes EducateFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.EducateFadeInRight {
    -webkit-animation-name: EducateFadeInRight;
    animation-name: EducateFadeInRight;
}

@-webkit-keyframes EducateFadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes EducateFadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.EducateFadeOutRight {
    -webkit-animation-name: EducateFadeOutRight;
    animation-name: EducateFadeOutRight;
}

.tpc-menu-hot-badge {
    display: inline-block;
    padding: 0.63em 0.65em 0.35em 0.65em;
    font-size: 9px;
    font-family: var(--educate-font-secondary);
    font-weight: var(--educate-p-bold);
    line-height: 1;
    color: var(--educate-color-white);
    background-color: var(--educate-color-01);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-left: 5px;
}

.tpc-menu-new-badge {
    display: inline-block;
    padding: 0.63em 0.65em 0.35em 0.65em;
    font-size: 9px;
    font-family: var(--educate-font-secondary);
    font-weight: var(--educate-p-bold);
    line-height: 1;
    color: var(--educate-color-white);
    background-color: var(--educate-color-05);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-left: 5px;
}

a.main-header-btn.edu-btn.btn-medium {
    padding: 0 30px;
    margin-left: 30px;
}

a.main-header-btn.educate-btn {
    margin-left: 25px;
    padding: 12px 22px;
    font-weight: 500;
}

.educate-theme-nav-responsive {
    margin-left: 40px;
}

.educate-header-area .site-branding {
    margin-right: 40px;
}

.tpc-header-navbar {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 1198px) {
    .tpc-header-navbar {
        justify-content: space-between;
    }
}

.theme-header-2 .tpc-header-navbar {
    justify-content: space-between;
}

.theme-header-4 .tpc-header-navbar {
    justify-content: space-between;
}

.educate-theme-header-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.theme-header-1 .educate-container-fluid,
.theme-header-2 .educate-container-fluid,
.theme-header-3 .educate-container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}

.theme-header-1 .educate-theme-header-nav .educate-navbar-collapse,
.theme-header-4 .educate-theme-header-nav .educate-navbar-collapse {
    justify-content: flex-start !important;
}

body.header-bg-white:not(.educate-header-transparent-enable) .site-header:not(.educate-header-sticky-active) {
    background: var(--educate-color-white);
    z-index: 2;
    position: relative;
}

.theme-header-1 a.main-header-btn {
    margin-left: 35px;
}

.theme-header-1 .educate-header-area .quote-search {
    display: none;
}

.theme-default-header .educate-navbar-expand-lg .educate-navbar-collapse {
    justify-content: flex-end;
}

@media only screen and (max-width: 1699px) {
    .theme-header-1 .educate-container-fluid {
        padding-left: 22px;
        padding-right: 22px;
    }

    .theme-header-1 .edu-header-search-field {
        display: none;
    }

    .theme-header-1 .educate-header-area .quote-search {
        display: block;
    }
}

@media only screen and (max-width: 1350px) {
    .educate-header-area .header-category {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {

    .theme-default-header .educate-header-right-side,
    .theme-header-1 .educate-header-right-side {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    .theme-header-2 .edu-header-search-field {
        display: none;
    }

    .theme-header-3 .edu-header-search-field {
        display: none;
    }

    a.main-header-btn {
        display: none !important;
    }

    .educate-header-area .site-branding {
        margin-right: 20px;
    }
}

/*====== educate-dark-header ===== */

.educate-dark-header .educate-header-area {
    background: #000;
}

.educate-dark-header .educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li>a.nav-link,
.educate-dark-header .educate-header-area ul.educate-navbar-nav>li>a {
    color: #fff;
}

body .educate-dark-header .educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li.menu-item-has-children>a .educate-menu-icon {
    color: #fff !important;
}

.educate-dark-header .educate-header-area ul.educate-navbar-nav>li.menu-item-has-children>a:before {
    color: #fff;
}

.educate-dark-header .educate-header-area .header-quote .quote-icon a i,
.educate-dark-header .educate-header-area .header-quote .quote-icon button i {
    color: #fff;
}

.educate-dark-header a.educate-woo-mini-cart-link {
    color: #fff;
}

.educate-dark-header a.navbar-brand.site-main-logo {
    display: none;
}

.educate-dark-header .educate-header-area .header-category {
    border-left: 1.5px solid #2b2b2b;
    border-right: 1.5px solid #2b2b2b;
}

@media only screen and (max-width: 1450px) {
    .educate-header-area .header-category {
        display: none;
    }

    .theme-header-1 .educate-container-fluid,
    .theme-header-2 .educate-container-fluid,
    .theme-header-3 .educate-container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .edu-header-search-field .inner input {
        max-width: 150px;
    }
}

.educate-dark-header .edu-header-search-field .inner input {
    color: #fff;
}

.educate-dark-header .educate-header-area i.flaticon-menu {
    color: #fff;
}

.educate-dark-header .edu-header-search-field i {
    color: #fff;
}

/*====== Theme Header 5 ===== */

.theme-header-5 .educate-navbar-expand-lg .educate-navbar-collapse {
    justify-content: center;
}

/**
* -------------------
* ## Header Top
* -------------------
*/

.tpc-header-top-bar {
    background-color: #1f2432;
    color: var(--educate-color-white);
    font-family: var(--educate-font-secondary);
    font-size: 14px;
    line-height: 46px;
    font-weight: 500;
}

.tpc-header-top-bar a {
    color: var(--educate-color-white);
}

.tpc-header-top-bar a:hover {
    color: var(--educate-color-secondary);
}

.tpc-top-bar-style-1 .educate-container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}

.tpc-header-top-bar .header-top-left,
.tpc-header-top-bar .header-top-right,
.educate-header-top-content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {

    .tpc-header-top-bar .header-top-left,
    .tpc-header-top-bar .header-top-right,
    .educate-header-top-content {
        justify-content: center;
    }
}

.tpc-header-top-bar .header-top-message a {
    color: var(--educate-color-secondary);
    margin-left: 2px;
    text-decoration: underline;
}

.tpc-header-top-bar .header-top-message a:hover {
    color: var(--educate-primary-color);
}

.tpc-header-top-bar .header-top-message marquee {
    line-height: initial;
    position: relative;
    top: 7px;
    color: rgba(255, 255, 255, 0.7);
}

.educate-header-right-side .header-top-social-share {
    position: relative;
    top: 4px;
}

.theme-header-4 .header-top-social-share {
    padding-right: 20px;
}

.tpc-header-top-bar .header-top-right {
    margin: 0 -30px;
}

.tpc-header-top-bar .header-top-right>div {
    padding-left: 25px;
    margin-left: 25px;
}

.tpc-header-top-bar .header-top-left>div {
    padding-right: 20px;
    margin-right: 20px;
}

.tpc-header-top-bar .header-top-left>div:last-child {
    padding-right: 0;
    margin-right: 0;
}

.tpc-header-top-bar .header-top-left>div,
.tpc-header-top-bar .header-top-right>div {
    position: relative;
}

.tpc-header-top-bar .header-top-right>div:before {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.tpc-header-top-bar .header-top-right>.header-top-social-share:before {
    display: none;
}

.tpc-header-top-bar .header-top-right>.header-top-social-share {
    padding-left: 0;
    margin-left: 0;
}

.tpc-header-top-bar .header-top-right>div:last-child:after {
    display: none;
}

.tpc-header-top-bar i {
    font-size: 15px;
    color: var(--educate-color-secondary);
    padding-right: 10px;
    position: relative;
    top: 1px;
}

.tpc-header-top-bar a.main-header-btn.top-text-btn {
    color: var(--educate-primary-color);
}

.tpc-header-top-bar .main-header-btn.top-text-btn i {
    padding-left: 6px;
}

.tpc-header-top-bar .main-header-btn.top-text-btn:hover i {
    color: #fff;
}

.tpc-header-top-bar .header-top-social-share a i {
    color: #fff;
    font-size: 13px;
    padding-right: 0;
    transition: .3s;
}

.tpc-header-top-bar .header-top-social-share a:hover i {
    color: rgba(255, 255, 255, 0.7);
}

.tpc-header-top-bar .header-top-social-share a i.flaticon-youtube-logotype {
    font-size: 16px;
}

.tpc-header-top-bar .header-top-social-share a i.flaticon-facebook {
    font-size: 15px;
}

.header-top-social-share span {
    padding-left: 20px;
    color: #fff;
}

.tpc-header-top-bar.tpc-top-bar-style-2 {
    background-color: #08294d;
}

.tpc-header-top-bar.tpc-top-bar-style-2 a {
    color: #fff;
}

.tpc-header-top-bar.tpc-top-bar-style-2 a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.tpc-header-top-bar.tpc-top-bar-style-2 i {
    color: #fff;
}

.tpc-top-bar-style-2 .header-top-left>div {
    position: relative;
}

.tpc-top-bar-style-2 .header-top-left>div:after {
    background-color: rgba(255, 255, 255, 0.5);
    height: 20px;
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.tpc-top-bar-style-2.tpc-header-top-bar .header-top-right {
    margin: 0;
}

.tpc-top-bar-style-2 .header-top-left>div:last-child:after {
    display: none;
}

.tpc-header-top-bar a.edu-btn.btn-small {
    border-radius: 1px;
    font-weight: 500;
    color: var(--educate-color-white);
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    font-size: 14px;
    top: 5px;
}

.tpc-header-top-bar a.edu-btn:after {
    border-radius: 0;
}

.tpc-header-top-bar.tpc-top-bar-style-2 a.edu-btn i {
    color: var(--educate-color-white);
    margin-left: 6px;
    font-size: 13px;
    padding: 0;
}

.header-top-right a.tpc-login-register-popup-trigger {
    /*    top: 3px;*/
    position: relative;
}

.educate-header-sticky-active .tpc-header-top-bar {
    display: none;
}

@media only screen and (max-width: 1450px) {
    .tpc-top-bar-style-1 .educate-container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1350px) {
    .tpc-header-top-bar .header-top-social-share {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .tpc-top-bar-style-1 .educate-container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tpc-header-top-bar .header-top-right>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tpc-header-top-bar .header-top-right {
        margin: 0 -15px;
    }
}

/*@media only screen and (max-width: 991px) {
    .tpc-header-top-bar {
        display: none;
    }
}*/

/*==== tpc-top-bar-style-3 ===== */

.tpc-header-top-bar.tpc-top-bar-style-3 {
    line-height: 49px;
    height: 48px;
}

.tpc-top-bar-style-3 .educate-header-top-content {
    justify-content: center;
    display: inherit;
}

.tpc-top-bar-style-3 .tpc-header-top-bar {
    line-height: 55px;
}

.tpc-top-bar-style-3 .header-top-message marquee {
    font-size: 16px;
    font-weight: inherit;
}

/**
* -------------------
* ## Mobile Menu
* -------------------
*/

.educate-mobile-menu-nav-wrapper.educate-mobile-menu-visible {
    opacity: 1;
    left: 0;
    overflow-y: auto;
    z-index: 1020;
    pointer-events: all;
}

.educate-filter-active-overlay,
.educate-mobile-menu-overlay,
.educate-elementor-mobile-menu-overlay {
    z-index: 9;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out;
}

.tpc-body-filter-sidebar-active .educate-filter-active-overlay,
.educate-mobile-menu-active .educate-mobile-menu-overlay,
.educate-mobile-menu-active .educate-elementor-mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
}

.educate-mobile-menu-nav-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    width: 350px;
    padding: 0px;
    height: 100%;
    display: block;
    z-index: 0;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
    background: var(--educate-color-white);
    opacity: 0;
    left: -150px;
    transition: all .5s ease-out;
    pointer-events: none;
}

.educate-mobile-menu-nav-wrapper .responsive-header-top {
    display: flex;
    border-bottom: 1px solid var(--educate-color-border);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.educate-mobile-menu-nav-wrapper ul li,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) ul.educate-elementor-mobile-menu-item li {
    margin: 0;
    padding: 0;
}

.educate-mobile-menu-nav-wrapper ul li a,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) ul.educate-elementor-mobile-menu-item>li>a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.educate-mobile-menu-nav-wrapper ul li+li,
.educate-header-transparent-enable .educate-sticky-header-wrapper:not(.educate-header-sticky-active) ul.educate-elementor-mobile-menu-item li+li {
    border-top: 1px solid var(--educate-color-border);
}

/* .educate-mobile-menu-nav-wrapper ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "\f142";
    font-family: 'flaticon_educate' !important;
    right: 0;
    top: 50%;
    transition: all 0.3s ease-out;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
} */

.educate-mobile-menu-nav-wrapper ul li.menu-item-has-children>a .educate-menu-icon,
.educate-elementor-mobile-menu-nav-wrapper .educate-mobile-menu-nav-wrapper ul li.menu-item-has-children>a .educate-menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .educate-mobile-menu-active .educate-header-area.educate-navbar-expand-lg ul li:not(.mega-menu) ul.educate-dropdown-menu li.menu-item-has-children a .educate-menu-icon {
        font-size: 16px;
        right: 10px;
        transform: rotate(0deg) translateY(-50%);
    }
}

.educate-mobile-menu-nav-wrapper ul li.menu-item-has-children>a[aria-expanded="true"]::after {
    content: "\f1af";
}

.educate-elementor-mobile-menu-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px 0 0;
}

.educate-elementor-mobile-hamburger-menu a:focus,
.educate-mobile-hamburger-menu a:focus,
.educate-mobile-menu-close a:focus,
.educate-elementor-mobile-menu-close a:focus,
.educate-mobile-menu-nav-wrapper ul li a:focus,
.educate-header-area ul.educate-navbar-nav li a:focus,
.widget ul li a:focus,
.widget a:focus {
    outline: none;
}

.educate-mobile-menu-nav-wrapper ul {
    margin: 0;
    list-style: none;
}

.educate-mobile-menu-nav-wrapper ul li ul {
    padding-left: 15px;
}

.educate-mobile-menu-close a,
.educate-elementor-mobile-menu-close a {
    position: relative;
    z-index: 2;
    top: -2px;
    left: 0;
    background: var(--educate-color-white);
    border: 0 none;
    color: var(--educate-heading-color);
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.educate-mobile-menu,
.educate-mobile-menu-item,
.educate-elementor-mobile-menu-item {
    display: none;
}

.educate-mobile-menu-nav-wrapper ul.educate-mobile-menu-item,
.educate-header-area ul.educate-elementor-mobile-menu-item {
    padding: 15px 20px;
}

@media screen and (max-width: 350px) {
    .educate-mobile-menu-nav-wrapper {
        width: 100%;
    }
}

.educate-elementor-nav-menu-wrapper .educate-mobile-menu-nav-wrapper.educate-mobile-menu-visible {
    overflow-y: inherit;
}

.educate-elementor-nav-menu-wrapper ul#educate-elementor-mobile-menu-item {
    background: #fff;
}

.educate-elementor-nav-menu-wrapper .educate-elementor-mobile-menu-overlay {
    height: 100vh;
}

/**
* -------------------
* ## Mega Menu
* -------------------
*/

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul {
    display: flex;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li {
    display: block;
    margin: 0 0px;
    width: 240px;
    border: none;
    padding: 0 15px;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li>a {
    border-bottom: 1px solid var(--educate-color-border);
    border-radius: 0;
    font-size: var(--educate-font-size-b2);
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 5px;
}

.educate-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul.educate-dropdown-menu>li>a,
.educate-header-area ul.educate-navbar-nav li.mega-menu.hide-header>ul.educate-dropdown-menu>li>a {
    display: none;
}

.educate-header-area .educate-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul {
    padding-left: 0;
}

.educate-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse,
.educate-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse:not(.mm-show) {
    display: block;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li>a:hover {
    color: #272727;
    background-color: inherit;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li ul {
    position: relative;
    width: 100%;
    left: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu>ul.educate-dropdown-menu>li ul li {
    padding: 0;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu ul {
    padding-bottom: 5px;
}

.educate-header-area ul.educate-navbar-nav li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/**
* -------------------
* ## Search Field
* -------------------
*/

.edu-header-search-field {
    margin: 0 20px;
    line-height: 1;
}

.edu-header-search-field .inner {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

header:not(.educate-header-sticky-active) .edu-header-search-field.bg-white .inner {
    background: var(--educate-color-white);
    border: none;
}

.edu-header-search-field .inner input {
    height: 50px;
    border: none;
    line-height: 1;
    font-size: 15px;
    color: var(--educate-heading-color);
    font-weight: 400;
    padding: 0 0 0 20px;
    font-family: var(--educate-font-primary);
    max-width: 173px;
}

@media only screen and (max-width: 1550px) {
    .edu-header-search-field .inner input {
        max-width: 150px;
    }
}

.edu-header-search-field .inner .submit-button {
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: var(--educate-heading-color);
    padding: 0 20px;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    top: 4px;
    position: relative;
}

/**
* -------------------
* ## Login/Register PopUp
* -------------------
*/

.educate-login-form-popup {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -999;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
}

.educate-login-form-popup.login-popup-visible {
    opacity: 1;
    z-index: 1055;
    transition: opacity 0.15s linear;
}

.educate-login-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

.educate-login-popup-overlay.active {
    opacity: .65;
    z-index: 1050;
    transition: opacity 0.15s linear;
}

.educate-login-form-popup .educate-login-form-inner {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
    max-width: 500px;
    margin: 10% auto 10%;
    position: relative;
}

.educate-login-form-popup .educate-login-popup-close {
    position: absolute;
    content: '';
    right: 35px;
    top: 17px;
    z-index: 1;
}

.educate-login-form-popup .educate-login-popup-close button {
    font-size: 14px;
    color: var(--educate-heading-color);
    border: 0;
    padding: 0;
}

.educate-login-form-popup .educate-login-popup-close button:hover {
    color: var(--educate-primary-color);
}

.educate-login-form-popup.login-popup-visible .educate-login-form-inner {
    transform: none;
}

.educate-login-form-popup .educate-login-form-content {
    padding: 70px 50px;
    border-radius: 5px;
    max-width: 470px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.educate-login-form-inner input[type="password"],
.educate-login-form-inner input[type="email"],
.educate-login-form-inner input[type="text"] {
    border: 1px solid var(--educate-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--educate-heading-color);
    line-height: normal;
    background: var(--educate-color-white);
    width: 100%;
    font-family: var(--educate-font-primary);
}

.educate-login-form-inner input:-webkit-autofill,
.educate-login-form-inner input:-webkit-autofill:hover,
.educate-login-form-inner input:-webkit-autofill:focus,
.educate-login-form-inner input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.educate-login-form-inner input::placeholder {
    color: var(--educate-color-body);
}

.educate-login-form-inner .educate-login-item {
    margin-bottom: 30px;
}

.educate-login-form-inner .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.educate-login-form-inner input[type="checkbox"].remember-user {
    display: none;
}

.educate-login-form-inner span.remember-me-text {
    position: relative;
    color: var(--educate-heading-color);
    font-size: 16px;
    line-height: 24px;
}

.educate-login-form-inner .lost_password {
    position: relative;
    color: var(--educate-primary-color);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}

.educate-login-form-inner .lost_password:hover {
    color: var(--educate-color-secondary);
}

.educate-login-form-inner span.remember-me-text:before {
    background: #fff;
    color: var(--educate-primary-color);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--educate-color-border);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: auto;
}

.educate-login-form-inner input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--educate-primary-color);
    color: #fff;
    border-color: var(--educate-primary-color);
}

.educate-login-form-inner .educate-login-register-button {
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--educate-color-white);
    background: var(--educate-primary-color);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--educate-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}

.educate-login-form-inner .educate-login-register-button.button-login {
    margin-top: 24px;
}

.educate-login-form-inner input[type="submit"].educate-submit-button {
    display: inline-block;
    background: var(--educate-color-btn-bg);
    border-color: var(--educate-color-btn-border);
    color: var(--educate-color-btn-text);
    color: #ffffff;
    border-radius: 3px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.educate-login-form-inner .educate-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}

.educate-login-form-inner .educate-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--educate-primary-color);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.educate-login-form-inner .educate-login-register-button:hover:after {
    left: 0;
    width: 100%;
}

.educate-login-form-inner .educate-login-form-tab-wrapper {
    display: flex;
    justify-content: center;
}

.educate-login-form-inner .educate-login-form-tab {
    background: #F2F2F2;
    display: inline-flex;
    border-radius: 3px;
    font-size: 15px;
    font-family: var(--educate-font-secondary);
    font-weight: 600;
    color: var(--educate-heading-color);
}

.educate-login-form-inner .educate-login-form-tab span {
    padding: 0 33px;
    height: 40px;
    line-height: 41px;
    cursor: pointer;
    border-radius: 3px;
}

.educate-login-form-inner .educate-login-form-tab span.active {
    background: var(--educate-heading-color);
    color: var(--educate-color-white);
}

.educate-login-form-inner .educate-login-form-tab span.login-item {
    border-radius: 3px 0 0 3px;
}

.educate-login-form-inner .educate-login-form-tab span.register-item {
    border-radius: 0 3px 3px 0;
}

.educate-login-form-inner .educate-register-box-text,
.educate-login-form-inner .educate-login-box-text {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
}

.educate-login-form-inner .educate-register-box-text h3,
.educate-login-form-inner .educate-login-box-text h3 {
    font-size: 28px;
    line-height: 40px;
    color: var(--educate-heading-color);
    font-family: var(--educate-font-secondary);
    margin-bottom: 0;
}

.educate-login-form-inner .educate-login-text,
.educate-login-form-inner .educate-register-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--educate-heading-color);
    margin-top: 5px;
}

.educate-login-form-inner #educate-login-form-trigger,
.educate-login-form-inner #educate-register-form-trigger {
    color: var(--educate-primary-color);
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .educate-login-form-popup .educate-login-form-content {
        max-width: 100%;
        padding: 30px;
    }

    .educate-login-form-inner .educate-register-box-text,
    .educate-login-form-inner .educate-login-box-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .educate-login-form-inner .educate-register-box-text h3,
    .educate-login-form-inner .educate-login-box-text h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .educate-login-form-popup .educate-login-popup-close {
        right: 15px;
    }
}

/*===============================================================
 ##Button
 =================================================================*/

.educate-btn {
    display: inline-block;
    background: var(--educate-color-btn-bg);
    border-color: var(--educate-color-btn-border);
    color: var(--educate-color-btn-text);
    border-radius: 3px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease 0s;
}

.educate-btn.educate-full-btn {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease 0s;
    background: var(--educate-color-btn-bg);
    border-color: var(--educate-color-btn-border);
    color: var(--educate-color-btn-text);
}

.educate-btn.educate-full-btn:hover {
    background: var(--educate-color-btn-bg-hover);
    border-color: var(--educate-color-btn-border-hover);
    color: var(--educate-color-btn-text-hover);
}

.educate-btn svg {
    fill: #fff;
    transition: all 0.3s ease 0s;
}

.educate-btn:hover,
.educate-btn:focus,
.educate-btn:active {
    background: var(--educate-color-btn-bg-hover);
    border-color: var(--educate-color-btn-border-hover);
    color: var(--educate-color-btn-text-hover);
}

.educate-btn:hover svg {
    fill: #fff;
}

.educate-btn-2 {
    border-radius: 100px;
}

.educate-btn-icon i {
    padding-left: 10px;
    position: relative;
    font-size: 11px;
}

.educate-btn-icon svg {
    height: 15px;
    position: relative;
    top: 2px;
}

.educate-button-icon-position-before svg,
.educate-button-icon-position-before i {
    padding-right: 10px;
}

.educate-button-icon-position-after svg,
.educate-button-icon-position-after i {
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {

    .tpc-course-details-page-content .learndash-wrapper #btn-join,
    a.edu-btn,
    button.edu-btn {
        padding: 0 20px;
        font-size: 14px;
        height: 50px;
        line-height: 52px;
    }
}

.woocommerce-Reviews .educate-button-item:hover:after,
p.educate-cart-shop-page-link a:hover:after,
.educate-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover:after,
.tpc-course-details-page-content .learndash-wrapper #btn-join:hover:after,
a.edu-btn:hover:after,
button.edu-btn:hover:after,
.educate-mailchimp-subscribe-btn.style-1:hover:after,
.educate-mailchimp-subscribe-btn.style-2:hover:after {
    left: 0;
    width: 100%;
}

a.edu-btn.btn-large,
button.edu-btn.btn-large {
    padding: 0 40px;
}

a.edu-btn.btn-large i,
button.edu-btn.btn-large i {
    top: 0;
    padding-left: 10px;
}

a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
    line-height: 1;
    padding: 15px 25px;
    border-radius: 100px;
}

a.edu-btn.btn-small,
button.edu-btn.btn-small {
    line-height: 1;
    padding: 10px 20px;
    font-size: 14px;
}

a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
    padding-left: 0;
    padding-right: 10px;
}

a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
    background: var(--educate-color-secondary);
    color: var(--educate-color-white);
}

a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
    color: var(--educate-color-white);
    background: var(--educate-primary-color);
}

a.edu-btn.btn-secondary1,
button.edu-btn.btn-secondary1 {
    background: var(--educate-color-secondary);
    color: var(--educate-color-white);
}

a.edu-btn.btn-secondary1:hover,
button.edu-btn.btn-secondary1:hover {
    color: var(--educate-heading-color);
    background: var(--educate-color-white);
}

a.edu-btn.btn-border,
button.edu-btn.btn-border {
    background: var(--educate-primary-color);
    border: 1px solid var(--educate-color-border);
    padding: 15px 35px;
    border-radius: 100px;
}

a.edu-btn.btn-border:after,
button.edu-btn.btn-border:after {
    display: none;
}

a.edu-btn.btn-border:hover,
button.edu-btn.btn-border:hover {
    background: var(--educate-color-thirty);
    border-color: var(--educate-color-thirty);
    color: var(--educate-color-white);
}

a.edu-btn.btn-border-curved,
button.edu-btn.btn-border-curved {
    border-radius: 30px 5px;
    background-color: transparent;
    border: 1px solid var(--educate-color-border);
    color: var(--educate-color-white);
    padding: 0 25px;
}

a.edu-btn.btn-border-curved:after,
button.edu-btn.btn-border-curved:after {
    display: none;
}

a.edu-btn.btn-border-curved:hover,
button.edu-btn.btn-border-curved:hover {
    border-radius: 5px 30px;
    border-color: var(--educate-primary-color);
    color: var(--educate-primary-color);
}

a.edu-btn.btn-round,
button.edu-btn.btn-round {
    background-color: var(--educate-color-white);
    color: var(--educate-heading-color) !important;
    border-radius: 30px;
}

a.edu-btn.btn-round:hover,
button.edu-btn.btn-round:hover {
    color: var(--educate-color-white) !important;
}

a.main-header-btn.btn-radius {
    border-radius: 25px;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent,
a.btn-transparent,
button.btn-transparent {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--educate-color-01);
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent.color-primary {
    color: var(--educate-primary-color);
}

a.btn-transparent i,
button.btn-transparent i {
    padding-left: 6px;
    top: -1px;
    position: relative;
    font-size: 12px;
}

a.btn-transparent::after,
button.btn-transparent::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--educate-primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent:hover,
a.btn-transparent:hover,
button.btn-transparent:hover {
    color: var(--educate-primary-color);
}

a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
}

.button-group a {
    margin: 5px;
}

.btn-gradient {
    background: -webkit-linear-gradient(right, var(--educate-color-secondary) 0%, var(--educate-primary-color) 100%) !important;
    background: var(--educate-primary-color) !important;
}

.btn-gradient::after {
    background: -webkit-linear-gradient(right, var(--educate-primary-color) 0%, var(--educate-color-secondary) 100%) !important;
    background: linear-gradient(-90deg, var(--educate-primary-color) 0%, var(--educate-color-secondary) 100%) !important;
}

a.edu-btn i,
button.edu-btn i {
    padding-left: 8px;
    position: relative;
    font-size: 15px;
    top: 2px;
}

@media only screen and (max-width: 767px) {

    a.edu-btn i,
    button.edu-btn i {
        font-size: 9px;
    }
}

.educate-button-widget-wrapper {
    display: flex;
}

.educate-button-item {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    color: var(--educate-color-white);
    background: var(--educate-primary-color);
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--educate-font-secondary);
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.educate-button-item.educate-button-size-small {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.educate-button-item.educate-button-size-medium {
    height: 50px;
    line-height: 51px;
    padding: 0 25px;
}

.educate-button-item.educate-button-size-large {
    padding: 0 40px;
}

.educate-button-item.educate-button-style-two,
.educate-button-item.educate-button-style-three {
    background: var(--educate-color-secondary);
}

.educate-button-item.default-style:after {
    content: "";
    height: 100%;
    width: 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.educate-button-item.educate-button-style-default.default-style:after,
.educate-button-item.educate-button-style-two.default-style:after,
.educate-button-item.educate-button-style-four.default-style:after,
.educate-button-item.educate-button-style-curved.default-style:after {
    background: var(--educate-primary-color);
}

.educate-button-item i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

.educate-button-icon-position-after i {
    padding-left: 10px;
    position: relative;
    font-size: 11px;
}

.educate-button-item:hover,
.educate-button-item:focus,
.educate-button-item:active {
    color: var(--educate-color-white);
}

.educate-button-item.default-style:hover:after {
    left: 0;
    width: 100%;
}

.educate-button-item.educate-button-style-curved {
    border-radius: 30px 5px;
}

.educate-button-item.educate-button-style-curved:hover {
    border-radius: 5px 30px;
}

.educate-button-item.educate-button-style-three.default-style:hover {
    color: var(--educate-heading-color) !important;
}

.educate-button-item.educate-button-style-three.default-style:after {
    background: var(--educate-color-white);
}

.educate-button-item.educate-button-style-four.default-style {
    background: #f0f4f5;
    color: var(--educate-primary-color);
}

.educate-button-item.educate-button-style-four.default-style:hover {
    color: var(--educate-color-white);
}

.educate-button-item.educate-button-style-five.default-style {
    color: var(--educate-heading-color);
    background: var(--educate-color-white);
}

.educate-button-item.educate-button-style-five:hover {
    color: var(--educate-color-white);
}

.educate-button-item.educate-button-style-five.default-style:after {
    background: var(--educate-color-secondary);
}

@media only screen and (max-width: 767px) {
    .educate-button-item {
        padding: 0 20px;
        font-size: 14px;
        height: 50px;
        line-height: 52px;
    }

    .educate-button-item i {
        font-size: 9px;
    }
}

/**
* --------------------------------------
* # Woo Mini Cart
* --------------------------------------
*/

.educate-logged-in-user-hover-content,
.educate-woo-mini-cart-content {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    z-index: 99;
    background-color: #ffffff;
    padding: 20px;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

.educate-logged-in-user-visible-content .educate-logged-in-user-name,
.educate-logged-out-user-wrapper .educate-logged-out-user-text {
    font-weight: 600;
}

.educate-logged-in-user-hover-content:before,
.educate-woo-mini-cart-content:before {
    top: -7.5px;
    content: '';
    position: absolute;
    left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
    border-top: 7.5px solid #ffffff;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid #ffffff;
    border-right: 7.5px solid #ffffff;
}

.educate-woo-mini-cart-content:before {
    top: -7px;
}

.educate-logged-in-user-wrapper:hover .educate-logged-in-user-hover-content,
.educate-woo-mini-cart-icon-wrapper.educate-woo-mini-cart-active-on-hover:hover .educate-woo-mini-cart-content,
.educate-woo-mini-cart-content.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.educate-woo-mini-cart-wrapper,
.educate-woo-mini-cart-inner,
.educate-woo-mini-cart-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: -2px;
}

.educate-woo-mini-cart-wrapper {
    padding: 0 15px 0 20px;
}

.theme-header-1 .educate-woo-mini-cart-wrapper {
    padding: 0 18px 0 55px;
}

.educate-woo-mini-cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.educate-woo-mini-cart-content:before {
    left: inherit;
    right: 22px;
}

.educate-woo-mini-cart-icon-wrapper i {
    font-size: 20px;
}

.educate-woo-mini-cart-total-item {
    background-color: var(--educate-primary-color);
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 23px;
    left: 15px;
    top: calc(50% - 21px);
    font-size: 12px;
    font-weight: 500;
    font-family: var(--educate-font-secondary);
}

.educate-woo-mini-cart-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1;
}

.educate-woo-mini-cart-content {
    right: -20px;
    left: inherit;
    width: 370px;
    padding: 20px 28px 25px;
}

.educate-mini-cart-items {
    max-height: 450px;
    overflow-y: auto;
}

.educate-mini-cart-each-item,
.educate-mini-cart-item-thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.educate-mini-cart-each-item:not(:last-child) {
    margin-bottom: 30px;
}

.educate-mini-cart-item-thumb {
    width: 95px;
    padding-right: 15px;
}

.educate-mini-cart-item-thumb img {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.educate-mini-cart-product-name-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -2px;
    color: var(--educate-color-black);
    font-size: 15px;
}

.educate-mini-cart-product-name-quantity,
.educate-mini-cart-product-name-quantity a {
    font-weight: 600;
}

.educate-mini-cart-product-name-quantity a {
    margin-bottom: 5px;
    font-size: var(--educate-font-size-b3);
    line-height: 1.6;
    color: var(--educate-color-black);
    font-family: var(--educate-font-secondary);
    padding-right: 8px;
}

.educate-mini-cart-product-name-quantity a:hover {
    color: var(--educate-primary-color);
}

.educate-mini-cart-product-name-quantity .quantity {
    font-size: 15px;
    font-weight: 400;
}

.educate-mini-cart-each-item a.remove {
    border: 0;
    color: var(--educate-color-body) !important;
    background: transparent;
    font-size: 26px;
    margin-top: -5px;
    font-size: 0;
    position: relative;
}

.educate-mini-cart-each-item a.remove:after {
    position: absolute;
    content: "\f13e";
    font-family: 'flaticon_educate';
    right: 3px;
    top: 6px;
    font-size: 12px;
}

.educate-mini-cart-each-item a.remove:hover:after {
    color: var(--educate-color-secondary);
}

a.remove_from_cart_button {
    margin-left: auto;
    font-weight: 700;
    font-size: 24px;
    margin-top: -7px;
}

.educate-mini-cart-each-item .blockUI.blockOverlay {
    background-color: inherit !important;
}

.educate-mini-cart-each-item:first-child .blockUI.blockOverlay::before {
    top: calc(50% - 18px);
}

.educate-mini-cart-each-item .blockUI.blockOverlay::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 13px;
    -webkit-animation: educate-spin 1s ease-in-out infinite;
    animation: educate-spin 1s ease-in-out infinite;
    content: '\f18f';
    font-family: 'Flaticon_educate';
    line-height: 1;
    font-size: 20px;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__total.total {
    border-top: 3px double rgba(178, 187, 197, .3);
    padding: 20px 0;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    color: var(--educate-color-black);
    line-height: 1;
    margin-bottom: 0;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__total.total strong {
    font-weight: 600;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    margin-left: auto;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button {
    border-radius: 25px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: var(--educate-color-white);
    padding: 0 36px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout {
    margin-left: 10px !important;
    background: var(--educate-color-secondary);
    position: relative;
}

.educate-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover {
    background: var(--educate-primary-color);
}

p.woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}

p.educate-cart-empty-text,
p.educate-cart-shop-page-link {
    margin: 0px;
}

p.educate-cart-empty-text {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
    color: var(--educate-heading-color);
}

.educate-woo-mini-cart-inner .educate-cart-empty-text {
    font-weight: 500;
    font-size: 18px;
}

.educate-woo-mini-cart-inner .educate-cart-empty-text strong {
    font-weight: 500;
}

p.educate-cart-shop-page-link a {
    width: 100%;
}

p.educate-cart-shop-page-link {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
}

.educate-cart-empty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.educate-woo-mini-cart-link {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .educate-woo-mini-cart-content {
        display: none;
    }

    .educate-woo-mini-cart-link {
        height: 80px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 570px) {
    .educate-woo-mini-cart-wrapper {
        display: none;
    }

    .header-top-social-share {
        display: none;
    }
}

/**
* -------------------
* # Footer
* -------------------
*/

.educate-footer-default-wrapper {
    padding: 25px 0 40px 0;
    color: #ffffff;
    background: var(--educate-heading-color);
    text-align: center;
}

.educate-footer-default-wrapper a {
    color: #ffffff;
}

.educate-footer-default-wrapper a:hover {
    color: var(--educate-primary-color);
}

.pixelcurve-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 71, 87, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: var(--educate-primary-color);
}

.pixelcurve-progress-parent.pixelcurve-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pixelcurve-progress-parent::after {
    position: absolute;
    font-family: 'flaticon_educate' !important;
    content: "\f141";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.pixelcurve-progress-parent:hover::after {
    color: #fff;
}

.pixelcurve-progress-parent svg path {
    fill: none;
}

.pixelcurve-progress-parent svg.pixelcurve-back-circle path {
    stroke: var(--educate-primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/**
* -----------------------------
* # Page Header & Breadcrumb
* -----------------------------
*/

.educate-page-title-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    text-align: center;
    background-color: #07294d;
}

.educate-header-transparent-enable .educate-page-title-area {
    padding-top: 145px;
}

.educate-page-title-area.educate-breadcrumb-has-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    /* background: rgb(0 0 0 / 40%); */
}

.title-bg {
    position: relative;
}

.educate-page-title-area .educate-page-title,
.educate-page-title-area .educate-breadcrumb-wrapper {
    z-index: 1;
    position: relative;
}

.educate-single-blog .blog-content .title,
.educate-page-title-area .educate-page-title {
    text-overflow: ellipsis;
    -ms-word-wrap: break-word;
    word-break: break-word;
}

.educate-page-title-area .educate-page-title h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    line-height: 1.4;
    color: var(--educate-heading-color);
}

.educate-page-title-area .educate-breadcrumb-wrapper {
    margin-top: 10px;
    margin-bottom: 7px;
}

.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul,
.educate-page-title-area .educate-breadcrumb-wrapper ul {
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li,
.educate-page-title-area .educate-breadcrumb-wrapper ul li {
    margin: 0;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li,
.educate-page-title-area .educate-breadcrumb-wrapper ul li,
.educate-page-title-area .educate-breadcrumb-wrapper .learn-press-breadcrumb {
    list-style: none;
    position: relative;
    font-size: var(--educate-font-size-b2);
    line-height: 22px;
    font-weight: 400;
    color: var(--educate-color-body);
}

.educate-page-title-area .educate-breadcrumb-wrapper ul li a {
    color: var(--educate-color-body);
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li:first-child,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li:first-child,
.educate-page-title-area .educate-breadcrumb-wrapper ul li:first-child,
.educate-page-title-area .educate-breadcrumb-wrapper .learn-press-breadcrumb a:first-child {
    margin-left: 0;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li:last-child,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li:last-child,
.educate-page-title-area .educate-breadcrumb-wrapper ul li:last-child,
.educate-page-title-area .educate-breadcrumb-wrapper .learn-press-breadcrumb a:last-child {
    margin-right: 0;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li:not(:last-child),
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li:not(:last-child),
.educate-page-title-area .educate-breadcrumb-wrapper ul li:not(:last-child) {
    padding-right: 25px;
}

.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li:after,
.educate-page-title-area .educate-breadcrumb-wrapper ul li:after,
.educate-page-title-area .educate-breadcrumb-wrapper .learn-press-breadcrumb a:after {
    content: "\f140";
    font-family: flaticon_educate;
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 10px;
    font-weight: var(--educate-p-bold);
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li:last-child:after,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li:last-child:after,
.educate-page-title-area .educate-breadcrumb-wrapper ul li:last-child:after {
    display: none;
}

.educate-page-title-area.educate-default-breadcrumb {
    background-color: #faf9f6;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 5%);
    padding: 100px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.educate-page-title-area.educate-default-breadcrumb .educate-page-title h1 {
    font-size: var(--educate-h1);
    line-height: var(--educate-h1-lineHeight);
    margin-bottom: 12px;
}

.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul {
    justify-content: center;
}

.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper {
    margin-top: 20px;
}

.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li a,
.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul li a,
.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul li {
    color: var(--educate-heading-color);
    font-size: 15px;
    font-family: var(--educate-font-secondary);
}

.educate-breadcrumb-wrapper ul li span.active {
    color: #fff;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li,
.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul li {
    font-weight: var(--educate-p-regular);
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li a,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li a,
.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul li a {
    font-weight: var(--educate-p-regular);
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li a:hover,
.educate-breadcrumb-style-2 .educate-breadcrumb-wrapper ul li a:hover,
.educate-page-title-area.educate-default-breadcrumb .educate-breadcrumb-wrapper ul li a:hover {
    color: var(--educate-primary-color);
}

.educate-course-page-header .shape-image,
.educate-default-breadcrumb .shape-image {
    position: absolute;
    z-index: -1;
}

.educate-course-page-header .shape-1,
.educate-default-breadcrumb .shape-1 {
    height: 470px;
    width: 470px;
    border: 1px solid var(--educate-color-border);
    border-radius: 50%;
    top: -315px;
    left: -60px;
}

.educate-course-page-header .shape-2,
.educate-default-breadcrumb .shape-2 {
    height: 470px;
    width: 470px;
    border: 1px solid var(--educate-color-border);
    border-radius: 50%;
    top: 30px;
    right: -180px;
}

.educate-course-page-header .shape-3,
.educate-default-breadcrumb .shape-3 {
    top: 60px;
    left: 7%;
}

.educate-course-page-header .shape-4,
.educate-default-breadcrumb .shape-4 {
    bottom: 120px;
    right: 23%;
}

.educate-course-page-header .shape-5,
.educate-default-breadcrumb .shape-5 {
    top: 140px;
    right: 209px;
}

@media (max-width: 991px) {
    .educate-page-title-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .educate-header-transparent-enable .educate-page-title-area {
        padding-top: 110px;
    }

    .educate-page-title-area.educate-default-breadcrumb .educate-page-title h1,
    .educate-page-title-area .educate-page-title h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .educate-page-title-area.educate-default-breadcrumb .educate-page-title h1,
    .educate-page-title-area .educate-page-title h1 {
        font-size: 24px;
    }
}

.educate-breadcrumb-style-1 {
    padding: 85px 0 85px;
}

/*.educate-page-title-area.educate-breadcrumb-style-1.educate-breadcrumb-has-bg:before {
    background: rgba(0, 0, 0, 0.6);
}*/

.educate-breadcrumb-style-1 .educate-page-title {
    text-align: center;
}

.educate-breadcrumb-style-1 .educate-page-title h1 {
    color: var(--educate-color-white);
    font-size: var(--educate-h1);
    line-height: var(--educate-h1-lineHeight);
    width: 70%;
    margin: 0 auto 12px;
}

.educate-page-title-area.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper {
    margin-top: 20px;
}

.educate-page-title-area.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul {
    justify-content: center;
}

.educate-breadcrumb-style-blog-overlay .educate-page-title .entry-title {
    /* color: #fff; */
    margin-bottom: 15px;
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li,
.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li a {
    color: var(--educate-color-white);
    font-size: 16px;
    font-family: var(--educate-font-secondary);
}

.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper ul li:after {
    content: "\f140";
    font-family: flaticon_educate;
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 10px;
    font-weight: var(--educate-p-bold);
    color: var(--educate-color-white) !important;
}

.educate-page-title-area.educate-breadcrumb-style-blog-overlay {
    padding: 150px 0px;
}

.blog_layout_overlay .educate-page-title-area.educate-default-breadcrumb .educate-page-title h1 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .educate-breadcrumb-style-1 .educate-page-title h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .educate-breadcrumb-style-1 {
        padding: 100px 0 90px;
    }

    .educate-breadcrumb-style-1 .educate-page-title h1 {
        width: 100%;
    }

    .educate-breadcrumb-style-1 .educate-page-title h1 {
        font-size: 30px;
    }

    .educate-page-title-area.educate-breadcrumb-style-blog-overlay {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .educate-breadcrumb-style-1 {
        padding: 80px 0 70px;
    }

    .educate-breadcrumb-style-1 .educate-page-title h1 {
        font-size: 26px;
    }

    .educate-page-title-area.educate-breadcrumb-style-blog-overlay {
        padding: 80px 0px;
    }
}

.educate-breadcrumb-style-2 {
    padding: 13px 0;
    background: #f5f5f5;
}

/**
* -------------------
* # Pagination
* -------------------
*/

body .tutor-pagination-wrap,
.educate-pagination-wrapper .page-number,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers {
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:empty,
.educate-pagination-wrapper .page-number:empty {
    margin: 0 !important;
}

body .tutor-pagination-wrap li,
nav.educate-theme-page-links ul li,
.educate-pagination-wrapper ul li {
    margin-bottom: 0;
    margin-top: 0px;
}

body .tutor-pagination-wrap span,
body .tutor-pagination-wrap a:not(:last-child),
nav.educate-theme-page-links ul.pager li:not(:last-child),
.educate-pagination-wrapper .page-number li:not(:last-child),
.educate-pagination-wrapper.woocommerce-pagination .page-numbers li:not(:last-child),
.educate-pagination-wrapper.tpc-custom-pagination .page-number span:not(:last-child),
.educate-pagination-wrapper.tpc-custom-pagination .page-number a:not(:last-child) {}

body .tutor-pagination-wrap span,
body .tutor-pagination-wrap a,
nav.educate-theme-page-links ul.pager li span,
nav.educate-theme-page-links ul.pager li a,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers,
.educate-pagination-wrapper .page-number .page-numbers {
    width: 44px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B7BDBB;
    border-radius: 5px;
    text-align: center;
    color: var(--educate-heading-color);
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    position: relative;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers {
    margin-top: 0 !important;
}

.educate-pagination-wrapper.woocommerce-pagination .page-numbers i,
nav.educate-theme-page-links ul.pager li .educate-pagination-icon,
.educate-pagination-wrapper .page-numbers .educate-pagination-icon {
    font-size: 13px;
    position: relative;
}

body .tutor-pagination-wrap span:before,
body .tutor-pagination-wrap a:before,
nav.educate-theme-page-links ul.pager li span:before,
nav.educate-theme-page-links ul.pager li a:before,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:before,
.educate-pagination-wrapper .page-number .page-numbers:before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--educate-primary-color);
    /* border-radius: 100px; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    z-index: -1;
    opacity: 0;
}

nav.educate-theme-page-links ul.pager li.active span:before,
nav.educate-theme-page-links ul.pager li:hover a:before,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current:before,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover:before,
.educate-pagination-wrapper .page-number .page-numbers.current:before,
.educate-pagination-wrapper .page-number .page-numbers:hover:before {
    opacity: 1;
}

body .tutor-pagination-wrap i,
nav.educate-theme-page-links ul.pager li i,
nav.educate-theme-page-links ul.pager li i,
.educate-pagination-wrapper .page-numbers i {
    font-size: 22px;
    font-weight: 500;
}

.educate-pagination-wrapper .page-number .page-numbers:focus,
.educate-social-share-icons-wrapper a:focus,
.educate-single-blog .blog-content .title a:focus {
    outline: 0;
}

body .tutor-pagination-wrap span.current,
body .tutor-pagination-wrap a:hover,
nav.educate-theme-page-links ul.pager li.active span,
nav.educate-theme-page-links ul.pager li:hover a,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current,
.educate-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover,
.educate-pagination-wrapper .page-number .page-numbers.current,
.educate-pagination-wrapper .page-number .page-numbers:hover {
    color: #ffffff;
}

nav.educate-theme-page-links ul.pager,
nav.educate-theme-page-links {
    display: flex;
    align-items: center;
}

nav.educate-theme-page-links {
    margin: 70px 0 0;
}

.educate-single-post nav.educate-theme-page-links {
    margin: 20px 0 0;
}

nav.educate-theme-page-links ul.pager {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

/**
* -------------------
* # Comments
* -------------------
*/

.educate-comments-area .educate-comment-form textarea {
    height: 180px;
    display: grid;
    padding: 17px 30px;
}

.educate-comments-area label {
    font-weight: 600;
    display: flex;
    margin-bottom: 7px;
}

.educate-comments-area p.comment-form-cookies-consent {
    display: flex;
}

.educate-comments-area p.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
    width: 20px;
    height: 20px;
}

.educate-comments-area p.comment-form-cookies-consent label {
    padding-left: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.post-password-form input[type=password] {
    background: #f4f4f4;
    border: 0;
    height: 60px;
    margin-right: 5px;
    margin-left: 5px;
}

.post-password-form input[type=submit],
.educate-comments-area .educate-comment-btn {
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 500;
    background: var(--educate-primary-color);
    font-family: var(--educate-font-secondary);
    border: 0;
}

.post-password-form input[type=submit]:hover,
.educate-comments-area .educate-comment-btn:hover {
    background: var(--educate-color-secondary);
}

.learn-press-form .form-fields .form-field input[type=text],
.learn-press-form .form-fields .form-field input[type=email],
.learn-press-form .form-fields .form-field input[type=number],
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field input[type=url],
.learn-press-form .form-fields .form-field textarea,
.comments-area .educate-comment-form input[type=text],
.comments-area .educate-comment-form input[type=email],
.comments-area .educate-comment-form input[type=url],
.comments-area .educate-comment-form textarea#comment {
    width: 100%;
    margin-bottom: 30px;
    background: var(--educate-color-white);
    border: 0;
    font-family: var(--educate-font-primary);
    font-weight: 400;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 15px;
}

.educate-comments-area .educate-row {
    margin-bottom: 0px !important;
}

.educate-comments-area .educate-row>* {
    margin-bottom: 0px !important;
}

.filter-widget.widget-search input[type="text"]:focus,
.widget.widget_product_search input[type="search"]:focus,
.educate-search-box .search-form input:focus,
.learn-press-form .form-fields .form-field input[type=text]:focus,
.learn-press-form .form-fields .form-field input[type=email]:focus,
.learn-press-form .form-fields .form-field input[type=number]:focus,
.learn-press-form .form-fields .form-field input[type=password]:focus,
.learn-press-form .form-fields .form-field input[type=url]:focus,
.learn-press-form .form-fields .form-field textarea:focus,
.comments-area .educate-comment-form input[type=text]:focus,
.comments-area .educate-comment-form input[type=email]:focus,
.comments-area .educate-comment-form input[type=url]:focus,
.comments-area .educate-comment-form textarea#comment:focus {
    border-color: var(--educate-primary-color);
}

.learn-press-form .form-fields .form-field input[type=text],
.learn-press-form .form-fields .form-field input[type=email],
.learn-press-form .form-fields .form-field input[type=number],
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field input[type=url],
.comments-area .educate-comment-form input[type=text],
.comments-area .educate-comment-form input[type=email],
.comments-area .educate-comment-form input[type=url] {
    height: 60px;
    padding: 0 30px !important;
}

.comments-area .educate-comment-form p.form-submit {
    margin: 0;
}

ol.educate-comment-list {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    list-style: none;
}

ol.educate-comment-list li {
    margin-bottom: 0;
    margin-top: 0;
}

.educate-comment-list article.educate-single-comment {
    position: relative;
}

.educate-comment-list .educate-comment-each-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.educate-comment-list>.educate-comment-item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.educate-comment-list>.educate-comment-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.educate-comment-list>.educate-comment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.educate-comment-list>.educate-comment-item.parent .educate-comment-item {
    margin-top: 30px;
}

.educate-comment-list>.educate-comment-item:not(:last-child) {
    border-bottom: 1px solid var(--educate-color-border);
}

.educate-comment-list .educate-comment-avatar {
    min-width: 80px;
    width: 80px;
    margin-right: 30px;
}

.educate-comment-list .educate-comment-avatar a {
    display: flex;
}

.educate-comment-list .educate-comment-avatar img {
    border-radius: 100px;
    width: 100%;
}

.educate-comment-item .educate-media-body {
    flex: 1;
}

.educate-comment-item h4.educate-media-heading {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.educate-comment-item h4.educate-media-heading a {
    font-family: var(--educate-font-secondary);
}

.educate-comment-header {
    margin-bottom: 14px;
}

.educate-comment-header span.comment-metadata {
    display: flex;
}

.educate-comment-header span.comment-metadata .comment-edit-link {
    margin-left: 20px;
    color: var(--educate-heading-color);
    font-weight: 500;
}

.educate-comment-header span.comment-metadata .comment-edit-link:hover {
    opacity: .75;
}

.educate-comment-bottom-part .comment-reply-link {
    color: var(--educate-heading-color);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: var(--educate-font-secondary);
}

.educate-comment-bottom-part .comment-reply-link i {
    margin-right: 6px;
    font-size: 16px;
}

.educate-comment-list .comment-content {
    margin-bottom: 18px;
}

.educate-comment-list .comment-content p:last-child {
    margin: 0;
}

.educate-comment-bottom-part {
    display: flex;
    justify-content: space-between;
}

.educate-comment-bottom-part .edit-link {
    margin: 0;
}

.educate-comment-list table a {
    text-decoration: none;
}

.educate-comment-list li>ol.children {
    margin-left: 30px;
    list-style: none;
    padding-left: 0;
}

/**
* -------------------
* # Post
* -------------------
*/

.educate-blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -25px;
    padding: 0;
    list-style: none;
}

.educate-blog-meta li {
    margin: 5px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.educate-blog-meta li i,
.educate-blog-meta li img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.educate-blog-meta li img {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .educate-blog-meta {
        margin: -5px -10px;
    }

    .educate-blog-meta li {
        margin: 5px 10px;
    }
}

.educate-row.educate-blog-post-archive-style-standard {
    margin-bottom: -70px;
}

.educate-row.educate-blog-post-archive-style-standard>* {
    margin-bottom: 70px !important;
}

.educate-blog-post-standard .edu-blog .content {
    /*    background-color: var(--educate-color-white);*/
    border-radius: 0 0 10px 10px;
    position: relative;
    padding: 30px 0 0 0;
}

.educate-blog-post-standard .edu-blog {
    position: relative;
}

.educate-blog-post-standard .inner .thumbnail a,
.educate-blog-post-standard .inner .thumbnail img {
    border-radius: 0 !important;
}

.educate-blog-post-standard .top-position.left-top {
    left: 20px;
    top: 20px;
    position: absolute;
    z-index: 2;
}

.educate-blog-post-standard .content {
    padding: 35px;
}

.educate-blog-post-standard .content .educate-blog-meta {
    margin-bottom: 20px;
}

.educate-blog-post-standard .content .title.empty-title {
    display: none;
}

.educate-blog-post-standard .content p:last-child {
    margin-bottom: 0;
}

.educate-blog-post-standard.sticky:not(.has-post-thumbnail) .educate-blog-post-standard {
    background: rgba(13, 176, 159, .07);
}

.educate-blog-post-standard.sticky:not(.has-post-thumbnail) .educate-blog-meta {
    margin: -5px -25px 20px 70px;
}

.educate-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before {
    position: absolute;
    content: "\f124";
    right: 35px;
    top: 0;
    font-family: 'flaticon_educate' !important;
    background: #0DB09F;
    color: var(--educate-color-white);
    font-size: 30px;
    width: 56px;
    height: 61px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    line-height: 61px;
}

.educate-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
    position: absolute;
    content: "\f124";
    right: 35px;
    top: 0;
    font-family: 'flaticon_educate' !important;
    background: #0DB09F;
    color: var(--educate-color-white);
    font-size: 30px;
    width: 56px;
    height: 61px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    line-height: 61px;
    z-index: 1;
}

.educate-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
    left: 111px;
}

.educate-blog-post-standard .read-more-button {
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .educate-blog-post-standard .content .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .educate-blog-post-standard .content {
        padding: 22px;
    }

    .educate-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before,
    .educate-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
        display: none;
    }

    .educate-blog-post-standard.sticky:not(.has-post-thumbnail) .educate-blog-meta {
        margin: -5px -10px 20px;
    }

    .educate-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
        left: 20px;
    }

    .educate-blog-post-standard .edu-blog .content {
        padding: 30px 25px;
    }

    .educate-row.educate-blog-post-archive-style-standard {
        margin-bottom: -30px;
    }

    .educate-row.educate-blog-post-archive-style-standard>* {
        margin-bottom: 30px !important;
    }
}

/*
 * if page layout is boxed and pade sidebar is either
 * left-sidebar or right-sidebar except no-sidebar.
 */

.elementor-edit-area {
    width: 100%;
}

.elementor_library-template-default .entry-footer {
    display: none;
}

.elementor-template-full-width .tpc-site-content-inner.educate-container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.elementor-template-full-width .tpc-site-content-inner>.educate-row {
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    margin-right: 0;
    margin-left: 0;
}

.elementor-page .educate-single-page {
    margin-bottom: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: inherit;
    border-radius: inherit;
    padding: inherit;
}

.elementor-page .page-content,
.elementor-page .entry-content,
.elementor-page .entry-summary {
    margin-top: 0;
}

.elementor-page.educate-page-sidebar-disable .educate-page-container.educate-container {
    max-width: 100%;
}

.elementor-page.educate-page-sidebar-disable .educate-page-container.educate-container .entry-footer .edit-link {
    max-width: 1170px;
    margin: 0 auto;
}

.elementor-page .educate-fullwidth-page-container .content-area.educate-col-lg-12,
.elementor-page .educate-container .content-area.educate-col-lg-12 {
    padding: 0;
}

.educate-sticky-header-wrapper.educate-header-sticky-active .educate-hide-at-sticky {
    display: none;
}

/**
 * --------------------------------------
 * # Section Title
 * --------------------------------------
 */

.educate-section-heading .pre-heading {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.educate-section-heading .heading {
    font-size: var(--educate-h2);
    line-height: var(--educate-h2-lineHeight);
    margin-top: 0;
    margin-bottom: 0;
}

.educate-section-heading .heading mark {
    color: var(--educate-color-secondary);
    background: inherit;
}

.educate-section-heading .title-shape {
    margin-top: 4px;
    display: block;
    color: var(--educate-primary-color);
}

.educate-section-heading .sub-heading {
    margin-top: 15px;
}

.educate-section-heading .sub-heading p {
    margin-bottom: 24px;
}

.educate-section-heading .sub-heading p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .educate-section-heading .heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .educate-section-heading .heading {
        font-size: 26px;
    }
}

/**
* -------------------
* # Sal Animation
* -------------------
*/

@-webkit-keyframes educate--slide-up {
    0% {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes educate--slide-up {
    0% {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.educate--slide-up {
    animation-name: educate--slide-up;
}

[data-sal].sal-animate {
    animation-name: educate--slide-up;
    animation-duration: 1.25s;
}

.educate-course-filter-type-cat-filter [data-sal],
.educate-course-filter-type-cat-filter [data-sal].sal-animate,
.educate-filter-type-tab-filter [data-sal],
.educate-filter-type-tab-filter [data-sal].sal-animate {
    animation-name: unset;
    animation-duration: unset;
}

/**
* -------------------
* # Responsive CSS
* -------------------
*/

.educate-header-area i.flaticon-menu {
    font-size: 20px;
    top: 5px;
    position: relative;
}

@media screen and (max-width: 1199px) {

    .educate-header-area.educate-navbar .site-branding,
    .educate-mobile-menu .educate-mobile-hamburger-menu {
        height: 80px;
        line-height: 80px;
    }

    .educate-header-area .educate-theme-nav.educate-navbar-collapse {
        display: none;
    }

    nav.main-navigation.educate-navbar-collapse.educate-elementor-nav {
        display: none;
    }

    .educate-header-area .quote-icon.educate-theme-nav-responsive {
        display: block;
    }

    .educate-mobile-menu {
        margin-left: 8px;
        padding-bottom: 8px;
        display: block;
    }

    .educate-default-header-nav {
        display: flex;
        justify-content: flex-end;
    }

    .educate-mobile-menu-item,
    .educate-elementor-mobile-menu-item {
        display: block;
    }

    body.admin-bar .educate-mobile-menu-nav-wrapper {
        padding: 32px 0px 0px;
    }
}

@media screen and (max-width: 991px) {
    .educate-header-area .educate-container {
        position: relative;
    }

    .educate-header-area>.educate-container,
    .educate-header-area>.educate-container-fluid {
        -ms-flex-align: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .educate-comment-list li>ol.children {
        margin-left: 15px;
    }

    .educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li>a.nav-link,
    .educate-header-area ul.educate-navbar-nav>li>a {
        padding: 0 10px;
    }

    aside#secondary.widget-area {
        margin-top: 30px;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .educate-mobile-menu-nav-wrapper {
        padding: 46px 0px 0px;
    }

    body.admin-bar .educate-sticky-header-wrapper.educate-header-sticky-active,
    body.admin-bar .site-header.educate-header-sticky-active {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .educate-mobile-menu-nav-wrapper {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {

    .widget_archive ul.children li,
    .widget_categories ul.children li,
    .widget_pages ul.children li,
    .widget_meta ul.children li,
    .widget_nav_menu ul ul.sub-menu li {
        padding-left: 15px;
    }

    .educate-single-post .educate-single-post-meta-info {
        margin: 0 0 15px;
    }
}

@media (max-width: 600px) {

    body.admin-bar .educate-sticky-header-wrapper.educate-header-sticky-active,
    body.admin-bar .site-header.educate-header-sticky-active {
        top: 0;
    }
}

@media (max-width: 580px) {
    .educate-comment-list li>ol.children {
        margin-left: 0px;
    }

    .widget_archive ul.children li,
    .widget_categories ul.children li,
    .widget_pages ul.children li,
    .widget_meta ul.children li,
    .widget_nav_menu ul ul.sub-menu li {
        padding-left: 10px;
    }
}

@media (min-width: 576px) {
    .educate-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .educate-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .educate-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .educate-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .educate-col-sm-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .educate-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .educate-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .educate-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .educate-col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .educate-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .educate-col-sm-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .educate-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .educate-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .educate-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .educate-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .educate-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .educate-col-md-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .educate-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .educate-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .educate-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .educate-col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .educate-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .educate-col-md-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .educate-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .educate-404-page-header {
        font-size: 40px;
        line-height: 50px;
    }

    blockquote.wp-block-quote:before {
        width: 10px;
    }
}

@media (min-width: 992px) {
    .educate-error-404.not-found {
        margin-top: -100px;
    }

    .educate-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .educate-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .educate-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .educate-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .educate-col-lg-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .educate-col-lg-el-5 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .educate-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .educate-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .educate-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .educate-col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .educate-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .educate-col-lg-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .educate-col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    body .e-con>.e-con-inner {
        max-width: var(--educate-elementor-container-width);
    }

    .container,
    .educate-container {
        max-width: var(--educate-elementor-container-width);
    }

    .educate-404-page-header {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 24px;
        margin-top: 23px;
    }

    .educate-404-page-details {
        font-size: 24px;
        line-height: 26px;
    }

    .educate-error-404 .educate-button-item {
        margin-top: 70px;
    }
}

@media (min-width: 1200px) {
    .educate-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .educate-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .educate-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .educate-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .educate-col-xl-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .educate-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .educate-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .educate-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .educate-col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .educate-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .educate-col-xl-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .educate-col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**
* ---------------------
* # Swiper Related CSS
* ---------------------
*/

.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable {
    position: relative;
}

.tpc-slider-wrapper .tpc-slider-dots-enable {
    padding-bottom: 70px !important;
}

.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    line-height: 64px;
    color: var(--educate-color-white);
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    transition: all 0.4s ease-out 0s;
    background: var(--educate-primary-color);
    z-index: 1;
}

.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls.slide-prev {
    left: -70px;
}

.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable.tpc-slider-wrapper-dots-enable .swiper-slide-controls {
    top: calc(50% - 65px);
}

.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls.slide-next {
    right: -70px;
}

/**
* -------------------
* # Courses
* -------------------
*/

.educate-single-course .course-hover-content {
    position: absolute;
    top: -10px;
    left: -25px;
    right: -25px;
    padding: 42px 40px 42px;
    background-color: #fff;
    box-shadow: 0 10px 30px 11px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 100;
    transition: none;
}

.educate-single-course .course-hover-content .content {
    padding: 0;
}

.educate-single-course .wishlist-btn {
    background: rgba(255, 255, 255, 0.15);
    width: 40px;
    height: 40px;
    line-height: 47px;
    padding: inherit;
    text-align: center;
    border-radius: 50%;
    border: 0 none;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    z-index: 1;
}

.educate-single-course .wishlist-btn i {
    color: var(--educate-color-white);
    font-size: 19px;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

.educate-single-course .course-hover-content .content .course-level {
    background-color: var(--educate-color-white);
    color: var(--educate-heading-color);
}

.educate-single-course .course-hover-content .content .title {
    color: var(--educate-color-white);
    font-weight: 600;
}

.educate-single-course .course-hover-content .content .title a:hover {
    color: var(--educate-color-white);
}

.educate-single-course .course-hover-content .content .course-rating .rating-count {
    color: var(--educate-color-white);
}

.educate-single-course .course-hover-content .content .course-price {
    color: var(--educate-color-white);
}

.educate-single-course .course-hover-content .content p {
    color: var(--educate-color-white);
    margin-bottom: 15px;
}

.educate-single-course .course-hover-content .content .course-meta {
    margin-bottom: 16px;
}

.educate-single-course .course-hover-content .content .course-meta li {
    color: var(--educate-color-white);
}

.educate-single-course .course-hover-content .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.25);
}

.educate-single-course .course-hover-content .content .course-meta li i {
    color: var(--educate-color-white);
}

.educate-single-course .hover-content-aside {
    width: 344px;
    padding-left: 12px;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    transform: translateY(-50%) translateX(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    pointer-events: none;
    z-index: 1;
}

.educate-single-course .hover-content-aside .content {
    background-color: var(--educate-color-white);
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
    padding: 30px 30px 40px 30px;
}

.educate-single-course .hover-content-aside .content:before {
    content: "";
    border-top: 12px solid transparent;
    border-right: 13px solid var(--educate-color-white);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.educate-single-course .hover-content-aside .content .course-rating {
    margin-bottom: 0;
}

.educate-single-course .hover-content-aside .content .course-meta {
    margin-bottom: 5px;
}

.educate-single-course .hover-content-aside .content .course-meta li {
    font-size: var(--educate-font-size-b1);
    color: var(--educate-color-body);
}

.educate-single-course .hover-content-aside .content .course-meta li:after {
    height: 5px;
    width: 5px;
    background-color: #d1d1d1;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
}

.educate-single-course .hover-content-aside .content .course-feature {
    margin-bottom: 25px;
}

.educate-single-course .hover-content-aside .content .course-feature ul li {
    font-size: 13px;
    position: relative;
    padding-left: 28px;
}

.educate-single-course .hover-content-aside .content .course-feature ul li:before {
    content: "\e913";
    font-family: 'icomoon';
    color: var(--educate-heading-color);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.educate-single-course .hover-content-aside .content .button-group .edu-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.educate-single-course .hover-content-aside.content-right {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 12px;
}

.educate-single-course .hover-content-aside.content-right .content:before {
    left: auto;
    right: -12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.educate-single-course:hover .thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.educate-single-course:hover .course-hover-content {
    visibility: visible;
    opacity: 1;
}

.educate-single-course:hover .hover-content-aside {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.empty-wishlist-text {
    font-weight: 600;
    font-family: var(--educate-font-secondary);
    color: var(--educate-color-body);
}

/* ## Course essential */

#educate-login-notification {
    position: fixed;
    z-index: 999;
    font-size: 16px;
    font-weight: 500;
    top: 45%;
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#educate-login-notification.EducateFadeOutRight {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.educate-login-message {
    color: var(--educate-color-white);
    background: var(--educate-color-tertiary);
    padding: 15px;
    border-radius: 5px 0 0 5px;
}

/* ## Course Rating */

.tpc-course-review-wrapper {
    position: relative;
    overflow: hidden;
    width: 95px;
}

.tpc-course-review {
    color: #caccd2;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.tpc-course-review li {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tpc-course-review li:not(:last-child) {
    margin-right: 4px;
}

.tpc-course-review.tpc-review-filled {
    color: var(--educate-color-tertiary);
    position: absolute;
    top: 0;
    left: 0;
}

/*.educate-single-course.course-style-3 .course-price:empty, .educate-single-course.course-style-4 .course-price:empty, .educate-single-course.course-style-5 .course-price:empty, .educate-single-course.course-style-6 .thumbnail .course-price:empty, .educate-single-course.course-style-9 .thumbnail .course-price:empty, .educate-single-course.course-style-10 .course-price:empty, .educate-single-course.course-style-11 .course-price:empty, .educate-single-course.course-style-12 .course-price:empty, .educate-single-course.course-style-13 .course-price:empty, .educate-single-course.course-style-14 .course-price:empty {
    display: none;
}*/

.tpc-course-header-meta-items .tpc-course-rating-content {
    margin-bottom: 0 !important;
}

.tpc-course-rating-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.educate-media-heading .tpc-course-rating-content {
    margin-bottom: 6px;
}

.tpc-rating-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--educate-heading-color);
    margin-left: 10px;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

/*.educate-single-course.course-style-1:hover .tpc-rating-text, .educate-single-course.course-style-15:hover .tpc-rating-text, .educate-single-course.course-style-16:hover .tpc-rating-text {
    color: var(--educate-color-white);
}
.educate-single-course.course-style-1:hover .tpc-course-review, .educate-single-course.course-style-15:hover .tpc-course-review, .educate-single-course.course-style-16:hover .tpc-course-review {
    color: #dfe1e4;
}
*/

.educate-course-archive-top-bar-wrapper {
    margin-bottom: 40px;
}

.educate-course-archive-top-bar {
    align-items: center;
}

.educate-course-archive-index-count {
    font-weight: var(--educate-p-semi-bold);
    font-size: var(--educate-h6);
    line-height: var(--educate-h6-lineHeight);
    font-family: var(--educate-font-secondary);
    color: var(--educate-heading-color);
}

.educate-course-archive-index-count span {
    color: var(--educate-primary-color);
}

.educate-course-archive-search {
    text-align: right;
}

.edu-search-box {
    position: relative;
    display: inline-block;
}

.edu-search-box input {
    height: 52px;
    background: var(--educate-color-shade);
    font-weight: 500;
    font-size: 16px;
    color: var(--educate-heading-color);
    padding: 0 25px;
    min-width: 350px;
    border: 0 none;
    border-radius: 5px;
    padding-right: 48px;
    font-family: var(--educate-font-primary);
}

.edu-search-box .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 0;
    border: 0 none;
    background: transparent;
    color: var(--educate-color-black);
}

.edu-search-box .search-button i {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .educate-course-archive-search {
        text-align: left;
    }

    .edu-search-box {
        width: 100%;
    }

    .edu-search-box input {
        min-width: 100%;
    }
}

/* ## Team/Instructor 3 */

.educate-team-3-widget .educate-team-item {
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
}

.educate-team-3-widget .educate-team-item:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--educate-color-white);
    border-radius: 10px;
    box-shadow: var(--educate-shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.educate-team-3-widget .educate-team-item .content .designation {
    margin-bottom: 15px;
}

.educate-team-3-widget .educate-team-item .content p {
    margin-bottom: 0;
}

/**
* -------------------
* # Posts
* -------------------
*/

.edu-blog {
    position: relative;
}

.edu-blog .thumbnail {
    position: relative;
}

.edu-blog .thumbnail a {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.edu-blog .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

.edu-blog .thumbnail a img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

.edu-blog .thumbnail .video-play-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--educate-color-white);
    border-radius: 50% !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    font-size: 18px;
    color: var(--educate-primary-color);
}

.edu-blog .thumbnail .video-play-btn:after {
    display: none;
}

@media only screen and (max-width: 575px) {
    .edu-blog .thumbnail .video-play-btn {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
}

.edu-blog .content {
    /*    background-color: var(--educate-color-white);*/
    padding: 30px 25px 0 25px;
    border-radius: 10px;
    position: relative;
}

.blog_layout_overlay .blog-details-top {
    position: relative;
    z-index: 1;
}

.edu-blog .blog-meta,
.blog_layout_overlay .blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 18px;
    margin: 0;
    align-items: center;
}

.edu-blog .blog-meta {
    padding-bottom: 25px;
}

.author.vcard img {
    display: inline-block;
    /*    width: 32px; 
    height: 32px; */
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.blog_layout_overlay .educate-cat-wrapper {
    margin-bottom: 20px;
}

.blog_layout_overlay .educate-post-cat a {
    color: #fff;
}

.edu-blog .blog-meta li,
.blog_layout_overlay .blog-meta li {
    /*    margin: 5px 16px;*/
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #838383;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.edu-blog .blog-meta li:first-child,
.blog_layout_overlay .blog-meta li:first-child {
    margin-left: 0;
}

.edu-blog .blog-meta li:hover a {
    color: var(--educate-heading-color);
    text-decoration: underline;
}

.blog_layout_overlay .blog-meta li:hover a {
    color: var(--educate-primary-color);
}

.blog_layout_overlay .blog-meta li,
.blog_layout_overlay .blog-meta li a {
    color: #fff;
    font-weight: 700;
}

.edu-blog .blog-meta li i,
.blog_layout_overlay .blog-meta li i {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    color: var(--educate-primary-color);
}

.edu-blog .blog-meta li:last-child:after {
    display: none;
}

.edu-blog .blog-meta li.meta-blog-cat a {
    color: #838383;
}

@media only screen and (max-width: 1199px) {
    .edu-blog .content {
        padding: 30px 20px;
    }

    /* .edu-blog .blog-meta {
        margin: -5px -10px;
    } */
    .edu-blog .blog-meta li {
        margin: 5px 10px;
    }

    .edu-blog .blog-meta li:after {
        right: -11px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-blog .content {
        padding: 20px;
    }
}

.edu-blog .content .title {
    margin-bottom: 15px;
    font-weight: 600;
}

.edu-blog .content .title.empty-title {
    display: none;
    margin-bottom: 0px;
}

.edu-blog .content p {
    margin-bottom: 0;
}

.edu-blog .content.position-top {
    margin-top: -175px;
    margin-left: 30px;
    margin-right: 30px;
}

.edu-blog .content.position-top.without-thumb {
    margin-top: 0px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-blog .content.position-top {
        margin-top: -125px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-blog .content.position-top {
        margin-top: -105px;
    }
}

@media only screen and (max-width: 1199px) {
    .edu-blog .content.position-top {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-blog .content.position-top {
        margin-left: 15px;
        margin-right: 15px;
    }
}


.edu-blog .btn-icon-round:hover {
    color: var(--educate-color-white);
    background-color: var(--educate-color-secondary);
}

.edu-blog:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}

.edu-blog:hover .thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*.edu-blog:hover .position-top .read-more-btn {
    visibility: visible;
    opacity: 1;
    top: -30px;
}*/

/* ## Post 1 */

.edu-blog.blog-style-1 .thumbnail a {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-1 .thumbnail a img {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-1 .content {
    padding: 25px 30px 30px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    transition: all 0.5s ease;
}

/* ## Post 3 */

.edu-blog.blog-style-3 .content {
    padding: 30px 0 0 0;
    box-shadow: none;
}

/* ## Post 4 */

.edu-blog.blog-style-4 .content {
    padding: 25px 0px 0px;
    background-color: transparent;
    box-shadow: none;
}

.edu-blog.blog-style-4 .content .read-more-btn {
    position: absolute;
    top: -45px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

.edu-blog.blog-style-4:hover .content .read-more-btn {
    visibility: visible;
    opacity: 1;
    top: -35px;
}

.edu-blog.blog-style-4 .content .read-more-btn a:hover {
    color: var(--educate-color-white);
}

/* ## Post 5 */

.edu-blog.blog-style-5 .inner .thumbnail a {
    border-radius: 5px;
}

.edu-blog.blog-style-5 .inner .thumbnail a::after {
    display: none;
}

.edu-blog.blog-style-5 .inner .thumbnail a img {
    border-radius: 5px;
}

.edu-blog.blog-style-5 .inner .thumbnail .category-wrap a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: var(--educate-primary-color);
    border-radius: 3px;
    padding: 2px 21px;
    font-size: 15px;
    color: var(--educate-color-white);
    display: block;
}

.edu-blog.blog-style-5 .inner .content {
    background-color: transparent;
    padding: 25px 0px 0 0;
    border-radius: 0;
    box-shadow: none;
}

.edu-blog.blog-style-5 .content .blog-meta {
    padding-bottom: 13px;
}

.edu-blog.blog-style-5 .content .blog-btn {
    font-size: var(--educate-font-size-b1);
    font-weight: var(--educate-p-semi-bold);
    font-family: var(--educate-font-secondary);
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
    color: var(--educate-heading-color);
}

.edu-blog.blog-style-5 .content .blog-btn i {
    font-size: 12px;
    font-weight: var(--educate-p-semi-bold);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--educate-transition);
    transition: var(--educate-transition);
}

.edu-blog.blog-style-5 .content .blog-btn:hover {
    color: var(--educate-heading-color);
}

.edu-blog.blog-style-5 .content .blog-btn:hover i {
    padding-left: 7px;
    visibility: visible;
    opacity: 1;
}

/* ## Post 6 */

.edu-blog.blog-style-6 .thumbnail .date {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: var(--educate-primary-color);
    border-radius: 3px;
    font-size: 15px;
    color: var(--educate-color-white);
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.edu-blog.blog-style-6 .thumbnail .date .educate_date {
    font-size: 22px;
    font-weight: 700;
    flex: 100%;
    line-height: 1;
    position: relative;
    bottom: -5px;
}

.edu-blog.blog-style-6 .thumbnail .date .educate_months {
    flex: 100%;
    line-height: 1;
    bottom: 5px;
    position: relative;
}

.edu-blog.blog-style-6 .thumbnail a {
    border-radius: 10px 10px 0px 0px;
}

.edu-blog.blog-style-6 .thumbnail a img {
    border-radius: 10px 10px 0px 0px;
}

.edu-blog.blog-style-6 .content.position-top {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0 0;
}

.edu-blog.blog-style-6 .content {
    border-radius: 0px 0px 10px 10px;
}

/* ## Post Classic Layout */

.educate-classic-post-layout .featured-post .thumbnail a img {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s;
    width: 100%;
    object-fit: cover;
}

.educate-classic-post-layout.specific-post-title-line-two .specific-posts .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.educate-classic-post-layout .thumbnail {
    position: relative;
}

/* ## Post Classic Layout 1 & 3 */

.educate-classic-post-layout.layout-1 .featured-post .thumbnail a,
.educate-classic-post-layout.layout-3 .featured-post .thumbnail a {
    border-radius: 5px;
}

.educate-classic-post-layout.layout-1 .featured-post .thumbnail::after,
.educate-classic-post-layout.layout-3 .featured-post .thumbnail::after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.educate-classic-post-layout.layout-1 .featured-post .thumbnail .content,
.educate-classic-post-layout.layout-3 .featured-post .thumbnail .content {
    padding: 30px 25px 25px 30px;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.educate-classic-post-layout.layout-1 .category-wrap a,
.educate-classic-post-layout.layout-3 .category-wrap a {
    color: var(--educate-color-white);
    background: var(--educate-primary-color);
    padding: 4px 16px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.educate-classic-post-layout.layout-1 .featured-post .title,
.educate-classic-post-layout.layout-3 .featured-post .title {
    color: var(--educate-color-white);
    margin-bottom: 15px;
}

.educate-classic-post-layout.layout-1 .featured-post .title a:hover,
.educate-classic-post-layout.layout-3 .featured-post .title a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.educate-classic-post-layout.layout-1 .blog-meta,
.educate-classic-post-layout.layout-3 .blog-meta {
    padding-bottom: 0;
    margin: -5px -9px;
}

.educate-classic-post-layout.layout-1 .blog-meta li,
.educate-classic-post-layout.layout-3 .blog-meta li {
    margin: 5px 9px;
}

.educate-classic-post-layout.layout-1 .featured-post .blog-meta li,
.educate-classic-post-layout.layout-1 .featured-post .blog-meta li i,
.educate-classic-post-layout.layout-3 .featured-post .blog-meta li,
.educate-classic-post-layout.layout-3 .featured-post .blog-meta li i {
    color: var(--educate-color-white);
}

.educate-classic-post-layout.layout-1 .edu-blog .thumbnail a:after,
.educate-classic-post-layout.layout-1 .edu-blog .blog-meta li:after,
.educate-classic-post-layout.layout-3 .edu-blog .thumbnail a:after,
.educate-classic-post-layout.layout-3 .edu-blog .blog-meta li:after {
    display: none;
}

.educate-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a,
.educate-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a img,
.educate-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a,
.educate-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a img {
    border-radius: 5px 5px 0 0;
}

.educate-classic-post-layout.layout-1 .specific-posts .inner .content,
.educate-classic-post-layout.layout-3 .specific-posts .inner .content {
    padding: 0 20px 30px 25px;
    background-color: var(--educate-color-white);
    box-shadow: var(--educate-shadow-darker);
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.educate-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a:after,
.educate-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.educate-classic-post-layout.layout-1 .specific-posts .category-wrap a {
    position: relative;
    top: -17px;
}

.educate-classic-post-layout.layout-1 .category-wrap a:hover,
.educate-classic-post-layout.layout-3 .category-wrap a:hover {
    color: var(--educate-color-white);
}

.educate-classic-post-layout.layout-1 .specific-posts .content .blog-meta i,
.educate-classic-post-layout.layout-3 .specific-posts .content .blog-meta i {
    color: #d0d0d1;
}

.educate-classic-post-layout.layout-3 .specific-posts .category-wrap a {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.educate-classic-post-layout.layout-3 .specific-posts .inner .content {
    padding-top: 30px;
}

/* ## Post Classic Layout 2 */

.educate-classic-post-layout.layout-2 .featured-post .thumbnail a img {
    border-radius: 10px;
}

.educate-classic-post-layout.layout-2 .featured-post.edu-blog .thumbnail a:after {
    display: none;
}

.educate-classic-post-layout.layout-2 .featured-post .content {
    padding: 23px 0 0 110px;
    box-shadow: none;
}

.educate-classic-post-layout.layout-2 .edu-blog .content .category-wrap {
    display: flex;
}

.educate-classic-post-layout.layout-2 .edu-blog .content .category-wrap a {
    font-weight: 500;
}

.educate-classic-post-layout.layout-2 .blog-date {
    width: 80px;
    height: 80px;
    background: var(--educate-primary-color);
    color: var(--educate-color-white);
    font-family: var(--educate-font-secondary);
    border-radius: 60px 60px 14px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.educate-classic-post-layout.layout-2 .featured-post .blog-date {
    top: 24px;
    right: inherit;
    left: 0;
}

.educate-classic-post-layout.layout-2 .blog-date span {
    font-weight: 700;
    font-size: 22px;
    display: block;
    text-align: center;
}

.educate-classic-post-layout.layout-2 .blog-date span.day {
    line-height: 1;
    margin-bottom: 4px;
}

.educate-classic-post-layout.layout-2 .blog-date span.month {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.educate-classic-post-layout.layout-2 .featured-post.edu-blog .content .title {
    margin-bottom: 15px;
}

.educate-classic-post-layout.layout-2 .featured-post.edu-blog .content .blog-meta {
    padding: 20px 0 0;
}

.educate-classic-post-layout.layout-2 .content .blog-meta i {
    color: #d0d0d1;
}

@media (min-width: 1400px) {
    .educate-classic-post-layout.layout-2 .tpc-post-featured-item {
        margin-right: 30px;
    }

    .educate-classic-post-layout.layout-2 .specific-posts {
        padding-left: 45px;
    }
}

.educate-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
    margin-bottom: 40px;
}

.educate-classic-post-layout.layout-2 .specific-posts .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.educate-classic-post-layout.layout-2 .specific-posts .thumbnail {
    margin-right: 30px;
    max-width: 240px;
}

.educate-classic-post-layout.layout-2 .specific-posts .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.educate-classic-post-layout.layout-2 .specific-posts .content {
    box-shadow: none;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.educate-classic-post-layout.layout-2 .specific-posts .edu-blog .content .blog-meta {
    padding-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .educate-classic-post-layout.layout-2 .specific-posts .inner {
        display: block;
    }

    .educate-classic-post-layout.layout-2 .specific-posts .thumbnail {
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .educate-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

/**
* -------------------
* # 404 Error
* -------------------
*/

.error-page-area {
    position: relative;
}

.edu-error {
    text-align: center;
}

.edu-error .thumbnail {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.error-page-area .s0 {
    fill: var(--educate-primary-color);
}

/* === header-breadcrumb ==== */

.header-breadcrumb {
    position: relative;
}

.header-breadcrumb ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.header-breadcrumb ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

.header-breadcrumb ul li,
.header-breadcrumb ul li a {
    font-size: 15px;
    font-family: var(--educate-font-secondary);
}

.header-breadcrumb ul li:after {
    content: "\002F";
    padding: 0 0.5em;
    margin: 0;
}

.header-breadcrumb ul li:last-of-type::after {
    display: none;
}

/****************** Compatible with old version ************/

.site-branding img.site-logo {
    max-width: 180px;
}

.site-white-logo,
.educate-header-sticky-active.white-logo-enable .site-white-logo,
.white-logo-enable .site-main-logo {
    display: none;
}

.white-logo-enable .site-white-logo,
.educate-header-sticky-active.white-logo-enable .site-main-logo {
    display: block;
}

.educate-dark-header .site-white-logo,
.educate-dark-header .educate-header-sticky-active.white-logo-enable .site-white-logo,
.educate-dark-header .white-logo-enable .site-main-logo {
    display: block;
}

header.site-header.theme-default-header.header-get-sticky.white-logo-enable.headroom.headroom--not-top.madartank.headroom--not-bottom.headroom--pinned .site-main-logo {
    display: block;
}

header.site-header.theme-default-header.header-get-sticky.white-logo-enable.headroom.headroom--not-top.madartank.headroom--not-bottom.headroom--pinned .site-white-logo {
    display: none;
}





/* ---------------------- Theme Custom CSS -------------------- */


@media (min-width: 320px) {
    .elementor-element .e-con-inner {
        /* width: 100% !important; */
        max-width: 300px !important;
    }
}

@media (min-width: 430px) {
    .elementor-element .e-con-inner {
        width: 100% !important;
        max-width: 396px !important;
    }
}

@media (min-width: 768px) {
    .elementor-element .e-con-inner {
        width: 100% !important;
        max-width: 700px !important;
    }
}

@media (min-width: 992px) {
    .elementor-element .e-con-inner {
        /* width: 100% !important; */
        max-width: 870px !important;
    }
}

@media (min-width: 1200px) {
    .elementor-element .e-con-inner {
        width: 100% !important;
        max-width: 1200px !important;
    }
}


@media (min-width: 1599px) {
    .elementor-element .e-con-inner {
        width: 100% !important;
        max-width: 1196px !important;
    }
}

@media (min-width: 1700px) {
    .elementor-element .e-con-inner {
        width: 100% !important;
        max-width: 1296px !important;
    }
}


/* HERO CUSTOM CSS */
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.inter-text {
    color: #2A322D;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
    letter-spacing: -1.22px;
    font-weight: 500;
}

/* CUSTOM BUTTON 1 */
.cus-btn {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.7s ease;
    z-index: 1;
    width: fit-content;
}

.cus-btn .elementor-button-text {
    position: relative;
    z-index: 6;
    transition: all 0.7s ease;
}

.cus-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #0aa6d7;
    z-index: 2;
    transition: all 0.7s ease;

}

.cus-btn:hover::before {
    transition: all 0.7s ease;
    left: 0;
}

.cus-btn.elementor-button-text {
    transition: all 0.7s ease;
}

.cus-btn:hover .elementor-button-text {
    color: #fff !important;
}

.cus-btn:hover {
    color: #fff !important;
    box-shadow: 54px 27px 17px 0px rgba(2, 69, 122, 0.00), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 2px 1px 5px 0px rgba(2, 69, 122, 0.04);
    transform: scale(1.04);
}

/* CUSTOM BUTTON 2 */
.cus-btn-2 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.7s ease;
    z-index: 1;
    width: fit-content;
}

.cus-btn-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FEFCFB;
    z-index: 2;
    transition: all 0.7s ease;

}

.cus-btn-2:hover::before {
    transition: all 0.7s ease;
    left: 0;
}

.cus-btn-2.elementor-button-text {
    transition: all 0.7s ease;
    z-index: 6;
}

.cus-btn-2:hover .elementor-button-text {
    color: #2A322D !important;
    z-index: 3;
    transition: all 0.7s ease;
}

.cus-btn-2:hover {
    transform: scale(1.04);
    color: #2A322D !important;
    box-shadow: 54px 27px 17px 0px rgba(2, 69, 122, 0.00), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 2px 1px 5px 0px rgba(2, 69, 122, 0.04);
}


.tag {
    -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
    animation: animation-upDown-2 3s linear 0s infinite alternate;
}

.brand-slider {
    margin: 0;
    padding: 0;
    width: auto;
}

.brand-slider .e-con-inner {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.tpc-course-category-style-4 {
    flex-direction: column-reverse;
    gap: 0;
}

@-webkit-keyframes animation-upDown-2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes animation-upDown-2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

/* Cooking Style Card */
.educate-cooking-card {
    border-radius: 20px;
    background: #FEFCFB;
    /* Shadow */
    box-shadow: 54px 16px 12px 0px rgba(2, 69, 122, 0.00), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 2px 1px 5px 0px rgba(2, 69, 122, 0.04);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.educate-cooking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
}

.educate-cooking-card .card-image {
    height: 223px;
    position: relative;
}

.educate-cooking-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.educate-cooking-card:hover .card-image img {
    transform: scale(1.05);
}

.educate-cooking-card .card-body {
    padding: clamp(18px, 1.25vw, 40px);
    /*  24px */
    padding-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.educate-cooking-card .card-title {
    font-size: clamp(20px, 1.406vw, 40px);
    margin: 0 0 16px;
    color: #2A322D;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    line-height: 120%;
    /* 32.4px */
    letter-spacing: -0.27px;
    position: relative;
}

.educate-cooking-card .card-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 34%;
    height: 2px;
    background-color: #2A322D;
    margin-top: 8px;
    transition: all 0.4s ease-in-out;
}

.educate-cooking-card .card-link:hover .card-title {
    color: #0AA6D7 !important;
}

.educate-cooking-card .card-link:hover .card-title::before {
    background-color: #0AA6D7;
}

.educate-cooking-card .card-meta {
    display: flex;
    margin: 0 0 0;
    order: 2;
    font-size: 16px;
    color: #7A8582;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    align-items: center;
    flex-wrap: wrap;
}

.educate-cooking-card .card-meta span {
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    line-height: 1;
}

.educate-cooking-card .card-meta span:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #7A8582;
    border-radius: 50%;
}

.educate-cooking-card .card-desc {
    margin-top: 8px;
    margin-bottom: clamp(20px, 2.083vw, 60px);
    /* 40px */
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, 0.833vw, 30px);
    /* 16px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .educate-cooking-card .card-image {
        height: 150px;
    }

    .educate-cooking-card .card-body {
        padding: 15px;
    }

    .educate-cooking-card .card-meta {
        font-size: 12px;
    }

    .educate-cooking-card .card-desc {
        font-size: 14px;
    }
}

.text-2 {
    color: #FEFCFB !important;
}

.single-news {
    background: transparent !important;
    border: none !important;
    border-radius: 15px !important;
    transition: all 0.4s ease-in-out;
}

.single-news:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-cont {
    border-radius: 15px;
    background: white !important;
    margin-top: -120px;
    padding: 24px !important;
    position: relative;
    z-index: 1;
}

.educate-latest-news.layout-5 .news-title {
    padding-bottom: 16px;
}

.educate-latest-news.layout-5 .single-news .news-cont ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.educate-latest-news.layout-5 .single-news .news-cont ul li {
    margin-bottom: 0 !important;
}

.educate-latest-news.layout-5 .single-news .news-cont ul li .flaticon-user {
    font-size: 18px;
}

.educate-course .course__media img {
    height: 275px !important;
    max-width: 225px !important;
    width: 225px !important;
    border-radius: 12px !important;
}

@media (max-width: 1024px) {
    .educate-course .course__media img {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.price__4 {
    bottom: 14px !important;
    top: unset !important;
    left: unset !important;
    right: -174% !important;
}

@media (max-width: 1399px) {
    .price__4 {
        right: -139% !important;
    }
}

.educate-course.layout__4 .course__container {
    background: #FEFCFB !important;
    flex-direction: row;
    display: flex;
}

@media (max-width: 1024px) {
    .educate-course.layout__4 .course__container {
        display: block !important;
    }
}

.educate-course.layout__4 .course__media {
    padding: 0 !important;
}

.educate-course .course__title a {
    font-size: clamp(20px, 1.406vw, 40px) !important;
    margin: 0 0 16px;
    color: #2A322D !important;
    font-weight: 500 !important;
    transition: all 0.4s ease-in-out;
    line-height: 120% !important;
    /* 32.4px */
    letter-spacing: -0.27px;
}

.educate-course .course__content--meta {
    gap: 28px !important;
}

.educate-course .course__title a:hover {
    color: #0AA6D7 !important;
}

.educate-course .course-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.educate-course .course__content--meta span i {
    color: #0AA6D7 !important;
    font-size: 16px;
}

.view-more-btn a {
    color: #0AA6D7 !important;
    font-size: 17px !important;
}

.course__meta-right {
    border-top: 1px solid #7A8582;
    padding-top: 12px;
}

.educate-course.layout__4 .educate-wishlist-wrapper:hover {
    background: #0AA6D7 !important;
    border-color: #0AA6D7 !important;
}

.layout__4 .course__container {
    transition: all 0.4s ease-in-out;
}

.layout__4 .course__container:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 6px !important;
    border-radius: 5px !important;
    transition: all 0.4s ease-in-out;
    background: #0AA6D7 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px !important;
    height: 6px;
}

.elementor-18158 .elementor-element.elementor-element-0de69a2 .educate-search-box-wrap input {
    border-color: #0AA6D7 !important;
}

.elementor-18158 .elementor-element.elementor-element-0de69a2 .educate-search-box-wrap {
    width: 80%;
    margin-left: auto;
}

.educate-search-sty-wraple-1 button {
    width: 140px !important;
}

.educate-testi-single.layout-8 .testimonial-wrapper .testimonial-thum {
    width: 140px !important;
    height: 140px !important;
}

@media (max-width: 1024px) {
    .testimonial-wrapper {
        width: 610px !important;
        margin: 0 auto;
    }

}

@media (max-width: 822px) {

    .educate-testi-single.layout-8 .testimonial-wrapper .testimonial-thum {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-wrapper {
        width: 340px !important;
    }

    .testimonial-cont .quote-icon {
        width: 52px !important;
    }

    .testimonial-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .testimonial-wrapper .testimonial-cont .quote-icon {
        margin: 0 auto;
        margin-bottom: 28px;
    }

    .elementor-18158 .elementor-element.elementor-element-0de69a2 .educate-search-box-wrap {
        width: 100%;
    }

    .educate-page-title-area {
        background-position: 70% 50% !important;
    }

    .educate-breadcrumb-style-1 .educate-page-title h1 {
        margin-top: 74px !important;
    }
}


.counter-wrapper {
    padding-top: 28px;
}

.educate-page-title-area {
    padding: clamp(150px, 12.552vw, 400px) 0 clamp(150px, 5.625vw, 400px) !important;
}

.educate-breadcrumb-style-1 .educate-page-title h1 {
    /* H1 */
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(32px, 3.177vw, 120px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: 120% !important;
    /* 73.2px */
    letter-spacing: -1.22px;
    text-align: left;
    margin: 0 !important;
    color: #2A322D;
}

@media (max-width: 1399px) {
    .educate-breadcrumb-style-1 .educate-page-title h1 {
        margin-left: 55px !important;
        margin-top: 18px !important;
    }
}

.educate-breadcrumb-style-1 .educate-page-title {
    /* text-align: left !important; */
    margin: 0 !important;
}

.educate-page-title-area.educate-breadcrumb-style-1 .educate-breadcrumb-wrapper {
    display: none;
}

.blog-list .single-news {
    box-shadow: none;
    flex-direction: row;
    display: flex;
    height: 260px;
}

.blog-list .single-news .news-cont {
    margin-top: 0 !important;
    padding-top: 60px !important;
    padding: 54px;
    margin-left: -28px;
}

.teachers-form .educate-form-wrapper {
    box-shadow: 54px 27px 17px 0px rgba(2, 69, 122, 0.00), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 2px 1px 5px 0px rgba(2, 69, 122, 0.04) !important;
    padding: clamp(16px, 1.25vw, 80px) !important;
    background: #FEFCFB !important;
}

.teachers-form .educate-form-wrapper .wpcf7-head-container {
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
}

.teachers-form .educate-form-wrapper .wpcf7-head-container .wpcf7-title {
    text-align: left !important;
}

.teachers-form .educate-form-wrapper .wpcf7 {
    padding: 0 !important;
}

.teachers-form .educate-form-wrapper .wpcf7-form-control {
    height: 48px;
    border-color: #B7BDBB;
    border-radius: 5px;
    margin-bottom: 24px;
}

.teachers-form .educate-form-wrapper .wpcf7-form-control::placeholder {
    color: var(--Text-Disabled-Text, #B7BDBB);

    /* P (Body Text) */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.teachers-form .educate-form-wrapper .wpcf7-submit {
    margin-bottom: 0 !important;
}

.educate-form-wrapper {
    border-radius: 5px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.educate-form-wrapper .wpcf7 {
    padding: 0 !important;
}

.educate-form-wrapper .wpcf7 input,
textarea {
    margin-bottom: 24px;
}

.educate-form-wrapper .wpcf7 button {
    border-radius: 10px !important;
    margin-bottom: 0 !important;
}

.elementor-2315 .elementor-element.elementor-element-0d5299f .wpcf7-form .wpcf7-form-control-wrap input[type*="text"] {
    height: 48px !important;
}

.educate-form-wrapper input[type=submit],
.educate-form-wrapper button[type=submit] {
    border-radius: 40px !important;
}


.lp-user-profile img {
    width: 50%;
    margin: 24px 0;
}

#learn-press-profile .lp-profile-content-area {
    padding-bottom: 16px;
}

.educate-header-area.educate-navbar-expand-lg ul.educate-navbar-nav>li>a.nav-link,
.educate-header-area ul.educate-navbar-nav>li>a {
    padding-top: 1.615vw;
    padding-bottom: 1.615vw;
}

.madartank .elementor-element {
    transition: all 0.5 ease-in-out;
    background: white;
}

@media (max-width: 1024px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 777px) {
    .educate-search-sty-wraple-1 button {
        width: 109px !important;
    }

    .educate-search-sty-wraple-1 button.btn-search {
        font-size: 16px;
    }
}

.row.layout-5 {
    flex-wrap: wrap;
}

.educate-elementor-mobile-hamburger-menu {
    width: 25px;
    height: 25px;
}

.educate-course.layout__1 .course__container {
    background: white;
    border-radius: 14px;
}

.educate-course.layout__1 .course__content {
    padding-top: 22px;
}

.educate-course.layout__1 .course__container img {
    width: 100% !important;
    max-width: 100% !important;
}

.educate-course.layout__1 .course__container .course__meta-left .author__name {
    display: none;
}

.educate-lms-courses-grid.educate-row.educate-course-archive {
    flex-wrap: wrap;
    margin-bottom: 2.292vw;
}

.educate-course-archive-top-bar-wrapper {
    margin-top: 2.396vw;
}

.edu-search-box {
    border-radius: 7px;
    border: 1px solid #7A8582;
}

.elementor-widget-container .educate-row {
    flex-wrap: wrap;
}

.lp-single-course.lp-single-offline-course {
    padding-top: 100px;
}

.lp-single-offline-course__right__sticky {
    position: sticky;
    top: 150px !important;
}

.elementor-element-ad1bbdc {
    margin-top: 32px;
}


.lp_sidebar_wrap {
    display: none !important;
}

.course-info-list .course-price .course-item-price .price,
.course-info-list .course-price .course-item-price .free {
    color: #0AA6D7 !important;
    margin-left: 1.25vw;
}

.course-info-list .language-tag.value,
.course-info-list .lp_course_cat.value {
    margin-left: 1.25vw;
}

.course-info-list li {
    padding: 12px 6px !important;
}

.elementor-element-a6fa904 .elementor-widget-container .elementor-size-default {
    margin-bottom: 0 !important;
}


.new-letterblock p {
    display: flex;
    align-items: center;
}

.new-letterblock p input {
    border-radius: 40px !important;
    margin-bottom: 0 !important;
}

.new-letterblock p button {
    border-radius: 40px !important;
    padding: 13px 20px !important;
    background: #0AA6D7;
    position: absolute;
    right: 0;
}

#wpcf7-f3345-o1 {
    justify-content: end;
    display: flex;
}

.search-results .educate-row.tpc-educate-blog-space.educate-blog-post-archive-style-standard {
    flex-direction: column;
}


@media (max-width: 1499px) {
    body:not(.rtl) .elementor-19788 .elementor-element.elementor-element-f1221f1 {
        left: 113px !important;
    }

    .elementor-19788 .elementor-element.elementor-element-f1221f1 {
        --width: 51% !important;
    }
    .elementor-19788 .elementor-element.elementor-element-f1221f1 {
        width: 51% !important;
    }
}