.cm-blog-default-list .rows > .sidebar--content, .cm-blog-default-list .rows > .sidebar_listing {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width: 992px) {
    .cm-blog-default-list .rows > .sidebar_listing {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .cm-blog-default-list .rows > .sidebar--content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.cm-blog-default-list > .content-wrapper > .rows {
    margin-left: -30px;
    margin-right: -30px;
}

.blog-sidebar-list .col-lg-6 {
    --bs-gutter-y: 30px;
    padding: 0 15px;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid {
    position: relative;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    overflow: hidden;
    height: 100%;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-img {
    position: relative;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-img img {
    max-height: 350px;
    border-radius: 6px 6px 0 0;
    height: 100%;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body {
    padding: 30px;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body h5 {
    font-size: 26px;
    margin-bottom: 10px;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body ul.blog-meta {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body ul.blog-meta li {
    font-size: 14px;
    line-height: 1.3;
    color: #6b7385;
    margin: 0 12px;
    margin-bottom: 5px;
    position: relative;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body .rbt-card-bottom a {
    display: flex;
    align-items: center;
}

.blog-sidebar-list .col-lg-6 .rbt-blog-grid .rbt-card-body .rbt-card-bottom a i {
    margin-left: 5px;
}

.cm-blog-default-list .rows > .sidebar--content {
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #192335;
    --bs-gutter-y: 30px;
    background:linear-gradient(to right, rgba(255, 154, 0, 1), rgba(255, 61, 0, 1));
    z-index: 10;
    height: 100%;
}

.cm-blog-default-list .rows > .sidebar--content:before {
    content: "";
    z-index: -1;
    top: 3px;
    left: 3px;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 6px;
}

.rbt-single-widget .rbt-widget-title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e6e3f1;
    margin-bottom: 15px;
}

.rbt-single-widget .rbt-sidebar-list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rbt-single-widget .rbt-sidebar-list-wrapper li {
    display: flex;
    align-items: center;
}

.rbt-single-widget .rbt-sidebar-list-wrapper .thumbnail {
    margin-right: 12px;
}

.rbt-single-widget .rbt-sidebar-list-wrapper .thumbnail img {
    height: 60px;
    width: 60px;
    border-radius: 6px;
    object-fit: cover;
    min-width: 60px;
    min-height: 60px;
}

.rbt-single-widget .rbt-sidebar-list-wrapper .content h6 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.rbt-single-widget .rbt-sidebar-list-wrapper .content ul {
    padding: 0;
    margin: -7px;
}

.rbt-single-widget .rbt-sidebar-list-wrapper .content ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 7px;
}

.sidebar-pop .rbt-single-widget.rbt-widget-recent {
    padding-top: 30px;
}

@media screen and (min-width: 992px){
    .blog-sidebar-list .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

nav.pagination {
    display: block;
    margin-top: 60px;
}

ul.edu-pagination {
    margin: -8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul.edu-pagination li {
    margin: 8px;
}

ul.edu-pagination li a {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
    transition: 0.4s;
    font-weight: 500;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark ul.edu-pagination li a{
    background: rgba(25, 35, 53, 1.0)
}
ul.edu-pagination li a.active {
    background: rgba(255, 154, 0, 1.0);
    color: #fff;
}
/* Course List */

.blogbanner .dnd-section, 
.cm-blog-default-list .dnd-section{
    padding: 0;
}

/* event List */

@media (min-width: 992px){
    .cm-blog-default-list.event_blogs .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }  

    .cm-blog-default-list.event_blogs .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
}


.cm-blog-default-list.event_blogs .col-lg-4, .cm-blog-default-list.event_blogs .col-lg-8 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}



/* Post */

.edu-course-post-banner {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.edu-course-post-banner .breadcrumb-inner img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    width: 100%;
}

.banner-content .content {
    position: relative;
    z-index: 2;
    padding-right: 10%;
}

.banner-content .content ul.page-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.banner-content .content ul.page-list li {
    display: inline-block;
    font-size: 14px;
    color: #6b7385;
    margin: 0;
}

.banner-content .content ul.page-list li a {
    color: inherit;
}

.banner-content .content ul.page-list li.active {
    opacity: 0.6;
}

.banner-content .content h2.title {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.23;
}


.banner-content .content p.description {font-size: 18px;line-height: 1.45;margin-bottom: 30px;color: #192335;}

.banner-content .content .edu-author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.banner-content .content .edu-author-meta .edu-avater {
    margin-right: 10px;
}

.banner-content .content .edu-author-meta .edu-author-info {font-size: 14px;}

.banner-content .content .edu-author-meta .edu-author-info a {
    color: #192335;
    font-weight: 500;
}

.banner-content .content ul.edu-meta {
    margin: -7px;
    padding: 0;
    list-style: none;
}

.banner-content .content ul.edu-meta li {
    display: inline-block;
    margin: 7px;
    font-size: 14px;
    line-height: 15px;
    color: #192335;
}

.banner-content .content ul.edu-meta li i {
    margin-right: 5px;
}

.edu-course-details {
    padding: 60px 0;
}

.edu-course-details .rows.g-5 {
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}

.edu-course-details .col-lg-8 {
    padding: 0 15px;
}

.edu-course-details .col-lg-8 .featured-image {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 30px;
}

.dark .edu-course-details .col-lg-8 .featured-image{
    background: rgba(25, 35, 53, 1.0)
}

.edu-course-details .col-lg-8 .featured-image img {
    width: 100%;
    max-height: 549px;
    object-fit: cover;
    border-radius: 6px;
}

@media screen and (min-width: 992px){
    .banner-content .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .edu-course-details .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .edu-course-details .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
        padding: 0 15px;
    }
}

/* Blog Post */
.blog-post-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
    box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
}

.blog-post-wrapper .blog-post-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 44px 140px 50px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    margin: 120px auto 0;
    max-width: 1085px;
}
.dark .blog-post-wrapper .blog-post-header{
    background: rgba(25, 35, 53, 1.0)
}
.blog-post-wrapper .blog-post-header .breadcrumb-image-wrapper {
    display: block;
    position: absolute;
    top: -243px;
    bottom: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: -moz-calc(100% + 243px);
    height: calc(100% + 243px);
    width: 100vw;
    min-width: 1024px;
    z-index: -4;
}

.blog-post-wrapper .blog-post-header .breadcrumb-image-wrapper img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.blog-post-wrapper .breadcrumb-content-top {
    text-align: center;
}

.blog-post-wrapper .breadcrumb-content-top ul.meta-list {
    display: flex;
    align-items: center;
    margin: -10px;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    list-style: none;
}

.blog-post-wrapper .breadcrumb-content-top ul.meta-list li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 18px;
    padding: 10px;
    font-size: 16px;
}

.blog-post-wrapper .breadcrumb-content-top ul.meta-list li .author-thumbnail {
    max-width: 45px;
    border-radius: 100%;
    height: 45px;
    margin-right: 8px;
}

.blog-post-wrapper .breadcrumb-content-top ul.meta-list .author-thumbnail img{
    border-radius: 100%;
    width: 100%;
    object-fit: contain;
}

.blog-post-wrapper .breadcrumb-content-top h1.title {
    font-size: 42px;
    margin-bottom: 20px;
}

.blog-post-content-wrapper {
    max-width: 1085px;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-content-wrapper .blog-post-container {
    padding: 50px 100px;
    background: #fff;
    box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    padding-top: 0;
    overflow: hidden;
}
.dark .blog-post-content-wrapper .blog-post-container{
    background: rgba(25, 35, 53, 1.0)
}
.blog-post-content-wrapper .blog-post-container .blog-post-featured--image {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 1400px;
    width: auto;
    margin-bottom: 30px;
    positiion: relative;
}

.blog-post-content-wrapper .blog-post-container .blog-post-featured--image img{
    width: 100%;
    object-fit: cover
}

.blog-post-content-wrapper .blog-post-container .blog-post-featured--image figcaption{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.blog-post-content-wrapper .blog-post-container .tagCloud {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-post-content-wrapper .blog-post-container .tagCloud a {
    height: 30px;
    padding: 0 10px;
    margin: 5px;
    display: inline-block;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid #e6e3f1;
    font-size: 14px;
    color: var(--color-body);
}

.blog-post-content-wrapper .blog-post-container .tagCloud a:hover {
    background-color: rgba(255, 154, 0, 1.0);;
    color: #ffffff;
    border-color: rgba(255, 154, 0, 1.0);;
}

.social-share-block {
    border-bottom: 1px solid #e6e3f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-share-block ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -5px;
    padding-block-end: 20px;
}

.social-share-block ul li {
    margin: 5px;
}

.social-share-block ul li a {
    width: 48px;
    background-color: transparent;
    height: 48px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: var(--color-body);
    z-index: 2;
    position: relative;
    border: 2px solid #e6e3f1;
}

.social-share-block ul li i {
    vertical-align: middle;
}

.social-share-block ul li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 154, 0, 1.0);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s;
    border-radius: 100%;
    border: 1px solid rgba(107, 115, 133, 1.0);;
    border: 1px solid rgba(255, 154, 0, 1.0);;
}

.social-share-block ul li a:hover:after {
    transform: scale(1);
    opacity: 1;
}

.social-share-block ul li a:hover {
    color: #fff;
}


.about-author {
    padding: 40px 0;
    border-bottom: 1px solid #e6e3f1;
    width: 100%;
}

.about-author .media {
    display: flex;
    width: 100%;
}

.media-body {
    width: AUTO;
}

.about-author .media .thumbnail img {
    border-radius: 6px;
    margin-right: 30px;
    margin-bottom: 20px;
    min-width: 105px;
    max-height: 105px;
}

.media-body h5 a {
    color: inherit;
    margin: 0;
}

.media-body h5 {
    margin: 0;
}

.media-body .content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -10px;
    margin-top: 10px;
    list-style: none;
}

.media-body .content p {
    margin: 0;
}

.media-body .content ul li {
    margin: 10px;
}

.media-body .content ul li a {
    color: inherit;
}

.media-body .content ul li a:hover {
    color: rgba(255, 154, 0, 1.0);;
}

.blog-related-posts {
    padding-top: 60px;
}

.blog-related-posts .section-title-left {
    margin-bottom: 40px;
    text-align: left;
}



.blog-related-posts .section-title-left span {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #FF9A0021;
    color: rgba(255, 154, 0, 1.0);;
}

.blog-related-posts .edu-related-post-card {
    display: flex;
    max-height: 150px;
    border-radius: 2px;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    overflow: hidden;
    margin-top: 30px;
    256ms
    animation-timing-function: ease-in-out;
    transition: 256ms ease-in-out;
}

.blog-related-posts .edu-related-post-card .edu-post-img {
    height: 100%;
    position: relative;
}

.blog-related-posts .edu-related-post-card .edu-post-body {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-related-posts .edu-related-post-card .edu-post-img img {
    border-radius: 2px 0 0 2px;
    max-height: initial;
    max-width: 290px;
    min-width: 290px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.blog-related-posts .edu-related-post-card .edu-post-body h5.edu-post-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.blog-related-posts .edu-related-post-card .edu-post-body .edu-post-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-related-posts .edu-related-post-card .edu-post-body .edu-post-bottom a {
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    color: #192335;
}

.blog-related-posts .edu-related-post-card .edu-post-body .edu-post-bottom a i {
    display: inline-block;
    padding-left: 4px;
    transition: 0.4s;
}

.blog-related-posts .edu-related-post-card:hover {
    transform: scale(1.02);
    transition: 256ms ease-in-out;
}

.blog-related-posts .edu-related-post-card .edu-post-body .edu-post-bottom:hover i {
    padding-left: 10px;
}