a {
    text-decoration: none;
    color: #f58200;
}

.blog-item-post {
    padding: 50px 0px 0px 0px;
}

.blog-item-post .py-5 {
    padding-top: 0 !important;
}

.blog-details-section .py-5 {
    padding-top: 0 !important;
}

/*.blog-content-details .blog-post-content {
    align-items: stretch;
    display: flex;
    height: 100%;
}*/

.side-bar {
    width: 100%;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 4px;
}

.side-bar:hover {

    box-shadow: 0 0 5px 0 #c5c5c5;
    -webkit-box-shadow: 0 0 5px 0 #c5c5c5;
}

.side-bar .side-bar-search:hover form input {

    border: 1px solid var(--orange);
    background-color: #fff;
    transition: .3s all ease-in-out;
}

.side-bar .side-bar-search:hover form input::placeholder {
    color: var(--orange);
    transition: .3s all ease-in-out;
}

.side-bar .side-bar-search:hover form button {
    background-color: var(--orange);
    transition: .3s all ease-in-out;
}

.side-bar .side-bar-search input {

    border: 1px solid var(--black);
    background-color: #fff;
}

.side-bar .side-bar-search input::placeholder {
    color: var(--black);
}

.side-bar .side-bar-search button {
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    background-color: var(--black);
}

.blog-form {
    position: relative;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    margin-top: 35px;
    background-color: var(--cardBG);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

/*.blog-form:hover{
    box-shadow: 0 0 5px 0 #c5c5c5;
    -webkit-box-shadow: 0 0 5px 0 #c5c5c5;
}*/
.blog-form .form-control {
    background-color: #fff;
    border-color: #cdc7c7
}

.blog-form .form-error {
    margin-bottom: 0;
    text-align: left;
}

.blog-form .form-title h2 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    text-align: left;
    line-height: 30px;
}

.blog-form .form-title h2 span {
    font-weight: 700;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #fa9006;
    border-color: #fa9006;
}

.blog-content-details {
    padding-bottom: 50px;
    /*border-bottom: 1px solid #eeeeee;*/
}

.blog-button ul.product-tab li {
    margin: 0px 5px 0px 0px;
    font-size: 22px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.blog-button ul.product-tab li:after {
    display: none;
}

.blog-button ul.product-tab li.active {
    color: #fff;
    /*background-color: #17d0cf;*/
    background-color: #314384;
}

.blog-post-img-content {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.blog-post-img-content:hover {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 #c5c5c5;
    -webkit-box-shadow: 0 0 5px 0 #c5c5c5;

}

.blog-post-img-content .course-price {
    bottom: -50px;
    top: inherit;
}

.blog-title-content.headline {
    padding: 0px 20px;
}

.blog-post-img-content .blog-img-date {
    border-radius: 4px;
    margin-bottom: 70px;
}

.blog-post-img-content .blog-img-date .blog-thumnile {
    height: 260px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #777777;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.blog-title-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px !important;
}

.blog-title-content h3:hover a {
    color: #f58200;
    transition: all .3s ease-in-out;
}

.blog-title-content .blog-content {
    font-size: 17px;
    margin-bottom: 22px;
}

.list-blog-item {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 30px;
}

.list-blog-item .blog-post-img-content {
    padding: 0;
    margin: 0;
}

.list-blog-item .blog-img-date {
    margin: 0;
}

.list-blog-item .blog-title-content {
    padding-top: 30px;
}

.blog-details-section {
    padding: 80px 0px;
    border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
    font-size: 35px;
    color: #333333;
    font-weight: 500;
}

.blog-details-content .date-meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-details-content .date-meta span {
    font-size: 13px;
    color: #ccc;
    font-weight: 700;
    margin-right: 20px;
}

.blog-details-content .date-meta span i {
    color: #FA9006;
}

.blog-details-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.blog-details-content p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-details-content .blog-content-caption {
    width: 100%;
    display: inline-block;
}

.blog-details-content .blog-content-caption h1 {
    font-size: 24px;
    font-weight: 700;
}

.blog-details-content .blog-content-caption h2 {
    font-size: 22px;
    font-weight: 700;

}

.blog-details-content .blog-content-caption h3 {
    font-size: 18px;
    font-weight: 700;
}

.blog-details-content .blog-content-caption h4 {
    font-size: 16px;
    font-weight: 700;
}

.blog-details-content .blog-content-caption h5 {
    font-size: 15px;
    font-width: 700;

}

.blog-details-content .blog-content-caption h6 {
    font-size: 15px;
    font-width: 700;

}

.blog-details-content .blog-content-caption p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;

}

.blog-details-content .blog-content-caption span {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-details-content .blog-content-caption strong {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-details-content .blog-content-caption img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-details-content .blog-content-caption table {
    width: 100% !important;
}

.blog-details-content .blog-content-caption table tbody {
    border: 1px solid #33333396 !important;
}

.blog-details-content .blog-content-caption table tbody tr:first-child {
    background: #f58200;
    text-align: left;
}

.blog-details-content .blog-content-caption table tbody tr:nth-child(even) {
    background: #f5820012;
}

.blog-details-content .blog-content-caption table tbody tr:first-child td {
    padding: 12px 12px;
}

.blog-details-content .blog-content-caption table tbody tr:first-child td h3 {
    color: #fff;
    margin: 0;
}

.blog-details-content .blog-content-caption table tbody tr:first-child td h3 strong {
    color: #fff;

}

.blog-details-content .blog-content-caption table tbody tr td {
    border: 1px solid #33333396 !important;
    padding: 10px 15px;
}

.blog-details-content .blog-content-caption table tbody tr {
    background: #cfcccc0d;
    text-align: left;
}

.blog-details-content .blog-content-caption ul {
    width: 100%;
    display: block;
    padding-left: 0;


}

.blog-details-content .blog-content-caption ul li {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    list-style: none;
    position: relative;
    padding-left: 1.8rem;
}

.blog-details-content .blog-content-caption ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 5px;
    background: #f58200;
    border-radius: 50px;
    top: 13px;
    left: 12px;
    transform: translate(-50%, -50%);

}

.blog-details-content .blog-content-caption ul li p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 24px;
}

.blog-details-content .blog-content-caption ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 24px;
}

.blog-details-content .blog-content-caption iframe {
    width: 100%;
    height: 410px;
    margin-bottom: 20px;
}

.blog-details-content table {
    width: 100% !important;
}


.blog-details-content .share-text {
    font-weight: 700;
    color: #333333;
    margin-top: 8px;
}

.blog-details-content .blog-share-tag {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
    font-size: 22px;
    margin-left: 25px;
}

.blog-details-content .blog-category li {
    padding: 5px 10px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 4px;
}

.blog-details-content .blog-category li:hover {
    background-color: #17d0cf;
    color: #fff;
}

.blog-details-content .author-comment {
    padding: 25px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.blog-details-content .author-comment .author-img {
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.blog-details-content .author-comment .author-designation-comment {
    font-size: 12px;
    font-weight: 700;
}

.blog-details-content .author-comment .author-designation-comment span {
    color: #17d0cf;
}

.blog-details-content .author-comment .author-designation-comment p {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-details-content .next-prev-post {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.blog-details-content .next-prev-post i {
    margin: 0 5px;
    color: #fa9006;
}

.recent-post-item {
    padding-top: 32px;
}

.recent-post-item .blog-title-content h3 {
    margin-bottom: 0;
}

.blog-comment-area {
    margin-top: 10px;
}

.blog-comment-area .comment-list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.blog-comment-area .section-title-2 {
    margin-bottom: 65px;
}

.blog-comment-area .section-title-2 h2 {
    font-size: 30px;
}

.blog-comment-area .comment-avater {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 20px;
}

.blog-comment-area .author-designation-comment {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.blog-comment-area .author-designation-comment h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.blog-comment-area .author-name-rate {
    width: 88%;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

.blog-comment-area .author-name-rate span {
    color: #17d0cf;
}

.blog-comment-area .time-comment {
    margin-right: 10px;
}

.blog-comment-area .comment-ratting li {
    font-size: 15px;
    color: #ffc926;
    border-bottom: none;
    margin-bottom: 0;
}

.blog-details-content .post-content-details .blog-detail-thumbnile {
    height: 320px;
    width: 100%;
}

.blog-details-content .post-content-details .blog-detail-thumbnile {
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.couse-pagination li.active {
    color: #333333 !important;
    font-weight: 700;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: darkgrey;
    border: none;
    font-size: 20px;
}

.page-item.disabled .page-link {
    position: relative;
    display: block;
    /*padding: .5rem 1rem;*/
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #a9a9a980;
    border: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: white;
    background-color: #fa9006;
    border: none;

}

ul.pagination {
    display: inline;
    text-align: center;
}

.cat-item.active {
    background: #fa9006 !important;
    color: #fff;
    font-weight: bold;
}
.cat-item.active a{
    color: #fff !important;
}

.cat-item.active:hover a {
    color: #fa9006 !important;
}

.contentPost {
    display: none
}

.relative-position {
    position: relative;
}

.course-price {
    top: 20px;
    left: 20px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
}

.course-price span {
    color: #fff;
}

.best-course-pic-text .course-price {
    bottom: 20px;
    z-index: 1;
    top: inherit;
}

.gradient-bg,
.modal-body .nws-button button,
.teacher-pic-content .teacher-img-content:after,
.course-details-category li:hover {
    background: #f58200;
    background: -webkit-gradient(left top, right top, color-stop(0%, #caa013), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: #f58200;
    background-size: 200% auto;
    -webkit-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.gradient-bg:hover,
.modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content:hover:after,
.course-details-category li:hover {
    background: #01a6fd;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#17d0cf), color-stop(51%, #01a6fd), to(#17d0cf));
    background: #f7631b;
    background-size: 200% auto;
    background-position: 190px;
}

.modal-header .gradient-bg,
.modal-header .modal-body .nws-button button,
.modal-body .nws-button .modal-header button,
.modal-header .teacher-pic-content .teacher-img-content:after,
.teacher-pic-content .modal-header .teacher-img-content:after,
.modal-header .course-details-category li:hover,
.course-details-category .modal-header li:hover {
    position: absolute;
    top: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    opacity: .9;
}

.couse-pagination {
    margin-top: 20px;
}

.couse-pagination li {
    font-size: 18px;
    color: #bababa;
    margin: 0 5px;
}

.couse-pagination li.active {
    color: #fff;
    font-weight: 700;
}

.couse-pagination nav {
    text-align: center;
}

.couse-pagination .pg-text {
    font-size: 13px;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    list-style: none;
    display: block;
}

.header-top .ul-li ul li:last-child {
    border-right: 0;
    padding: 0px;
    margin-left: 10px;
}

#header .header-top-left .ul-li ul li a:hover,
#header .header-top-right .ul-li ul li a:hover {
    color: #fa9006;
}

.view-all-btn {
    color: #333333;
}

.view-all-btn:hover a {
    color: #f58200;
    transition: all .3s ease-in-out;
}

.view-all-btn i {
    color: #FA9006;
    margin-left: 5px;
}

.bold-font {
    font-weight: 700;
}


.side-bar-search {
    position: relative;
}

.side-bar-search input,
.side-bar-search .register-form-area select,
.register-form-area .side-bar-search select,
.side-bar-search .register-form-area textarea,
.register-form-area .side-bar-search textarea {
    height: 40px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 0px 15px;
    border: 1px solid #314384;
    border-radius: 4px;
}

.side-bar-search button {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #ccc;
    border: none;
    border-radius: 100%;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
}

.side-bar-widget {
    margin: 20px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.side-bar-widget .widget-title {
    font-size: 26px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.side-bar-widget .widget-title span {
    font-weight: 700;
}

.side-bar-widget .widget-title:after {
    display: none;
}

.side-bar-widget .post-categori {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.side-bar-widget .post-categori .cat-item {
    background-color: #fff;
    position: relative;
    padding: 5px 13px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: all .3s ease-in-out;
}

.side-bar-widget .post-categori .cat-item:last-child {
    border-bottom: 0;
}

.side-bar-widget .post-categori .cat-item.active:hover a {
    color: #fff !important;
}

.side-bar-widget .post-categori .cat-item:hover a {
    color: #fa9006;
}

.side-bar-widget .post-categori .cat-item:hover:before {
    color: #fa9006;
}

.side-bar-widget .post-categori .cat-item.active:hover:before {
    color: #fff;
}


.side-bar-widget .post-categori .cat-item:before {
    content: '\F054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 3px;
}

/*.side-bar-widget .post-categori .cat-item:hover {*/
/*    color: #333333;*/
/*}*/

.side-bar-widget .latest-news-thumbnile {
    height: 80px;
    width: 80px;
}

.side-bar-widget .latest-news-area {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.side-bar-widget .latest-title {
    font-size: 17px;
}

.side-bar-widget .tag-clouds li {
    border: 1px solid #cfcaca;
    color: #cbc8c8;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 4px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.side-bar-widget .tag-clouds li:hover {
    background-color: #17d0cf;
    border-color: #17d0cf;
    color: #fff;
}

.side-bar-widget .tag-clouds li.active {
    background-color: #17d0cf;
    border-color: #17d0cf;
    color: #fff;
}

.side-bar-widget .best-course-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.side-bar-widget .best-course-text h3 {
    color: #fff;
}

.side-bar-widget .best-course-text .course-meta span {
    float: none;
    margin-right: 0;
    color: #fff;
    margin: 0px 10px;
}

.side-bar-widget .best-course-pic-text:hover .best-course-text {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-title {
    font-size: 20px;
    /*color: #ff8801;*/
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.widget-title:after {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    width: 50px;
    left: 0;
    /*background-color: #17d0cf;*/
    background-color: #ff8801;
}


.card {
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 4px
}

.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block
}

.badge {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef
}

.user-img {
    margin-top: 4px;
    height: 45px;
    width: 40px;
}

.check-icon {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px
}

.form-check-input {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer
}

.form-check-input:focus {
    box-shadow: none
}

.icons i {
    margin-left: 8px
}

.reply {
    margin-left: 12px
}

.reply small {
    color: #b7b4b4
}

.reply small:hover {
    color: green;
    cursor: pointer
}

.side-bar-img {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .blog-item-post {
        padding: 20px 0 0 0;
    }

    .blog-content-details {
        padding-bottom: 20px;
    }

    .blog-post-img-content .blog-img-date .blog-thumnile {
        /*height: 463px;*/
    }

    #blog-detail .blog-post-img-content .blog-thumnile {
        height: 200px;
    }

    .blog-title-content h3 {
        font-size: 22px;
    }

    #blog-detail .blog-share-tag .share-social {
        float: left !important;
        padding-top: 10px;
    }

    #blog-detail .blog-details-content .share-social ul li:first-child {
        margin-left: 0;

    }

    .blog-details-content .blog-share-tag {
        margin: 20px 0px 15px 0px;
    }

    .blog-details-content .author-comment {
        float: left;
        padding: 0 !important;
        margin-top: 10px;
    }

    #blog-detail .blog-details-content .next-prev-post {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 30px 0;
        margin-block: 20px;
    }


}


@media (max-width: 767px) {
    .blog-title-content h3 {
        font-size: 20px;
    }

    .blog-title-content .blog-content {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .blog-post-img-content .blog-img-date .blog-thumnile {
        height: 235px;
    }

    .blog-content-details {
        padding-bottom: 20px;
    }

    .couse-pagination {
        margin-top: 0;
    }

    .blog-item-post .py-5 {
        padding-bottom: 2rem !important;
    }

    .course-price span {
        font-size: 14px;
    }

    #blog-detail .blog-post-img-content .blog-thumnile {
        height: 300px;
    }

    .side-bar-img img {
        width: 100%;
    }

    .blog-details-section {
        padding: 40px 0;
    }

    .blog-details-content h2 {
        font-size: 25px;
    }

    .title-banner-sec h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .couse-pagination li {
        margin: 0;
    }

    .page-link {
        font-size: 15px;
        padding: .3rem .8rem;
    }

}

@media (max-width: 575px) {
    .blog-post-img-content .blog-img-date .blog-thumnile {
        height: 310px;
    }

    .couse-pagination {
        margin-top: 10px;
    }

    .blog-post-img-content {
        margin-bottom: 15px;
    }

    #blog-detail .blog-post-img-content .blog-thumnile {
        height: 310px;
    }

    .blog-details-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

@media (max-width: 420px) {
    .side-bar-search
    .blog-post-img-content .blog-img-date .blog-thumnile {
        height: 230px;

    }

    #blog-detail .blog-post-img-content .blog-thumnile {
        height: 230px;
    }

}

@media (max-width: 320px) {
    .blog-post-img-content .blog-img-date .blog-thumnile {
        height: 185px;

    }

    #blog-detail .blog-post-img-content .blog-thumnile {
        height: 185px;
    }

}