.container__width {
    width: 2000px;
    margin: auto;
    padding: 0px 15px;
    max-width: 86%;
}


/******** Banner Block *********/

.row__flex {
    display: flex;
}

.row__flex .col-flex-3 {
    flex-basis: 22%;
}

.row__flex .col-flex-6 {
    flex-basis: 78%;
    padding-left: 15px !important;
}

.row__flex .col-flex-3:last-child {
    flex-basis: 24%;
}


/********/

.bg-other {
    background: #ed5809;
}

.bg-white {
    background: #fff;
}

.bg-darker-dark {
    background: #0a0a0a;
}

.bg-background {
    background: #f6f9fc;
}

.color-white {
    color: white;
}
.color-dark {
    color: #0a0a0a;
}
.color-other {
    color: #ed5809;
}
.color-second {
    color: #fee202;
}

.align-center {
    align-items: center;
}

.categories__block ul.dropdown-menu {
    display: block !important;
    position: relative;
    box-shadow: none !important;
    border-radius: 0;
    z-index: 1;
}

.ci-search {
    color: #4b566b;
}

.categories__block .title__cat {
    padding: 10px;
    text-align: center;
    background: white;
    color: #fd3d00;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #e3e3e3;
}

.position__block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.social__block {
    background: #151515;
    padding: 10px 15px;
    width: 112px;
    margin: auto;
}

.social__block .btn-social {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
}

.social__block .btn-social:last-child {
    margin-right: 0;
}

.bs-facebook {
    background: #3b5699;
}
.bs-instagram1 {
    background: #ed0b9d;
}

.bs-twitter {
    background: #57afef;
}

.bs-google {
    background: #de4b3b;
}

.page__title h4,
.page__title h6 {
    color: #faffff;
}

.page__title h6 {
    font-weight: 400;
}


/**********************************************/


/* Common style */

.categories__sec figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.categories__sec figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

.categories__sec figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.categories__sec figure figcaption::before,
.categories__sec figure figcaption::after {
    pointer-events: none;
}

.categories__sec figure figcaption,
.categories__sec figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* For some effects it will show as a button */

.categories__sec figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.categories__sec figure h2 {
    word-spacing: 0.15em;
    font-weight: 800;
}

.categories__sec figure h2,
.categories__sec figure p {
    margin: 0;
}

.categories__sec figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** Honey *****/


/*---------------*/

figure.effect-honey {
    border-radius: 8px;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    color: white;
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgb(38 38 38) 75%);
    background: linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgb(38 38 38) 75%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}


/********************/

.select__package-sec {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    background: #262626;
}

.radio {
    margin: 0.5rem;
    font-size: 14px;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0.1em;
    margin-right: 0.6em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #ee5909;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}


/*******************/

.pagition__block .has-dflex-center {
    text-align: center;
    padding: 10px 0 40px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.pagition__block .has-dflex-center .lx-pagination {
    display: flex;
    justify-content: center;
}

.pagition__block .has-dflex-center .lx-pagination-item {
    background-color: #151515;
    padding: 6px 0;
    color: white;
    width: 40px;
    display: block;
    cursor: pointer;
}

.pagition__block .has-dflex-center .lx-pagination-item:hover {
    color: #ffffff;
    background-color: #262626;
}

.pagition__block .has-dflex-center .lx-pagination-item.is-selected {
    color: #ffffff;
    background-color: #ed5809;
}


/************/

.page__title i {
    font-size: 18px;
    font-weight: 700;
    color: #fdae38;
}

.video_sec {
    position: absolute;
    left: 60px;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.card__block {
    cursor: pointer;
    position: relative;
}

.premium_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background: #ed5809; */
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    font-size: 12px;
    top: 15px;
    right: 15px;
}

.card__block .content {
    background: #252525;
    padding: 12px;
    text-align: center;
    /*height: 45px;*/
}

.card__block .content h5 {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__block .content h5 span {
    margin-left: 20px;
}


/* .card__block .content h5 span img {
    width: 22px;
} */

.card__block .content h5 span i {
    font-size: 18px;
}

.card__block:hover .content h5 {
    color: #ee5909;
}

.card__block .img_sec {
    width: 100%;
}

.card__block .img_sec img {
    width: 100%;
}

.slidingSection img {
    width: 100%;
}


/** == ///// == **/

.view__preview_card {
    position: relative;
}

.view__preview_card .preview_video {
    display: none;
    height: calc(100% - 45px);
    transition: 0.4s;
    position: absolute;
    top: 0;
}

.view__preview_card .preview_video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 0.4s;
}

.view__preview_card:hover .img_sec {
    opacity: 0;
    transition: 0.4s;
}

.view__preview_card:hover .preview_video {
    display: block;
    transition: 0.4s;
}



/********* Slide Window **********/

.slidingWindow {
    display: flex;
    overflow: hidden;
    position: relative;
}

.slidingWindow,
.slidingSection,
img {
    border-radius: 2px;
}

.slidingSection {
    width: 100%;
    text-align: center;
    transition: transform 250ms linear;
    transform: translate3d(100%, 0, 0);
    position: absolute;
}

.slidingWindow:hover>.slidingSection {
    transform: translate3d(0, 0, 0);
    transition: transform 250ms linear;
}


/*****************/

.button_block_block {
    background: #282828;
    text-align: center;
    padding: 15px;
}

.button_block_block h4 {
    color: white;
    margin: 0;
}

.btn__btn {
    margin: auto;
    width: 140px;
    background: #ff760e;
    text-align: center;
    padding: 6px;
    font-size: 16px;
}

.btn__btn a {
    color: white;
}

.btn__btn a i {
    font-size: 14px;
}

.btn__btn:hover {
    background: #ed5809;
}

.home__cte.categories__sec figure img {
    height: auto;
}

.home__cte figure.effect-honey h2 {
    padding: 2em 0.5em;
    font-size: 30px;
    text-align: center;
}
@media (max-width: 575.98px) {
    .home__cte figure.effect-honey h2 {
        padding: 1em 0.5em;
        font-size: 30px;
        text-align: center;
    }
 }

@media (min-width: 576px) and (max-width: 767.98px) {
    .home__cte figure.effect-honey h2 {
        padding: 1em 0.5em;
        font-size: 30px;
        text-align: center;
    }
 }


/********/

.content_wrap {
    width: 480px;
    position: absolute;
    top: 35%;
    left: 6%;
    text-align: center;
    z-index: 9;
}

.content_wrap h2 {
    color: white;
    font-size: 32px;
    letter-spacing: 0.5px;
}

.content_wrap h4 {
    color: white;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.content_wrap .btn__btn {
    font-size: 20px;
}

.creator__button a {
    width: 200px;
    background: #ff760e;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    border-radius: 8px;
    border: 3px solid #151515;
    margin: auto;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    color: white;
}

.creator__button a:hover {
    background: #ec6807;
}

.offer_bg_image img {
    width: 100%;
}


/*************/

.blog__block {
    background: #1e1e1e;
    padding: 20px 40px;
}

.blog__block .simplebar-content {
    padding: 0 !important;
}

.blog__heading {
    text-align: center;
    width: 140px;
    border: 1px solid #818181;
    margin: auto;
    padding: 6px;
    border-radius: 5px;
    background: #2a2a2a;
}

.blog_btn {
    text-align: center;
    width: 100px;
    border: 1px solid #818181;
    margin: auto;
    padding: 6px;
    border-radius: 5px;
    background: #2a2a2a;
    font-size: 15px;
}

.blog_btn a {
    color: white;
}

.blog_btn i {
    margin-left: 12px;
    font-size: 12px;
}

.blog_btn:hover {
    border: 1px solid #ed5809;
    background: #ee5909;
}

.main__banner img {
    height: 535px;
    width: 100%;
}

.blog_img {
    height: auto;
    width: 100%;
}

.blog_img img {
    height: 100%;
    width: 100%;
}

.blog_img video {
    height: 100%;
    object-fit: fill;
    width: 100%;
}


/***** Mega menu ********/

.categories__block .wrapper {
    position: relative;
}

.categories__block ul.mega__dropdown-menu {
    width: 100%;
    /* max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto; */
    list-style: none;
    padding: 0;
    height: auto;
    padding-bottom: 20px;
}

.categories__block li {
    position: static;
}

.categories__block li .wrapper {
    position: absolute;
    z-index: 10;
    display: none;
}

.categories__block li:hover>.wrapper {
    display: block;
    left: 100% !important;
    top: 0;
    top: -100% !important;
    min-height: 100%;
}

.categories__block li:hover>.wrapper .dropdown-menu {
    display: block;
    left: 100%;
    min-height: 100%;
}

.categories__block ul {
    margin: 0;
}

.categories__block li ul {
    margin: 0;
}

.categories__block li .wrapper {
    cursor: auto;
}

.mega__dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #4b566b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e9ef;
    border-radius: 0;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 5%);
}

.mega__dropdown-menu .item__item a.dropdown-item {
    display: block;
    width: 100%;
    padding: .425rem 1.3rem;
    clear: both;
    font-weight: 400;
    color: #4b566b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.mega__dropdown-menu .item__item a.dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
    font-size: .875rem;
    font-weight: normal;
    padding-top: .85rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid #e3e9ef;
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        width: 100%;
        transition: all 0.25s ease-in-out;
        font-size: .975rem;
        font-weight: normal;
        padding-top: .85rem;
        padding-bottom: .85rem;
        border-bottom: 1px solid #e3e9ef;
    }
    
 }
@media (min-width: 1500px) and (max-width: 1599.98px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        width: 100%;
        transition: all 0.25s ease-in-out;
        font-size: 1.10rem;
        font-weight: normal;
        padding-top: .85rem;
        padding-bottom: .85rem;
        border-bottom: 1px solid #e3e9ef;
    }
    
 }
 @media (min-width: 1600px) and (max-width: 1699.98px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        width: 100%;
        transition: all 0.25s ease-in-out;
        font-size: 1.25rem;
        font-weight: normal;
        padding-top: .85rem;
        padding-bottom: .85rem;
        border-bottom: 1px solid #e3e9ef;
    }
    
 }

.mega__dropdown-menu .dropdown-toggle::after {
    margin-left: .23375rem;
    content: "";
    border-top: .275rem solid transparent;
    border-right: 0;
    border-bottom: .275rem solid transparent;
    border-left: .275rem solid;
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -.3em;
}

#example {
    height: 486px;
    border-radius: 4px;
}

*.-morulus-customsb {
    position: relative;
    width: 100%;
    height: 100%;
}

*.-morulus-customsb>figure:first-child {
    margin: 0px !important;
    position: absolute;
    right: 4px !important;
    width: 4px !important;
    height: 50px;
    /* background-color: #818181; */
    z-index: 999;
}

*.-morulus-customsb>*:last-child {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

*.-morulus-customsb>*:last-child::-webkit-scrollbar {
    display: none !important;
}


/* Hide scrollbar for IE, Edge and Firefox */

#example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/*** ///////////// Sound Track ///////////// ***/

.soundTrack__section {
    margin: 40px 0;
}

.music-player {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    height: auto;
    margin: auto;
    border-radius: 6px;
    background: transparent linear-gradient(to bottom, rgba(14, 14, 14, 0.9) 40%, rgb(0, 0, 0) 80%) repeat scroll 0 0;
    transition: translate .18s, box-shadow .18s;
    transform: translateY(0);
}

.music-player:hover {
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
}

.cover {
    width: 100%;
    height: 50%;
}

.cover img {
    display: block;
}

.lecteur {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
   /*  margin-top: 50px; */
}

.mejs__button>button:focus {
    outline: 0px dotted #999;
}

.mejs__container {
    position: relative;
    background-color: transparent;
    min-width: auto !important;
}

.mejs__controls {
    padding: 0 10%;
    background: transparent !important;
    display: block;
    position: relative;
}

.mejs__controls div {
    display: block;
    float: left;
    position: relative;
}

.mejs__controls .mejs__playpause-button {
    position: absolute !important;
    left: -7px;
    bottom: 100%;
    width: 40px;
}

.mejs__controls .mejs__playpause-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #ed5809;
    background: transparent;
    padding: 0;
    margin: 0;
}

.mejs__controls .mejs__play button:before {
    content: "\f04b";
}

.mejs__controls .mejs__pause button:before {
    content: "\f04c";
}

.mejs__controls .mejs__volume-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #ed5809;
    background: transparent;
    margin: 0;
    padding: 0;
    display: none;
}

.mejs__controls .mejs__mute button:before {
    content: "\f028";
    display: none;
}

.mejs__controls .mejs__unmute button:before {
    content: "\f026";
    display: none;
}

.mejs__controls .mejs__time {
    width: 100%;
    margin-top: 9%;
    margin-bottom: 0;
    color: #fff;
    height: auto;
    padding: 0;
    overflow: visible;
    min-width: 100%;
}

.mejs__controls .mejs__time span {
    font-size: 15px;
}

.mejs__controls span.mejs__duration {
    float: right;
    text-align: right;
    color: #ccc;
}

.mejs__controls span.mejs__currenttime {
    font-weight: 700;
    float: left;
}

.mejs__controls .mejs__time-rail {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
}

.mejs__controls .mejs__time-rail span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    cursor: pointer;
}

.mejs__controls .mejs__time-rail .mejs__time-loaded {
    background: rgba(255, 255, 255, 0.2);
}

.mejs__controls .mejs__time-rail .mejs__time-float {
    display: none;
    top: -40px;
    width: 40px;
    height: 25px;
    margin-left: 0px;
    text-align: center;
    font-size: 10px;
    background: #fff;
    border: 0;
}

.mejs__controls .mejs__time-rail .mejs__time-float-current {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 26px;
    color: #ed5809;
}

.mejs__controls .mejs__time-rail .mejs__time-float-corner {
    top: auto;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.mejs__controls .mejs__time-rail .mejs__time-current {
    background: #ed5809 none repeat scroll 0 0;
}

.mejs__controls .mejs__time-handle {
    display: none;
}

.mejs__controls .mejs__volume-button {
    position: relative;
    position: absolute !important;
    top: 70px;
    right: 25%;
    width: 40px;
    height: 40px;
}

.mejs__controls .mejs__horizontal-volume-slider {
    display: none !important;
}

.mejs__controls {
    padding: 0 2px;
}


/***/

.track__title {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: opacity .15s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5px;
}

.heading__head {
    min-width: 0;
    flex-grow: 1;
    align-self: center;
    display: flex;
    align-items: center;
}

.track__title .heading__head .premium_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: transparent;
    height: auto;
    color: #ed5809;
    position: relative;
    z-index: 9999;
    border-radius: 50%;
    font-size: 14px;
    top: inherit;
    right: inherit;
    margin-right: 12px;
}

.download__icon a {
    font-size: 22px;
    color: white;
}

.download__icon a:hover {
    color: #ed5809;
}


/************ Customer Reviews **************/

.testimonial__block {
    width: 100%;
    background-color: #f6fafd;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.testimonial__block:after {
    position: absolute;
    content: '';
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(http://demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-box-shadow.png);
    width: 840px;
    height: 31px;
}

.testimonial__block:before {
    content: 'By: Salman Raza';
    font-family: 'Roboto', cursive;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.9);
    font-size: 10px;
    letter-spacing: 5px;
    font-weight: 500;
    white-space: nowrap;
    color: #545454;
    text-transform: uppercase;
}

.testimonial__block>h2 {
    position: absolute;
    text-align: center;
    margin: -55px 0 0 0;
    font-size: 14px;
    left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #444;
}

.lead-tstmnl-slider {
    width: 100%;
    height: 230px;
    float: left;
    overflow: hidden;
}

.lead-tstmnl-slide {
    width: 100%;
    height: 100%;
    color: black;
    background: white;
    margin-right: 20px;
    border-top: 4px solid #ededed;
    display: flex;
    align-items: center;
    padding: 25px;
}

.lead-tstmnl-slide:focus {
    outline: none;
}

.lead-tstmnl-slide .lead-tstmnl-img {
    margin: 0;
    width: 22%;
    text-align: center;
}

.lead-tstmnl-slide .lead-tstmnl-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.lead-tstmnl-text-cont {
    width: 80%;
    height: auto;
    position: relative;
    margin-left: 25px;
}

.lead-tstmnl-comment {
    display: block;
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #7a7a7a;
}

.lead-tstmnl-comment:before,
.lead-tstmnl-comment:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(http://demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-quate.png);
}

.lead-tstmnl-comment:before {
    top: 0;
    left: 0;
}

.lead-tstmnl-comment:after {
    bottom: 0;
    right: 0;
    background-position: 20px 0;
}

.lead-tstmnl-nm-dsg {
    margin-top: 20px;
    display: block;
}

.lead-tstmnl-nm-dsg li {
    display: inline-block;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #6b6b6b;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #6b6b6b;
}

.lead-tstmnl-nm-dsg li:first-child {
    border-left: 3px solid #e73022;
    padding-left: 10px;
    font-weight: 700;
    color: #e73022;
}

.slick-dots button {
    display: none;
}

.lead-tstmnl-slider .slick-dots {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.lead-tstmnl-slider .slick-dots li {
    list-style: outside none none;
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0px 3px 0px 0px;
    background-color: #eee;
    position: relative;
}

.lead-tstmnl-slider .slick-dots li.slick-active {
    background-color: #e73022;
}

.lead-tstmnl-img .rating {
    color: #80ba32;
    font-size: 12px;
    margin-top: 10px;
}

.lead-tstmnl-text-cont .name__sec {
    margin-top: 15px;
}

.lead-tstmnl-text-cont .name__sec h5 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 2px;
}

.lead-tstmnl-text-cont .name__sec p {
    font-size: 14px;
    color: #888888;
    margin-bottom: 0;
}


/************************************************************************/

@media (max-width: 767px) {
    .topbar span.color-second {
        display: block;
    }
    .topbar>.container,
    .topbar>.container-fluid,
    .topbar>.container-sm,
    .topbar>.container-md,
    .topbar>.container-lg,
    .topbar>.container-xl {
        display: block;
    }
    .topbar div.text-nowrap {
        text-align: center;
        border-top: 1px solid #ffffff61;
        padding: 10px 0;
        margin-top: 10px;
    }
    /*********/
    .content_wrap {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        padding: 0 20px;
    }
    .content_wrap h2 {
        font-size: 22px;
    }
    .content_wrap .btn__btn {
        font-size: 14px;
        width: 120px;
    }
    /**********/
    .page__title {
        padding-top: 40px;
    }
    .video_sec {
        position: relative;
        left: inherit;
        top: inherit;
        padding: 30px;
        background: #252525;
    }
    .video_sec video {
        width: 100%;
        height: auto;
    }
    /********/
    .creator__button a {
        width: 160px;
        padding: 7px;
        font-size: 16px;
    }
}

@media (max-width: 920px) {
    .lead-tstmnl-slide {
        display: block;
    }
    .lead-tstmnl-slide .lead-tstmnl-img {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .lead-tstmnl-text-cont {
        width: 100%;
        height: auto;
        position: relative;
        margin-left: 0;
    }
    .lead-tstmnl-text-cont {
        text-align: center;
    }
    .blog__block {
        background: #1e1e1e;
        padding: 20px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .content_wrap {
        width: 350px;
        position: absolute;
        top: 20%;
        left: 2%;
    }
    /*********/
    .home__cte figure.effect-honey h2 {
        padding: 1em 0.5em;
        font-size: 18px;
        text-align: center;
    }
    .content_wrap h2 {
        color: white;
        font-size: 22px;
    }
    .content_wrap .btn__btn {
        font-size: 16px;
    }
    /**********/
    .video_sec {
        position: absolute;
        left: 20px;
        top: 22px;
        margin: auto;
    }
    .video_sec video {
        width: 320px;
        height: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .content_wrap {
        width: 450px;
        position: absolute;
        top: 20%;
        left: 2%;
    }
    /*********/
    .home__cte figure.effect-honey h2 {
        padding: 1em 0.5em;
        font-size: 26px;
        text-align: center;
    }
    /**********/
    .video_sec video {
        width: 380px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .lecteur {
        margin-top: 20px;
    }
    .lecteur audio {
        height: 50px;
    }
    /**********/
    .row__flex {
        display: block;
    }
    .row__flex .col-flex-3 {
        flex-basis: 100%;
    }
    .row__flex .col-flex-6 {
        flex-basis: 100%;
        padding-left: 0px !important;
    }
    .categories__block {
        display: none;
    }
    .main__banner img {
        height: auto;
    }
    /**************/
    header .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
        font-weight: 500;
        color: white;
    }
    header h6.fs-base {
        color: white;
    }
    header .widget-list-link {
        color: #ffffff;
        font-weight: 100;
    }
    header .navbar-mega-nav .dropdown-menu>.dropdown>a {
        border-bottom: 1px solid #4b566b;
    }
    .blog_img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .navbar-collapse .navbar-mega-nav {
        display: none;
    }
}

@media (min-width: 1600px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        font-size: 16px;
    }
    .mega__dropdown-menu .item__item a.dropdown-item i {
        margin-right: 0.8rem !important;
        font-size: 20px !important;
    }
    .video_sec video {
        width: 520px;
        height: 300px;
    }
}

@media (min-width: 1700px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        font-size: 17px;
    }
    .mega__dropdown-menu .item__item a.dropdown-item i {
        margin-right: 0.8rem !important;
        font-size: 20px !important;
    }
    .video_sec video {
        width: 620px;
        height: 380px;
    }
    .row__flex .col-flex-3 {
        flex-basis: 20%;
    }
    .row__flex .col-flex-6 {
        flex-basis: 80%;
        padding-left: 15px !important;
    }
    .row__flex .col-flex-3:last-child {
        flex-basis: 22%;
    }
    .main__banner img {
        height: 586px;
        width: 100%;
    }
    #example {
        height: 535px;
        border-radius: 4px;
    }
    .blog_img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        font-size: 17px;
    }
    .mega__dropdown-menu .item__item a.dropdown-item i {
        margin-right: 0.8rem !important;
        font-size: 22px !important;
    }
    .row__flex .col-flex-3 {
        flex-basis: 20%;
    }
    .row__flex .col-flex-6 {
        flex-basis: 80%;
        padding-left: 15px !important;
    }
    .row__flex .col-flex-3:last-child {
        flex-basis: 22%;
    }
    .main__banner img {
        height: 100%;
        width: 100%;
    }
    #example {
        height: 594px;
        border-radius: 4px;
    }
    .blog_img {
        height: auto;
        width: 100%;
    }
    /*********/
    .content_wrap {
        width: 780px;
        left: 4%;
    }
    .content_wrap h2 {
        color: white;
        font-size: 52px;
    }
    .btn__btn {
        margin: auto;
        width: 240px;
        background: #ff760e;
        text-align: center;
        padding: 10px;
        font-size: 22px;
    }
    .content_wrap .btn__btn {
        font-size: 30px;
    }
    .countdown .countdown-value {
        font-weight: 500;
        font-size: 42px !important;
    }
    .countdown .countdown-label {
        margin-left: .125rem;
        font-size: 22px;
    }
}

@media (min-width: 2000px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        font-size: 17px;
    }
    .mega__dropdown-menu .item__item a.dropdown-item i {
        margin-right: 0.8rem !important;
        font-size: 22px !important;
    }
    .row__flex .col-flex-3 {
        flex-basis: 18%;
    }
    .row__flex .col-flex-6 {
        flex-basis: 82%;
        padding-left: 15px !important;
    }
    .row__flex .col-flex-3:last-child {
        flex-basis: 22%;
    }
    .main__banner img {
        height: 644px;
        width: 100%;
    }
    #example {
        height: 594px;
        border-radius: 4px;
    }
    .blog_img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 2400px) {
    .mega__dropdown-menu .item__item a.dropdown-item {
        font-size: 18px;
    }
    .row__flex .col-flex-3 {
        flex-basis: 16%;
    }
    .row__flex .col-flex-6 {
        flex-basis: 84%;
        padding-left: 15px !important;
    }
    .row__flex .col-flex-3:last-child {
        flex-basis: 22%;
    }
    .main__banner img {
        height: 750px;
        width: 100%;
    }
    #example {
        height: 700px;
        border-radius: 4px;
    }
    .blog_img {
        height: auto;
        width: 100%;
    }
}



.dropdown-wrapper {
    margin: 0 auto;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    padding-inline: 20px;
    justify-content: space-between;
    position: relative;
}

.dropdown-wrapper input[type=checkbox],
.dropdown-content,
.dropdown-wrapper input[type=radio] {
    display: none;
}

.dropdown-wrapper.active .dropdown-content {
    display: block;
}

.dropdown-wrapper input[type=radio]+label,
.dropdown-wrapper input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}

.dropdown-wrapper input[type=radio]+label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    top: 2px;
    border: 1px solid #ccc;
}

.dropdown-wrapper input[type=checkbox]+label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #ffffff;
    top: 2px;
    border: 1px solid #ccc;
}

.dropdown-wrapper input[type=radio]:checked+label:before {
    left: 0;
    background: #60c8ee;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #53e0ed;
}

.dropdown-wrapper input[type=checkbox]:checked+label:before {
    content: "✔";
    left: 0;
    background: #60c8ee;
    border-color: #60c8ee;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.dropdown-content {
    border-radius: 5px;
    position: absolute;
    border: 1px solid #b3b3bf;
    padding: 15px;
    left: 50%;
    top: 45px;
    transform: translate(-50%, 0);
    width: 100%;
    background: white;
    z-index: 9999;
}

.dropdown-content ul,
.dropdown-content li {
    margin: 0;
    padding: 0;
}

.dropdown-content ul {
    list-style: none;
    border-bottom: 1px solid #dcdbe5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.dropdown-content ul:last-child {
    border-bottom: none;
}

.icon-wrapper i {
    position: relative;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #000;
}

.icon-wrapper i:before {
    display: block;
    line-height: 18px;
    font-size: 10px;
}

.dropdown-content ul li {
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.dropdown-content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dropdown-content ul li:first-child {
    margin-top: 0;
}

.dropdown-content ul li span {
    display: block;
    padding-left: 35px;
    font-size: 0.9em;
    color: #b3b3bf;
}

.icon-wrapper {
    display: inline-block;
    position: relative;
}

.dropdown-heading {
    color: #b3b3bf;
}

.text-white{
 color: #fff !important;
}





/* ///////////////PREMIUM MENU//////////////////// */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    header .navbar-nav {
        width: 100%;
    }
    header .navbar-nav .nav-item:last-child {
        margin-left: auto;
    }
}

header .navbar-nav .nav-item:last-child a {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .navbar-nav .nav-item:last-child a img {
    width: 20px;
}

.pd-details h1, .pd-details h2, .pd-details h3, .pd-details h4, .pd-details h5, .pd-details h6, .pd-details ul li, .pd-details li, .pd-details div{
    color:#c1c1c1
}

/* -------------premium service icons start -----------------------*/
.pre-service .list-group .right-icon:before {
    content: "✔";
    position: absolute;
    left: -5px;
    
    /* padding: 5px; */
    font-size: 15px;
    color: green;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 2;
}

.pre-service .list-group .cross-icon:before {
    content: "✖";
    position: absolute;
    left: -5px;
    
    /* padding: 5px; */
    font-size: 15px;
    color: red;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 2;
}

/*start tag*/


.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #181818;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #ee5909;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #151515;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #ee5909;
  color: white;
}

.tag:hover::after {
   border-left-color: #ee5909; 
}
.tag:hover::before {
  background: white;
}


.tns-ovh .tns-inner p{
    
    margin-bottom:0px;
}


.card__block .content h1 {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-wrapper .dropdown-content .radioButton label{
    line-height: 1;
}

.dropdown-wrapper .dropdown-heading {
    line-height: 1;
}
