.slick-track {
    display: flex;
}

.post-slider {
    position: relative;
    /*height: 100%;*/
    margin: 50px 0;
}

.post-slider .next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 2em;
    color: #2980B9;
    cursor: pointer;
    z-index: 9999;
}

.post-slider .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2em;
    color: #2980B9;
    cursor: pointer;
    z-index: 9999;
}

.post-slider .post-wrapper {
    width: 84%;
    /*height: 100%;*/
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.post-slider .post-wrapper .slick-track .post {
    /*height: 300px;*/
    /*width: 330px;*/
    /*margin:0px 10px;*/
    /*display: inline-block;*/
    /*background: #6DD5FA;*/
    /*border-radius: 5px;*/
    /*box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;*/

    height: auto;
    width: 330px;
    margin: 0px 10px;
    display: inline-block;
    background: #ffffff;
    cursor: pointer;
    transition: all .25s ease;
    /*direction: rtl;*/
    box-shadow: 1px 1px 5px 1px rgba(1, 5, 50, 56%);
    border-radius: 30px;
}

.post-slider .post-wrapper .post .post-info {
    height: 130px;
    padding: 0px 5px;
}

.post-slider .post-wrapper .post .slider-image {
    width: 100%;
    /*height: 200px;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/

    width: 100%;
    height: 180px;
    border-radius: 25px 25px 0px 0px;
}

.post-slider h4 {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff
}

.post-slider a {
    text-decoration: none;
    color: inherit;
}

.page-wrapper a:hover {
    color: black;
}

/* FILTRE BOUTON */

section#review {
    padding: 20px;
    margin: 40px auto;
}

section#review ul {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    direction: rtl;
}

section#review ul li {
    /*list-style: none; */
    /* background: #2b3044; */
    /* padding: 15px 30px; */
    margin: 8px;
    letter-spacing: 1px;
    cursor: pointer;
    /* color: #fff; */
    font-size: 15px;
}

section#review ul li button {
    padding: 5px 20px;
    color: #fff;
    background-color: #2b3044;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

section#review ul li.active {
    background: #65bbb0;
}

section#review ul li:hover {
    background: #65bbb0;
}


section#review ul li button:hover {
    background: #65bbb0;
}



/*==================
 BLOG SECTION
====================*/

/*.slick-list.draggable {*/
/*    height: 100%;*/
/*}*/

/*.slick-track {*/
/*    height: 100%;*/
/*}*/
/*==================
POSTS PAGE
====================*/
section#review .card-content-ps {
    direction: rtl;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tappd-cat {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    margin-top: 50px;
    margin-bottom: 50px;
}

div#courses-cat {
    margin: 0;
    padding: 0;
}

section#review .card-content-post {
    width: 100%;
    /* overflow: auto; */
    /* padding-left: 60px; */
    /* padding-right: 50px; */
    /* scroll-behavior: smooth; */
    /* gap: 50px 100px; */
    display: grid;
    grid-template-areas: '. . .';
    /* grid-gap: 10px; */
    /* background-color: #2196F3; */
    /* padding: 10px; */
    direction: rtl;
    grid-auto-columns: min-content;
    justify-content: space-evenly;
}

#diploma-cat {
    display: none;
    height: auto;

}

#courses-cat {
    display: none;
    height: auto;

}

button.activebtn {
    background-color: #65bbb0 !important;
}

button.diploma-btn {
    height: 40px;
    width: 100px;
    border: 3px;
    border-color: #2b3044;
    border-style: solid;
    border-radius: 10px;
    background-color: #2b3044;
    color: white;
}

button.diploma-btn:hover {
    background-color: #65bbb0;
    transition: background-color 2s ease-out;
}

button.courses-btn {
    height: 40px;
    width: 100px;
    border: 3px;
    border-color: #2b3044;
    border-style: solid;
    border-radius: 10px;
    background-color: #2b3044;
    color: white;
}

button.courses-btn:hover {
    background-color: #65bbb0;
    transition: background-color 2s ease-out;
}


button.all-btn {
    height: 40px;
    width: 100px;
    border: 3px;
    border-color: #2b3044;
    border-style: solid;
    border-radius: 10px;
    background-color: #2b3044;
    color: white;
}

button.all-btn:hover {
    background-color: #65bbb0;
    transition: background-color 2s ease-out;
}

@media only screen and (min-width: 2098px) {
    section#review .card-content-post {
        grid-template-areas: '. . . . .' !important;
    }
}

@media only screen and (min-width: 1700px) {
    section#review .card-content-post {
        grid-template-areas: '. . . .';
    }
}

@media only screen and (max-width: 1275px) {
    section#review .card-content-post {
        grid-template-areas: '. .';
    }
}

@media only screen and (max-width: 843px) {
    section#review .card-content-post {
        grid-template-areas: '.';
    }
}


/*==================
 END POST PG
====================*/





/*==================
 BLOG SINGLE POST
====================*/

.single-post {
    margin: 0;
    padding: 0;
    display: grid;
    direction: rtl;
}

/*.container {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: block;*/
/*}*/

.col-full {
    width: 100%;
}

.col-half {
    width: 50%;
}

.single-post-img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 400px;
}

.single-post-img img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 400px;
}

.barcum {
    direction: rtl;
    width: 100%;
    height: 80px;
    background-color: #2b3044cc;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-right: 20px;
}

p#Ã¢â‚¬Å“breadcrumbsÃ¢â‚¬Â {
    color: white !important;
}

p#Ã¢â‚¬Å“breadcrumbsÃ¢â‚¬Â span a {
    color: white !important;
    text-decoration: none;
}

.single-post-flex {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.single-post-full {
    display: inline-block;
    margin-right: 50px;
    margin-top: 20px;
    /*margin-bottom: 30px;*/
}

.single-post-title {
    text-align: right;
    color: #2b3044;
    font-size: 37px;
    margin-bottom: 10px;
    /* border-bottom: 100px; */
    border-bottom-color: #2b3044;
    border-bottom-style: inset;
    border-bottom-width: medium;
    padding-bottom: 2px;
    /* padding: 0; */
}

.single-post-content p {
    color: #2b3044;
    opacity: 1;
}


.single-post-card {
    margin-top: 50px;
    margin-right: 80px;
    border-radius: 30px;
    border-color: #65bbb0;
    border-width: medium;
    border-style: solid;
    width: 40%;
    padding: 10px;
    background-color: #65bbb0;
}


.single-post-taped {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
}

.single-post-taped-text {
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin: 0;
}

.single-post-exce {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.single-post-exce a {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
}



/*==================
 BLOG SLIDER FORNT-PG
====================*/

.nav-taped {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    /* list-style: none; */
    display: block;
    /* list-style-type: disc; */
    /* margin-block-start: 1em; */
    /* margin-block-end: 1em; */
    /* margin-inline-start: 0px; */
    /* margin-inline-end: 0px; */
    /* background-color: #2b3044; */
    direction: rtl;
    /* padding-inline-start: 40px; */
    /* border-bottom-color: aliceblue; */
    /* border-bottom: 3px; */
    border-bottom-color: #2b3044;
    border-bottom-style: solid;
}

.nav-taped2 {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.nav-taped2 a {
    padding: 12px 20px !important;
    font-size: 28px;
    background-color: #2b3044;
    color: #fff !important;
    line-height: 34px;
    display: block;
    margin-right: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    pointer-events: none;
    text-decoration: none;
}

a.post-tit {
    /* text-align: center; */
    text-decoration: none;
    color: #65bbb0 !important;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.post-ct {
    display: block;
    direction: rtl;
    text-decoration: none;
    list-style: none;
    /*    float: right;*/
    width: 100%;
    height: 40px;
}

/*
.post-taped {
    font-size: 20px;
    margin-right: 17px;
    border-right: 7px;
    border-right-style: double;
    border-right-color: #a9a9a9;
    padding-right: 5px;
    color: #2b3044;
    margin-bottom: 20px;
     width: 10px;
    text-align: right;
}
*/
.post-taped-right {
    font-size: 20px;
    color: #65bbb0;
    text-align: right;
    display: flex;
    align-items: center;
    float: right;
    /*margin-right: 15px;*/
}

.post-taped-left {
    font-size: 20px;
    color: #65bbb0;
    text-align: right;
    display: flex;
    float: left;
    align-items: center;
    /* flex-direction: row; */
    /*margin-left: 15px;*/
}

i.iconpost-front.fa-regular.fa-clock {
    position: relative;
}

i.iconpost-front.fa-regular.fa-dollar-sign {
    position: relative;
}


.post-exce {
    font-size: 17px;
    color: #65bbb0;
    text-align: right;
    margin-right: 8px;
}

.tagpost-front {
    text-align-last: center;
    margin-top: 20px;
}

.tagpost-front a {
    font-size: 22px;
    color: #2b3044 !important;
    text-decoration: none;
    text-align: center;
}

.post-btn {
    text-align: center;
    margin-top: 20px;
}

.post-exce .post-btn a {
    font-size: 20px;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    padding: 10px;
    border-radius: 15px;
    background-color: #65bbb0;
}

.mu-read-more-btn:hover,
.mu-read-more-btn:focus {
    background-color: #2b3044 !important;
    border-color: #2b3044 !important;
    border-radius: 20px;
    padding: 6px !important;
}

a.mu-read-more-btn:hover {
    color: #fff !important;
}

a {
    color: #65bbb0;
}

section#review .card {
    width: 370px;
    min-width: 370px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 25px;
    min-height: 356px;
    cursor: pointer;
    transition: all .25s ease;
    direction: rtl;
    box-shadow: 1px 1px 5px 1px rgba(1, 5, 50, 56%);
    /*
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
  direction: rtl;
  border: solid;
  border-color: #2b3044;
*/
}

section#review .card:hover {
    transform: translate(0, -10px);
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, .07);
}

section#review.card h4 {
    /* position:absolute;
  left: 0;
  top: 0;
  padding: 15px;*/
    margin-bottom: 10px;
    color: #2b3044;
}

section#review .card i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 3.2rem;
}

section#review .card-text {
    padding: 20px;
    text-align: center;
    height: auto;
    /*margin-top: -100px;*/
}


p {
    font-size: .8rem;
    opacity: .6;
    margin-top: 10px;
}

section#review .card .card-img {
    /*transform: translate(90px,-10px);*/
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-out;
    /*border-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-color: #2b3044;*/
    padding: 0;
}

section#review .card img {
    height: 180px;
    border-radius: 25px 25px 0px 0px;
}

section#review .card-text h2 a {
    color: #65bbb0 !important;
    text-decoration: none;
}

.post-exce p {
    color: #2b3044 !important;
    text-decoration: none;
    opacity: 0.9 !important;
    font-size: 25px;
    padding-bottom: 20px;
}
}

/*.card:hover .card-img {
  transform:translate(70px,-15px);
}*/

section#review .card:hover .card-img img.blur {
    transform: translate(-100px, 35px) scale(.85);
    opacity: .25;
    filter: blur(20px);
}

section#review .card-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-left: 60px;
    padding-right: 50px;
    scroll-behavior: smooth;
}

section#review .card-content::-webkit-scrollbar {
    height: 0px;
}

section#review .card-content:after {
    content: '';
    display: block;
    min-width: 20px;
    height: 100px;
    position: relative;
}

.btn {
    min-width: 60px;
    margin: auto 30px;
    height: 60px;
    border-radius: 20px;
    background: #2b3044;
    border: 0px;
    outline: none;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .08);
    transition: all .25s ease;
}

.btn:hover {
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, .07);
    background-color: #65bbb0 !important;
}

.btn i {
    font-size: 1.2rem;
}

.dashicons-arrow-right-alt:before {
    content: "\f344";
    color: white;
}

.dashicons-arrow-left-alt:before {
    content: "\f340";
    color: white;
}

.post-date {
    /* margin-right: 10px; */
    color: #ffffff;
    text-align: center;
    font-size: 25px;
}

.da-taped {
    display: inline-flex;
    /* display: inline-flex; */
    /* align-content: center; */
    /* justify-content: space-evenly; */
    /* align-items: flex-start; */
    color: white;
    align-items: center;
}

/*
.date-taped {
    display: inline-flex;
    width: 100%;
    /* flex-direction: column-reverse;
    display: inline-flex;
    /* align-content: center;
    /* justify-content: space-evenly;
    /* align-items: flex-start;
    justify-content: space-evenly;
    background-color: #2b3044;
   /* border-radius: 0px 0px 25px 25px;
    height: 30px;

}
*/
/*.date-taped {*/
/*    display: flex;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    align-items: center;*/
/*    background-color: #65bbb0;*/
/*    position: absolute;*/
/*    bottom: 370px;*/
/*    right: 265px;*/
/*    border-radius: 50px;*/
/*    justify-content: space-evenly;*/
/*    align-content: center;*/
/*}*/


.slick-track .date-taped {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    background-color: #65bbb0;
    position: absolute;
    /* bottom: 0; */
    /* left: 0px; */
    top: 5px;
    /* right: 0; */
    border-radius: 50px;
    justify-content: space-evenly;
    align-content: center;
    z-index: 9;
}


.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    direction: rtl;
}

.slider:after {
    content: '';
    left: 98px;
    height: 90vh;
    position: absolute;
    width: 150px;
    z-index: 100;
    /*background: linear-gradient(90deg, rgb(242,243,248) 0%,rgba(242,243,248,0)  100%);
  pointer-event:none;*/
}

.slider:before {
    content: '';
    right: 98px;
    height: 90vh;
    position: absolute;
    width: 150px;
    z-index: 100;
    /*background: linear-gradient(90deg, rgba(242,243,248,0) 0%,rgba(242,243,248,1)  100%);
  pointer-event:none;*/
}

/*==================
NEW BLOG FRONT
====================*/

.container-count {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: fit-content;
    margin-top: 100px;
    margin-bottom: 100px;
    direction: rtl;
}

.row-count {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-count:before,
.container-count:after,
.container-fluid:before,
.container-fluid:after,
.row-count:before,
.row-count:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}


@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 150px;
    margin-right: 30px;
    margin-left: 30px;
}



/*==================
responsive QUERIES BLOG
====================*/

@media only screen and (max-width: 767px) {

    .nav-taped2 a {
        font-size: 22px;
        line-height: 20px;
        margin-right: 25px;
    }

    button#prev {
        margin: 0;
        margin-right: 3px;
        width: 50px !important;
        min-width: 0;
        height: 50px;
    }

    section#review .card-content:before {
        min-width: 0px;
        display: flex;
    }

    section#review .card-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slider .card-content .card {
        width: 200px;
        min-width: 280px;
    }

    section#review .card-content:after {
        position: absolute;
    }

    button#next {
        margin: 0;
        padding: 0;
        margin-left: 5px;
        width: 50px !important;
        min-width: 0;
        height: 50px;
    }

    .slider:after {
        left: 330px;
        position: absolute;
        width: 100px;

    }

    .post-slider .next {
        right: 0;

    }

    .post-slider .prev {
        left: 0;

    }

    /*.date-taped {*/

    /*        right: 170px;*/
    /*}*/
    /*==================
 BLOG SECTION responsive
====================*/
    section#review .card-content-post .card {
        width: 200px;
        min-width: 350px;
    }

    .card-content-post {
        grid-template-areas: '.';
    }

    .card-text {
        height: 200px;
    }

    a.post-tit {
        font-size: 22px !important;
    }

    section#review .card h4 {
        font-size: 17px !important;
    }

    .post-exce a {
        font-size: 14px !important;
        ;

    }

    .post-exce p {
        font-size: 17px !important;

    }

    .post-exce {
        font-size: 15px;
    }

    .post-date {
        font-size: 16px;
    }



}