/*===== Image Preloader  =====*/

.edubin_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(--edubin-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 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(--edubin-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 .edubin-row>* {
    margin-bottom: 0 !important;
}
/* ======  Social shortcode  ====== */

.edubin-social {
    margin-top: -10px;
    transition: all 0.5s ease;
}
.edubin-social a.edubin-social-icon {
    border: 2px solid var(--edubin-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(--edubin-primary-color);
    font-size: 15px;
}
.edubin-social a.edubin-social-icon:hover {
    border-color: #07294d;
    transition: all 0.5s ease;
    color: #07294d;
}
.edubin-social a.edubin-social-icon:first-child {
    margin-left: 0;
}
.edubin-social a.edubin-social-icon:last-child {
    margin-left: 0;
}
.edubin-quickinfo {
    color: #fff;
    margin-bottom: 3px;
}
.edubin-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(--edubin-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;
    }
    .edubin-quickinfo .qicon {
        margin-bottom: 0;
    }
}
/*===== Temp =====*/

.do_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 132px;
}
.edubin-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 =====*/

.edubin-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(--edubin-primary-color);
    transition: all 0.5s ease;
}
.post-share:hover .share-media .share-list {
    transform: translate(-47%, -15px);
    visibility: visible;
    opacity: 1;
    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(--edubin-meta-color);
}
.post-share .share-list a:hover i {
    color: var(--edubin-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(--edubin-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_edubin';
    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_edubin';
    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(--edubin-primary-color);
}
.related-post-wrap .entry-date {
    font-size: 15px;
}
.related-post-wrap .related-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 22px;
    color: #07294d;
}
.edubin-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);
}

/* 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_edubin';
    font-size: 35px;
    color: var(--edubin-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(--edubin-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(--edubin-font-secondary);
    font-weight: var(--edubin-p-medium);
    font-size: var(--edubin-h5);
    line-height: var(--edubin-h5-lineHeight);
}
blockquote cite a {
    color: var(--edubin-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;
    }
}



/**
* -------------------
* ## Post Details
* -------------------
*/

.tpc-edubin-blog-space {
    margin-right: 10px;
}
.tpc-post-details-page {
    margin-right: 25px;
}
.edubin-single-post .post-thumbnail {
    margin-bottom: 30px;
}
.edubin-single-post .post-thumbnail img {
    width: 100%;
}
.edubin-single-post .edubin-blog-meta {
    margin-bottom: 25px;
}
.edubin-single-post .post-main-title {
    margin-bottom: 5px;
}
.edubin-tag-social-share-wrapper {
    clear: both;
    padding-bottom: 60px;
    padding-top: 40px;
}
.edubin-tag-social-share-wrapper i.flaticon-tags {
    position: relative;
    bottom: -2px;
}
.edubin-tag-social-share.edubin-row {
    margin-bottom: 0px !important;
}
.edubin-tag-social-share.edubin-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: var(--edubin-font-secondary);
    margin: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    position: relative;
    z-index: 1;
    display: inline-block;
}
.edubin-post-tag-wrapper .edubin-post-tag a {
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: var(--edubin-meta-color);
    display: inline-block;
    margin-left: 5px;
}
.edubin-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(--edubin-primary-color);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    opacity: 0;
}
.wp-block-tag-cloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
    color: var(--edubin-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) {
    .edubin-single-post .post-thumbnail {
        margin: 0px 0 30px;
    }
    .edubin-tag-social-share-wrapper {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .edubin-author-bio {
        padding: 40px 0 40px;
    }
}

/**
* -------------------
* ## Header Top
* -------------------
*/

.tpc-header-top-bar {
    background-color: #1f2432;
    color: var(--edubin-color-white);
    font-family: var(--edubin-font-secondary);
    font-size: 14px;
    line-height: 46px;
    font-weight: 500;
}
.tpc-header-top-bar a {
    color: var(--edubin-color-white);
}
.tpc-header-top-bar a:hover {
    color: var(--edubin-color-secondary);
}
.tpc-top-bar-style-1 .edubin-container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}
.tpc-header-top-bar .header-top-left, .tpc-header-top-bar .header-top-right, .edubin-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, .edubin-header-top-content {
        justify-content: center;
    }
}
.tpc-header-top-bar .header-top-message a {
    color: var(--edubin-color-secondary);
    margin-left: 2px;
    text-decoration: underline;
}
.tpc-header-top-bar .header-top-message a:hover {
    color: var(--edubin-primary-color);
}
.tpc-header-top-bar .header-top-message marquee {
    line-height: initial;
    position: relative;
    top: 7px;
    color: rgba(255, 255, 255, 0.7);
}
.edubin-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(--edubin-color-secondary);
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.tpc-header-top-bar a.main-header-btn.top-text-btn {
    color: var(--edubin-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(--edubin-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(--edubin-color-white);
    margin-left: 6px;
    font-size: 13px;
    padding: 0;
}
.header-top-right a.tpc-login-register-popup-trigger {
    /*    top: 3px;*/
    position: relative;
}
.edubin-header-sticky-active .tpc-header-top-bar {
    display: none;
}
@media only screen and (max-width: 1450px) {
    .tpc-top-bar-style-1 .edubin-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 .edubin-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 .edubin-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;
}

/**
* -------------------
* ## Mega Menu
* -------------------
*/

.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul {
    display: flex;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li {
    display: block;
    margin: 0 0px;
    width: 240px;
    border: none;
    padding: 0 15px;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li>a {
    border-bottom: 1px solid var(--edubin-color-border);
    border-radius: 0;
    font-size: var(--edubin-font-size-b2);
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 5px;
}
.edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul.edubin-dropdown-menu>li>a, .edubin-header-area ul.edubin-navbar-nav li.mega-menu.hide-header>ul.edubin-dropdown-menu>li>a {
    display: none;
}
.edubin-header-area .edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul {
    padding-left: 0;
}
.edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse, .edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse:not(.mm-show) {
    display: block;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li>a:hover {
    color: #272727;
    background-color: inherit;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-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;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li ul li {
    padding: 0;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu ul {
    padding-bottom: 5px;
}
.edubin-header-area ul.edubin-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(.edubin-header-sticky-active) .edu-header-search-field.bg-white .inner {
    background: var(--edubin-color-white);
    border: none;
}
.edu-header-search-field .inner input {
    height: 50px;
    border: none;
    line-height: 1;
    font-size: 15px;
    color: var(--edubin-heading-color);
    font-weight: 400;
    padding: 0 0 0 20px;
    font-family: var(--edubin-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(--edubin-heading-color);
    padding: 0 20px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    top: 4px;
    position: relative;
}
/**
* -------------------
* ## Login/Register PopUp
* -------------------
*/

.edubin-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;
}
.edubin-login-form-popup.login-popup-visible {
    opacity: 1;
    z-index: 1055;
    transition: opacity 0.15s linear;
}
.edubin-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;
}
.edubin-login-popup-overlay.active {
    opacity: .65;
    z-index: 1050;
    transition: opacity 0.15s linear;
}
.edubin-login-form-popup .edubin-login-form-inner {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
    max-width: 500px;
    margin: 10% auto 10%;
    position: relative;
}
.edubin-login-form-popup .edubin-login-popup-close {
    position: absolute;
    content: '';
    right: 35px;
    top: 17px;
    z-index: 1;
}
.edubin-login-form-popup .edubin-login-popup-close button {
    font-size: 14px;
    color: var(--edubin-heading-color);
    border: 0;
    padding: 0;
}
.edubin-login-form-popup .edubin-login-popup-close button:hover {
    color: var(--edubin-primary-color);
}
.edubin-login-form-popup.login-popup-visible .edubin-login-form-inner {
    transform: none;
}
.edubin-login-form-popup .edubin-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;
}
.edubin-login-form-inner input[type="password"], .edubin-login-form-inner input[type="email"], .edubin-login-form-inner input[type="text"] {
    border: 1px solid var(--edubin-color-border);
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    outline: none;
    border-radius: 5px;
    color: var(--edubin-heading-color);
    line-height: normal;
    background: var(--edubin-color-white);
    width: 100%;
    font-family: var(--edubin-font-primary);
}
.edubin-login-form-inner input:-webkit-autofill, .edubin-login-form-inner input:-webkit-autofill:hover, .edubin-login-form-inner input:-webkit-autofill:focus, .edubin-login-form-inner input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.edubin-login-form-inner input::placeholder {
    color: var(--edubin-color-body);
}
.edubin-login-form-inner .edubin-login-item {
    margin-bottom: 30px;
}
.edubin-login-form-inner .remember-me-with-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edubin-login-form-inner input[type="checkbox"].remember-user {
    display: none;
}
.edubin-login-form-inner span.remember-me-text {
    position: relative;
    color: var(--edubin-heading-color);
    font-size: 16px;
    line-height: 24px;
}
.edubin-login-form-inner .lost_password {
    position: relative;
    color: var(--edubin-primary-color);
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}
.edubin-login-form-inner .lost_password:hover {
    color: var(--edubin-color-secondary);
}
.edubin-login-form-inner span.remember-me-text:before {
    background: #fff;
    color: var(--edubin-primary-color);
    width: 17px;
    height: 17px;
    min-width: 17px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    border: 1px solid var(--edubin-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;
}
.edubin-login-form-inner input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
    font-size: 15px;
    background: var(--edubin-primary-color);
    color: #fff;
    border-color: var(--edubin-primary-color);
}
.edubin-login-form-inner .edubin-login-register-button {
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: var(--edubin-color-white);
    background: var(--edubin-primary-color);
    padding: 0 30px;
    transition: 0.4s;
    font-family: var(--edubin-font-primary) !important;
    border: 0 none;
    width: 100%;
    text-align: center;
    position: relative;
}
.edubin-login-form-inner .edubin-login-register-button.button-login {
    margin-top: 24px;
}
.edubin-login-form-inner input[type="submit"].edubin-submit-button {
    display: inline-block;
    background: var(--edubin-color-btn-bg);
    border-color: var(--edubin-color-btn-border);
    color: var(--edubin-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;
}
.edubin-login-form-inner .edubin-login-register-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
}
.edubin-login-form-inner .edubin-login-register-button:after {
    content: "";
    height: 100%;
    width: 0;
    background: var(--edubin-primary-color);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.edubin-login-form-inner .edubin-login-register-button:hover:after {
    left: 0;
    width: 100%;
}
.edubin-login-form-inner .edubin-login-form-tab-wrapper {
    display: flex;
    justify-content: center;
}
.edubin-login-form-inner .edubin-login-form-tab {
    background: #F2F2F2;
    display: inline-flex;
    border-radius: 3px;
    font-size: 15px;
    font-family: var(--edubin-font-secondary);
    font-weight: 600;
    color: var(--edubin-heading-color);
}
.edubin-login-form-inner .edubin-login-form-tab span {
    padding: 0 33px;
    height: 40px;
    line-height: 41px;
    cursor: pointer;
    border-radius: 3px;
}
.edubin-login-form-inner .edubin-login-form-tab span.active {
    background: var(--edubin-heading-color);
    color: var(--edubin-color-white);
}
.edubin-login-form-inner .edubin-login-form-tab span.login-item {
    border-radius: 3px 0 0 3px;
}
.edubin-login-form-inner .edubin-login-form-tab span.register-item {
    border-radius: 0 3px 3px 0;
}
.edubin-login-form-inner .edubin-register-box-text, .edubin-login-form-inner .edubin-login-box-text {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
}
.edubin-login-form-inner .edubin-register-box-text h3, .edubin-login-form-inner .edubin-login-box-text h3 {
    font-size: 28px;
    line-height: 40px;
    color: var(--edubin-heading-color);
    font-family: var(--edubin-font-secondary);
    margin-bottom: 0;
}
.edubin-login-form-inner .edubin-login-text, .edubin-login-form-inner .edubin-register-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--edubin-heading-color);
    margin-top: 5px;
}
.edubin-login-form-inner #edubin-login-form-trigger, .edubin-login-form-inner #edubin-register-form-trigger {
    color: var(--edubin-primary-color);
    cursor: pointer;
}
@media only screen and (max-width: 575px) {
    .edubin-login-form-popup .edubin-login-form-content {
        max-width: 100%;
        padding: 30px;
    }
    .edubin-login-form-inner .edubin-register-box-text, .edubin-login-form-inner .edubin-login-box-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .edubin-login-form-inner .edubin-register-box-text h3, .edubin-login-form-inner .edubin-login-box-text h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .edubin-login-form-popup .edubin-login-popup-close {
        right: 15px;
    }
}

/**
* --------------------------------------
* # Woo Mini Cart
* --------------------------------------
*/

.edubin-logged-in-user-hover-content, .edubin-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);
}
.edubin-logged-in-user-visible-content .edubin-logged-in-user-name, .edubin-logged-out-user-wrapper .edubin-logged-out-user-text {
    font-weight: 600;
}
.edubin-logged-in-user-hover-content:before, .edubin-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;
}
.edubin-woo-mini-cart-content:before {
    top: -7px;
}
.edubin-logged-in-user-wrapper:hover .edubin-logged-in-user-hover-content, .edubin-woo-mini-cart-icon-wrapper.edubin-woo-mini-cart-active-on-hover:hover .edubin-woo-mini-cart-content, .edubin-woo-mini-cart-content.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.edubin-woo-mini-cart-wrapper, .edubin-woo-mini-cart-inner, .edubin-woo-mini-cart-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: -2px;
}
.edubin-woo-mini-cart-wrapper {
    padding: 0 15px 0 20px;
}
.theme-header-1 .edubin-woo-mini-cart-wrapper {
    padding: 0 18px 0 55px;
}
.edubin-woo-mini-cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.edubin-woo-mini-cart-content:before {
    left: inherit;
    right: 22px;
}
.edubin-woo-mini-cart-icon-wrapper i {
    font-size: 20px;
}
.edubin-woo-mini-cart-total-item {
    background-color: var(--edubin-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(--edubin-font-secondary);
}
.edubin-woo-mini-cart-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1;
}
.edubin-woo-mini-cart-content {
    right: -20px;
    left: inherit;
    width: 370px;
    padding: 20px 28px 25px;
}
.edubin-mini-cart-items {
    max-height: 450px;
    overflow-y: auto;
}
.edubin-mini-cart-each-item, .edubin-mini-cart-item-thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.edubin-mini-cart-each-item:not(:last-child) {
    margin-bottom: 30px;
}
.edubin-mini-cart-item-thumb {
    width: 95px;
    padding-right: 15px;
}
.edubin-mini-cart-item-thumb img {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.edubin-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(--edubin-color-black);
    font-size: 15px;
}
.edubin-mini-cart-product-name-quantity, .edubin-mini-cart-product-name-quantity a {
    font-weight: 600;
}
.edubin-mini-cart-product-name-quantity a {
    margin-bottom: 5px;
    font-size: var(--edubin-font-size-b3);
    line-height: 1.6;
    color: var(--edubin-color-black);
    font-family: var(--edubin-font-secondary);
    padding-right: 8px;
}
.edubin-mini-cart-product-name-quantity a:hover {
    color: var(--edubin-primary-color);
}
.edubin-mini-cart-product-name-quantity .quantity {
    font-size: 15px;
    font-weight: 400;
}
.edubin-mini-cart-each-item a.remove {
    border: 0;
    color: var(--edubin-color-body) !important;
    background: transparent;
    font-size: 26px;
    margin-top: -5px;
    font-size: 0;
    position: relative;
}
.edubin-mini-cart-each-item a.remove:after {
    position: absolute;
    content: "\f13e";
    font-family: 'flaticon_edubin';
    right: 3px;
    top: 6px;
    font-size: 12px;
}
.edubin-mini-cart-each-item a.remove:hover:after {
    color: var(--edubin-color-secondary);
}
a.remove_from_cart_button {
    margin-left: auto;
    font-weight: 700;
    font-size: 24px;
    margin-top: -7px;
}
.edubin-mini-cart-each-item .blockUI.blockOverlay {
    background-color: inherit !important;
}
.edubin-mini-cart-each-item:first-child .blockUI.blockOverlay::before {
    top: calc(50% - 18px);
}
.edubin-mini-cart-each-item .blockUI.blockOverlay::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 13px;
    -webkit-animation: edubin-spin 1s ease-in-out infinite;
    animation: edubin-spin 1s ease-in-out infinite;
    content: '\f18f';
    font-family: 'Flaticon_edubin';
    line-height: 1;
    font-size: 20px;
}
.edubin-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(--edubin-color-black);
    line-height: 1;
    margin-bottom: 0;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__total.total strong {
    font-weight: 600;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    margin-left: auto;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button {
    border-radius: 25px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: var(--edubin-color-white);
    padding: 0 36px;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout {
    margin-left: 10px !important;
    background: var(--edubin-color-secondary);
    position: relative;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover {
    background: var(--edubin-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.edubin-cart-empty-text, p.edubin-cart-shop-page-link {
    margin: 0px;
}
p.edubin-cart-empty-text {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
    color: var(--edubin-heading-color);
}
.edubin-woo-mini-cart-inner .edubin-cart-empty-text {
    font-weight: 500;
    font-size: 18px;
}
.edubin-woo-mini-cart-inner .edubin-cart-empty-text strong {
    font-weight: 500;
}
p.edubin-cart-shop-page-link a {
    width: 100%;
}
p.edubin-cart-shop-page-link {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
}
.edubin-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;
}
.edubin-woo-mini-cart-link {
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
    .edubin-woo-mini-cart-content {
        display: none;
    }
    .edubin-woo-mini-cart-link {
        height: 80px;
        line-height: 90px;
    }
}
@media only screen and (max-width: 570px) {
    .edubin-woo-mini-cart-wrapper {
        display: none;
    }
    .header-top-social-share {
        display: none;
    }
}
/**
* -------------------
* # Footer
* -------------------
*/

.edubin-footer-default-wrapper {
    padding: 25px 0 40px 0;
    color: #ffffff;
    background: var(--edubin-heading-color);
    text-align: center;
}
.edubin-footer-default-wrapper a {
    color: #ffffff;
}
.edubin-footer-default-wrapper a:hover {
    color: var(--edubin-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(--edubin-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_edubin' !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(--edubin-primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/**
* -----------------------------
* # Page Header & Breadcrumb
* -----------------------------
*/

.edubin-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;
}
.edubin-header-transparent-enable .edubin-page-title-area {
    padding-top: 145px;
}
.edubin-page-title-area.edubin-breadcrumb-has-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}
.edubin-page-title-area .edubin-page-title, .edubin-page-title-area .edubin-breadcrumb-wrapper {
    z-index: 1;
    position: relative;
}
.edubin-single-blog .blog-content .title, .edubin-page-title-area .edubin-page-title {
    text-overflow: ellipsis;
    -ms-word-wrap: break-word;
    word-break: break-word;
}
.edubin-page-title-area .edubin-page-title h1 {
    margin: 0 0 5px 0;
    font-size: 40px;
    line-height: 1.4;
    color: var(--edubin-heading-color);
}
.edubin-page-title-area .edubin-breadcrumb-wrapper {
    margin-top: 10px;
    margin-bottom: 7px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul, .edubin-page-title-area .edubin-breadcrumb-wrapper ul {
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li {
    margin: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb {
    list-style: none;
    position: relative;
    font-size: var(--edubin-font-size-b2);
    line-height: 22px;
    font-weight: 400;
    color: var(--edubin-color-body);
}
.edubin-page-title-area .edubin-breadcrumb-wrapper ul li a {
    color: var(--edubin-color-body);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:first-child, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:first-child, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:first-child, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:first-child {
    margin-left: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:last-child, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:last-child, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:last-child, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:last-child {
    margin-right: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:not(:last-child), .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:not(:last-child), .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:not(:last-child) {
    padding-right: 25px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:after, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:after, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:after {
    content: "\f140";
    font-family: flaticon_edubin;
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 10px;
    font-weight: var(--edubin-p-bold);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:last-child:after, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:last-child:after, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:last-child:after {
    display: none;
}
.edubin-page-title-area.edubin-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;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1 {
    font-size: var(--edubin-h1);
    line-height: var(--edubin-h1-lineHeight);
    margin-bottom: 12px;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul {
    justify-content: center;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper {
    margin-top: 20px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li {
    color: var(--edubin-heading-color);
    font-size: 15px;
    font-family: var(--edubin-font-secondary);
}
.edubin-breadcrumb-wrapper ul li span.active {
    color: #fff;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li {
    font-weight: var(--edubin-p-regular);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a {
    font-weight: var(--edubin-p-regular);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a:hover, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a:hover, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course-page-header .shape-image, .edubin-default-breadcrumb .shape-image {
    position: absolute;
    z-index: -1;
}
.edubin-course-page-header .shape-1, .edubin-default-breadcrumb .shape-1 {
    height: 470px;
    width: 470px;
    border: 1px solid var(--edubin-color-border);
    border-radius: 50%;
    top: -315px;
    left: -60px;
}
.edubin-course-page-header .shape-2, .edubin-default-breadcrumb .shape-2 {
    height: 470px;
    width: 470px;
    border: 1px solid var(--edubin-color-border);
    border-radius: 50%;
    top: 30px;
    right: -180px;
}
.edubin-course-page-header .shape-3, .edubin-default-breadcrumb .shape-3 {
    top: 60px;
    left: 7%;
}
.edubin-course-page-header .shape-4, .edubin-default-breadcrumb .shape-4 {
    bottom: 120px;
    right: 23%;
}
.edubin-course-page-header .shape-5, .edubin-default-breadcrumb .shape-5 {
    top: 140px;
    right: 209px;
}
@media (max-width: 991px) {
    .edubin-page-title-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .edubin-header-transparent-enable .edubin-page-title-area {
        padding-top: 110px;
    }
    .edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1, .edubin-page-title-area .edubin-page-title h1 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1, .edubin-page-title-area .edubin-page-title h1 {
        font-size: 24px;
    }
}
.edubin-breadcrumb-style-1 {
    padding: 85px 0 85px;
}
/*.edubin-page-title-area.edubin-breadcrumb-style-1.edubin-breadcrumb-has-bg:before {
    background: rgba(0, 0, 0, 0.6);
}*/

.edubin-breadcrumb-style-1 .edubin-page-title {
    text-align: center;
}
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
    color: var(--edubin-color-white);
    font-size: var(--edubin-h1);
    line-height: var(--edubin-h1-lineHeight);
    width: 70%;
    margin: 0 auto 12px;
}
.edubin-page-title-area.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper {
    margin-top: 20px;
}
.edubin-page-title-area.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul {
    justify-content: center;
}
.edubin-breadcrumb-style-blog-overlay .edubin-page-title .entry-title{
    color: #fff;
    margin-bottom: 15px;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a {
    color: var(--edubin-color-white);
    font-size: 16px;
    font-family: var(--edubin-font-secondary);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:after {
    content: "\f140";
    font-family: flaticon_edubin;
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 10px;
    font-weight: var(--edubin-p-bold);
    color: var(--edubin-color-white) !important;
}
.edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
    padding: 150px 0px;
}
.blog_layout_overlay .edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1{
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edubin-breadcrumb-style-1 .edubin-page-title h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .edubin-breadcrumb-style-1 {
        padding: 100px 0 90px;
    }
    .edubin-breadcrumb-style-1 .edubin-page-title h1 {
        width: 100%;
    }
    .edubin-breadcrumb-style-1 .edubin-page-title h1 {
        font-size: 30px;
    }
    .edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
        padding: 100px 0px;
    }
}
@media only screen and (max-width: 575px) {
    .edubin-breadcrumb-style-1 {
        padding: 80px 0 70px;
    }
    .edubin-breadcrumb-style-1 .edubin-page-title h1 {
        font-size: 26px;
    }
    .edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
        padding: 80px 0px;
    }
}
.edubin-breadcrumb-style-2 {
    padding: 13px 0;
    background: #f5f5f5;
}
/**
* -------------------
* # Pagination
* -------------------
*/

body .tutor-pagination-wrap, .edubin-pagination-wrapper .page-number, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers {
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:empty, .edubin-pagination-wrapper .page-number:empty {
    margin: 0 !important;
}
body .tutor-pagination-wrap li, nav.edubin-theme-page-links ul li, .edubin-pagination-wrapper ul li {
    margin-bottom: 0;
    margin-top: 0px;
}
body .tutor-pagination-wrap span, body .tutor-pagination-wrap a:not(:last-child), nav.edubin-theme-page-links ul.pager li:not(:last-child), .edubin-pagination-wrapper .page-number li:not(:last-child), .edubin-pagination-wrapper.woocommerce-pagination .page-numbers li:not(:last-child), .edubin-pagination-wrapper.tpc-custom-pagination .page-number span:not(:last-child), .edubin-pagination-wrapper.tpc-custom-pagination .page-number a:not(:last-child) {
    margin-right: 12px;
}
body .tutor-pagination-wrap span, body .tutor-pagination-wrap a, nav.edubin-theme-page-links ul.pager li span, nav.edubin-theme-page-links ul.pager li a, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers, .edubin-pagination-wrapper .page-number .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    text-align: center;
    color: var(--edubin-heading-color);
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers {
    margin-top: 0 !important;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers i, nav.edubin-theme-page-links ul.pager li .edubin-pagination-icon, .edubin-pagination-wrapper .page-numbers .edubin-pagination-icon {
    font-size: 13px;
    position: relative;
}
body .tutor-pagination-wrap span:before, body .tutor-pagination-wrap a:before, nav.edubin-theme-page-links ul.pager li span:before, nav.edubin-theme-page-links ul.pager li a:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:before, .edubin-pagination-wrapper .page-number .page-numbers:before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--edubin-primary-color);
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    z-index: -1;
    opacity: 0;
}
nav.edubin-theme-page-links ul.pager li.active span:before, nav.edubin-theme-page-links ul.pager li:hover a:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover:before, .edubin-pagination-wrapper .page-number .page-numbers.current:before, .edubin-pagination-wrapper .page-number .page-numbers:hover:before {
    opacity: 1;
}
body .tutor-pagination-wrap i, nav.edubin-theme-page-links ul.pager li i, nav.edubin-theme-page-links ul.pager li i, .edubin-pagination-wrapper .page-numbers i {
    font-size: 22px;
    font-weight: 500;
}
.edubin-pagination-wrapper .page-number .page-numbers:focus, .edubin-social-share-icons-wrapper a:focus, .edubin-single-blog .blog-content .title a:focus {
    outline: 0;
}
body .tutor-pagination-wrap span.current, body .tutor-pagination-wrap a:hover, nav.edubin-theme-page-links ul.pager li.active span, nav.edubin-theme-page-links ul.pager li:hover a, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover, .edubin-pagination-wrapper .page-number .page-numbers.current, .edubin-pagination-wrapper .page-number .page-numbers:hover {
    color: #ffffff;
}
nav.edubin-theme-page-links ul.pager, nav.edubin-theme-page-links {
    display: flex;
    align-items: center;
}
nav.edubin-theme-page-links {
    margin: 70px 0 0;
}
.edubin-single-post nav.edubin-theme-page-links {
    margin: 20px 0 0;
}
nav.edubin-theme-page-links ul.pager {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
/**
* -------------------
* # Comments
* -------------------
*/

.edubin-comments-area .edubin-comment-form textarea {
    height: 180px;
    display: grid;
    padding: 17px 30px;
}
.edubin-comments-area label {
    font-weight: 600;
    display: flex;
    margin-bottom: 7px;
}
.edubin-comments-area p.comment-form-cookies-consent {
    display: flex;
}
.edubin-comments-area p.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
    width: 20px;
    height: 20px;
}
.edubin-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], .edubin-comments-area .edubin-comment-btn {
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 500;
    background: var(--edubin-primary-color);
    font-family: var(--edubin-font-secondary);
    border: 0;
}
.post-password-form input[type=submit]:hover, .edubin-comments-area .edubin-comment-btn:hover {
    background: var(--edubin-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 .edubin-comment-form input[type=text], .comments-area .edubin-comment-form input[type=email], .comments-area .edubin-comment-form input[type=url], .comments-area .edubin-comment-form textarea#comment {
    width: 100%;
    margin-bottom: 30px;
    background: var(--edubin-color-white);
    border: 0;
    font-family: var(--edubin-font-primary);
    font-weight: 400;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 15px;
}
.edubin-comments-area .edubin-row {
    margin-bottom: 0px !important;
}
.edubin-comments-area .edubin-row>* {
    margin-bottom: 0px !important;
}
.filter-widget.widget-search input[type="text"]:focus, .widget.widget_product_search input[type="search"]:focus, .edubin-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 .edubin-comment-form input[type=text]:focus, .comments-area .edubin-comment-form input[type=email]:focus, .comments-area .edubin-comment-form input[type=url]:focus, .comments-area .edubin-comment-form textarea#comment:focus {
    border-color: var(--edubin-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 .edubin-comment-form input[type=text], .comments-area .edubin-comment-form input[type=email], .comments-area .edubin-comment-form input[type=url] {
    height: 60px;
    padding: 0 30px !important;
}
.comments-area .edubin-comment-form p.form-submit {
    margin: 0;
}
ol.edubin-comment-list {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    list-style: none;
}
ol.edubin-comment-list li {
    margin-bottom: 0;
    margin-top: 0;
}
.edubin-comment-list article.edubin-single-comment {
    position: relative;
}
.edubin-comment-list .edubin-comment-each-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.edubin-comment-list>.edubin-comment-item:first-child {
    margin-top: 0;
    padding-top: 0;
}
.edubin-comment-list>.edubin-comment-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.edubin-comment-list>.edubin-comment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.edubin-comment-list>.edubin-comment-item.parent .edubin-comment-item {
    margin-top: 30px;
}
.edubin-comment-list>.edubin-comment-item:not(:last-child) {
    border-bottom: 1px solid var(--edubin-color-border);
}
.edubin-comment-list .edubin-comment-avatar {
    min-width: 80px;
    width: 80px;
    margin-right: 30px;
}
.edubin-comment-list .edubin-comment-avatar a {
    display: flex;
}
.edubin-comment-list .edubin-comment-avatar img {
    border-radius: 100px;
    width: 100%;
}
.edubin-comment-item .edubin-media-body {
    flex: 1;
}
.edubin-comment-item h4.edubin-media-heading {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}
.edubin-comment-item h4.edubin-media-heading a {
    font-family: var(--edubin-font-secondary);
}
.edubin-comment-header {
    margin-bottom: 14px;
}
.edubin-comment-header span.comment-metadata {
    display: flex;
}
.edubin-comment-header span.comment-metadata .comment-edit-link {
    margin-left: 20px;
    color: var(--edubin-heading-color);
    font-weight: 500;
}
.edubin-comment-header span.comment-metadata .comment-edit-link:hover {
    opacity: .75;
}
.edubin-comment-bottom-part .comment-reply-link {
    color: var(--edubin-heading-color);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: var(--edubin-font-secondary);
}
.edubin-comment-bottom-part .comment-reply-link i {
    margin-right: 6px;
    font-size: 16px;
}
.edubin-comment-list .comment-content {
    margin-bottom: 18px;
}
.edubin-comment-list .comment-content p:last-child {
    margin: 0;
}
.edubin-comment-bottom-part {
    display: flex;
    justify-content: space-between;
}
.edubin-comment-bottom-part .edit-link {
    margin: 0;
}
.edubin-comment-list table a {
    text-decoration: none;
}
.edubin-comment-list li>ol.children {
    margin-left: 30px;
    list-style: none;
    padding-left: 0;
}

/**
 * --------------------------------------
 * # Section Title
 * --------------------------------------
 */

.edubin-section-heading .pre-heading {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
.edubin-section-heading .heading {
    font-size: var(--edubin-h2);
    line-height: var(--edubin-h2-lineHeight);
    margin-top: 0;
    margin-bottom: 0;
}
.edubin-section-heading .heading mark {
    color: var(--edubin-color-secondary);
    background: inherit;
}
.edubin-section-heading .title-shape {
    margin-top: 4px;
    display: block;
    color: var(--edubin-primary-color);
}
.edubin-section-heading .sub-heading {
    margin-top: 15px;
}
.edubin-section-heading .sub-heading p {
    margin-bottom: 24px;
}
.edubin-section-heading .sub-heading p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .edubin-section-heading .heading {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .edubin-section-heading .heading {
        font-size: 26px;
    }
}

/**
* ---------------------
* # 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(--edubin-color-white);
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    transition: all 0.4s ease-out 0s;
    background: var(--edubin-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
* -------------------
*/

.edubin-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;
}
.edubin-single-course .course-hover-content .content {
    padding: 0;
}
.edubin-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(--edubin-transition);
    transition: var(--edubin-transition);
    z-index: 1;
}
.edubin-single-course .wishlist-btn i {
    color: var(--edubin-color-white);
    font-size: 19px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.edubin-single-course .course-hover-content .content .course-level {
    background-color: var(--edubin-color-white);
    color: var(--edubin-heading-color);
}
.edubin-single-course .course-hover-content .content .title {
    color: var(--edubin-color-white);
    font-weight: 600;
}
.edubin-single-course .course-hover-content .content .title a:hover {
    color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-rating .rating-count {
    color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-price {
    color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content p {
    color: var(--edubin-color-white);
    margin-bottom: 15px;
}
.edubin-single-course .course-hover-content .content .course-meta {
    margin-bottom: 16px;
}
.edubin-single-course .course-hover-content .content .course-meta li {
    color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.25);
}
.edubin-single-course .course-hover-content .content .course-meta li i {
    color: var(--edubin-color-white);
}
.edubin-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(--edubin-transition);
    transition: var(--edubin-transition);
    pointer-events: none;
    z-index: 1;
}
.edubin-single-course .hover-content-aside .content {
    background-color: var(--edubin-color-white);
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
    padding: 30px 30px 40px 30px;
}
.edubin-single-course .hover-content-aside .content:before {
    content: "";
    border-top: 12px solid transparent;
    border-right: 13px solid var(--edubin-color-white);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.edubin-single-course .hover-content-aside .content .course-rating {
    margin-bottom: 0;
}
.edubin-single-course .hover-content-aside .content .course-meta {
    margin-bottom: 5px;
}
.edubin-single-course .hover-content-aside .content .course-meta li {
    font-size: var(--edubin-font-size-b1);
    color: var(--edubin-color-body);
}
.edubin-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;
}
.edubin-single-course .hover-content-aside .content .course-feature {
    margin-bottom: 25px;
}
.edubin-single-course .hover-content-aside .content .course-feature ul li {
    font-size: 13px;
    position: relative;
    padding-left: 28px;
}
.edubin-single-course .hover-content-aside .content .course-feature ul li:before {
    content: "\e913";
    font-family: 'icomoon';
    color: var(--edubin-heading-color);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}
.edubin-single-course .hover-content-aside .content .button-group .edu-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.edubin-single-course .hover-content-aside.content-right {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 12px;
}
.edubin-single-course .hover-content-aside.content-right .content:before {
    left: auto;
    right: -12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.edubin-single-course:hover .thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.edubin-single-course:hover .course-hover-content {
    visibility: visible;
    opacity: 1;
}
.edubin-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(--edubin-font-secondary);
    color: var(--edubin-color-body);
}
/* ## Course essential */

#edubin-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;
}
#edubin-login-notification.EdubinFadeOutRight {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.edubin-login-message {
    color: var(--edubin-color-white);
    background: var(--edubin-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(--edubin-color-tertiary);
    position: absolute;
    top: 0;
    left: 0;
}
/*.edubin-single-course.course-style-3 .course-price:empty, .edubin-single-course.course-style-4 .course-price:empty, .edubin-single-course.course-style-5 .course-price:empty, .edubin-single-course.course-style-6 .thumbnail .course-price:empty, .edubin-single-course.course-style-9 .thumbnail .course-price:empty, .edubin-single-course.course-style-10 .course-price:empty, .edubin-single-course.course-style-11 .course-price:empty, .edubin-single-course.course-style-12 .course-price:empty, .edubin-single-course.course-style-13 .course-price:empty, .edubin-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;
}
.edubin-media-heading .tpc-course-rating-content {
    margin-bottom: 6px;
}
.tpc-rating-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--edubin-heading-color);
    margin-left: 10px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
/*.edubin-single-course.course-style-1:hover .tpc-rating-text, .edubin-single-course.course-style-15:hover .tpc-rating-text, .edubin-single-course.course-style-16:hover .tpc-rating-text {
    color: var(--edubin-color-white);
}
.edubin-single-course.course-style-1:hover .tpc-course-review, .edubin-single-course.course-style-15:hover .tpc-course-review, .edubin-single-course.course-style-16:hover .tpc-course-review {
    color: #dfe1e4;
}
*/

.edubin-course-archive-top-bar-wrapper {
    margin-bottom: 40px;
}
.edubin-course-archive-top-bar {
    align-items: center;
}
.edubin-course-archive-index-count {
    font-weight: var(--edubin-p-semi-bold);
    font-size: var(--edubin-h6);
    line-height: var(--edubin-h6-lineHeight);
    font-family: var(--edubin-font-secondary);
    color: var(--edubin-heading-color);
}
.edubin-course-archive-index-count span {
    color: var(--edubin-primary-color);
}
.edubin-course-archive-search {
    text-align: right;
}
.edu-search-box {
    position: relative;
    display: inline-block;
}
.edu-search-box input {
    height: 52px;
    background: var(--edubin-color-shade);
    font-weight: 500;
    font-size: 16px;
    color: var(--edubin-heading-color);
    padding: 0 25px;
    min-width: 350px;
    border: 0 none;
    border-radius: 5px;
    padding-right: 48px;
    font-family: var(--edubin-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(--edubin-color-black);
}
.edu-search-box .search-button i {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .edubin-course-archive-search {
        text-align: left;
    }
    .edu-search-box {
        width: 100%;
    }
    .edu-search-box input {
        min-width: 100%;
    }
}
/* ## Team/Instructor 3 */

.edubin-team-3-widget .edubin-team-item {
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
}
.edubin-team-3-widget .edubin-team-item:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--edubin-color-white);
    border-radius: 10px;
    box-shadow: var(--edubin-shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.edubin-team-3-widget .edubin-team-item .content .designation {
    margin-bottom: 15px;
}
.edubin-team-3-widget .edubin-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(--edubin-transition);
    transition: var(--edubin-transition);
}
.edu-blog .thumbnail a img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.edu-blog .thumbnail .video-play-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--edubin-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(--edubin-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(--edubin-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 .edubin-cat-wrapper{
    margin-bottom: 20px;
}
.blog_layout_overlay .edubin-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(--edubin-heading-color);
    text-decoration: underline;
}
.blog_layout_overlay .blog-meta li:hover a {
    color: var(--edubin-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(--edubin-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 .content.position-top .read-more-btn {
    position: absolute;
    top: -40px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.edu-blog .content.position-top.without-thumb .read-more-btn {
    display: none;
}
.edu-blog .content.position-top .read-more-btn .btn-icon-round {
    box-shadow: var(--edubin-shadow-dark);
}*/

.edu-blog .btn-icon-round:hover {
    color: var(--edubin-color-white);
    background-color: var(--edubin-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(--edubin-transition);
    transition: var(--edubin-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(--edubin-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(--edubin-primary-color);
    border-radius: 3px;
    padding: 2px 21px;
    font-size: 15px;
    color: var(--edubin-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(--edubin-font-size-b1);
    font-weight: var(--edubin-p-semi-bold);
    font-family: var(--edubin-font-secondary);
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    color: var(--edubin-heading-color);
}
.edu-blog.blog-style-5 .content .blog-btn i {
    font-size: 12px;
    font-weight: var(--edubin-p-semi-bold);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
}
.edu-blog.blog-style-5 .content .blog-btn:hover {
    color: var(--edubin-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(--edubin-primary-color);
    border-radius: 3px;
    font-size: 15px;
    color: var(--edubin-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 .edubin_date {
    font-size: 22px;
    font-weight: 700;
    flex: 100%;
    line-height: 1;
    position: relative;
    bottom: -5px;
}
.edu-blog.blog-style-6 .thumbnail .date .edubin_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 */

.edubin-classic-post-layout .featured-post .thumbnail a img {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s;
    width: 100%;
    object-fit: cover;
}
.edubin-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;
}
.edubin-classic-post-layout .thumbnail {
    position: relative;
}
/* ## Post Classic Layout 1 & 3 */

.edubin-classic-post-layout.layout-1 .featured-post .thumbnail a, .edubin-classic-post-layout.layout-3 .featured-post .thumbnail a {
    border-radius: 5px;
}
.edubin-classic-post-layout.layout-1 .featured-post .thumbnail::after, .edubin-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;
}
.edubin-classic-post-layout.layout-1 .featured-post .thumbnail .content, .edubin-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;
}
.edubin-classic-post-layout.layout-1 .category-wrap a, .edubin-classic-post-layout.layout-3 .category-wrap a {
    color: var(--edubin-color-white);
    background: var(--edubin-primary-color);
    padding: 4px 16px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.edubin-classic-post-layout.layout-1 .featured-post .title, .edubin-classic-post-layout.layout-3 .featured-post .title {
    color: var(--edubin-color-white);
    margin-bottom: 15px;
}
.edubin-classic-post-layout.layout-1 .featured-post .title a:hover, .edubin-classic-post-layout.layout-3 .featured-post .title a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.edubin-classic-post-layout.layout-1 .blog-meta, .edubin-classic-post-layout.layout-3 .blog-meta {
    padding-bottom: 0;
    margin: -5px -9px;
}
.edubin-classic-post-layout.layout-1 .blog-meta li, .edubin-classic-post-layout.layout-3 .blog-meta li {
    margin: 5px 9px;
}
.edubin-classic-post-layout.layout-1 .featured-post .blog-meta li, .edubin-classic-post-layout.layout-1 .featured-post .blog-meta li i, .edubin-classic-post-layout.layout-3 .featured-post .blog-meta li, .edubin-classic-post-layout.layout-3 .featured-post .blog-meta li i {
    color: var(--edubin-color-white);
}
.edubin-classic-post-layout.layout-1 .edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-1 .edu-blog .blog-meta li:after, .edubin-classic-post-layout.layout-3 .edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-3 .edu-blog .blog-meta li:after {
    display: none;
}
.edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a, .edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a img, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a img {
    border-radius: 5px 5px 0 0;
}
.edubin-classic-post-layout.layout-1 .specific-posts .inner .content, .edubin-classic-post-layout.layout-3 .specific-posts .inner .content {
    padding: 0 20px 30px 25px;
    background-color: var(--edubin-color-white);
    box-shadow: var(--edubin-shadow-darker);
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.edubin-classic-post-layout.layout-1 .specific-posts .category-wrap a {
    position: relative;
    top: -17px;
}
.edubin-classic-post-layout.layout-1 .category-wrap a:hover, .edubin-classic-post-layout.layout-3 .category-wrap a:hover {
    color: var(--edubin-color-white);
}
.edubin-classic-post-layout.layout-1 .specific-posts .content .blog-meta i, .edubin-classic-post-layout.layout-3 .specific-posts .content .blog-meta i {
    color: #d0d0d1;
}
.edubin-classic-post-layout.layout-3 .specific-posts .category-wrap a {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.edubin-classic-post-layout.layout-3 .specific-posts .inner .content {
    padding-top: 30px;
}
/* ## Post Classic Layout 2 */

.edubin-classic-post-layout.layout-2 .featured-post .thumbnail a img {
    border-radius: 10px;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .thumbnail a:after {
    display: none;
}
.edubin-classic-post-layout.layout-2 .featured-post .content {
    padding: 23px 0 0 110px;
    box-shadow: none;
}
.edubin-classic-post-layout.layout-2 .edu-blog .content .category-wrap {
    display: flex;
}
.edubin-classic-post-layout.layout-2 .edu-blog .content .category-wrap a {
    font-weight: 500;
}
.edubin-classic-post-layout.layout-2 .blog-date {
    width: 80px;
    height: 80px;
    background: var(--edubin-primary-color);
    color: var(--edubin-color-white);
    font-family: var(--edubin-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;
}
.edubin-classic-post-layout.layout-2 .featured-post .blog-date {
    top: 24px;
    right: inherit;
    left: 0;
}
.edubin-classic-post-layout.layout-2 .blog-date span {
    font-weight: 700;
    font-size: 22px;
    display: block;
    text-align: center;
}
.edubin-classic-post-layout.layout-2 .blog-date span.day {
    line-height: 1;
    margin-bottom: 4px;
}
.edubin-classic-post-layout.layout-2 .blog-date span.month {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .content .title {
    margin-bottom: 15px;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .content .blog-meta {
    padding: 20px 0 0;
}
.edubin-classic-post-layout.layout-2 .content .blog-meta i {
    color: #d0d0d1;
}
@media (min-width: 1400px) {
    .edubin-classic-post-layout.layout-2 .tpc-post-featured-item {
        margin-right: 30px;
    }
    .edubin-classic-post-layout.layout-2 .specific-posts {
        padding-left: 45px;
    }
}
.edubin-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
    margin-bottom: 40px;
}
.edubin-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;
}
.edubin-classic-post-layout.layout-2 .specific-posts .thumbnail {
    margin-right: 30px;
    max-width: 240px;
}
.edubin-classic-post-layout.layout-2 .specific-posts .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.edubin-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;
}
.edubin-classic-post-layout.layout-2 .specific-posts .edu-blog .content .blog-meta {
    padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .edubin-classic-post-layout.layout-2 .specific-posts .inner {
        display: block;
    }
    .edubin-classic-post-layout.layout-2 .specific-posts .thumbnail {
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .edubin-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
        margin-bottom: 30px;
    }
}





/*===== EDUBIN CORE  =====*/


/**
 * --------------------------------------
 * # swiper-navigation
 * --------------------------------------
 */

.swiper-navigation .swiper-btn-nxt img, .swiper-navigation .swiper-btn-prv img {
    transition: 0s;
}
.swiper-navigation .swiper-btn-nxt:hover, .swiper-navigation .swiper-btn-prv:hover {
    color: var(--edubin-color-white);
    background: var(--edubin-gradient-primary);
}
.swiper-navigation .swiper-btn-nxt:hover img, .swiper-navigation .swiper-btn-prv:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);
}
/* ## Elementor Conflict */

.elementor-element .swiper.tpc-testimonial .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper.tpc-testimonial .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper.tpc-testimonial .swiper-pagination-custom, .elementor-element .swiper.tpc-testimonial .swiper-pagination-fraction, .elementor-lightbox .swiper.tpc-testimonial .swiper-horizontal>.swiper-pagination-bullets, .elementor-lightbox .swiper.tpc-testimonial .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper.tpc-testimonial .swiper-pagination-custom, .elementor-lightbox .swiper.tpc-testimonial .swiper-pagination-fraction {
    bottom: 10px;
}
/**
 * -------------------------------------------------------
 * # Nav Menu Elementor Widget
 * -------------------------------------------------------
 */

nav.edubin-el-menu-list {
    display: flex;
}
.edubin-nav-dropdown-menu {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .edubin-mobile-menu nav.edubin-el-menu-list ul.edubin-nav-dropdown-menu {
        flex-shrink: 0;
        width: 100%;
    }
}
ul.footer-navigation-menu {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
Filter Isotope
--------------------------------------------------------------*/

.edubin-filter-course, .edubin-gallery-filter-control {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
    flex-wrap: wrap;
}
.edubin-filter-course .filter-item, .edubin-gallery-filter-control button {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: var(--edubin-p-medium);
    text-transform: capitalize;
    background-color: transparent;
    color: var(--edubin-color-body);
    padding: 9px 18px;
    border: none;
    margin: 0px;
    -webkit-transition: var(--edubin-transition);
    transition: var(--edubin-transition);
    position: relative;
    z-index: 1;
    line-height: 1;
}
.edubin-filter-course .filter-item.current {
    padding: 9px 18px;
    border-radius: 100px;
    background: #eee;
}
.edubin-filter-course .filter-item:hover:after, .edubin-filter-course .filter-item.current:after, .edubin-gallery-filter-control button:hover:after, .edubin-gallery-filter-control button.current:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.edubin-gallery-items-wrapper {
    margin: 0 -15px -30px;
    display: flex;
    flex-wrap: wrap;
}
.edubin-gallery-filter-single-item {
    margin-bottom: 30px;
}
.edu-gallery-grid {
    position: relative;
}
.edu-gallery-grid .inner::before {
    background: -webkit-linear-gradient(235deg, var(--edubin-primary-color-alt) 0%, var(--edubin-primary-color) 100%);
    background: linear-gradient(235deg, var(--edubin-primary-color-alt) 0%, var(--edubin-primary-color) 100%);
    border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.edu-gallery-grid img {
    border-radius: 5px;
    width: 100%;
}
.edu-gallery-grid .zoom-icon {
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--edubin-color-white);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--edubin-primary-color);
    cursor: pointer;
}
.edu-gallery-grid:hover .inner:before {
    opacity: .9;
}
.edu-gallery-grid:hover .zoom-icon {
    top: 50%;
    opacity: 1;
}
/*--------------------------------------------------------------
Progressbar (Elementor)
--------------------------------------------------------------*/

.edubin-progress-bar .elementor-progress-percentage {
    position: relative;
    top: -22px;
}
/**
* -------------------
* # Progressbar (Edubin)
* -------------------
*/

.tpc-single-progressbar.sal-animate[data-sal] {
    animation-name: inherit;
    animation-duration: inherit;
}
.tpc-single-progressbar .tpc-progressbar {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #e6e6e6;
}
.tpc-single-progressbar .tpc-progressbar-inner {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    -webkit-transition: width 1.2s ease-in-out;
    -moz-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
    max-width: 100%;
}
.tpc-single-progressbar.sal-animate[data-sal] .tpc-progressbar-inner {
    background-color: var(--edubin-primary-color);
}
.tpc-single-progressbar .tpc-progressbar-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tpc-single-progressbar .tpc-progressbar-content h6 {
    font-weight: 500;
    font-size: 16px;
    color: var(--edubin-heading-color);
    margin: 0;
}
.tpc-single-progressbar .tpc-progressbar-counter-wrapper {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--edubin-heading-color);
}
/*===============================================================
 ##Animation Effects 
 =================================================================*/

@-webkit-keyframes round {
    0% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(30deg);
    }
}
@keyframes round {
    0% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(30deg);
    }
}
@-webkit-keyframes bounce-animate {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes bounce-animate {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@-webkit-keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(15px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(15px);
    }
}
@keyframes titleAnimation {
    0% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% -100%, 100% 100%, -100% 100%, -100% 100%);
    }
    50% {
        transform: translateY(50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
        clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
    }
    60% {
        transform: translateY(50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
        clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% -100%, 100% 100%, -100% 100%, -100% 100%);
    }
}
@-webkit-keyframes round-01 {
    0% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
@keyframes round-01 {
    0% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
/*===============================================================
 ##Swiper Pagination
 =================================================================*/

.swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #e3e3e3;
    opacity: 1;
    margin: 0 7px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--edubin-primary-color);
}
/*===============================================================
 ##Section 1 addon 
 =================================================================*/

.edubin-section-addon-1 {
    position: relative;
    display: block;
    height: 600px;
    width: 570px;
}
.edubin-section-addon-1 .front-image-1 {
    position: absolute;
    left: 40px;
    top: 40px;
}
.edubin-section-addon-1 .front-image-1 img {
    width: 465px;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}
.edubin-section-addon-1 .front-image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.edubin-section-addon-1 .front-image-2 img {
    width: 262px;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.24);
}
/*===============================================================
 ##Hero Section 2
 =================================================================*/

.edubin-hero-2 {
    min-height: 830px;
    display: block;
    position: relative;
    background: #ecf5f4;
    z-index: 1;
}
.edubin-hero-2 .img-shape-2 {
    position: absolute;
    left: 4%;
    top: 15%;
    z-index: -1;
}
.edubin-hero-2.edubin-section-3 .img-shape-2 {
    position: absolute;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: -1;
}
.edubin-hero-2 .img-shape-3 {
    position: absolute;
    left: 32%;
    bottom: 50px;
    z-index: -1;
}
.edubin-hero-2.edubin-section-3 .img-shape-3 {
    position: absolute;
    left: initial;
    bottom: 130px;
    z-index: -1;
    right: 40%;
}
.edubin-hero-2 .img-shape-4 {
    position: absolute;
    right: 4%;
    top: 30%;
    z-index: -1;
}
.edubin-hero-2.edubin-section-3 .img-shape-4 {
    position: absolute;
    right: 18%;
    top: 28%;
    z-index: -1;
}
.edubin-hero-2 .hero-content {
    top: 220px;
    position: relative;
    z-index: 2;
}
.hero-content .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #9aa4af;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.edubin-hero-2.edubin-section-3 .hero-content .sub-title {
    text-transform: initial;
    font-weight: 400;
}
.hero-content .title {
    font-size: 48px;
    font-weight: 700;
    color: #29303b;
    line-height: 66px;
    margin-top: 15px;
}
.hero-content .title span {
    position: relative;
}
.edubin-hero-2.edubin-section-3 .hero-content .title span:before {
    position: absolute;
    content: "";
    height: 3px;
    background: #0071dc;
    width: 100%;
    bottom: -3px;
}
.edubin-hero-2 .hero-images {
    padding-top: 175px;
    position: relative;
    z-index: 1;
}
.edubin-hero-2.edubin-section-3 .hero-images {
    padding-top: inherit;
    bottom: 0;
    position: relative;
    top: inherit;
}
.edubin-hero-2 .hero-images .img-shape-1 {
    position: absolute;
    z-index: -1;
    bottom: 138px;
    right: 0;
    padding-left: 20px;
}
.edubin-hero-2 .hero-images .img-man {
    text-align: left;
    position: relative;
}
/* new */

.edubin-hero-2 .hero-images .img-man.edubin-img-overlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/* animation 1 */

.edubin-hero-2.edubin-section-3 .img-shape-3.anim-1, .edubin-hero-2.edubin-section-3 .img-shape-4.anim-1 {
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
}
.edubin-hero-2.edubin-section-3 .hero-images .img-shape-1.anim-1 {
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
}
/* animation 2 */

.edubin-hero-2.edubin-section-3 .img-shape-3.anim-2, .edubin-hero-2.edubin-section-3 .img-shape-4.anim-2 {
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}
.edubin-hero-2.edubin-section-3 .hero-images .img-shape-1.anim-2 {
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}
/* animation 3 */

.edubin-hero-2.edubin-section-3 .hero-images .img-shape-1.anim-3 {
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}
.edubin-hero-2.edubin-section-3 .img-shape-3.anim-3, .edubin-hero-2.edubin-section-3 .img-shape-4.anim-3 {
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite
}
@media (max-width: 1399px) {
    .edubin-hero-2 .img-shape-4 {
        top: 10%;
    }
}
@media (max-width: 1199px) {
    .edubin-hero-2 .hero-content .title {
        font-size: 40px;
        line-height: 54px;
    }
    .edubin-hero-2 .hero-images {
        padding-top: 150px;
    }
    .edubin-hero-2 .hero-images .img-shape-1 {
        max-width: 420px;
        bottom: 100px;
        right: 0;
    }
}
@media (max-width: 991px) {
    .edubin-hero-2 .hero-images .img-man {
        padding-right: 40px;
        padding-left: 40px;
    }
    .edubin-hero-2 .hero-images .img-shape-1 {
        right: 80px;
    }
    .edubin-hero-2 .img-shape-4 {
        top: 26%;
    }
    .edubin-hero-2 .img-shape-2 {
        top: 47%;
    }
    .edubin-hero-2 .img-shape-3 {
        left: 6%;
        bottom: 17px;
    }
    .edubin-hero-2 .img-shape-3 img {
        width: 110px;
    }
    .edubin-hero-2 .hero-content {
        top: 60px;
    }
    .edubin-section-3 .img-shape-3.img-hide, .edubin-section-3 .img-shape-4.img-hide, .edubin-section-3 .hero-images .img-shape-1.img-hide {
        display: none;
    }
}
@media (max-width: 767px) {
    .edubin-hero-2 .hero-images .img-shape-1 {
        right: 50px;
        bottom: 65px;
    }
    .edubin-hero-2 .hero-images .img-shape-1 img {
        width: 450px;
    }
    .edubin-hero-2 .hero-images .img-man img {
        width: 400px;
    }
    .edubin-hero-2 .img-shape-4 {
        top: 35%;
    }
}
@media (max-width: 575px) {
    .edubin-hero-2 .hero-images .img-shape-1 {
        right: 60px;
        bottom: 90px;
    }
    .edubin-hero-2 .img-shape-2 {
        top: 54%;
        left: -23%;
    }
    .edubin-hero-2 .img-shape-4 {
        top: 48%;
    }
    .edubin-hero-2 .img-shape-3 {
        left: 2%;
        bottom: 5px;
    }
    .edubin-hero-2 .img-shape-3 img {
        width: 95px;
    }
}
.front-image-content {
    position: absolute;
    top: 50%;
    left: 55px;
    text-align: left;
    padding-left: 50px;
    padding-right: 28px;
    padding-top: 30px;
    padding-bottom: 25px;
    width: 360px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 23%);
}
.front-image-content .hero-content-heading {
    font-size: 20px;
    margin-bottom: 15px;
}
.front-image-content .hero-content-heading span {
    color: var(--edubin-primary-color);
}
.front-image-content p {
    color: #ababab;
    margin-bottom: 0;
}
.front-image-content .image-icon {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--edubin-primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
    .front-image-content {
        padding-left: 40px;
        max-width: 245px
    }
    .front-image-content .image-icon {
        left: -25px
    }
    .front-image-content .image-icon {
        width: 51px;
        height: 51px;
        line-height: 60px;
        font-size: 24px
    }
}
/*===============================================================
 ##Hero Section 4
 =================================================================*/

.edubin-hero-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 70%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.edubin-hero-4 .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%, -3%);
    z-index: -1;
}
.edubin-hero-4 .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-31%, -24%);
    z-index: -1;
}
.edubin-hero-4 .shape-3 {
    position: absolute;
    bottom: 140px;
    left: -10px;
    z-index: -1;
    -webkit-animation: round 7s linear infinite;
    animation: round 7s linear infinite;
}
.edubin-hero-4 .shape-5 {
    position: absolute;
    bottom: 48%;
    left: 15%;
    width: 50px;
    height: 50px;
    border: 3px solid #ff9071;
    border-radius: 50%;
    -webkit-animation: zoom-in 5s linear infinite;
    animation: zoom-in 5s linear infinite;
    z-index: -1;
}
.edubin-hero-4 .shape-6 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(74%, 32%);
    z-index: -1;
}
.edubin-hero-4 .shape-7 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(52%, 70%);
    z-index: -2;
}
.edubin-hero-4 .hero-content {
    max-width: 600px;
    padding-top: 120px;
    position: relative;
}
.edubin-hero-4 .hero-content .shape-4 {
    position: absolute;
    bottom: -95px;
    left: 15px;
    z-index: -1;
    -webkit-animation: bounce-animate 5s infinite linear;
    animation: bounce-animate 5s infinite linear;
}
.edubin-hero-4 .hero-content .sign img {
    margin: 0;
    margin-bottom: 25px;
}
.edubin-hero-4 .title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 15px;
}
.edubin-hero-4 .title span {
    display: inline-block;
    padding-left: 20px;
    padding-right: 40px;
}
.edubin-hero-4 .description {
    margin-top: 20px;
}
@media only screen and (max-width: 450px) {
    .edubin-hero-4 .title span {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*End hero 4*/

/*===============================================================
 ##Hero Section 5
 =================================================================*/

.edubin-section-5 {
    position: relative;
    padding: 15px 0px 125px 0px;
}
.edubin-section-5 .shape-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}
.edubin-section-5 .shape-1>img {
    height: 390px;
}
.edubin-section-5 .hero-content {
    padding-top: 100px;
    position: relative;
    z-index: 3;
}
.edubin-section-5 .hero-content .hero-skill-wrap {
    margin-top: 55px;
}
.edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item {
    display: flex;
    align-items: center;
}
.edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item .feature-img {
    flex-shrink: 0;
    margin-right: 20px;
}
.edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item .feature-txt {
    padding-right: 25px;
}
.edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item .feature-txt p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}
.edubin-section-5 .hero-images .img-man {
    position: relative;
    z-index: 1;
    bottom: -50px;
}
@media only screen and (max-width: 1199px) {
    .edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item .feature-txt:last-child {
        padding-right: 0;
    }
    .edubin-section-5 .hero-images .img-man {
        bottom: -70px;
    }
}
@media only screen and (max-width: 991px) {
    .edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item .feature-txt {
        padding-right: 0;
    }
    .edubin-section-5 .hero-images .img-man {
        bottom: -120px;
    }
}
@media only screen and (max-width: 576px) {
    .edubin-section-5 .hero-content .hero-skill-wrap .hero-feature-item:first-child {
        margin-bottom: 30px;
    }
}
/*===============================================================
 ##Hero Section 6
 =================================================================*/

.edubin-section-6 {
    padding-top: 120px;
}
.edubin-section-6 .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.edubin-section-6 .hero-content {
    padding-left: 60px;
    padding-bottom: 200px;
}
.edubin-section-6 .hero-content .hero-content-wrapper {
    transform: rotate(-10deg);
}
.edubin-section-6 .hero-content .hero-content-wrapper .title-1, .edubin-section-6 .hero-content .hero-content-wrapper .title-2, .edubin-section-6 .hero-content .hero-content-wrapper .title-3 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    /* clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%); */
    -webkit-clip-path: polygon(100% -100%, 100% 100%, -100% 100%, -100% 100%);
    clip-path: polygon(100% -100%, 100% 100%, -100% 100%, -100% 100%);
    transform: translateY(0);
    opacity: 1;
    animation-name: titleAnimation;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: 2;
}
.edubin-section-6 .hero-content .hero-content-wrapper h2 {
    font-size: 120px;
    list-style: 130px;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
}
.edubin-section-6 .hero-content .hero-content-wrapper h2:first-child {
    animation-delay: 0.6s;
}
.edubin-section-6 .hero-content .hero-content-wrapper h2:last-child {
    animation-delay: 0.4s;
}
.edubin-section-6 .hero-content .hero-content-wrapper .title-1::after, .edubin-section-6 .hero-content .hero-content-wrapper .title-2::after, .edubin-section-6 .hero-content .hero-content-wrapper .title-3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -35px;
    z-index: -1;
}
.edubin-section-6 .hero-images {
    position: relative;
}
.edubin-section-6 .hero-images .img-man {
    position: relative;
    bottom: -55px;
}
.edubin-section-6 .hero-images .shape-2 {
    position: absolute;
    left: -10px;
    top: -75px;
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
}
.edubin-section-6 .hero-images .shape-3 {
    position: absolute;
    right: 0;
    -webkit-animation: up-down 5s linear infinite;
    animation: up-down 5s linear infinite;
    animation-delay: 2.5s;
}
@media only screen and (max-width: 991px) {
    .edubin-section-6 {
        padding-top: 100px;
    }
    .edubin-section-6 .hero-content {
        padding-bottom: 170px !important;
    }
    .edubin-section-6 .hero-images {
        padding: 0 200px;
    }
    .edubin-section-6 .hero-images .shape-2 {
        left: 60px;
    }
    .edubin-section-6 .hero-images .shape-3 {
        right: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .edubin-section-6 {
        padding-top: 90px;
    }
    .edubin-section-6 .hero-images {
        padding: 0 100px;
    }
}
@media only screen and (max-width: 450px) {
    .edubin-section-6 .hero-content {
        padding-left: 30px;
    }
    .edubin-section-6 .hero-images {
        padding: 0;
    }
}
/********************** ##Teacher Style 1 ************************/

.edubin-single-teacher {
    position: relative;
}
.edubin-single-teacher .teacher-image-wrap {
    border-radius: 3px;
    overflow: hidden;
}
.edubin-single-teacher .teacher-image-wrap .teacher-image img {
    width: 100%;
}
.edubin-single-teacher .teacher-content-area {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #f9f9f9;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0;
    height: 75px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.edubin-single-teacher .teacher-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0;
}
.edubin-single-teacher:hover .teacher-content {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    bottom: 10px;
}
.edubin-single-teacher .teacher-content a {
    display: block;
}
.edubin-single-teacher .teacher-content a .teacher-name {
    color: var(--edubin-heading-color);
    font-size: 18px;
    font-weight: 700!important;
    margin: 0 0 5px 0;
    padding: 0;
}
.edubin-single-teacher .teacher-content .teacher-name {
    font-weight: 700;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content a:hover .teacher-name {
    color: var(--edubin-primary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content .teacher-degree {
    display: block;
    margin-bottom: 0;
}
.edubin-single-teacher .teacher-content span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 500;
}
.edubin-single-teacher .teacher-content .teacher-social {
    padding-top: 5px;
}
.edubin-single-teacher .teacher-social a.social-link {
    color: #07294d;
    padding: 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.edubin-single-teacher .teacher-social a.social-link:hover {
    color: var(--edubin-primary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content a {
    display: inline-block;
}
.edubin-single-teacher.active-social .teacher-content {
    bottom: -25px;
}
.edubin-single-teacher.active-social:hover .teacher-content-area {
    height: 110px;
}
.edubin-single-teacher.active-social:hover .teacher-content {
    bottom: 10px;
}

/*===============================================================
 ##Program
 =================================================================*/

.edubin-programs.style-1 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 390px;
}
.edubin-programs.style-1 a {
    height: 65px;
    transition-property: height;
    transition-duration: .5s;
}
.edubin-programs.style-1:hover a {
    height: 40%;
}
.edubin-programs.style-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(160deg, #ECECEC00 50%, #66F83E 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.edubin-programs.style-1:hover:before {
    opacity: 1;
    visibility: visible;
}
.edubin-programs.style-1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.5);
}
.edubin-programs.style-1 .programs-wrapper {
    position: relative;
    z-index: 1;
}
.edubin-programs.style-1 .programs-wrapper .program-title {
    position: relative;
    font-size: 36px;
    padding-bottom: 0;
    margin-bottom: 35px;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ffffff;
}
.edubin-programs.style-1 .programs-wrapper .program-title.bottom-line::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #76b625;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.edubin-programs.style-1 .programs-wrapper .program-description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    height: 0%;
    transition: all .5s;
}
.edubin-programs.style-1:hover .programs-wrapper .program-description {
    opacity: 1;
    height: 100%;
}
/*===============================================================
 ##Search
 =================================================================*/

.edubin-search-box-wrap {
    font-size: 20px;
}
.edubin-search-box-wrap input:focus {
    outline: none;
}
.edubin-search-box-wrap .btn-search {
    background: transparent;
    padding: 0;
}
.edubin-search-box-wrap svg {
    width: 20px;
    margin-top: 8px;
}
/* Search Style 01 */

.edubin-search-sty-wraple-1 {
    position: relative;
}
.edubin-search-sty-wraple-1 input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 22px !important;
    transition: all .3s ease-in-out;
    height: 45px;
    color: #999999;
    font-size: 14px;
    padding: 0 78px 0 20px !important;
}
.edubin-search-sty-wraple-1 input:focus {
    width: 100%;
    border: 1px solid var(--edubin-primary-color);
}
.edubin-search-sty-wraple-1 input:focus~button.btn-search {
    background: var(--edubin-primary-color);
    color: #fff;
    border-radius: 100px;
}
.edubin-search-sty-wraple-1 input:focus~button.btn-reset {
    right: -22px;
}
.edubin-search-sty-wraple-1 button {
    transition: all .3s ease-in-out;
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 70px;
    transform: translateY(-50%);
    padding: 0;
}
.edubin-search-sty-wraple-1 button.btn-search {
    font-size: 20px;
    background: var(--edubin-primary-color);
    border-radius: 0 100px 100px 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
/* Search Style 03 */

.edubin-search-sty-wraple-3 {
    position: relative;
}
.edubin-search-sty-wraple-3 input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    height: 45px;
    color: #999999;
    font-size: 14px;
    padding: 0 78px 0 20px;
}
.edubin-search-sty-wraple-3 input:focus {
    width: 100%;
    border: 1px solid var(--edubin-primary-color);
}
.edubin-search-sty-wraple-3 input:focus~button {
    width: 36px;
}
.edubin-search-sty-wraple-3 input:focus~button.btn-search {
    background: var(--edubin-primary-color);
    color: #fff;
    border-radius: 20px;
}
.edubin-search-sty-wraple-3 input:focus~button.btn-reset {
    right: -22px;
}
.edubin-search-sty-wraple-3 button {
    transition: all .3s ease-in-out;
    border: none;
    height: 36px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 70px;
    transform: translateY(-50%);
    padding: 0;
}
.edubin-search-sty-wraple-3 button.btn-search {
    transition: all .3s ease-in-out;
    border: none;
    height: 36px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    padding: 0;
    color: var(--edubin-primary-color);
    transition: all .3s ease-in-out;
}

/*===============================================================
 ##Countdown
 =================================================================*/

.edubin-countdown-timer-widget .countdown-items {
    overflow: hidden;
}
.edubin-countdown-timer-widget .countdown-items {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0px 20px;
    border: 2px solid #333;
}
.edubin-countdown-timer-widget .countdown-items:first-child {
    margin-left: 0;
}
.edubin-countdown-timer-widget .countdown-items:first-child {
    margin-right: 0;
}
.edubin-countdown-timer-widget .countdown-items .ctw-digits {
    display: block;
    font-size: 64px;
    text-align: center;
    margin-top: 35px;
}
.edubin-countdown-timer-widget .countdown-items .ctw-label {
    display: block;
    text-align: center;
    padding-top: 15px;
}
.edubin-countdown-timer-widget .finished-message {
    text-align: center;
}
/* media query css */

@media (max-width:493px) {
    .edubin-countdown-timer-widget .countdown-items {
        width: 15%;
    }
    .edubin-countdown-timer-widget .countdown-items .ctw-digits {
        font-size: 26px;
    }
}
/*===============================================================
 ##CTA Addon
 =================================================================*/

.edubin-cta-1 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.edubin-cta-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #ffffff00 38%, #000 100%);
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}
.edubin-cta-1 .cta-content {
    display: flex;
    align-items: center;
    padding: 350px 30px 45px 30px;
}
.edubin-cta-1 .cta-content .cta-icon {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: var(--edubin-primary-color);
    color: #fff;
    margin-right: 10px;
}
.edubin-cta-1 .cta-content .cta-icon svg {
    width: 25px;
    height: 25px;
}
.edubin-cta-1 .cta-content p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}
.edubin-cta-1 .cta-content .number {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

/*===============================================================
 ##Delimiter addon
 =================================================================*/

.delimiter {
    position: relative;
}

/*===============================================================
 ##WPfroms Addon
 =================================================================*/

.edubin-wpforms-wrapper {
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-field-container {
    padding: 40px 50px 15px 50px;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container {
    background-color: #07294d;
    padding-top: 45px;
    padding-bottom: 40px;
    text-align: center;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container .wpforms-title {
    color: #ffc600;
    font-size: 36px;
    margin-bottom: 0;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container .wpforms-description {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.edubin-wpforms-wrapper div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 40px 15px 40px;
    text-align: center;
}
.edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container input[type=submit], .edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container button[type=submit] {
    background-color: #ffc600;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ffc600;
    font-size: 15px;
    line-height: 17px!important;
    font-family: var(--edubin-heading-font-family);
    color: #07294d;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container input[type=submit]:hover, .edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container button[type=submit]:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=date], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=datetime], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=datetime-local], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=email], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=month], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=number], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=password], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=range], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=search], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=tel], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=text], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=time], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=url], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=week], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form select, .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form textarea {
    color: #8a8a8a;
    width: 100%;
    overflow: hidden;
    height: 45px;
    font-size: 15px;
    border-radius: 3px;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 100px;
    padding: 15px 30px;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 13px 0;
}
/*- Theme WpForms style -*/

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: transparent;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.5s ease;
    min-height: 45px
}
div.wpforms-container-full .wpforms-form input[type=date]:focus, div.wpforms-container-full .wpforms-form input[type=datetime]:focus, div.wpforms-container-full .wpforms-form input[type=datetime-local]:focus, div.wpforms-container-full .wpforms-form input[type=email]:focus, div.wpforms-container-full .wpforms-form input[type=month]:focus, div.wpforms-container-full .wpforms-form input[type=number]:focus, div.wpforms-container-full .wpforms-form input[type=password]:focus, div.wpforms-container-full .wpforms-form input[type=range]:focus, div.wpforms-container-full .wpforms-form input[type=search]:focus, div.wpforms-container-full .wpforms-form input[type=tel]:focus, div.wpforms-container-full .wpforms-form input[type=text]:focus, div.wpforms-container-full .wpforms-form input[type=time]:focus, div.wpforms-container-full .wpforms-form input[type=url]:focus, div.wpforms-container-full .wpforms-form input[type=week]:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form textarea:focus {
    border-color: #07294d;
    transition: all 0.5s ease;
}
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus {
    border-color: #07294d !important;
    transition: all 0.5s ease;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 15px 0;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
    background-color: var(--edubin-primary-color);
    color: #07294d;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    font-family: var(--edubin-heading-font-family);
    border-radius: 2px;
    border: 1px solid var(--edubin-primary-color);
    text-decoration: none;
    cursor: pointer;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #07294d;
    color: #fff;
    border: 1px solid #07294d;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    text-decoration: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
    border-color: #e0e0e0;
}
/********************** ##Course Category Style 2 ************************/

.tpc-cat-item .single-items-1 {
    overflow: hidden;
}
.tpc-cat-item .single-items-1 a {
    display: block;
    line-height: 90px;
    border: 1px solid #c2c2c2;
    position: relative;
    padding-left: 90px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.tpc-cat-item .single-items-1 a .cat-item_image {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5f1fb;
    border: 2px solid var(--edubin-primary-color);
    padding: 8px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    display: block;
}
.tpc-cat-item .single-items-1 a .cat_name {
    font-size: 20px;
    font-weight: 600;
    color: var(--edubin-color-secondary);
    line-height: 1.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.tpc-cat-item .single-items-1 a:hover {
    background-color: var(--edubin-color-secondary);
    transition: all 0.3s linear
}
.tpc-cat-item .single-items-1 a:hover .cat-item_image {
    background: #ffffff;
    border: 2px solid #fff;
    transition: all 0.3s linear
}
.tpc-cat-item .single-items-1 a:hover .cat_name {
    color: #ffffff;
    transition: all 0.3s linear
}
@media only screen and (max-width:992px) {
    .tpc-cat-item .single-items-1 a {
        padding-left: 80px;
    }
    .tpc-cat-item .single-items-1 a .cat-item_image {
        left: 15px;
    }
    .tpc-cat-item .single-items-1 a .cat_name {
        font-size: 16px;
        font-weight: 600;
    }
}

/********************** ##Course Category Style 3 ************************/

.tpc-course-category-style-3 {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tpc-course-category-style-3:hover {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .07);
}
.tpc-course-category-style-3 a.cat-item-3 {
    font-size: 17px;
    line-height: 28px;
    color: var(--edubin-heading-color);
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 20px;
    transition: all 0.25s ease-out;
}
.tpc-course-category-style-3:hover a.cat-item-3 {
    color: var(--edubin-primary-color);
}
.tpc-course-category-style-3 a.cat-item-3 img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

/*===============================================================
 ##Course instructor
 =================================================================*/

.instructor-1 .instructor-1-single {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
}
.instructor-1 .instructor-1-single .thum img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.instructor-1 .instructor-1-single .cont {
    padding-left: 20px;
}
.instructor-1 .instructor-1-single .cont a h5 {
    font-size: 18px;
    color: #23252a;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont a:hover h5 {
    color: var(--edubin-primary-color);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #8a8a8a;
    font-weight: 500;
}
.instructor-1 .instructor-1-single .cont span {
    font-size: 14px;
    color: #07294d;
    font-weight: 500;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont span i {
    margin-right: 5px;
    color: var(--edubin-primary-color);
}
/*===============================================================
 ##Section Title Addon
 =================================================================*/

.edubin-section-title .section-title-txt {
    font-size: 48px;
    color: #23252a;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.edubin-section-title .section-subtitle-txt {
    color: #07294d;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
    font-weight: 400;
}
.page.type-page .entry-content p.section-subtitle-txt {
    margin-bottom: 0;
}
.edubin-section-title span.edubin-title-sperator {
    background-color: var(--edubin-primary-color);
    display: inline-block;
    height: 3px;
    margin-bottom: 13px;
    margin-top: 0px;
    position: relative;
    width: 42px;
}
.edubin-section-title.title-style-three span.edubin-title-sperator::before {
    background-color: var(--edubin-primary-color);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: -13px;
    margin-bottom: 13px;
    margin-top: 25px;
    position: absolute;
    width: 50px;
}
.edubin-title-align-left .edubin-section-title.title-style-three span.edubin-title-sperator::before, .edubin-title-align-justify .edubin-section-title.title-style-three span.edubin-title-sperator::before {
    left: 13px;
}
.edubin-section-title.edubin-subtitle-position-top {
    display: flex;
    flex-direction: column;
}
.edubin-section-title.edubin-subtitle-position-top .section-title-txt {
    order: 2;
}
.edubin-section-title.edubin-subtitle-position-top .section-subtitle-txt {
    order: 1;
}
.edubin-section-title.edubin-subtitle-position-top img {
    order: 3;
}
.edubin-section-title.edubin-subtitle-position-top i {
    order: 3;
}
.edubin-section-title img {
    margin: auto;
}
.edubin-section-title.edubin-subtitle-position-top .edubin-title-sperator-sec {
    order: 4;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four .edubin-title-sperator-sec {
    order: 2;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four .section-title-txt {
    order: 3;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four span.edubin-title-sperator {
    margin-top: 8px;
}
.title-style-two .edubin-title-sperator-sec, .title-style-five .edubin-title-sperator-sec {
    display: none;
}
.title-style-two .section-title-txt {
    padding: 0 10.5%;
    position: relative;
}
.title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after {
    background: #412e51 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100px;
}
.title-style-two .section-title-txt::after {
    right: 0;
    top: 50%;
    left: auto;
}
.title-style-two .section-title-txt {
    margin-right: auto !important;
    margin-left: auto !important;
}
.section-advancetitle-txt {
    color: var(--edubin-primary-color);
    font-size: 80px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
.edubin-title-sperator-sec {
    line-height: 1;
}
.slider-btn-left {
    display: inline-block;
}
.slider-btn-right {
    display: inline-block;
}

/*===============================================================
 ##Login Join addon
 =================================================================*/

.login-join .login-join_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit;
}
.login-join .login-join_wrapper .join_link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #08294D;
    font-size: 13px;
    padding: 16px 29px;
    border-radius: 5px;
    line-height: 1.1;
}
.login-join .login-join_wrapper .logout_link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #08294D;
    font-size: 13px;
    padding: 16px 29px;
    border-radius: 5px;
    line-height: 1.1;
}
/*style 2*/

.login-join ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.login-join ul li {
    color: var(--edubin-content-color);
    font-size: 15px;
    display: inline-block;
}
.login-join li.top-seperator {
    padding-left: 3px;
    padding-right: 3px;
}
.login-join .login-register ul li a {
    color: var(--edubin-content-color);
    text-decoration: none;
    font-size: 15px;
    list-style: none;
    display: inline-block;
}
.login-join a {
    color: var(--edubin-content-color);
    font-size: 15px;
}
.login-join .edubin-custom-user-profile {
    display: inline-block;
}
.login-join .login-register.logout {
    display: inline-block;
}
/* Logo*/

.edubin-logotype-container h1 {
    margin: 0;
    font-size: 40px;
}
/*===============================================================
 ##Mail Chimp plugin
 =================================================================*/

.edubin-mailchimp-form-wrap {
    position: relative;
    overflow: hidden;
}
.edubin-mailchimp-form-wrap input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 150px;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
}
@media only screen and (max-width:575px) {
    .edubin-mailchimp-form-wrap input {
        padding: 0 20px
    }
}
.edubin-mailchimp-form-wrap .btn {
    position: absolute;
    height: 55px;
    background-color: var(--edubin-primary-color);
    color: #ffffff;
    top: 0;
    right: 0;
    padding: 0 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.edubin-mailchimp-form-wrap .btn:hover {
    background-color: var(--edubin-color-secondary);
}
@media only screen and (max-width:575px) {
    .edubin-mailchimp-form-wrap .btn {
        position: relative;
        margin-top: 10px;
        width: 100%;
        border-radius: 5px
    }
}
/*===============================================================
 ##Custom Events addon
 =================================================================*/

.edubin-custom-events {
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    margin-top: 40px;
    padding: 10px;
}
.edubin-custom-events .thumb {
    flex-basis: 50%;
    position: relative;
}
.edubin-custom-events .thumb a img {
    width: 100%;
}
.edubin-custom-events .content {
    flex-basis: 50%;
    padding-left: 27px;
}
.edubin-custom-events .thumb .event-date {
    background: #141414 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 0;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 0;
    width: 60px;
}
.edubin-custom-events .thumb .event-date span {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}
.edubin-custom-events .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
}
.edubin-custom-events .content ul.event-time {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.edubin-custom-events .content ul.event-time li {
    color: #909090;
    font-size: 14px;
}
.edubin-custom-events .content ul.event-time li i {
    color: #56a4b1;
    padding-right: 10px;
}
.edubin-custom-events .content p {
    color: #727272;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.edubin-custom-events .content .event-btn a {
    border-bottom: 1px solid #727272;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease-in-out 0s;
}
.edubin-custom-events .content ul.event-time li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.edubin-custom-events .content ul.event-time li+li::before {
    background: #9f9f9f none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 28%;
    width: 2px;
}
/*===============================================================
 ##Video PopUp addon
 =================================================================*/

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}
.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.logged-in .YouTubePopUp-Wrap {
    top: 32px;
    z-index: 99998;
}
.YouTubePopUp-Content {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 680px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.YouTubePopUp-Hide {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.YouTubePopUp-Close {
    position: absolute;
    top: 52px;
    cursor: pointer;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}
.YouTubePopUp-Close:hover {
    opacity: 0.5;
}
@media (max-width:1200px) {
    .YouTubePopUp-Content {
        max-width: 950px;
    }
    .YouTubePopUp-Content iframe {
        height: 500px !important;
    }
}
@media (max-width:992px) {
    .YouTubePopUp-Content {
        max-width: 750px;
    }
    .YouTubePopUp-Content iframe {
        height: 400px !important;
    }
}
@media (max-width:768px) {
    .YouTubePopUp-Content {
        max-width: 500px;
    }
    .YouTubePopUp-Content iframe {
        height: 362px !important;
    }
}
@media (max-width:600px) {
    .YouTubePopUp-Content {
        max-width: 95%;
    }
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }
    .YouTubePopUp-Close {
        bottom: 362px;
    }
}
@media (max-width:480px) {
    .YouTubePopUp-Content {
        max-width: 95%;
    }
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }
    .YouTubePopUp-Close {
        bottom: 262px;
    }
}
.edubin-video-popup-wrapper {
    position: relative;
}
/* ====== Video Popup Style 1 ========= */

.edubin-video-popup-wrapper .video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: var(--edubin-primary-color);
    color: #07294d;
    border-radius: 50%;
}
/* ====== Style 2  play icon with tex ========= */

.edubin-video-popup-wrapper a.play-icon-text {
    color: #ecb101;
}
/* ====== Style 3 ripple effect ========= */

.edubin-video-popup-wrapper .play-btn {
    width: 82px;
    height: 82px;
    background: radial-gradient(var(--edubin-primary-color) 60%, var(--edubin-primary-color) 62%);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
/* ====== triangle ========= */

.edubin-video-popup-wrapper .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #fff;
    z-index: 1;
    -webkit-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* ====== pulse wave ========= */

.edubin-video-popup-wrapper .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 3s;
    animation: pulsate1 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid var(--edubin-primary-color);
    top: -25%;
    left: -25%;
    background: var(--edubin-primary-color);
}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px var(--edubin-primary-color), 0px 0px 25px 10px var(--edubin-primary-color);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px var(--edubin-primary-color), 0px 0px 25px 10px var(--edubin-primary-color);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
/*====== Ripple effect 4 =====*/

.edubin-video-popup-wrapper .video-popup-4 {
    position: relative;
}
.edubin-video-popup-wrapper .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.edubin-video-popup-wrapper .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fdbd00;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.edubin-video-popup-wrapper .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fdbd00;
    border-radius: 50%;
    transition: all 200ms;
}
.edubin-video-popup-wrapper .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.edubin-video-popup-wrapper .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*====== Style 5 transform effect =====*/

.edubin-video-popup-wrapper .video-popup-5 {
    position: relative;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.edubin-video-popup-wrapper .stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}
.edubin-video-popup-wrapper .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.edubin-video-popup-wrapper .icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}
.edubin-video-popup-wrapper #play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}
.edubin-video-popup-wrapper #play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}
.edubin-video-popup-wrapper #play:hover .icon {
    transform: scale(1.05);
}
.edubin-video-popup-wrapper #play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
/*====== Video popup round =====*/

.edubin-video-popup-round {
    position: relative;
    border: 3px solid #ecb101;
}
.edubin-video-popup-round img {
    display: block;
    border-radius: 6px;
    position: relative;
}
.edubin-video-popup-round a.icon-video {
    position: absolute;
    border-radius: 100%;
    border: 7px solid #dcdcdc;
    width: 75px;
    height: 75px;
    background: #FFF;
    color: #ecb101;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 12;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-video-popup-round a.icon-video:hover {
    background: #ecb101;
    color: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.edubin-video-popup-round:hover:after {
    background-color: #ecb101cc;
}
.edubin-video-popup-round:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    transition: .4s;
    border-radius: 6px;
}
/*====== Video popup right =====*/

.edubin-video-popup {
    position: relative;
    margin-top: 15px;
}
.edubin-video-popup img {
    display: block;
    border-radius: 6px;
    position: relative;
}
.edubin-video-popup::before {
    content: '';
    border: 20px solid #ecb101;
    background: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.edubin-video-popup a.icon-video {
    position: absolute;
    border-radius: 100%;
    border: 7px solid #dcdcdc;
    width: 75px;
    height: 75px;
    background: #FFF;
    color: #ecb101;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 12;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-video-popup:hover:after {
    background-color: #ecb101cc;
}
.edubin-video-popup:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    transition: .4s;
    border-radius: 6px;
}
.edubin-video-popup a.icon-video:hover {
    background: #ecb101;
    color: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* ======Video left ======*/

.edubin-video-popup-left {
    position: relative;
    margin-top: 25px;
}
.edubin-video-popup-left img {
    display: block;
    border-radius: 6px;
    position: relative;
}
.edubin-video-popup-left::before {
    content: '';
    border: 30px solid #ecb101;
    background: none;
    position: absolute;
    top: -15px;
    right: -30px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.edubin-video-popup-left::before {
    content: '';
    border: 30px solid #ecb101;
    background: none;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.edubin-video-popup-left a.icon-video {
    position: absolute;
    border-radius: 100%;
    border: 7px solid #dcdcdc;
    width: 75px;
    height: 75px;
    background: #FFF;
    color: #ecb101;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 12;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-video-popup-left a.icon-video:hover {
    background: #ecb101;
    color: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.edubin-video-popup-left:hover:after {
    background-color: #ecb101cc;
}
.edubin-video-popup-left:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    transition: .4s;
    border-radius: 6px;
}

/*===============================================================
 ##Testimonial addon
 =================================================================*/

.edubin-pagination .swiper-wrapper {
    padding-bottom: 40px;
}
.edubin-navigation .testi-button-next, .edubin-navigation .testi-button-prev {
    position: absolute;
    background: transparent;
    transform: translateY(-50%);
    padding: 0;
    top: 50%;
    color: #ffffff;
    border: 2px solid #ec5251;
    background: #ec5251;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.tpc-testimonial_wrapper:hover.edubin-navigation .testi-button-next {
    opacity: 1;
    visibility: visible;
    right: 35px;
}
.tpc-testimonial_wrapper:hover.edubin-navigation .testi-button-prev {
    opacity: 1;
    visibility: visible;
    left: 35px;
}
.edubin-navigation .testi-button-next {
    right: 10px;
    ;
}
.edubin-navigation .testi-button-prev {
    left: 10px;
}
.edubin-navigation .testi-button-next>i, .edubin-navigation .testi-button-prev>i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}
/********************** ##Testimonial Style 1 ************************/

.edubin-testi-1 .edubin-testi-single {
    position: relative;
    padding-top: 50px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum img {
    border-radius: 3px;
    width: 92px;
    height: 92px;
    object-fit: cover;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum .quote {
    position: absolute;
    right: -22px;
    top: -22px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum .quote i {
    width: 45px;
    height: 45px;
    line-height: 48px;
    display: block;
    text-align: center;
    background-color: var(--edubin-primary-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont {
    padding-left: 140px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont p {
    color: #fff;
    padding-bottom: 5px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont .name {
    color: #fff;
    margin: 0;
    padding: 0 30px 2px 0;
    font-size: 18px;
    font-weight: 700!important;
    margin: 0px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont .degree {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.edubin-testi-1 .slick-list {
    padding-top: 35px;
}
@media (max-width: 767.98px) {
    .edubin-testi-1 .edubin-testi-single .testimonial-thum {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-9%);
        transform: translateY(-9%);
    }
    .edubin-testi-1 .edubin-testi-single .testimonial-cont {
        padding-left: 0;
        padding-right: 0;
    }
}
/********************** ##Testimonial Style 2 ************************/

.edubin-testi-2-area {
    background-color: #07294d;
    padding: 60px;
    border-radius: 3px;
    position: relative;
}
.edubin-testi-2-area .testi-heading .heading {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 0;
    margin: 0;
}
.edubin-testi-2-area .edubin-testi-bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.edubin-testi-2-area .edubin-testi-bg-image img {
    float: right;
}
.edubin-testi-2 .testi-single {
    position: relative;
    z-index: 5;
}
.edubin-testi-2 .testi-single img {
    padding-bottom: 20px;
    margin-left: 0;
    max-width: 80px;
}
.edubin-testi-2 .testi-single .content {
    color: #fff;
    padding-bottom: 20px;
    padding-right: 135px;
    margin-bottom: 20px;
}
.edubin-testi-2 .testi-single .name {
    color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 700!important;
    margin-bottom: 5px;
}
.edubin-testi-2 .testi-single .degree {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.edubin-testi-3 .testi-heading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}
.edubin-testi-3 .testimonial-cont {
    color: #fff;
    padding: 40px;
    margin: 0 0px 35px 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
/* .edubin-testi-single.slick-slide>div:nth-last-child {
    margin-right: 0;
} */

.edubin-testi-3 .testimonial-cont p {
    margin-bottom: 0;
}
.edubin-testi-3 .testimonial-cont:after {
    content: '';
    border: 15px solid transparent;
    position: absolute;
    left: 40px;
    bottom: -30px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 15px solid rgba(255, 255, 255, 0.1);
}
.edubin-testi-3 .testimonial-thum {
    float: left;
    padding-left: 20px;
}
.edubin-testi-3 .testimonal-image img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 100px;
}
.edubin-testi-3 .testimonal-image {
    height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.edubin-testi-3 .testi-name-degree {
    float: left;
    margin-top: 12px;
}
.edubin-testi-3 .name {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.edubin-testi-3 .degree {
    color: #ddd;
    float: left;
    margin-bottom: 0;
    font-size: 15px;
}
/********************** ##Testimonial Style 4 ************************/

.edubin-testi-4 {
    margin-left: -10px;
    margin-right: -10px;
}
.edubin-testi-4 .edubin-testi-single {
    margin-bottom: 10px;
}
.edubin-testi-4 .edubin-testi-single {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
    padding: 50px
}
.edubin-testi-4 .testi-icon-wrap {
    margin-bottom: 10px;
}
.edubin-testi-4 .edubin-testi-single .testi-icon-wrap span{
    padding: 10px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    background-color: var(--edubin-primary-color);
}
.edubin-testi-4 .edubin-testi-single .testi-icon-wrap span i{
    color: #ffffff;
}
.edubin-testi-4 .testi-thum-degree-wrap {
    display: flex;
    align-items: center;
}
.edubin-testi-4 .testi-img {
    float: left;
    display: inline-block;
}
.edubin-testi-4 .testi-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0;
}
.edubin-testi-4 .testi-name-degree {
    display: inline-block;
    float: left;
    margin-left: 18px;
}
.edubin-testi-4 .name {
    margin-bottom: 0;
    color: #29303b
}
.edubin-testi-4 .degree {
    margin-top: 0;
    margin-bottom: 0;
}
.edubin-testi-4 .testi-content p {
    color: #29303b;
}

.edubin-testi-6 .edubin-testi-single.layout-6 {
    display: flex !important;
    align-items: center;
}
/********************** ##Testimonial Style 5 ************************/

.edubin-testi-6 .edubin-testi-single .testimonial-thum {
    position: relative;
    padding: 65px;
    padding-left: 0;
}
.edubin-testi-6 .edubin-testi-single .testimonial-thum .testimonial-shape::before {
    content: "";
    background: var(--edubin-primary-color);
    width: 200px;
    height: 415px;
    position: absolute;
    bottom: 35px;
    right: 30px;
    overflow: hidden;
    z-index: -1;
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont {
    flex: 1;
    padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edubin-testi-6 .edubin-testi-single .testimonial-cont {
        padding-left: 20px;
    }
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    background: #ff4612;
    border-radius: 10px;
    font-size: 25px;
    color: #ffffff;
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    color: var(--edubin-content-color);
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont .testi-name-degree {
    margin-top: 35px;
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont .degree {
    margin-top: 5px;
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont .testi-name-degree .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    color: var(--edubin-content-color);
    margin-bottom: 0;
}
.edubin-testi-6 .edubin-testi-single .testimonial-cont .testi-name-degree .degree {
    font-size: 16px;
    line-height: 28px;
    display: block;
    color: var(--edubin-content-color);
}
@media only screen and (max-width: 767px) {
    .edubin-testi-6 .edubin-testi-single {
        flex-direction: column;
    }
    .edubin-testi-6 .edubin-testi-single .testimonial-thum {
        padding: 0px;
    }
    .edubin-testi-6 .edubin-testi-single .testimonial-thum .testimonial-shape::before {
        display: none;
    }
    .edubin-testi-6 .edubin-testi-single .testimonial-cont {
        padding-left: 0;
        margin-top: 50px;
    }
}
/********************** ##Testimonial Style 6 ************************/

.edubin-testi-single.layout-7 {
    padding: 80px 0;
}
.edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
    display: flex;
    align-items: center;
    padding: 50px;
    background: #fff;
    border-radius: 15px;
}
.edubin-testi-7 .edubin-testi-single .testimonial-thum {
    position: relative;
}
.edubin-testi-7 .edubin-testi-single .testimonial-thum img {
    object-fit: cover;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont {
    position: relative;
    flex: 1;
    padding-left: 71px;
    z-index: 2;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont .testi-heading {
    margin-bottom: 0;
}
.edubin-testi-7 .edubin-testi-single .testimonial-wrapper .testimonial-cont .quote-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.edubin-testi-7 .edubin-testi-single .testimonial-wrapper .testimonial-cont .quote-bg i {
    font-size: 190px;
    line-height: 0;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont svg path{
    fill: var(--edubin-primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edubin-testi-7 .edubin-testi-single .testimonial-cont {
        padding-left: 20px;
    }
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 25px;
    color: var(--edubin-content-color);
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont .testi-name-degree {
    margin-top: 35px;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont .degree {
    margin-top: 5px;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont .testi-name-degree .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    color: var(--edubin-content-color);
    margin-bottom: 0;
}
.edubin-testi-7 .edubin-testi-single .testimonial-cont .testi-name-degree .degree {
    font-size: 16px;
    line-height: 28px;
    display: block;
    color: var(--edubin-content-color);
}
@media only screen and (min-width: 1426px) and (max-width: 1570px) {
    .edubin-testi-7 .edubin-testi-single .testimonial-cont {
        padding-left: 30px;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
        padding: 25px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1105px) {
    .edubin-testi-7 .edubin-testi-single .testimonial-cont {
        padding-left: 30px;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
        padding: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .edubin-testi-7 .edubin-testi-single {
        flex-direction: column;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-thum {
        padding: 0px;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-thum .testimonial-shape::before {
        display: none;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-cont {
        padding-left: 20px;
        margin-top: 50px;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
        padding: 20px;
    }
}
@media only screen and (max-width: 450px) {
    .edubin-testi-7 .edubin-testi-single .testimonial-wrapper {
        display: block;
        padding: 30px;
        background: none !important;
    }
    .edubin-testi-7 .edubin-testi-single .testimonial-cont {
        margin-top: 20px;
        padding-left: 0;
    }
}
/********************** ##Testimonial Style 7 ************************/

.edubin-testi-single.layout-8 .testimonial-wrapper {
    position: relative;
    background-color: #fff9eb;
    margin: 10px 80px;
    width: 470px;
    border-radius: 30px 30px 30px 30px;
}
.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-thum {
    position: absolute;
    left: -15%;
    top: 50%;
    transform: translateY(-65%);
    z-index: 3;
}
.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-thum img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont {
    padding: 50px 110px 40px;
    padding-right: 40px;
}
.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont .quote-icon {
    margin-bottom: 30px;
    font-size: 48px;
    color: var(--edubin-primary-color);
}

.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
}
.edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont .testi-name-degree .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edubin-testi-single.layout-8 .testimonial-wrapper {
        margin: 10px 65px;
        width: 390px;
    }
    .edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont {
        padding: 40px 100px 40px;
        padding-right: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .edubin-testi-single.layout-8 .testimonial-wrapper {
        padding-top: 40px;
        margin: 0 auto;
        width: 100%;
    }
    .edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-thum {
        position: relative;
        left: unset;
        top: unset;
        transform: translateY(0);
        text-align: center;
    }
    .edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont {
        padding: 60px 40px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 450px) {
    .edubin-testi-single.layout-8 .testimonial-wrapper .testimonial-cont {
        padding: 60px 20px;
    }
}
/********************** ##Testimonial Style 8 ************************/

.edubin-testi-9 .testi-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}
.edubin-testi-9 .name {
    margin-bottom: 0;
    color: #29303b
}
.edubin-testi-9 .degree {
    margin-top: 5px;
    margin-bottom: 0;
}
.edubin-testi-9 .testi-content p {
    color: #29303b;
}
.edubin-testi-9 .swiper-slide {
    padding: 0 15px;
    margin-top: 10px;
}
/*===============================================================
 ##Category Carousel addon
 =================================================================*/

/********************** ##Category Carousel addon 1 ************************/

.edubin-category-style-1 .swiper-slide .edubin-icon-category .single-category {
    padding: 20px 8px;
    margin: 0;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+6) .edubin-icon-category .single-category {
    background: #7044b3;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+5) .edubin-icon-category .single-category {
    background: #F6316F;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+4) .edubin-icon-category .single-category {
    background: #ea9c0b;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+3) .edubin-icon-category .single-category {
    background: #4886FF;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+2) .edubin-icon-category .single-category {
    background: #FF6F6F;
}
.edubin-category-style-1 .swiper-slide:nth-child(6n+1) .edubin-icon-category .single-category {
    background: #B5D56A;
}
.edubin-category-style-1 .edubin-icon-category .single-category {
    padding: 20px 8px;
    margin: 0 15px;
    border-radius: 5px;
    display: inline-block;
    background: #FF6F6F;
    float: left;
    width: 170px;
    height: 170px;
    margin-bottom: 30px;
}
@media (max-width:992px) {
    .edubin-category-style-1 .edubin-icon-category .single-category {
        width: 100%;
    }
}
.edubin-category-style-1 .edubin-icon-category:nth-child(4n+2) .edubin-icon-category .single-category, .edubin-category-style-4 .edubin-icon-category:nth-child(4n+2) .edubin-icon-category .single-category {
    background: #4886ff;
}
.edubin-category-style-1 .edubin-icon-category:nth-child(4n+3) .edubin-icon-category .single-category, .edubin-category-style-4 .edubin-icon-category:nth-child(4n+3) .edubin-icon-category .single-category {
    background: #009688;
}
.edubin-category-style-1 .edubin-icon-category:nth-child(4n+4) .edubin-icon-category .single-category, .edubin-category-style-4 .edubin-icon-category:nth-child(4n+4) .edubin-icon-category .single-category {
    background: #b5d56a;
}
.edubin-category-style-1 .edubin-icon-category .single-category .icon-category-title {
    font-family: var(--edubin-font-secondary);
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.edubin-category-style-1 .edubin-icon-category .single-category .icon-category-title:hover {
    color: #eee;
    transition: 0.3s ease-in-out;
}
.tpc-category-carousel-wrapper .cat-next.swiper-button-disabled, .tpc-category-carousel-wrapper .cat-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}
.tpc-category-carousel-wrapper .cat-next, .tpc-category-carousel-wrapper .cat-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: #557495;
    color: #fff;
    width: 38px;
    height: 38px;
    border: 0 none;
    display: flex;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-content: center;
}
.tpc-category-carousel-wrapper .cat-next>i, .tpc-category-carousel-wrapper .cat-prev>i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}
.tpc-category-carousel-wrapper .cat-next:hover, .tpc-category-carousel-wrapper .cat-prev:hover {
    background: var(--edubin-primary-color);
    color: #07294d;
}
.tpc-category-carousel-wrapper .cat-next {
    right: -50px;
}
.tpc-category-carousel-wrapper .cat-prev {
    left: -50px;
}
/********************** ##Category Carousel addon 2 ************************/

.edubin-category-style-2 .swiper-slide .edubin-icon-category .single-category {
    /* margin: 0 15px; */
    border: 1px solid #ccc;
    border-radius: 15px;
    display: block;
    background: #fff;
}
.edubin-category-style-2 .edubin-icon-category .single-category {
    /* margin: 0 15px; */
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
}
.edubin-category-style-2 .edubin-icon-category .single-category .icon-category-title {
    color: var(--edubin-heading-color);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.edubin-category-style-2 .edubin-icon-category .single-category .icon-category-title:hover {
    color: var(--edubin-primary-color);
    transition: 0.3s ease-in-out;
}
/********************** ##Category Carousel addon 3 ************************/

.edubin-category-style-3 .edubin-icon-category .single-category {
    padding: 30px;
    border-radius: 15px;
    display: block;
    background: #EFF7FF;
}
.edubin-category-style-3 .edubin-icon-category .single-category .img-wrapper {
    border-radius: 100%;
    height: 110px;
    width: 110px;
    border: 5px solid #000;
    margin: 0 auto;
}
.edubin-category-style-3 .edubin-icon-category .single-category .img-wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.edubin-category-style-3 .edubin-icon-category .single-category .icon-category-title {
    color: var(--edubin-heading-color);
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.edubin-category-style-3 .edubin-icon-category .single-category:hover .icon-category-title {
    color: var(--edubin-primary-color);
    transition: 0.3s ease-in-out;
}
/********************** ##Category Carousel addon 4 ************************/

.edubin-category-style-4 .edubin-icon-category .single-category {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
}
.icon-category-title {
    margin-bottom: 0;
}
/********************** ##Category Carousel addon 5 ************************/

.tpc-category-carousel-wrapper.edubin-category-style-5 .img-wrapper {
    height: 90px;
    width: 90px;
    background: #f5f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

/*===============================================================
 ##Blog Post Addon
 =================================================================*/

.elementor-widget-edubin-latest-post nav.edubin-pagination-wrapper.tpc-custom-pagination {
    margin-left: auto;
    margin-right: auto;
}
.edubin-latest-news .single-news .news-thum img {
    width: 100%;
    border-radius: 3px;
}
.edubin-latest-news .news-thum.thum-list {
    position: relative;
}
.edubin-latest-news .news-thum.thum-list.overlay-layout-3>a:before {
    position: absolute;
    background: linear-gradient(0deg, #07294d 0%, transparent 62%);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.edubin-latest-news .news-thum.thum-list img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.edubin-latest-news .news-thum.thum-single {
    position: relative;
    margin-bottom: 20px;
}
.edubin-latest-news .news-thum.thum-single.overlay-layout-3>a:before {
    position: absolute;
    background: linear-gradient(0deg, #07294d 0%, transparent 62%);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.edubin-latest-news .news-thum.thum-single img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.edubin-latest-news .edubin-blog-date {
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: 50px;
    background: var(--edubin-primary-color);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}
.edubin-latest-news .edubin-blog-date p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.edubin-latest-news .edubin-blog-date p span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
    color: #fff
}
.edubin-latest-news .edubin-news-meta {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
}
.edubin-latest-news .edubin-news-meta ul li i {
    padding-right: 5px;
    color: var(--edubin-primary-color);
}
.edubin-latest-news .news-cont>ul>li>i {
    /*    padding-right: 5px;*/
    color: var(--edubin-primary-color);
}
.edubin-latest-news .edubin-news-meta ul li+li {
    margin-left: 10px;
}
.edubin-latest-news .edubin-news-meta ul li {
    display: inline-block;
}
.edubin-latest-news .edubin-news-meta ul li a {
    color: #fff;
}
.edubin-latest-news .single-news .news-cont ul {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.edubin-latest-news .single-news .news-cont ul li {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    margin-borrom: 0;
}
.edubin-latest-news .single-news .news-cont ul li+li {
    margin-left: 10px;
}
.edubin-latest-news .single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news .news-cont ul li a i {
    color: var(--edubin-primary-color);
    /*    margin-right: 6px;*/
    font-size: 14px;
}
.edubin-latest-news .single-news .news-cont ul li i {
    margin-right: 8px;
}
.edubin-latest-news .single-news .news-cont ul li a span {
    color: #07294d;
    text-transform: lowercase;
}
.edubin-latest-news .single-news .news-cont ul li a:hover {
    color: var(--edubin-primary-color);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news .news-cont a {
    display: block;
}
.edubin-latest-news .single-news.news-big .news-cont a .news-title {
    font-size: 30px;
    color: #07294d;
    padding-bottom: 20px;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-latest-news .single-news .news-cont a:hover .news-title {
    color: var(--edubin-primary-color);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news.news-list .news-cont .news-title {
    font-size: 22px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.edubin-latest-news .news-list .news-cont ul li a {
    font-size: 14px;
}
.edubin-latest-news .news-list .news-cont .content {
    font-size: 16px;
}
.edubin-latest-news .single-news.news-list {
    margin: 0 0 25px 0px;
    overflow: hidden;
}
.edubin-latest-news .single-news.news-list:first-child {
    border-top: none;
    padding-top: 0;
}
.edubin-latest-news .single-news .news-cont a .news-title.news-list-title {
    margin-bottom: 15px;
}
.edubin-latest-news .single-news .blog-list-img {
    float: left;
    width: 175px;
    margin-right: 30px;
    margin-bottom: 5px;
}
@media (max-width:768px) {
    .edubin-latest-news .single-news.news-list:first-child {
        padding-top: 20px;
    }
    .edubin-latest-news .single-news.news-list {
        padding: 15px 0;
    }
}
@media (max-width:576px) {
    .edubin-latest-news .single-news.news-list {
        border-left: none;
        border-top: none;
        padding: 0;
    }
    .edubin-latest-news .news-thum.thum-single img {
        height: 320px;
    }
    .edubin-latest-news .news-thum.thum-list img {
        height: 320px;
        margin-bottom: 20px;
    }
    .edubin-latest-news .single-news.news-big .news-cont a .news-title {
        font-size: 24px;
    }
    .edubin-latest-news .single-news .blog-list-img {
        width: 100%;
    }
}
/* Layout 1 */

.edubin-latest-news.layout-1 .single-news {
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.edubin-latest-news.layout-1 .single-news:last-child {
    margin-bottom: 0;
}
.edubin-latest-news.layout-1 .news-thum {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
}
.edubin-latest-news.layout-1 .news-thum img {
    height: 210px;
    transition: all 0.5s ease;
    object-fit: cover;
}
@media only screen and (max-width:768px) {
    .edubin-latest-news.layout-1 .news-thum {
        max-height: 410px;
    }
    .edubin-latest-news.layout-1 .news-thum img {
        height: 410px;
    }
}
@media only screen and (max-width:576px) {
    .edubin-latest-news.layout-1 .news-thum {
        max-height: 210px;
    }
    .edubin-latest-news.layout-1 .news-thum img {
        height: 210px;
    }
}
.edubin-latest-news.layout-1 .single-news:hover .news-thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.edubin-latest-news.layout-1 .news-title {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul {
    padding-bottom: 5px;
    padding-left: 0;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li a i {
    color: var(--edubin-primary-color);
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8a8a8a;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li i {
    margin-right: 8px;
    color: var(--edubin-primary-color);
}
/* Layout 5 */

.edubin-latest-news.layout-5 .single-news {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    transition: all 0.5s ease;
}
.edubin-latest-news.layout-5 .single-news:last-child {
    margin-bottom: 30px;
}
.edubin-latest-news.layout-5 .news-thum {
    /*  height: 210px;*/
    overflow: hidden;
}
.edubin-latest-news.layout-5 .news-thum img {
    /*    height: 210px;*/
    transition: all 0.5s ease;
    object-fit: cover;
}
.edubin-latest-news.layout-5 .single-news:hover .news-thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.edubin-latest-news.layout-5 .news-cont {
    padding: 30px 30px 0;
}
.edubin-latest-news.layout-5 .news-title {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.edubin-latest-news.layout-5 .single-news .news-cont ul {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.edubin-latest-news.layout-5 .single-news .news-cont ul li a i {
    color: var(--edubin-primary-color);
}
.edubin-latest-news.layout-5 .single-news .news-cont ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8a8a8a;
    /*    margin-right: 10px;*/
}
.edubin-latest-news.layout-5 .single-news .news-cont ul li i {
    /*    margin-right: 8px;*/
    color: var(--edubin-primary-color);
}
.edubin-latest-news.layout-5 .news-cont p {
    /*    margin-bottom: 0;*/
}
.edubin-latest-news .edubin-blog-readmore {
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
}
/* Layout 6 */

.edubin-no-gutters {
    padding-left: 0;
    padding-right: 0;
}
.row.edubin-latest-news.layout-6 {
    padding-right: 15px;
    padding-left: 15px;
}
.layout-6 .single-news {
    margin-bottom: 40px;
}
.layout-6 .single-news .news-cont a .news-title {
    font-size: 18px;
    line-height: 24px;
    color: #07294d;
}
.layout-6 .single-news .news-cont ul li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: #8a8a8a;
}
.layout-6 .single-news .news-cont ul {
    padding-bottom: 12px;
    padding-left: 0;
}
.layout-6 .news-thum {
    margin-bottom: 15px;
    overflow: hidden;
}
.layout-6 .news-cont {
    padding-right: 30px;
}
.layout-6 .single-news .news-thum img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s linear;
}
.layout-6 .single-news:hover .news-thum a img {
    transform: scale(1.1);
}
.edubin-latest-news .news-thum .news-label {
    position: absolute;
    top: 25px;
    left: 25px;
}
.edubin-latest-news .news-thum .news-label span {
    display: block;
    background: var(--edubin-primary-color);
    font-family: var(--edubin-font-secondary);
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
    padding: 7px 15px;
    font-weight: 400;
    color: #fff;
}
/*===============================================================
 ##Services box addon
 =================================================================*/

.edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+1) .services-single-item, .edubin-services-wrapper .services-single-wrap:nth-child(4n+1) .services-single-item {
    background: #02b3e4;
}
.edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+2) .services-single-item, .edubin-services-wrapper .services-single-wrap:nth-child(4n+2) .services-single-item {
    background: #a951ed;
}
.edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+3) .services-single-item, .edubin-services-wrapper .services-single-wrap:nth-child(4n+3) .services-single-item {
    background: #ffae0c;
}
.edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+4) .services-single-item, .edubin-services-wrapper .services-single-wrap:nth-child(4n+4) .services-single-item {
    background: #ff5483;
}
.edubin-custom-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 120px;
}
.edubin-services-wrapper .services-single-wrap {
    padding: 25px;
    border-radius: 40px;
    margin-top: 140px;
}
.edubin-custom-carousel .services-single-wrap {
    padding: 25px;
    border-radius: 40px;
    margin-top: 40px;
}
.edubin-services-wrapper .services-single-wrap:nth-child(4n+1), .edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+1) .services-single-wrap {
    border: 1px dashed #02b3e4;
}
.edubin-services-wrapper .services-single-wrap:nth-child(4n+2), .edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+2) .services-single-wrap {
    border: 1px dashed #a951ed;
}
.edubin-services-wrapper .services-single-wrap:nth-child(4n+3), .edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+3) .services-single-wrap {
    border: 1px dashed #ffae0c;
}
.edubin-services-wrapper .services-single-wrap:nth-child(4n+4), .edubin-services-wrapper .swiper-wrapper .swiper-slide:nth-child(4n+4) .services-single-wrap {
    border: 1px dashed #ff5483;
}
.edubin-services-wrapper .services-single-wrap {
    top: 0;
    transition: 0.35s;
    position: relative;
}
.edubin-services-wrapper .services-single-wrap:hover {
    top: -10px;
    transition: 0.35s;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .edubin-custom-carousel {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .edubin-custom-carousel {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .edubin-custom-carousel {
        grid-template-columns: repeat(1, 1fr);
    }
}
.edubin-services-wrapper .services-single-item {
    position: relative;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.35s;
    top: 0;
    padding-top: 60px;
}
.edubin-services-wrapper .services-single-wrap:hover .services-single-item {
    top: -10px;
    transition: 0.35s;
}
.edubin-services-wrapper .cat-icon-img {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 100px;
    width: 225px;
    height: 225px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
}
.edubin-services-wrapper .cat-icon-img img {
    border-radius: 100px;
    object-fit: cover;
    height: 140px;
    width: 140px;
}
.edubin-services-wrapper .cat-title {
    color: #fff;
    font-size: 24px;
    padding-top: 12px;
    margin-bottom: 5px;
    transition: .5s;
}
.edubin-services-wrapper p {
    color: #fff;
    margin-bottom: 0;
}
.edubin-services-wrapper .edubin-cat-content {
    padding: 10px 30px 35px;
}
.edubin-services-wrapper a:hover {
    color: #fff;
}
.edubin-services-wrapper a {
    color: #fff;
}
/*===============================================================
 ##Icon+Text
 =================================================================*/

ul.tpc-header-list-info {
    margin-bottom: 0;
}
/*===============================================================
 ##Woo Cart
 =================================================================*/

.edubin-mini-cart_wrapper {
    font-size: 18px;
}
.edubin-mini-cart_wrapper>a {
    position: relative;
}
.edubin-mini-cart_wrapper>a>span {
    font-size: 12px;
    color: #07294d;
    background-color: var(--edubin-primary-color);
    border-radius: 100px;
    padding: 0px 4px;
    position: absolute;
    right: -15px;
    height: 18px;
    width: 18px;
    line-height: 20px;
    text-align: center;
    display: inline-flex;
    bottom: 12px;
    align-items: center;
    justify-content: center;
}
.edubin-arrow-style-1 {
    position: absolute;
    background: transparent;
    transform: translateY(-50%);
    padding: 0;
    top: -45px;
    left: 92%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 4;
}
@media (max-width: 991px) {
    .edubin-arrow-style-1 {
        left: 88%;
    }
}
@media (max-width: 767px) {
    .edubin-arrow-style-1 {
        left: 85%;
    }
}
@media (max-width: 580px) {
    .edubin-arrow-style-1 {
        left: 80%;
    }
}
@media (max-width: 450px) {
    .edubin-arrow-style-1 {
        left: 70%;
    }
}
.edubin-arrow-style-1:hover {
    border-color: var(--edubin-primary-color);
    background-color: var(--edubin-primary-color);
}
.edubin-arrow-style-1.next-icon {
    left: inherit;
    right: 0;
}
.edubin-arrow-style-2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transform: translateY(-50%);
    padding: 0;
    top: 50%;
    color: #868e96;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
    opacity: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #868e96;
    border-radius: 100px;
}
.tpc-slider-wrapper-arrows-enable:hover .edubin-arrow-style-2 {
    opacity: 1;
    margin-left: -25px;
    margin-right: -20px;
}
.woocommerce-product-addon:hover .edubin-arrow-style-2 {
    opacity: 1;
    margin-left: -25px;
    margin-right: -20px;
}
.edubin-arrow-style-2.next-icon {
    left: auto;
    right: -8px;
}

/*===============================================================
 ##Info Box 
 =================================================================*/

.edubin-info-box-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 140px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
.edubin-info-box-wrapper .icon-wrapper {
    flex-shrink: 0;
    background: var(--edubin-primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -60px;
    margin-right: 15px;
}
.edubin-info-box-wrapper.icon-right .icon-wrapper {
    margin-right: 0;
    margin-left: 15px;
}
.edubin-info-box-wrapper.icon-top .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
}
.edubin-info-box-wrapper .icon-wrapper svg {
    width: 15px;
    height: 15px;
}
.edubin-info-box-wrapper .info-text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: var(--edubin-heading-color);
}
.edubin-info-box-wrapper .info-text span {
    color: var(--edubin-primary-color);
}