.edubin-course-top.switch-layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lp-archive-courses .switch-layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.switch-layout-container {
    background: #f5f5f5;
    padding: 10px 14px;
    margin-bottom: 50px;
    min-height: 54px
}
.switch-layout-container .edubin-course-order {
    margin-left: auto;
    margin-right: 20px
}
.switch-layout-container .edubin-course-order select {
    height: 34px;
    color: #999;
    font-size: 13px;
    padding: 0 8px;
}
.switch-layout-container.has_desc {
    margin-bottom: 15px
}
.switch-layout-container .switch-layout {
    float: left
}
.switch-layout-container .switch-layout a {
    font-size: 18px;
    display: inline-block;
    line-height: 34px;
    margin-right: 5px;
    color: #ccc
}
.switch-layout-container .course-index {
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    color: #999;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.switch-layout-container .courses-searching {
    float: right;
    position: relative;
    max-width: calc(100% - 70px);
    max-width: -moz-calc(100% - 70px)
}
.switch-layout-container .courses-searching ul {
    margin: 0;
    padding-left: 0;
    right: 0;
    z-index: 2;
    line-height: 35px;
    background: #fff;
    border: none;
    margin-top: 10px;
    min-width: 465px;
    position: absolute;
    margin-right: -10px;
    padding: 20px 20px;
    box-shadow: 0 3px 6px rgb(128 128 128 / 27%);
    -webkit-box-shadow: 0 3px 6px rgb(128 128 128 / 27%);
    -moz-box-shadow: 0 3px 6px rgb(128 128 128 / 27%);
    max-height: 350px;
    overflow: overlay;
}
.switch-layout-container .courses-searching ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.switch-layout-container .courses-searching ul li:last-child {
    border-bottom: 0;
}
.switch-layout-container .courses-searching ul li img {
    width: 40px;
    height: 35px;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
}
.switch-layout-container .courses-searching ul li a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    color: var(--edubin-heading-color);
    font-size: 14px
}
.switch-layout-container .courses-searching ul li a:hover {
    color: var(--edubin-primary-color);
}
.switch-layout-container .courses-searching ul li.ob-selected a {
    color: var(--edubin-primary-color);
}
.switch-layout-container .courses-searching ul li:last-child {
    margin-bottom: 10px
}
.switch-layout-container .courses-searching form {
    border: 0;
    background: #fff;
    width: 270px;
    position: relative;
    line-height: 34px;
    max-width: 100%
}
.switch-layout-container .courses-searching form input[type=text] {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    border-radius: 0;
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none
}
.switch-layout-container .courses-searching form input[type=text]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.switch-layout-container .courses-searching form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 30px;
    padding: 0;
    line-height: 34px
}
.switch-layout-container .courses-searching form button[type=submit] i {
    font-size: 14px;
    color: #ccc;
    line-height: 34px
}
@media only screen and (max-width:992px) {
    .edubin-course-top .filter__top {
        padding: 5px 0;
    }
}
@media only screen and (max-width:698px) {
    .switch-layout-container .courses-searching {
        width: 100%;
        max-width: 100%;
    }
    .switch-layout-container .courses-searching form {
        width: 100%;
        max-width: 100%;
    }
    .switch-layout-container .edubin-course-order {
        margin-right: 0;
        width: 100%;
    }
    form.edubin-course-filter-form {
        width: 100%;
    }
    .switch-layout-container .edubin-course-order select {
        width: 100%;
    }
}
/*
* Search addon Style
*/

.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 hotpink;
}
.edubin-search-sty-wraple-1 input:focus~button {
    width: 36px;
}
.edubin-search-sty-wraple-1 input:focus~button.btn-search {
    background: var(--edubin-secondary-color);
    color: #fff;
    border-radius: 20px;
}
.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: 36px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 70px;
    transform: translateY(-50%);
    padding: 0;
}
.edubin-search-sty-wraple-1 button.btn-search {
    background: var(--edubin-secondary-color);
    border-radius: 0 20px 20px 0;
    color: #fff;
    transition: all .3s ease-in-out;
}
/*=== Teacher addon ====*/

.edubin-single-teacher {
    position: relative;
}
.edubin-single-teacher .image {
    border-radius: 3px;
    overflow: hidden;
}
.edubin-single-teacher .image img {
    width: 100%;
}
.edubin-single-teacher .image img {
    height: 305px;
    object-fit: cover;
}
.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 .techer-social {
    padding-top: 5px;
}
.edubin-single-teacher .techer-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 .techer-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;
}

/* ==================== ## Global Course - Grid ==================== */

.course__container {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    background: #ffffff;
}
.course__container:hover .course__media-link:before {
    opacity: 0.2;
}
.course__media .course__media-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    background: #1C1F27;
    opacity: 0;
}
.edubin-course .course__content--info {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
}
.edubin-course {
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.edubin-course:hover {
    transition: all 0.5s ease;
}
.e-c-layout-3 .edubin-course {
    margin-bottom: 0;
}
.edubin-course .course__content-meta span {
    font-size: 13px;
}
.edubin-course .course__content--meta>span {
    margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
    margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
    font-size: 15px;
    position: relative;
    padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
    font-size: 15px;
    margin-top: 12px;
}
.edubin-course .course-meta span {
    margin-right: 8px;
}
.edubin-course .course-meta span i {
    margin-right: 4px;
    font-size: 14px;
    color: var(--edubin-primary-color);
}
.edubin-course .course__content--info+.course__content--meta:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 76%;
    background: #ebebeb;
    top: -4px;
}
.col-md-6.col-lg-4 .edubin-course .course__content--info+.course__content--meta:before {
    width: 83%;
}
.edubin-course .course__content--meta {
    padding: 10px 30px;
}
.edubin-course .course__content--meta:empty {
    display: none;
}
.edubin-course .course__content--meta>span:last-child {
    margin-right: 0;
}
.edubin-course .course__content--meta>span {
    margin-right: 10px;
}
.edubin-course .course__content--meta .price {
    font-weight: 700;
}
.edubin-course .course__content--meta span i {
    margin-right: 2px;
    font-size: 14px;
    color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
    display: inline-block;
    text-align: right;
    float: right;
    color: var(--edubin-heading-color);
}
.edubin-course .course__media {
    position: relative;
    z-index: 1;
}
.edubin-course .author__name img.avatar {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-right: 5px;
    display: inline-block;
    border: 2px solid #cccccc;
}
.edubin-course .course-price {
    font-size: 14px;
    font-weight: 800;
    min-width: 62px;
    height: 62px;
    border-radius: 100px;
    text-transform: uppercase;
    box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0;
    margin-right: 30px;
    color: #fff;
    background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
    font-size: inherit;
    font-style: inherit;
    margin: 0;
    margin-right: 8px;
}
.edubin-course .course__content--meta span:last-child {
    margin-right: 0;
}
.edubin-course .course__content--meta span.origin-price {
    font-size: 0.85em;
    margin-bottom: 4px;
    text-decoration: line-through;
    margin-right: 5px;
}
.edubin-course .course__media+.course__content .course__categories {
    margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
    padding: 0 30px 20px 30px;
}
.edubin-course .course__categories {
    position: absolute;
    top: 25px;
    left: 30px;
    max-width: 70%;
}
.edubin-course .course__categories a {
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 29px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--edubin-secondary-color);
    white-space: nowrap;
    background: var(--edubin-primary-color);
    box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course .course__categories a:hover {
    color: var(--edubin-secondary-color);
}
.edubin-course .course__wishlist {
    position: absolute;
    top: 25px;
    right: 30px;
    max-width: 70%;
}
.edubin-course .course__wishlist a {
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 29px;
    display: inline-block;
    color: var(--edubin-secondary-color);
    white-space: nowrap;
    background: var(--edubin-primary-color);
    box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course .course__wishlist a:hover {
    color: #ffffff;
}
.edubin-course .course__categories a:nth-child(n+2) {
    display: none;
}
.edubin-course .course__title {
    margin-top: 17px;
    line-height: 18px;
    height: 55px;
    overflow: hidden;
}
.edubin-course .course__title a {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.edubin-course .course__title a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course .author__name a {
    color: #686f7a;
    font-weight: 400;
    font-size: 15px;
}
.edubin-course .author__name a:hover {
    color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
    margin-right: 0;
}
/* ==================== ## Global Course - List ==================== */

.edubin-course.edubin-course-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.edubin-course.edubin-course-list {
    min-height: 215px;
}
.edubin-course-list .course__media {
    border-radius: 4px;
    overflow: hidden;
}
.edubin-course.edubin-course-list .course__title {
    margin-top: 0;
    height: inherit;
}
@media (max-width:768px) {
    .edubin-course.edubin-course-list .course__title {
        margin-top: 30px;
    }
    .edubin-course.edubin-course-list .course__title a {
        font-size: 22px;
    }
}
.edubin-course.edubin-course-list .course__title a {
    font-size: 20px;
}
.edubin-course.edubin-course-list .course__content--meta {
    padding: 10px 0
}
.edubin-course.edubin-course-list .course__content--meta>span {
    margin-right: 6px;
}
#edubindiv2 .col-lg-12:last-child .edubin-course.edubin-course-list {
    border-bottom: 0;
}
/* ==================== ## Global course filter ==================== */

.post-type-archive.post-type-archive-courses .site-content>.tutor-course-filter-wrapper>div {
    padding: 0;
}
.edubin-course-filter-wrapper {
    background: #fff;
    margin-bottom: 40px;
}
.edubin-course-filter-wrapper>div:first-child {
    width: 270px;
}
.edubin-course-filter-wrapper>div:last-child {
    width: calc(100% - 270px);
    padding-left: 30px !important;
}
@media (max-width:767.98px) {
    .edubin-course-filter-wrapper>div:last-child {
        padding-right: 30px !important;
    }
    .edubin-course-filter-wrapper {
        background: #fff;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .edubin-container .searchandfilter input[type="submit"] {
        margin-top: 15px;
    }
}
.edubin-archive-single-cat {
    position: relative;
    color: #2a3235
}
.edubin-course-filter-wrapper .widget-title {
    color: #07294d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 36px;
    position: relative;
}
.edubin-course-filter-wrapper .widget-title:before {
    bottom: -8px;
}
.edubin-course-filter-wrapper .filter-content {
    overflow: overlay;
}
.edubin-course-filter-wrapper .single-filter.widget {
    background: #f5f5f5;
    padding: 0 30px 0 30px;
    padding-top: 20px;
}
.edubin-course-filter-wrapper .single-filter.widget:nth-child(2) {
    padding-top: 30px;
    margin-top: 0;
}
.edubin-course-filter-wrapper .single-filter.widget:last-child {
    padding-bottom: 30px;
}
.edubin-course-filter-wrapper .single-filter.widget label {
    display: block;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #666;
    transition: all 0.5s ease;
}
.edubin-course-filter-wrapper .single-filter.widget label:hover {
    color: var(--edubin-primary-color);
    transition: all 0.5s ease;
}
.edubin-course-filter-wrapper .filter-checkbox-count {
    font-size: 14px;
}
.edubin-course-filter-wrapper>div:first-child .edubin-course-search-field i {
    line-height: 38px;
    color: var(--edubin-heading-color)
}
.edubin-wrap.edubin-courses-wrap.edubin-container.edubin-course-filter-loop-container .course__title a {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.edubin-wrap.edubin-courses-wrap.edubin-container.edubin-course-filter-loop-container .course__title {
    height: 55px;
}
.edubin-wrap.edubin-courses-wrap.edubin-container .course__title {
    height: 60px;
}
.edubin-wrap.edubin-courses-wrap.edubin-container .course__title a {
    font-size: 22px;
    line-height: 30px;
}
.edubin-course-filter-wrapper .edubin-clear-all-filter {
    margin-top: 0;
    background: #fff;
    padding: 0 30px 30px 30px;
}
.edubin-course-filter-wrapper .edubin-clear-all-filter>a i {
    padding-right: 5px;
}
.edubin-course-filter-wrapper select[name=edubin_course_filter] {
    padding: 3px 5px 3px 12px;
}
.edubin-course-filter-wrapper label {
    margin-bottom: 12px;
}
.edubin-course-filter-wrapper .filter-content::-webkit-scrollbar {
    width: 1em;
}
div.edubin_search_result {
    display: none;
}
.edubin-archive-single-cat .category-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    cursor: pointer;
    font-size: 14px;
    color: #29303b;
    line-height: 24px
}
.edubin-archive-single-cat .edubin-archive-childern {
    padding: 0 0px 2px 10px;
}
.edubin-archive-single-cat {
    position: relative;
    color: #2a3235
}
/* ==== End Filter New === */

/*=== Latest blog post addon ====*/

.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: #07294d;
    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: #07294d
}
.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 .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: 10px;
}
.edubin-latest-news .single-news .news-cont ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.edubin-latest-news .single-news .news-cont ul li:last-child {
    margin-right: 0;
}
.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 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: 15px;
    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;
    margin-right: 20px;
}
.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;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    margin-bottom: 30px;
    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;
}
@media only screen and (max-width:768px) {
    .edubin-latest-news.layout-5 .news-thum {
        max-height: 410px;
    }
    .edubin-latest-news.layout-5 .news-thum img {
        height: 410px;
    }
}
@media only screen and (max-width:576px) {
    .edubin-latest-news.layout-5 .news-thum {
        max-height: 210px;
    }
    .edubin-latest-news.layout-5 .news-thum img {
        height: 210px;
    }
}
.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: 15px;
    padding-left: 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: 20px;
}
.edubin-latest-news.layout-5 .single-news .news-cont ul li i {
    margin-right: 8px;
    color: var(--edubin-primary-color);
}

/*=== Testimonial addon ====*/

.edubin-testi-1 .edubin-testi-single {
    position: relative;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-109%);
    transform: translateY(-109%);
}
.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: 45px;
    text-align: center;
    background-color: var(--edubin-primary-color);
    border-radius: 50%;
    color: #07294d;
    font-size: 18px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont {
    padding-left: 140px;
    padding-right: 32px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont p {
    color: #fff;
    padding-bottom: 5px;
    padding-right: 30px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont .name {
    color: #fff;
    margin: 0;
    padding: 0 30px 4px 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
*/

.edubin-testi-1 .slick-arrow {
    z-index: 1;
}
.edubin-testi-1 .slick-prev, .edubin-testi-1 .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
}
.edubin-testi-1 .slick-dots {
    list-style: none;
}
.edubin-testi-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}
.edubin-testi-1 .slick-dots li.slick-active button {
    background: var(--edubin-primary-color);
}
.edubin-testi-1 .slick-dots li button:before {
    display: none;
}
.edubin-testi-1 .slick-dots {
    bottom: -30px;
}
.edubin-testi-1 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}
.edubin-testi-1 .slick-prev::before, .edubin-testi-1 .slick-next::before {
    display: none;
}
.edubin-testi-1 .slick-prev:hover, .edubin-testi-1 .slick-prev:focus, .edubin-testi-1 .slick-next:hover, .edubin-testi-1 .slick-next:focus {
    color: #ccc;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
/*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: 0;
}
.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;
}
/*
* Testimonial Style
*/

.edubin-testi-2 .slick-arrow {
    z-index: 1;
}
.edubin-testi-2 .slick-prev, .edubin-testi-2 .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
}
.edubin-testi-2 .slick-dots {
    list-style: none;
    z-index: 1;
}
.edubin-testi-2 .slick-list {
    z-index: 2;
}
.edubin-testi-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}
.edubin-testi-2 .slick-dots li.slick-active button {
    background: var(--edubin-primary-color);
}
.edubin-testi-2 .slick-dots li button:before {
    display: none;
}
.edubin-testi-2 .slick-dots {
    bottom: -30px;
}
.edubin-testi-2 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}
.edubin-testi-2 .slick-prev::before, .edubin-testi-2 .slick-next::before {
    display: none;
}
.edubin-testi-2 .slick-prev:hover, .edubin-testi-2 .slick-prev:focus, .edubin-testi-2 .slick-next:hover, .edubin-testi-2 .slick-next:focus {
    color: #ccc;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
/*Testimonial 3*/

.edubin-testi-3 .slick-arrow {
    z-index: 1;
}
.edubin-testi-3 .slick-prev, .edubin-testi-3 .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
}
.edubin-testi-3 .slick-dots {
    list-style: none;
}
.edubin-testi-3 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e3e3e3;
    border-radius: 100%;
}
.edubin-testi-3 .slick-dots li.slick-active button {
    background: var(--edubin-primary-color);
}
.edubin-testi-3 .slick-dots li button:before {
    display: none;
}
.edubin-testi-3 .slick-dots {
    bottom: -70px;
}
.edubin-testi-3 .slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
}
.edubin-testi-3 .slick-prev::before, .edubin-testi-3 .slick-next::before {
    display: none;
}
.edubin-testi-3 .slick-prev:hover, .edubin-testi-3 .slick-prev:focus, .edubin-testi-3 .slick-next:hover, .edubin-testi-3 .slick-next:focus {
    color: #ccc;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-testi-3 .testi-heading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}
.edubin-testi-3 .testimonial-cont {
    color: #fff;
    padding: 40px;
    margin: 0 35px 35px 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.edubin-testi-3 .testimonial-cont {
    color: #fff;
    padding: 40px;
    margin: 0 35px 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 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 .slick-slide {
    padding: 0 15px;
    margin-top: 10px;
}
.edubin-testi-4 .testi-icon-wrap {
    margin-bottom: 10px;
}
.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: 5px;
    margin-bottom: 0;
}
.edubin-testi-4 .testi-content p {
    color: #29303b;
}
