
:root{
    --nav-item-color: #212529;
    --a-color : #212529;;
    --a-hover-color : #1463d6;

    --btn-theme-primary-bg : #3f8dea;
    --btn-theme-primary-hover-bg : ##0354c7;
}
#modelId {
    background: #000000ba;
}

@font-face {
    font-family: Al-Jazeera;
    font-display: swap;
    src: local("Al Jazeera-Light"), local("Al-Jazeera-Light"), url(../fonts/Jazeera/Al-Jazeera-Light.b09a8096.woff2) format("woff2"), url(../fonts/Jazeera/Al-Jazeera-Light.2f720b80.woff) format("woff"),
        url(../fonts/Jazeera/Al-Jazeera-Light.07d7566e.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Al-Jazeera;
    font-display: swap;
    src: local("Al Jazeera-Regular"), local("Al-Jazeera-Regular"), url(../fonts/Jazeera/Al-Jazeera-Regular.0112de0f.woff2) format("woff2"), url(../fonts/Jazeera/Al-Jazeera-Regular.2cd07546.woff) format("woff"),
        url(../fonts/Jazeera/Al-Jazeera-Regular.cfa554fd.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Al-Jazeera;
    font-display: swap;
    src: local("Al Jazeera-Bold"), local("Al-Jazeera-Bold"), url(../fonts/Jazeera/Al-Jazeera-Bold.3301c4f5.woff2) format("woff2"), url(../fonts/Jazeera/Al-Jazeera-Bold.42f718d7.woff) format("woff"),
        url(../fonts/Jazeera/Al-Jazeera-Bold.281c7cf6.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Al-Jazeera;
    font-display: swap;
    src: local("Al Jazeera-Heavy"), local("Al-Jazeera-Heavy"), url(../fonts/Jazeera/Al-Jazeera-Heavy.3baf54b4.woff2) format("woff2"), url(../fonts/Jazeera/Al-Jazeera-Heavy.91a092fe.woff) format("woff"),
        url(../fonts/Jazeera/Al-Jazeera-Heavy.93289640.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face{
    font-family:gt walsheim pro;
    font-display:swap;
    src:url(../fonts/walsheim/GT-Walsheim-Pro-Regular.woff2) format("woff2"),url(../fonts/walsheim/GT-Walsheim-Pro-Regular.woff) format("woff"),url(../fonts/walsheim/GT-Walsheim-Pro-Regular.ttf) format("truetype"),url(../fonts/walsheim/GT-Walsheim-Pro-Regular.eot) format("embedded-opentype"),url(../fonts/walsheim/GT-Walsheim-Pro-Regular.eot?#iefix) format("embedded-opentype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:gt walsheim pro;
    font-display:swap;
    src:url(../fonts/walsheim/GT-Walsheim-Pro-Bold.woff2) format("woff2"),url(../fonts/walsheim/GT-Walsheim-Pro-Bold.woff) format("woff"),url(../fonts/walsheim/GT-Walsheim-Pro-Bold.ttf) format("truetype"),url(../fonts/walsheim/GT-Walsheim-Pro-Bold.eot) format("embedded-opentype"),url(../fonts/walsheim/GT-Walsheim-Pro-Bold.eot?#iefix) format("embedded-opentype");
    font-weight:700
}

body{
    font-family:gt walsheim pro,Al-Jazeera,  Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #1c1d1f;
	background-color: #f0f0f0;
    font-weight: 500;
}
body.rtl {
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}
p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
/**
Reset CSS
 */
a{
    color: var(--a-color);
}
a:hover{
    color: var(--a-hover-color);
    text-decoration: none;
}
a.disabled{
    cursor: not-allowed;
    background-color: #CCCCCC;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
    display: none
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
    display: block
}

.simple-fw-slick-carousel .fw-carousel-item {
    padding: 10px 15px 0
}

.simple-fw-slick-carousel {
    margin: 0 15px;
    max-width: 100%;
    box-sizing: border-box
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next {
    display: none !important
}

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next {
    display: block !important
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: simple-line-icons;
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff
}

.slick-prev {
    left: 3px;
    transform: translate3d(-90px, -50%, 0)
}

.slick-next {
    right: 3px;
    transform: translate3d(90px, -50%, 0)
}

.slick-prev:before {
    content: '\e605'
}

.slick-next:before {
    content: '\e606'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.no-dots .slick-dots {
    display: none !important
}

.no-dots .testimonial-carousel .slick-slide {
    margin-bottom: 0
}

.simple-slick-carousel.slick-dotted.slick-slider {
    margin-bottom: 0
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
    margin-bottom: 30px
}

.simple-slick-carousel .slick-dots {
    display: none !important
}

.simple-slick-carousel.dots-nav .slick-dots {
    display: block !important
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    opacity: 1;
    border-radius: 50%;
    line-height: 0;
    box-shadow: inset 0 0 0 2px silver;
    transition: all .3s
}

.slick-dots li.slick-active {
    box-shadow: inset 0 0 0 6px silver;
    transition: all .3s
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: transparent;
    border-radius: 50%;
    transition: all .3s;
    opacity: 0;
    background-color: silver;
}

.slick-dots li.slick-active:after {
    opacity: 1
}

.white-nav .slick-dots li {
    box-shadow: inset 0 0 0 2px #fff
}

.white-nav .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 8px #fff
}

.slick-dots li button {
    display: none
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.logo-slick-carousel div.item {
    margin-bottom: 30px;
    text-align: center;
    display: inline-block
}

.logo-slick-carousel div.item img {
    display: inline-block;
	height: 70px;
}
.logo-slick-carousel.dot-navigation.slick-initialized.slick-slider {
    padding-top: 30px;
}
.fullwidth-slick-carousel .slick-slide {
    margin: 0 15px 30px;
    opacity: .2;
    transition: .4s;
    pointer-events: none
}

.slick-slide {
    outline: none
}

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
    opacity: 1;
    filter: none;
    pointer-events: all
}

.fullwidth-carousel-container {
    overflow: hidden;
    width: 100%
}

.category-box-container {
    position: relative;
    height: 100%
}

.category-box-container.half {
    height: calc(50% - 15px);
    margin-bottom: 30px
}

.category-box {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer
}

.category-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%)
}

.fullwidth-slick-carousel.category-carousel .slick-slide {
    height: 400px
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
    height: auto
}

.category-box-content {
    position: absolute;
    bottom: 30px;
    left: 34px;
    width: calc(100% - 68px);
    z-index: 50;
    box-sizing: border-box
}

.category-box-content h3 {
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    margin: 0
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.category-box-btn {
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 111;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    min-width: 120px;
    border-radius: 50px;
    transition: all .3s
}

body .category-box-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .12);
    border-radius: 50px;
    font-size: 16px;
    padding: 2px 14px;
    transition: .4s;
    margin-top: 5px;
    margin-bottom: 3px
}

.category-box:hover .category-box-content span {
    color: #fff;
    background-color: #66676b
}

.fw-carousel-item {
    position: relative;
    height: 100%
}

.category-box-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast
}

.category-box:hover .category-box-background {
    transform: translate3d(0, 0, 0) scale(1.08)
}

.simple-slick-carousel {
    height: auto;
    left: -10px
}

.simple-slick-carousel .category-box-container {
    height: 100%;
    display: block
}

.simple-slick-carousel .slick-slide {
    padding: 10px 0px
}
.listing-item {
    background: #ccc;
    border-radius: 4px 4px 0 0;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 330px;
    z-index: 100;
    cursor: pointer
}

.listing-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.listing-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2);
    border-radius: 4px 4px 0 0;
    opacity: 1
}

.listing-item-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 20px 0 20px;
    width: 100%;
    z-index: 50;
}

.listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    bottom: 10px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}

.listing-item-content span {
     font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    display: inline-block;
    margin-right: 5px;
    background: rgba(255,255,255,0.15);
    padding: 0 12px;
    border-radius: 50px;
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: #66676b;
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px
}

.listing-item-container.list-layout span.tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #66676b;
    margin: 0;
    z-index: 10;
    line-height: 14px;
    padding: 7px 16px;
    margin-right: 20px;
    text-align: center
}

.listing-item-details {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 0 32px;
    width: 100%;
    z-index: 50;
    color: #fff;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px
}

.listing-item-details ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.listing-item-details ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px
}

.listing-item-details ul li i {
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative;
    top: 0;
    font-size: 14px
}

.listing-item-container.compact .listing-item {
    border-radius: 4px
}

.listing-item-container.compact .star-rating {
    padding: 5px 0 0
}

.listing-item-container.compact .rating-counter {
    color: rgba(255, 255, 255, .7)
}

.listing-item-container.compact .star-rating .star.empty:before,
.listing-item-container.compact .star-rating .star.half:before {
    color: rgba(255, 255, 255, .3)
}

.listing-item-container.compact .listing-item-content span.tag {
    background-color: #66676b
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box, .listing-item-container.list-layout span.tag {
    background: #3387d0;
	color:#fff;
}
.testimonial-box {
    background: 0 0;
    border-radius: 6px;
    padding: 38px;
    padding-left: 110px;
    color: #888;
    position: relative;
    margin: 18px 0;
    box-shadow: none;
    transition: .4s;
    cursor: grab
}

.testimonial-carousel .slick-slide {
    margin: 0 20px 30px;
    opacity: .5;
    transition: .4s;
    pointer-events: all
}
.testimonial-carousel .slick-slide.slick-active .testimonial:before {
    color: #3387d0
}

.testimonial:before {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    bottom: -10px;
    left: 0;
    content: "\f0dd";
    font-family: fontawesome;
    font-size: 42px;
    color: transparent;
    background-color: transparent;
    cursor: default
}

.testimonial:after {
    position: absolute;
    top: 47px;
    left: 42px;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 38px;
    opacity: .3;
    color: #222;
    background-color: transparent;
    cursor: default
}

.testimonial,
.testimonial p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

.testimonial-author {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    text-align: center;
    margin: 0 auto
}

.testimonial-author img {
     display: inline-block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-top: 5px;
    color: #333;
    font-weight: 500
}

.testimonial-author h4 span {
    display: block;
    color: #888;
    padding-top: 6px;
    font-weight: 400;
    font-size: 15px
}

.testimonial-box .star-rating {
    height: 30px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 15px
}

.testimonial-author h4 {
    display: flex;
    flex-direction: column;
    align-self: flex-start
}

.testimonial-author h4 span {
    color: #888;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 4px 14px;
    border-radius: 50px;
    align-self: center;
    background: #f0f0f0;
    color: #999;
    transition: .3s;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    padding: 4px 16px;
    line-height: 20px;
    font-weight: 400
}

.slick-current .testimonial-author h4 span {
    background: rgba(102, 103, 107, .06);
    color: #66676b
}

button {
    background: transparent;
    outline: none;
    border: 0px;
}
.text-off-white {
    color: rgba(255, 255, 255, .7);
}

.star-rating {
    display: block;
}

.listing-item-container .star-rating {
    padding: 14px 10px;
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative
}

.rating-counter {
    color: #000;
    font-size: 15px
}
.generated-star-rating-wrap {
    display: inline-block;
}

.btn-60 {
    background: #fff;
    border: 2px solid #3a60d66b;
    color: #3387d0;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.3;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-60:hover {
    border: 2px solid #3a60d6b8;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.course-card-btn-wrap {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 7px;
}
.course-card-btn-wrap a {
    float: right;
    line-height: 3.7;
}
.rating-counter span {
    margin-top: -1px;
    padding-left: 5px;
    position: absolute;
}

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.block-horizzontal, .block-vertical {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}


.box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.box_grid figure a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
	    border-radius: 8px 8px 0 0;
}
.box_grid small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}
.box_grid .wrapper h3 {
   font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    color: #000;
	line-height: 1.4;
}
.des {
    font-size: 14px;
    line-height: 22px;
}
.main-banner {
    position: relative;
    z-index: 1;
    background-color: #141618;
    padding-top: 50px;
}

.main-banner-content {
    text-align: center;
    color: #fff;

}
.main-banner-courses-list {
    position: relative;
    z-index: 1;
}
.main-banner-content h1 {
    margin-bottom: 25px;    margin-top: 25px;

    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
}
.main-banner-content p {
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
    font-size: 17px;
}
.box_grid .wrapper {
      padding: 10px 15px 0px;
	  min-height: 100px;
}
.Clear-Filter {
    font-weight: 600;
}
element.style {
}
.box_grid figure .price {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
    margin-top: 1px;
}
.box_grid ul li {
       display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}
.box_grid ul {
    padding: 10px 15px 12px;
    border-top: 3px solid #e8e3e3;
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
	border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(184 184 184 / 50%);
    Border-radius: 8px;
    transition: all 0.5s ease;
}
.box_grid:hover {
    box-shadow: 0 4px 8px 0 #dcdee1;
    transition: all 0.5s ease;
    transform: translateY(-5px);
}
span.like-icon {
color: #fff;
    font-size: 19px;
    position: absolute;
    z-index: 101;
    right: 5px;
    top: 13px;
    cursor: normal;
    background-color: rgba(24,24,24,0.4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all 0.4s;
}

.like-icon:before {
    content: "\f08a";
    transform: scale(0.95);
}
.like-icon:before, .like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 9px;
}
.like-icon:after {
    content: "\f004";
    opacity: 0;
    transform: scale(0.5);
}
.like-icon:hover, .like-icon.liked {
    background-color: #f3103c;
}
.course-card-add-wish.btn.btn-link.btn-sm.p-0 {
    color: #fff;
    font-size: 17px;
    position: absolute;
    z-index: 101;
    right: 10px;
    cursor: normal;
    display: block;
	top: 10px;
}

.la-heart {
    border-radius: 50%;
    padding: 6px;
	transition: all 0.4s;
}
.course-card-add-wish2.btn.btn-link.btn-sm.p-0 {
    color: #fff;
    font-size: 17px;
    position: absolute;
    z-index: 101;
    right: 5px;
    cursor: normal;
    display: block;
    top: 15px;
}
.la-heart-o {
    background-color: rgba(24,24,24,0.4);
    border-radius: 50%;
    padding: 6px;
	transition: all 0.4s;
}
.link {
    color: #868686;
    font-size: 15px;
}
.link:hover {
    color:#000;
}
.justficontent {
    justify-content: space-between;
    margin: 0px;
}
.socail {
    padding-bottom: 15px;
}
.link-copyright {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.la-heart:hover {
    background-color: #f3103c;
}
.la-heart-o:hover  {
    background-color: #f3103c;
}
.la-heart.bac {
    background-color: transparent;
}
.soial-login ul li a {
    min-width: 200px;
    max-width: 100%;
}
.soial-login ul li a {
    float: left;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 4px;
    background: #eee;
    max-width: 100%;
}
.btn-primary.reg {
    width: 100%;
}
.soial-login ul li {
    display: inline-block;
}
.soial-login {
    display: flow-root;
    width: 100%;
    padding: 10px;
}
.soial {
    display: flex;
    margin-bottom:10px;
}
.Filters {
    font-weight: 800;
    color: #3387d0;
}
.content,.dashboard-wrap{
    min-height: 550px;
}
a.nav-btn.disabled:hover{
    background-color: #CCCCCC;
}

.btn-purple{
    color: #fff;
    background-color: #1463d6;
	-webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    -o-transition: .2s box-shadow ease-in-out,.2s background-color ease-in-out,.2s border-color ease-in-out;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    white-space: nowrap;
}
.btn-purple:hover{
    background-color: #0354c7;
    -webkit-box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 10%);
    color: #fff;
}
.bg-light-sky{
    background-color: #9c417e !important;
    color: #fff;
}
.bg-light-success{
    background-color: #eefff6 !important;
}
.bg-dark{
        background-color: #b8bfbe !important;
    position: relative;
    color: #586362;
	}
	.bg-blog {
    background-color: #424045;
    }
	.bg-course{
	}
.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.mr--2 {
    margin-top: -2rem!important;
}
.btn{
    padding: .375rem .75rem;
    position: relative;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: 4px;
}
.btn-block.add-to-cart-btn {
    padding: 9px 10px;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.lecture-content-article h4{
    font-size: 20px;
}
.lecture-content-article ul{
    list-style: inside;
}
.has-error .invalid-feedback{
    display: block;
}
.form-group.has-error{
    color: var(--danger);
}
.form-group.has-error .form-control {
    border-color: var(--danger);
}

.btn-round{
    border-radius: 25px;
}
.btn-theme-primary{
    color: #fff !important;
    background-color: #2073d4;
    border-color: #2073d4;
}
.btn-theme-primary:hover{
    color: #fff;
    background-color: #005bbe;
    border-color: #005bbe;
}
.btn-login-outline{
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
}
.btn-login-outline:hover{
    color: rgba(0,0,0,.9);
    border-color: rgba(0,0,0,.9);
}

.filternone{
    display: none !important;
}

/**
* Top categories menu
*/

.browse-categories-nav-link{
    background: rgba(20,23,28,.05);
    border: 1px solid rgba(20,23,28,.05);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
    align-items: center;
    border-radius: 3px;
    color: #505763;
}
.categories-menu{
    position: relative;
}
.categories-menu ul{
    position: absolute;
    z-index: 99;
    background-color: #ffffff;
    width: 270px;
    min-height: 400px;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    color: #505763;
    margin: 0;
    top: 0;
    display: none;
}
.absolute{
    position: absolute;
}
.nav-categories-item:hover .categories-ul-first{
    display: block;
}
.nav-categories-item:hover .categories-ul-first > li:hover > ul {
    display: block;
    left: 99%;
}
.categories-menu ul li a{
    display: block;
    padding: 5px 10px;
    color: #29303b;
}
.categories-menu ul li a:hover{
    background: #f2f3f5;
    color: #007791;
}
.categories-ul-first a .la-angle-right {
    float: right;
    color: #888;
}
/** END Categories Menu **/


.header-search-wrap {
    max-width: 480px;
    width: 100%;
    background: #ced4da;
    position: relative;
}
.header-search-wrap input.form-control{
    background-color: #ced4da;
    width: 100%;
    padding-right: 30px;
}
.header-search-wrap input.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.header-search-btn{
    position: absolute;
    right: 0;
}
#mainNavbarContent .main-nav-right-menu{
    text-align: right;
    position: relative;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 265px;
}
#mainNavbarContent .main-nav-right-menu .dropdown-menu .dashboard-menu li a{
    font-size: 13px;
}
a#miniCartDropDown:after, a.profile-dropdown-toogle:after{
    content: none;
}
a#miniCartDropDown, a.profile-dropdown-toogle {
    width: 40px;
    height: 46px;
    font-size: 36px;
}
#miniCartDropDown .badge {
    font-size: 10px;
    padding: 0px 6px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.profile-dropdown-toogle img{
    height: 30px;
    width: 30px;
        border-radius: 0.42rem;
}
.profile-dropdown-menu{
    z-index: 99;
    right: 0;
    width: 250px;
    text-align: left;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    left: auto;
    border: none;
}
.profile-dropdown-menu .dashboard-menu li a{
    padding: 7px 10px;
    font-size: 14px;
}
.flexx {
    display: flex;
}
.nav-item-user-profile:hover .profile-dropdown-menu{
    display: block;
}
.mini-cart-item .mini-cart-body-wrap{
    width: 300px;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    background: #fff;
    border: 1px solid #dddddd;
}
.mini-cart-item:hover .mini-cart-body-wrap{
    display: block;
}
.mini-cart-total-wrap{
    background-color: #f2f3f5;
}
.mini-cart-course-item a:hover{
    background-color: #eeeeee;
    color: var(--btn-theme-primary-hover-bg);
}
.minicart-course-thumbnail{
    flex: 0 0 70px;
}
.mini-cart-course-title{
    font-size: 13px;
}
.minicart-course-info .current-price{
    color: #3977a8;
}
.minicart-course-info .old-price{
    font-size: 13px;
}
.mini-cart-course-item {
    position: relative;
}
/**
* #END Nav Menu
*/



/**
Hero Section
 */
.hero-left-wrap {
    display: block;
    color: #fff;
    text-align: center;
	padding: 50px 0;
}
.hero-subtitle {
    font-size: 20px;
	color: #fff;
}

.hero-banner {
    padding: 100px 0;
    background: #d1d1d1 url(../../images/hero-background.png) no-repeat scroll center center / cover;
    position: relative;
	    min-height: 300px;
}

.hero-banner::before {
    content: "";
     display: block;
        background: rgb(56 49 41 / 70%);

    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/**
Home Info Box
 */
.home-section-wrap:nth-of-type(even) {
    background-color: #fff;
}

.home-info-box{
    text-align: center;
}
.home-info-box img{
    max-width: 50px;
    height: auto;
    margin-bottom: 20px;
}
.home-info-box h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #221638;
    font-weight: 800;
    line-height: 1.2;
}
.info-box-desc {
    font-size: 15px;
}
/**
Responsive CSS
 */

/**
Home popular courses
 */

.course-card{
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1),0 3px 1px 0 rgba(20,23,28,.1);
    position: relative;
}
.course-card:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-card .course-card-img-wrap a {
    display: block;
    position: relative;
}
.course-card:hover .course-card-img-wrap a:before{
    content: "";
    background: #3a78ff;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
.course-card .course-card-img-wrap img {
    width: 100%;
    height: auto;
}
.course-card .course-card-contents{
    padding: 10px;
}
.course-card a{
    color: #29303b;
}
.course-card .course-card-title{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 22px;        /* fallback */
    height: 44px;       /* fallback */
}
.course-card-info-wrap{
    min-height: 80px;
}
.star-ratings-group i{
    color: #f4c150;
}
.course-card .price-html-wrap {
    font-size: 16px;
    color: #29303b;
}
/**  Mid Call To Action **/
.mid-callto-action-wrap{
    background-color: #033E80;
}
.mid-callto-action-subtitle{
    line-height: 1.8;
}

/**
* Courses Page, Courses Archive, new courses, popular courses
*/
.filter-form-by-rating-field-wrap{
    line-height: 1;
}
.filter-form-by-rating-field-wrap i.la{
    line-height: .5;
}
.course-filter-form-group label{
    display: block;
}
/**
* Blog Section
 */
.home-blog-card img {
    margin-bottom: 20px;
    border-radius: 5px;
	}
	span.c-bn {
    padding-right: 15px;
}
.home-blog-card h2, .blog-card h2 {
    font-size: 22px;
    font-weight: 300;
}
.home-blog-card .post-meta {
    color: #606060;
    font-size: 14px;
    width: 100%;
    display: block;
}
.home-blog-card .post-meta a {
    color: #4F5D69;
}
.btn-see-all-posts-wrapper{
    border-top: 1px solid #dfe2e6 ;
}
.post-content {
    font-size: 17px;
	min-height: 100px;
	margin-bottom: 100px;
}
.blog-regular-post .blog-card-thumbnail-wrapper{
    margin-bottom: 30px;
}
.blog-feature-post .blog-card{
    display: flex;
}
.blog-feature-post .blog-card-thumbnail-wrapper{
    margin-right: 30px;
}
.blog-card .excerpt{
    flex: 1;
}

/**
* Home Call to action
 */

.home-course-stats-wrap{
    border-bottom: 1px solid #dedfe0;
}
.home-course-stats-wrap h5{
    font-weight: 300;
}
.home-cta-left-col{
    border-right: 1px solid #dedfe0;
}

/**
* Checkout Page
*/
.checkout-page-wrap{
    background-color: #f2f2f2;
}
.order-summery-course-thumbnail{
    flex: 0 0 60px;
}
.checkout-section{
    background-color: #fff;
    color: #505763;
    padding: 3px;
    border: 1px solid #dee2e6!important;
}
.order-summery-course-item a{
    color: #505763;
    font-weight: 600;
}
.order-summery-course-item a:hover {
    color: var(--a-color);
}
.enroll-course-btn-price , .enroll-course-btn-text
{
    color: #ffffff;
    font-weight: 600;
}

.agreement-text{
    line-height: 2;
}

.stripe-credit-card-form-wrap{
    max-width: 400px;
}
.Clear-Filter{
    display: block;
}
/**
* Dashboard Section
*/
#ChartArea{
    width: 100%;
}
.dashboard-menu:not(.dropdown-menu .dashboard-menu){
    margin-right: -15px;
}
.dashboard-menu li a{
    padding: 10px;
    display: block;
}
.dashboard-menu li.active a{
    color: #ffffff !important;
    background-color: var(--btn-theme-primary-bg);
    border-radius: 4px;
}
.dashboard-menu li.active a:hover{
    color: #ffffff;
    background-color: var(--btn-theme-primary-bg);
}
.dashboard-section-header{
    background-color: #eeeeee;
}

.dashboard-card .card-icon i{
       font-size: 42px;
    color: #1463d6;
}
.course-edit-nav a{
    color: #444444;
}
.course-edit-nav a i {
    font-size: 20px;
    color: #828282;
}
.course-edit-nav a.active i{
    color: #ffffff;
}
.section-add-item-wrap{
    font-weight: bold;
    font-size: 16px;
    padding: 11px 20px;
    background-color: #cecece;
}
.section-item-btn-tool{
    line-height: 1;
    color: #686f7a;
}
.section-item-btn-tool:hover{
    color: #212529;
}
.btn-outline-danger.text-danger:hover{
    color: #ffffff !important;
}
.loader:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
    content: "\f110";
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
    display: inline-block;
    padding: 0 5px;
}
.la.loader:before{
    content: "\f110";
}
.edit-curriculum-item .section-item-top:hover{
    cursor: move;
}
.edit-curriculum-item .section-item-title{
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis{
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-edit-header .header-course-title{
    max-width: 400px;
}
.section-item-top .section-item-btn-tool{
    display: none;
}
.section-item-top:hover .section-item-btn-tool{
    display: block;
}
.single-attachment-form{
    width: 48%;
}
.dashboard-section-item-attachments .downloadable-materials{
    font-size: 16px;
}
.dashboard-section-item-attachments .dashboard-item-attachment .attachment-title.flex-grow-1 {
    font-size: 13px;
}
textarea#benefits, textarea#requirements {
    font-size: 14px;
}
.dashboard-inline-submenu-wrap a{
    color: var(--a-color);
    display: inline-block;
    padding: 0 20px 12px;
}
.dashboard-inline-submenu-wrap a.active, .dashboard-inline-submenu-wrap a:hover{
    border-bottom: 1px solid var(--a-color);
}

.report-top-sub-menu a{
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.report-top-sub-menu a.active {
    background-color: var(--a-hover-color);
    color: #ffffff;
    border: 1px solid var(--a-hover-color);
}
.report-filter-date-range-wrap input, .report-filter-date-range-wrap .btn, .report-filter-date-range-wrap .input-group-text{
    border-radius: 0;
}
/** Quiz Builder **/
.question-options-wrap .question-opt{
    border: 1px solid #ccc;
    background-color: #f8f9fa;
}
.question-options-wrap .question-opt.newly {
    background-color: #f2fff1;
}
.question-basic-info .question-title {
    flex: 0 0 50%;
}
.question-basic-info .question-score {
    flex: 0 0 20%;
}
.question-basic-info .question-image-wrap {
    flex: 0 0 20%;
}
.option-type-selection-wrapper{
    font-size: 13px;
}
.option-type-selection-wrapper label{
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
.option-type-selection-wrapper label:hover, .option-type-selection-wrapper input:checked+label{
    background-color: #0269ed;
    border: 1px solid #004ec4;
    color: #ffffff;
    cursor: pointer;
}
.question-opt-display {
    font-size: 12px;
    color: #666;
}
.la-question-radio:before{
    content: "\f192";
}
.la-question-checkbox:before{
    content: "\f14a";
}
.la-question-text:before{
    content: "\f14b";
}
.la-question-textarea:before{
    content: "\f15c";
}
label.checkbox span, label.radio span{
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 135%;
    color: #000b96;
}
label.checkbox input[type=checkbox], label.radio input[type=radio] {
    display: none;
}
label.checkbox input[type=checkbox]:checked+span, label.radio input[type=radio]:checked+span{
    font-weight: 900;
    font-size: 135%;
}
label.checkbox span:before {
    content: "\f0c8";
}
label.checkbox input[type=checkbox]:checked+span:before {
    content: "\f14a";
}
label.radio span:before {
    content: "\f111";
}
label.radio input[type=radio]:checked+span:before {
    content: "\f192";
}
.quiz-question-item .quiz-question-item-image{
    height: 38px; width: auto;
}
.quiz-question-item-title{
    flex: 13;
}
/** END Quiz Builder **/


/**
* Dashboard Curriculum
 */
.section-item-form-html{
    background-color: #fbfbfb;
}
.curriculum-item-edit-tab a{
    border-radius: 0 !important;
}
.curriculum-item-edit-tab .list-group-item{
    padding: .40rem 1.25rem;
}
.video_source_wrap_html5 i{
    font-size: 50px;
}
.ui-sortable-placeholder{
    background-color: #dddd;
}
/** Dashboard Lecture Edit **/
.lecture_video_source{
       -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
}

/** Switch **/
label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}
label.switch span {
    /*position: relative;*/
    display: block;
}
label.switch span:before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 4px;
    left: 0;
}
label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
label.switch input[type=checkbox] {
    display: none;
}
label.switch input[type=checkbox]:checked+span:after {
    left: 17px;
}
label.switch input[type=checkbox]:checked+span:before {
    border-color: var(--a-hover-color);
    background: var(--a-hover-color);
}
/** Instructor Add **/
.course-default-author-wrap{
    background-color: #e9ecef;
    border: 1px solid #ccced1;
}
label .instructor-details{
    font-size: 12px;
}
label.add-instructor-result-item{
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    cursor: pointer;
    position: relative;
}
label.add-instructor-result-item:hover, .instructor-search-results input:checked+label{
    background-color: #f7ead7;
    border: 1px solid #f3dbbe;
}
/** END: Instructor Add **/
/**
* Pricing...
*/
.course-price-type-wrap label{
    text-align: center;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.course-price-type-wrap label img{
    max-height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.course-price-type-wrap label input{
    display: none;
}
.course-price-type-wrap label span {
    text-align: center;
    display: block;
    border: 1px solid transparent;
    padding: 10px 20px;
}
.course-price-type-wrap label input[type=radio]:checked+span{
    border: 1px solid #0c5460;
}
.course-price-type-wrap label:hover strong, .course-price-type-wrap label input[type=radio]:checked+span strong {
    color: var(--a-color);
}
/** End: Switch **/

.course-publish-icon{
    font-size: 50px;
}

/** Withdraw preference **/

.select-withdraw-method-name label {
    cursor: pointer;
}
.select-withdraw-method-name input[type=radio]:checked+label {
    border-color: #c1eec5 !important;
    background: #e5ffe8;
}

/** END: Withdraw Preference **/
.quiz-attempt-stats .list-group-item{
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
}


/** END: Dashboard **/


/**
* Media Manager
*/
.media-manager-grid-wrap{
    /* Grid styles */
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
    grid-gap: 1rem;
}
.adminMediaModalInfoSide {
    font-size: 12px;
}
img#mediaManagerPreviewScreen {
    border: 1px solid #ddd;
    padding: 5px;
}
#filemanager{
    max-width: 90%;
}
.media-modal-info-wrap {
    flex: 0 0 250px;
    max-width: 300px;
}
p#mediaModalFileName {
    word-break: break-all;
}
.media-modal-thumbnail{
    display: block;
    border: 2px solid transparent;
}
.media-modal-thumbnail img{
    width: 100%;
    height: auto;
}
.media-modal-thumbnail.selected{
    border: 2px solid #2879FE;
    padding: 2px;
}
.allowed_file_text{
    font-size: 12px;
}
#modal-filemanager{
    z-index: 10050;
}
#modal-filemanager .pagination{
    margin: 0;
}
#modal-filemanager label{
    word-wrap: break-word;
}
.image-wrap .img-thumbnail{
    max-width: 125px;
}
#modal-filemanager .card {
    height: 147px;
    overflow: hidden;
    margin-bottom: 2rem;
}
#modal-filemanager .card .card-body{
    padding: 5px;
    font-size: 12px;
}
#modal-filemanager .card .card-body label{
    white-space: nowrap;
}
.card {
    position: relative;
    min-width: 0;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

.main-header .main-menu a:hover::before {
    width: 100%;
}
/**
END Media Manager
 */
.profle-page-header {
    margin-left: 180px;
}
.profile-image2 img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%));
}

.profile-image3 img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%));
}

.profile-badge {
    position: absolute;
    top: 100px;
    opacity: .8;
}
.profile-header {
    background: #eee1d8;
    min-height: 200px;
}
.home-info-box.mb-4 {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px 31px;
}
/**
* Course Single Page
*/
.course-section-header{
    background-color: #394649;
    border: 1px solid #394649;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;

}
.course-section-header .course-section-name{
    color: #fff;
    font-size: 14px;
}
span.course-section-lecture-count {
    font-size: 12px;
}
.page-header-jumborton {
    min-height: 220px;
    background: #3b414a;
}
.page-header-jumborton .page-header-left{
    color: #ffffff;
}
.page-header-jumborton h1{
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
}
.page-header-subtitle{
    font-size: 18px;
    font-weight: 300;
	    color: #f1f1f1;
}

.course-landing-page-price-wrap .price-html-wrap .current-price,.course-landing-page-price-wrap .price-html-wrap .free-text {
    animation: color .3s ease-in-out;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    display: inline-block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    position: absolute;
    top: 0px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 1.3125rem;
}
.price-html-wrap .old-price{
    font-size: 80%;
    color: #8a92a3;
display: inline-block;
}
.breadcrumb-item a {
    color: #ffffffa6;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffffa6;
}
.breadcrumb {
    padding: 0 0rem 1rem;
}
.course-landing-page-price-wrap .price-html-wrap .old-price, .course-landing-page-price-wrap .price-html-wrap  .discount-text {
    font-size: 18px;
    color: #8a92a3;
    font-weight: 400;
}

.course-curriculum-item{
    padding: 10px;
}
.course-section-item-details {
    flex: 0 0 190px;
}
.section-item-duration{
    flex: 0 0 60px;
    text-align: right;
}
.course-curriculum-title{
    color: #505763;
}
.course-widget{
    background-color: #ffffff;
    border: 1px solid #dee2e6!important;
}
.course-widget .la:before{
    line-height: 1.6;
}
.content-expand-wrap{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.expand-more-btn-wrap {
    background: linear-gradient(rgb(245 246 247 / 0%),rgb(245 246 247),#f5f6f7);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.expand-more-btn-wrap2 {
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.95),#FFF);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.profle-about-me-text .expand-more-btn-wrap ,.course-widget .expand-more-btn-wrap {
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.95),#FFF);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
	}
.expand-more-btn.btn-link{
    color: var(--a-color);
}
.course-whats-included-box ul li{
    display: flex;
    vertical-align: top;
    line-height: 18px;
}
.course-whats-included-box ul li i{
    width: 20px;
}
.course-whats-included-box.course-widget{
    height: 100%;
}

/** Instructor Box **/
.course-single-instructor-wrap .instructor-stats{
    flex: 0 0 170px;
}
.profile-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%))
}
.instructor-details .instructor-name{
    font-weight: 600;
}

/** END: Instructor Box **/

/**
* Review Box
*/
.rating-stats-avg{
       text-align: center;
    border: 1px solid #f9ca62;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}
#course-ratings-wrap {
    margin-bottom: 70px;
}
.review-write-star-wrap i, .generated-star-rating-wrap i{
    color: #f9ca62;
    cursor: pointer;
}
.created-by {
    font-size: 12px;
    margin: 5px 0;
}

.course-instructor-photo >.profile-photo {
    width: 30px !important;
    height: 30px !important;
}
.course-instructor-photo >.profile-text-photo {
    width: 30px !important;
    height: 30px !important;
    font-size: .8rem;
    display: inline-flex;
}
.created-by-course {
    color: #fff;
}
.course-curriculum-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.udlite-text-sm {
    display: flex;
}
.star-rating-bar-bg{
background: #cbcccf;
    height: 10px;
    width: 100%;
    margin: 0 20px;
    border-radius: 5px;
}
.rating-percent-text {
    flex: 0 0 64px;
    text-align: right;
}
.rating-avg-big {
      font-size: 45px;
    font-weight: bolder;
    line-height: 1;

}
.btn-rating {
    border: 2px solid #3f8dea;
    color: #000000;
    font-weight: 500;
    display: flex;
    transition: all .2s ease-in-out;
    justify-content: center;
}
.btn-rating:hover {
    border: 2px solid #3f8dea;
    background: #3f8dea;
    color: #ffffff;
        transition: all .2s ease-in-out;


}
.star-rating-bar-fill{
    background-color: #f9ca62;
    display: block;
    height: 10px;
    border-radius: 5px;
}
.star-rating-percent-wrap {
    flex: 0 0 90px;
}
.reviewed-user-photo{
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-right: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
}
.reviewed-user-photo img{
    display: flex;
    width: 50px;
    height: 50px;
}
.profile-text-photo{
    text-align: center;
    font-size: 2rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #3f8dea;
    color: #fff;
}
.reviewed-user-photo span span.profile-text-photo{
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
}
.toggle-sub-menu2 .profile-text-photo,.avatr .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    display: inline-block;
}
.profile-image2 {
    text-align: center;
    font-size: 2rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
}

/** END Course Single **/
.bootstrap-datetimepicker-widget .list-unstyled, h1, h2, h3, h4, h5, h6, p, .main-header .main-menu .sub_menu a {
    margin: 0;
}
/**
* Lecture Single Page
 */

.lecture-header-left {
    flex: 0 0 349px;
}
.lecture-header-right{
    width: 100%;
}
button.nav-icon-complete-course {
    height: 100%;
}
.lecture-header-right .nav-btn{
    width: 50%;
    text-align: center;
    /*line-height: 50px;*/
    font-size: 18px;
    color: #ffffff;
    display: inline-table;
}
.lecture-header-right .nav-btn span{
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.lecture-header-right .nav-btn:hover{
    background-color: #0056b3;
}
/*
.lecture-page-course-progress .course-progress-percentage{
    font-size: 20px;
}*/
.lecture-page-course-progress .write-review-text{
    font-size: 14px;
}
.review-modal-footer{
    border-top: 1px solid #dee2e6;
    padding: 1rem;
}
.review-modal-footer .review-modal-nofity-text{
    font-size: 14px;
}
.lecture-header{
    background-color: #3b414a;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.lecture-container-wrap {
    background-color: #25272b;
    color: #fff;
    padding: 60px 0 80px;
}

iframe #lecture-content {
    min-height: 164px;
    width: 100%;
}
.lecture-container {
    background-color: #000;
}
 .lecture-sidebar{
    /* --num-sessions: 2;
    padding: 0 ;
    padding-right: 12px;
    position: absolute;
    margin-left: 12px;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0; */
    overflow-y: auto;
    height: 430px;
    padding: 5px;

}
.lecture-sidebar-course-title{
    font-size: 18px;
}
.lecture-sidebar-curriculum-wrap .section-item-title a{
    flex: 1;
    overflow: hidden;
    margin: 7px 0px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #dcdee1;
}
.lecture-sidebar-curriculum-wrap .section-item-title a:hover {
    color: #fff;
}
.lecture-icon {
    color: #4c5456;
    font-size: 22px;
    display: inline-flex;
    margin-top: 1px;
}

.title-container {
    flex: 1;
    margin-right: 15px;
  }
.lecture-content-article,.lecture-contents-locked,.lecture-content-discussion ,.submission-result-wrap,.progress.circle
,.submit-assignment-btn-wrap{
       padding: 0 40px;
}
.lecture-attachments,#assignment-submission-form,.submitted-assignment,.quiz-submitted-alert,#start-quiz-btn-wrapper,.lecture-title{
	margin: 0 40px;
}
.lecture-attachments.bg-white
{
       margin: 0px;
}
.lecture-title {
           padding-top: 57%;
}
.nav-icon-complete-course {
    background: transparent;
    color: #a9ef3b;
    border: 1px solid transparent;
    font-size: 20px;
    padding:0 10px 0px 0px ;
}
.nav-icon-complete-course:hover {
    color: #adff2c;
}
.back-to-curriculum{
    background: #a79f9f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    color: #ffffff;
    font-weight: bolder;
}
.back-to-curriculum:hover{
    background: #a79f9fab;
    color: #ffffff;
}
a.nav-icon-list{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
}

.section-item-title .lecture-name small {
    color: #666;
}
.lecture-title{
    font-size: 24px;
}
.lecture-lock-icon i{
    font-size: 50px;
}
.lecture-lock-title{
 font-weight: 700;
    color: #fff;
}
.lecture-attachments-title{
    font-size: 16px;
}
.lecture-attachments .lecture-attachment{
    font-size: 14px;
}
.lecture-contents-locked.text-center {
    height: 460px;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lecture-lock-desc{
    color: #fff;

}

/**
* Assignment Single Page
*/
.assignment-header-info{
    background-color: #ddf1ff;
    border: 1px solid #bbdaf1;
	margin: 0 40px;
}
#assignment-submission-form h4{
    font-size: 18px;
}
/**
* Quiz Single Page, Attempt Page
*/
.quiz-wrap{
    margin-bottom: 100px;
}
.quiz-wrap h1, .quiz-wrap h2{
    font-weight: 300;
    line-height: 1.4;
}
.quiz-wrap h1{
    font-size: 2.2em;
}
.quiz-wrap h2{
    font-size: 1.7em;
}
.question-wrap .quiz-image img{
    width: 100%;
    height: auto;
}
.attempt-options-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
    margin: 1% -1% -1% -1%;
}
.question-option {
    flex: 0 auto;
    padding: 1%;
    width: 50%;
}
.question-option label{
    background-color: #f1f1f1;
    color: #525252;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 15px;
    display: block;
    line-height: 1.5;
    padding: 13px 8px 11px;
    clear: both;
    overflow: hidden;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 2px;
}
.question-option label:hover {
    filter: brightness(90%);
}
.btn-wide {
    min-width: 140px;
    cursor: pointer;
    animation: 100ms ease-in;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    box-shadow: 0 2px 2px rgba(103, 103, 103, 0.1)
}
.btn-dark-blue{
    background-color: #0B79D3;
    color: #FFF;
    font-size: 16px;
}
.btn-dark-blue:hover{
    color: #ffffff;
    filter: brightness(90%);
}
#quiz-progress {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #efecec;
    border-top: 1px solid #e2e2e2;
    padding: 3px 5px;
    z-index: 99;
}
span.quiz-progress-number {
    display: inline-block;
    padding: 6px 10px;;
    background: #dedede;
    border: 1px solid #d4d4d4;
}
span.quiz-progress-number.active {
    display: inline-block;
    padding: 6px 10px;
    background: #bbb;
    border: 1px solid #aaa;
    font-weight: bold;
}
.quiz-submitted-alert h1{
    font-size: 4em;
}
.quiz-result-gretings .greetings-icon{
    font-size: 5em;
}
/** END Quiz Single page, Attempt Page **/

/**
* Categories page
*/
.page-header-wrapper{
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: #3f8dea;
    text-align: center;
    margin-top: 50px;
    border-radius: 8px;
}
 .solid {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-header-wrapper a:not(.btn) {
    color: #ccd5d6;
}
.page-header-wrapper .breadcrumb{
    background-color: transparent;
    padding-left: 0;
}
.category-item-name a{
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    position: relative;
	background: #736f6f;
}
.category-item-name a:hover:before {
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
}
.category-item-name a i {
    font-size: 30px;
    top: 4px;
    position: relative;
}
/** END Categories **/

/**
* No data screen
*/
.no-data-screen-wrap{
    color: #777777;
    margin: 0 auto;
}
.no-data-screen-wrap  i{
    font-size: 90px;
    margin-bottom: 10px;
}
.no-data-screen-wrap h3{
    font-size: 32px;
    font-weight: 300;
    margin: 30px 0 10px;
}
.no-data-screen-wrap h5{
    font-size: 20px;
    font-weight: 300;
}
.lecture-contents-locked > button.btn-cart {
    width: 70%;
}
/** ENd no data screen **/

/**********************************************************************
* Plugins Support
***********************************************************************/

/**
* Student Progress
*/
.progress-report-loop-detail .progress{
    height: 5px;
}
.lecture-status-icon{
    font-size: 20px;
}

/**
Footer Section
 */

footer{
    font-size: 15px;
    position: relative;
	padding-top: 25px;
	margin-top: 30px;
}
.fas.fa-chevron-right {
    color: #ccc;
}
footer h4{
    color: #ededed;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 700;
}
.USER-font-rating {
    text-transform: capitalize;
}
.text-red {
    color: #ff9b9b;
    font-size: 20px;
}
.text-red:hover {
    color: #f00;
}
footer .footer-links{
    display: flex;
    flex-wrap: wrap;
}
footer .footer-links li{
    flex: 50%;
    flex-grow: 0;
}
footer .footer-links li a{
    padding: 0 0 10px 4px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #d6d6d6;
    line-height: 21px;
}

.footer-social-icon-wrap a:hover{
    color: var(--a-hover-color);
}
.footer-social-icon-wrap i{
    font-size: 30px;
}

.footer-bottom-right-links li{
    display: inline-block;
}
.footer-bottom-right-links li a{
    display: block;
    padding-left: 10px;
}
footer .footer-links li a:hover {
   padding-left: 8px;
   color: #fff;
}
.copyrights {
    color: #ededed;
    text-align: center;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
}
.footer-top {
    padding: 40px 0;
}
.Published-time {
    color: #ffffff !important;
}
.footer-about-us-desc,p.mb-0,i.las.la-angle-right{
        color: #404040 ;
}
.socail a{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    margin: 0px 15px 0 0;
    color: #868686;
}
.socail a:nth-of-type(1):hover {
    color: #1877f2;
}
.socail a:nth-of-type(2):hover {
    color: #a53bae;
}
.socail a:nth-of-type(3):hover {
    color: #64ADEB;
}
.socail a:nth-of-type(4):hover {
    color: #ff0000;
}
.footer-logo  img {
    max-height: 60px;
    width: auto;
    margin-bottom: 20px;
}
.logo_footer>img {
    max-width: 200px;
	margin-bottom: 20px;
}
.logofot {
    text-align: center;
    justify-content: center;
    display: flex;
}
/**
* Circle Progress Bar
*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.progress.circle {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.progress.circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #CCCCCC;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circle .progress-left {
    left: 0;
}

.progress.circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress.circle .progress-right {
    right: 0;
}

.progress.circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress.circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/** END Circle Progress **/


/**
 * payment Form
 */

/**
 * payment Page
 */

.thankyou-payment-text-details{
    font-size: 50px;
    line-height: 2;
    font-weight: 600;
    color: #5eb329;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/**
User Profile Page
*/

.profile-page-sidebar .profile-image img {
    border-radius: 50%;
    width: 140px;
	height: auto;
    border: 7px solid #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%))
}
.profile-page-wrap .profile-designation{
    font-weight: 300;
    font-size: 22px;
}
.profile-social-icon-wrap a:hover{
    background-color: #eeeeee;
}
.profile-stat-title{
   color: #504f4b;
    font-weight: bold;
}
.profile-stat-value{
    font-weight: 700;
    font-size: 23px;
}
/** END User Profile Pages **/
.discussion-reply-wrap {
    background: #f3f2f2;
}

/**
* Video JS Custom Big Play Button
*/
.video-js .vjs-big-play-button {
    left: calc(45%);
    top: -moz-calc(45%);
    top: -webkit-calc(45%);
    top: -o-calc(45%);
    top: calc(45%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid white;
    border-radius: 10%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 50px;
}

.video-player-wrapper {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #2f2e2c;
    color: #fff;
    padding: 0px;
  height: 0;
padding-bottom: 53.75%;

}
.item.disabled {
    display: none;
}
.video-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player-wrapper p ,.video-player-wrapper strong {
display: none;
}

.video-player-wrapper a{
color:#10a6bd;
}
.bg-dark-blue {
    background-color: #033E80 !important;
}
.video-player-wrapper1 {
    position: relative;
}
.videoPlayerCaption {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}
.videoPlayerCaption .captionText{
    background-color: rgba(43,51,63,.7);
    color: #ffffff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 7px;
    font-size: 12px;
}
/**
* Social Login
*/
.social-login-item{
    padding: 8px 0px;
    background-color: #fff !important;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #1c1d1f;
    border: 1px solid #1c1d1f;
    transition: all 200ms ease-in-out 0s;
    text-align: center;
    border-radius: 4px;
}
.fab.fa-facebook-f {
    padding: 0 5px;
}
.fab.fa-google {
    padding: 0 5px;
}
.social-login-item:hover{
    color: #1c1d1f;
    background-color: rgb(242, 242, 242) !important;
}
.social-login-item.btn-facebook{
    background-color: #1877f2;
}
.social-login-item.btn-facebook:hover{
    background-color: #1468d4;
}
.social-login-item.btn-google{
    background-color: #D05D45;
}
.social-login-item.btn-google:hover{
    background-color: #b4553e;
}
.social-login-item.btn-twitter{
    background-color: #64ADEB;
}
.social-login-item.btn-twitter:hover{
    background-color: #599acf;
}
.social-login-item.btn-linkedin{
    background-color: #017BB6;
}
.social-login-item.btn-linkedin:hover{
    background-color: #01618f;
}

.nav-link.profile-dropdown-toogle .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.profile-page-sidebar .profile-image .profile-text-photo {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 125px;
    font-size: 40px;
    border: 7px solid #fff;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%));
}
/**
* Cookie
*/
.cookie_notice_popup{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 300px;
    right: 20px;
}
.cookie_notice_msg{
    padding: 20px;
}
.cookie_notice_popup .cookie-dismiss{
    color: rgb(255, 255, 255);
    background-color: #4B81E8;
    padding: 0.5em;
    text-align: center;
    display: block;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color: #205fd6;
}

.navbar-light .navbar-nav .nav-link,.navbar-light  {
    background: transparent;
    border: 0px;
	outline: none;
}
.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #8950FC;
    background-color: #F3F6F9;
    border-color: transparent;
	height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px);
	border-radius: 0.42rem;
}
.bg-light {
    background-color: #f3f2f2!important;
}
/****************************** start menu-mobile *******************************************/

.active-body {
    overflow: hidden;
}

.mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
}

.mobile-menu-overlay-active {
    visibility: visible
}

.menu-mobile-remove {
    visibility: hidden;
}

.menu-mobile {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: -webkit-linear-gradient(-45deg, #1cabbc 0%, #1463d6 100%);
    background: -moz-linear-gradient(-45deg, #1cabbc 0%, #1463d6 100%);
    background: -ms-linear-gradient(-45deg, #1cabbc 0%, #1463d6 100%);
    background: -o-linear-gradient(-45deg, #1cabbc 0%, #1463d6 100%);
    background: linear-gradient(-45deg, #1cabbc 0%, #1463d6 100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    overflow: auto;
}
.menu-item.logout {
    display: none;
}
.menu-mobile-active {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-mobile .fa-times {
    color: #fff;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.menu-mobile li {
    transform: translateY(20px);
    transition: all 0.1s;
    opacity: 0;
    visibility: hidden;
}

.menu-mobile li:nth-of-type(1) {
    transition-delay: .1s
}

.menu-mobile li:nth-of-type(2) {
    transition-delay: .2s
}

.menu-mobile li:nth-of-type(3) {
    transition-delay: .3s
}

.menu-mobile li:nth-of-type(4) {
    transition-delay: .4s
}

.menu-mobile li:nth-of-type(5) {
    transition-delay: .5s
}

.menu-mobile li:nth-of-type(6) {
    transition-delay: .6s
}

.menu-mobile li:nth-of-type(7) {
    transition-delay: .7s
}

.menu-mobile li:nth-of-type(8) {
    transition-delay: .8s
}

.menu-mobile li.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

.menu-mobile a {
    display: block;
    padding: 0 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu-mobile .closes {
    width: 22px;
    position: relative;
    right: 10px;
    cursor: pointer;
    top: 10px
}

.menu-mobile a:hover {
    background-color: #5839a0;
    color: #FFF !important
}

#toggle {
    display: none;
    width: 28px;
    height: 30px;
    transform: translateY(-50%);
    left: 20px;
    padding: 14px 0px;
    position: absolute;
    top: 38px;
}

.toggle-ind-4 {
    position: absolute !important;
    top: 31px!important;
    right: auto!important;
    left: 20px !important;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #40474e;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

.pr-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.divider {
    margin: 0;
    border-top: 1px solid #e3e8eb;
    border-bottom: none;
}

.menu-mobile .sub-menu-mobile {
    display: none;
}

.menu-mobile .sub-menu-mobile a {
    font-size: 12px !important;
    padding-right: 50px;
}

.menu-mobile .toggle::before {
    content: '\e901';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 0px;
}

.toggle-mobile-active::before {
    content: '\e900' !important;
}

.menu-mobile-acitve {
    display: block
}

.icon-delete {
    color: #FFF;
    margin: 20px 20px 0px;
    cursor: pointer;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.socail-meida {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 5;
}


/* start search-menu */

.search-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
}

.search-menu-overlay-active {
    visibility: visible;
}

.menu-search {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(73, 34, 162, .8);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.menu-search-active {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-search .fa-times {
    color: #fff;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
    padding: 10px;
    justify-content: flex-end;
    display: flex;
}


/****************************** end menu-mobile *******************************************/


/********************************************************************************************************************************************* start header **********************************************************************************************************************************/
.container.dash {
        padding-top: 45px;
    padding-bottom: 70px;
}
.refresh {
    margin-left: 10px;
}
.main-header {
top: 0;
    right: 0;
    width: 100%;
    height: 75px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);

}
.toggle-sub-menu.m_avatr.d-flex.align-items-center.ml-0 {
    margin: 0 0px 0 10px;
}
.nav-up {
    top: -75px !important;
}

.main-header .logo a span:nth-of-type(1) {
    font-size: 21px;
    color: #1463d6;
}

.main-header .logo a span:nth-of-type(2) {
    font-size: 21px;
    color: #000;
}
.blue {
    color: #1664d6;
}
.main-header .align-items-center {
    height: 75px;
}

.main-header .menu-container {
    position: relative;
    align-items: center;
    z-index: 45;
}


/* .main-header .main-menu {overflow: hidden;} */

.main-header .main-menu li {
    display: inline-block;
    position: relative;
}

.sub_menu li {
    float: left;
    width: 100%;
}

.main-header .main-menu .sub_menu a {
    margin: 0;
}

.main-header .main-menu a {
    margin: 0 10px;
}
.las.la-angle-down {
    font-size: 15px;
	padding: 5px;
}
.main-header .main-menu .m__login {
    width: 100px;
    height: 40px;
    color: #fff ;
    background-color: #1463d6;
    border-radius: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    line-height: 40px;
}

.main-header .main-menu .m__login:hover {
background: transparent !important;
    border-color: #1463d6;
    color: #051441;
}

.main-header .main-menu .m_register {
    width: 140px;
    height: 40px;
    color: #b035d8 !important;
    font-size: 14px !important;
    border-radius: 30px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    line-height: 40px;
}

.main-header .main-menu .t_register {
    width: 112px;
    height: 40px;
    color: #1463d6 !important;
    font-size: 14px !important;
    border: 2px solid #1463d6;
    border-radius: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.main-header .main-menu .m__login::before,
.main-header .main-menu .t_register::before,
.main-header .main-menu .m_register::before {
    width: 0 !important
}

.fixed-header {
    position: fixed;
    z-index: 5;
    -webkit-box-shadow: 0px 1px 8px #dcdcdc;
    -moz-box-shadow: 0px 1px 8px #dcdcdc;
    -ms-box-shadow: 0px 1px 8px #dcdcdc;
    -o-box-shadow: 0px 1px 8px #dcdcdc;
    box-shadow: 0px 1px 8px #dcdcdc;
}

.sub_menu {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    margin-top: -8px;
    padding: 10px;
}
.profile-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.sub_menu.notifucation {
    width: 260px;
}

.sub_menu.notifucation li:not(:last-of-type) {
    border-bottom: 1px solid #EEE;
    width: 100%;
}

.sub_menu li:hover {
    background: #f2f2f2;
    border-radius: 5px;
}

.sub_menu.notifucation li a {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    max-height: 65px;
    overflow: hidden;
    padding: 5px 10px;
}

.sub_menu.notifucation li .date {
    font-size: 12px;
    margin-bottom: 9px;
}

.sub_menu.m_login {
    width: 220px;
    overflow: hidden;
}

.sub_menu.m_login li {
    float: left;
    width: 100%;
}

.sub_menu.m_login li a .badge {
    float: left;
    margin-top: 18px;
}

.sub_menu.m_login li a {
    color: #252323;
    line-height: 46px;
    padding: 0px 10px;
    font-size: 16px;
    white-space: nowrap;
}

.toggle-sub-menu::before,
.sub_menu a::before {
    width: 0px !important
}

.toggle-sub-menu {
    cursor: pointer;
}

.sub_menu.active {
    display: block;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon {
    height: 30px;
    width: 35px;
    -webkit-box-align: start;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    cursor: pointer;
}
.sidebar-menu-icon-wrap, .sidebar-menu-icon-wrap .sidebar-menu-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
	margin-left: 10px;

}
.sidebar-menu-icon-wrap .sidebar-menu-icon>span {
    height: 2px;
    width: 16px;
    margin-bottom: 4px;
    background: #191919;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon:hover>span {
    width: 20px;
    background: #3387d0;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon>span:nth-child(2) {
    width: 20px;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon>span:last-child {
    width: 12px;
    margin-bottom: 0;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon:hover>span:last-child {
    width: 20px;
}
.sidebar-menu-icon-wrap .sidebar-menu-icon>span:nth-child(2) {
    width: 20px;
}

.mini-cart-body-wrap {
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    left: auto !important;
    right: 0 !important;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    margin-top: 6px;
    margin-right: 20px;
    width: 300px;
}

.mini-cart-body-wrap.active {
    display: block;
}



.image_avtar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.fal.fa-chalkboard-teacher {
    font-size: 25px;
    color: #3b9865;
}

.fad.fa-signal-stream {
    font-size: 25px;
    color: #f47c53;
}

.fad.fa-user-lock {
    font-size: 23px;
    color: #525050;
}

.far.fa-bell,
.far.fa-envelope {
    font-size: 19px;
}
.far.fa-envelope {
    margin-left: 10px;
    margin-right: 0px;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;
}
.name_avatr {
    padding: 0 5px;
    margin-top: 2px;
}
.name_avatr2 {
    padding: 0 5px;
    margin-top: 6px;
}
.mt-15, .my-15 {
    margin-top: .3rem!important;
    font-size: 16px;
}
.message_new {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #1463d6;
    top: 35px;
    left: -4px;
}

.language_en {
    width: 45px;
    height: 25px;
    background-color: #1463d6;
    color: #FFF !important;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px !important;
    text-align: center;
}

.language_en::before {
    width: 0px !important;
}
.logo img {
    max-height: 45px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
	  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='22' viewBox='0 0 20 20' width='17' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 48%;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.dashboard-list-box {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
}
.dashboard-list-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 25px 30px;
    color: #333;
    display: block;

}

.right-filter {
    position: relative;
    float: right;
    top: 14px;
    right: 25px;
    background: #fff;
    border-radius: 4px;
}
.btn-50 {
border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    transition: .3s;
    border: none;
    color: #666;
    background-color: #eee;
    padding: 4px 18px;
}
tr:hover {
    background: #fbfbfb;
}
.table th{
    background: #f7f6f6;
}
@media screen and (max-width:991px) {
    .header-wrap-inner {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}}

@media screen and (max-width:1110px) {
    .header-wrap-inner {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog-feature-post .blog-card {
    display: block;
}
.blog-card {
    background: #ccc !important;
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 480px;
    z-index: 100;
    cursor: pointer;
}
.blog-card:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(37, 37, 39, 0.85) 0%,rgba(29, 29, 31, 0.65) 35%,rgba(22,22,23,0) 90%,rgba(0,0,0,0) 100%);
    border-radius: 4px;
    opacity: 1;
}
.blog-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.blog-compact-item-content.fu {
 position: absolute !important;
    bottom: 32px;
    left: 0;
    padding: 0 34px;
}
}
.blog-compact-item-content.fu {
    position: relative;
    bottom: 0px;
    left: 0;
    padding: 34px;
}
.sidebar-menu-wrap {
    position: fixed;
    right: -150px;
    top: 0;
    bottom: 0;
    width: 270px;
    background: #fff;
    box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, .1);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.rating-percent-wrap{
    margin-right: 20px;
    line-height: 0;
    align-items: center;
}
.sidebar-menu-wrap.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.sidebar-menu-wrap .sidebar-menu-header {
    display: -webkit-box;
    display: flex;
    padding: 15px 26px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;

    background: var(--btn-theme-primary-bg);
}
.sidebar-menu-wrap .sidebar-menu-header>h4 {
    font-weight: 400;
    color: #fff;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close:hover {
    opacity: 1;
}
.sidebar-menu-wrap .sidebar-menu-header .sidebar-menu-close>i {
    font-size: 18px;
    color: #fff;
}
.sidebar-menu-wrap .sidebar-menu-tab {
    border-bottom: none;
}
.sidebar-menu-wrap .sidebar-menu-tab .nav-item {
    width: 50%}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link {
    padding: 8px;
    color: #a6a6a6;
    text-align: center;
    background: #f2f4f5;
    border: none;
    border-radius: 0;
}
.F-12 {
    font-size: 12px;
}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link.active {
    font-weight: 400;
    color: #191919;
    background: #fff;
    cursor: default;
}
.sidebar-menu-wrap .sidebar-menu-tab.nav-tabs .nav-link:after {
    content: none;
}
.sidebar-menu-wrap>.tab-content {
    position: absolute;
    left: 0;
    top: 57px;
    right: 0;
    bottom: 0;
}
.sidebar-menu {
    margin: 15px 0;
}
.sidebar-menu>li {
    cursor: pointer;
}
.sidebar-menu>li.active .menu-item, .sidebar-menu>li:hover>.menu-item, .sidebar-menu>li:hover>.menu-item>.menu-item-icon, .sidebar-menu>li:hover>i {
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-menu>li.active .menu-item:after {
    opacity: 1;
    visibility: visible;
}
.sidebar-menu>li.active .menu-item>.menu-item-icon {
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-menu>li.active>i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu>li>.menu-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    height: 15px;
    width: 7px;
    background: #3387d0;
    opacity: 0;
    visibility: hidden;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-menu>li>.menu-item>.menu-item-icon {
    font-size: 16px;
    color: #6e6e6e;
    margin: 1px 10px 0 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-menu>li>ul>li>a {
    max-width: 160px;
}
.sidebar-menu>li>ul>li>ul>li>a {
    max-width: 155px;
}
.sidebar-menu li:hover>a, .sidebar-menu li:hover>i {
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-menu li a {
    line-height: 45px;
    max-width: 170px;
    display: inline-block;
    margin-left: 24px;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.sidebar-menu li>i {
    font-size: 12px;
    position: absolute;
    top: 18px;
    right: 30px;
    color: #6e6e6e;
    float: right;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.green {
    color: green;
}


 .icon-wrap>.count {
     position: absolute;
    font-size: 10px;
    line-height: 18px;
    top: 6px;
    right: 4px;
    height: 18px;
    width: 18px;
    color: #fff;
    background: #e23e1d;
    text-align: center;
    border-radius: 50%;
}
.icon-wrap>i {
    font-size: 30px;
    line-height: 36px;
    color: #191919;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-menu li ul {
    display: none;
    margin-left: 10px;
}
.sidebar-menu .dropdown {
    position: relative;
}
.sidebar-menu .dropdown.active>a, .sidebar-menu .dropdown.active>i {
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-menu .dropdown.active>i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-cart-top {
    display: -webkit-box;
    display: flex;
    padding: 13.5px 30px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;

    background: var(--btn-theme-primary-bg);
}
.sidebar-cart-top .title {
    font-weight: 400;
    color: #fff;
}
.sidebar-cart-top .sidebar-cart-close {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-cart-top .sidebar-cart-close:hover {
    opacity: 1;
}
.sidebar-cart-top .sidebar-cart-close>i {
    font-size: 18px;
    color: #fff;
}
.sidebar-cart-middle {
    left: 0;
    right: 0;
    top: 60px;
    bottom: 155px;
    padding: 0 30px;
}
.sidebar-cart-middle.empty {
    bottom: 0;
    overflow: visible;
}
.mini-cart-course-item {
    padding: 5px 0;
    background: #fff;
}
.sidebar-cart-item {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 25px 0 21px;
    border-bottom: 1px solid #f2f4f5;
}
.sidebar-cart-item:last-child {
    border-bottom: none;
}
.sidebar-cart-item .product-image {
    height: 56px;
    width: 56px;
    min-width: 56px;
    overflow: hidden;
}
.product-image>img {
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.custom-scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ebebeb transparent;
}
.header-column-right {
    height: 60px;
    padding: 0 15px;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.nav-tabs .nav-link:after, .nav-tabs .nav-link:before, .tabs:not(.featured-categories-tabs) .tab-item:after, .tabs:not(.featured-categories-tabs) .tab-item:before {
    position: absolute;
    content: "";
    left: 50%;
    background: #3387d0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.nav-tabs .nav-link:before, .tabs:not(.featured-categories-tabs) .tab-item:before {
    bottom: 0;
    height: 1px;
    width: 0;
}
.nav-tabs .active.nav-link:before, .tabs:not(.featured-categories-tabs) .active.tab-item:before {
    width: 100%;
}
.nav-tabs .nav-link, .tabs:not(.featured-categories-tabs) .tab-item {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    padding: 13px 3px;
    color: #a6a6a6;
    border: none;
    border-radius: 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    background: #827d7d8f;
}
.sidebar-cart-item .product-image .image-placeholder {
    height: 25px;
    width: 25px;
    width: 25px;
}
.sidebar-cart-item .product-info {
    margin: 0 30px 0 20px;
    min-width: 0;
}
.sidebar-cart-item .product-info .product-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.remove-cart-btn {
    font-size: 15px;
    color: #191919;
    background: transparent;
    border: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.sidebar-cart-item .product-info .product-name:hover {
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-cart-item .product-info .product-quantity {
    font-size: 13px;
    line-height: 26px;
    color: #666;
}
.sidebar-cart-item .remove-cart-item {
    position: absolute;
    top: 16px;
    right: -8px;
}
.sidebar-cart-item .remove-cart-item .remove-cart-btn {
    font-size: 14px;
    opacity: .6;
}
.sidebar-cart-item .remove-cart-item .remove-cart-btn:hover {
    opacity: 1;
}
.remove-cart-btn:hover {
    color: #3387d0;
}
.sidebar-cart-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}
.sidebar-cart-bottom .sidebar-cart-subtotal {
    display: -webkit-box;
    display: flex;
    margin: 0 30px;
    padding: 25px 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
}
.sidebar-cart-bottom .sidebar-cart-subtotal>span {
    font-weight: 500;
    color: #0068e1;
    color: var(--btn-theme-primary-bg);
}
.sidebar-cart-bottom .sidebar-cart-actions {
    display: -webkit-box;
    display: flex;
    padding: 20px 30px;
    background: #f2f4f5;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.sidebar-cart-wrap {
    position: fixed;
    top: 0;
    right: -200px;
    bottom: 0;
    height: 100%;
    width: 400px;
    background: #fff;
    box-shadow: 2.5px 4.33px 40px 5px rgba(12, 31, 46, .1);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.product-image {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.sidebar-cart-wrap.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.sidebar-cart-wrap .empty-message {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 40px 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
}
.sidebar-cart-wrap .empty-message svg {
    height: 100px;
    width: 100px;
    margin-bottom: 22px;
}
.sidebar-cart-wrap .empty-message svg g {
    fill: #0068e1;
    fill: var(--btn-theme-primary-bg);
}

@media  (max-width:420px) {
    .sidebar-cart-wrap {
    right: -180px;
    width: 300px;
}

}

@media(max-width:380px) {
    .sidebar-cart-wrap {
    right: -165px;
    width: 330px;
}
}

@media (max-width:350px) {
    .sidebar-cart-wrap {
    right: -150px;
    width: 300px;
}
}

.d-hiden {
    display: none;
}
.footer.las.la-angle-down{
    opacity: .3;
    color: #2e3d49;
    display: block;
    position: absolute;
    font-size: 1.25rem;
    top: .75rem;
    right: 1.5rem;
    transition: all .3s ease;
}
.avatr {
    margin-left: 22px;
    overflow: hidden;
    text-transform: capitalize;
    display: flex;
}
.toggle-sub-menu2 {
    text-transform: capitalize;
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
}
.margin-bottom-25 {
    margin-bottom: 25px!important;
}
.margin-top-0 {
    margin-top: 0!important;
}
.logo2{
    display: none;
}
.margin-top-40 {
    margin-top: 40px!important;
}
.info-box {
     border-top: 2px solid var(--btn-theme-primary-bg);
    background-color: #e8f4f5;
    color: var(--btn-theme-primary-bg);
    border-radius: 0px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px!important;
}
.info-box {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 23px 27px;

}
p {
    line-height: 1.7;
}
.info-box p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
.widget-tabs {
    padding: 0;
    list-style: none;
}
.widget-tabs .widget-content {
    display: table;
}
.widget-thumb {
    display: inline-block;
}
.widget-thumb {
    width: 85px;
    margin-right: 23px;
}
.widget-thumb a img {
    width: 85px;
    height: auto;
}
.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0;
}
.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}
.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
    top: -2px;
}
.widget-text h5 {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 5px;
}
.widget-text span {
    color: #888;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    display: block;
}
.widget-text h5 a {
    color: #333;
}
.widget-tabs li:first-child {
    padding: 0 0 20px;
    margin: 32px 0 0;
}
.widget-tabs li {
    padding: 0 0 20px;
    margin: 24px 0 0;
}
.widget-tabs li {
    padding: 0 0 27px;
    margin: 24px 0 0;
    border-bottom: 1px solid #e0e0e0;
}
.widget-tabs li:last-child  {
    border-bottom: none;
}
.blog-compact-item-container {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.12);
    display: block;
    width: 100%;
    border-radius: 4px;
    background: 0 0;
    transform: translate3d(0,0,0);
    transition: transform .3s;
    margin-bottom: 30px;
}
.blog-compact-item {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 400px;
    z-index: 100;
    cursor: pointer;
}
.blog-compact-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(37, 37, 39, 0.85) 0%,rgba(29, 29, 31, 0.65) 35%,rgba(22,22,23,0) 90%,rgba(0,0,0,0) 100%);
    border-radius: 4px;
    opacity: 1;
}
.blog-compact-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.blog-item-tag {
    background: var(--btn-theme-primary-bg);
    border-radius: 50px;
    padding: 5px 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 9px;
    position: absolute;
    top: 30px;
    left: 32px;
    z-index: 110;
}
.blog-compact-item-content {
    position: absolute;
    bottom: 32px;
    left: 0;
    padding: 0 34px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}
.blog-post-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: .9;
}
.card-prof {
     min-width: 0;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
}
.blog-compact-item-content h3 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 500;
    margin: 2px 0 0;
    line-height: 31px;
}
.blog-post-tags li {
    display: inline-block;
    margin-right: 5px;
}
.blog-compact-item-content p {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,.8);
    margin: 7px 0 0;
}
.margin-top-20 {
    margin-top: 20px!important;
}
.blog-card {
    background: #506166;
	border-radius: 4px;

}
.blog-card img {

  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

}
.excerpt {
    color: rgba(255,255,255,.8);
}
.excerpt a {
color: #fff;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 500;
    margin: 2px 0 0;
    line-height: 31px;

	}
.section-title {
    position: relative;
    display: block;
    color: #171717;
    font-size: 30px;
    font-weight: 800;
}
.carousel-item.slick-slide.slick-active {
    opacity: 1;
    filter: none;
    pointer-events: all;
}
.carousel-item.slick-slide {
    margin: 0 7px 0px;
    opacity: .5;
    transition: .4s;
    pointer-events: none;
}
.home-partners-logo-section {
    padding: 0;
	}
.contentful-hero-section {
    padding: 40px 0 20px;
}
@media screen and (min-width: 30rem) {
    .contentful-hero-section .contentful-hero {
        box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.4);
    }
}
@media screen and (min-width: 73.75rem) {
    .contentful-hero-section .contentful-hero {
        border-radius: 0.375rem;
    }
}
.contentful-hero-section .contentful-hero.contain {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.contentful-hero-section .content {
    margin: 0 !important;
    text-align: center;
}
.contentful-hero-section .content .btn_wrapper {
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .content .btn_wrapper {
        flex-direction: row;
    }
}
.contentful-hero-section .content h1 {
    margin-top: 0;
    margin-bottom: 24px;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .content h1 {
        margin-bottom: 12px;
    }
}
.contentful-hero-section .content div.legible {
    color: #fff;
    max-width: 48.75rem !important;
    margin-bottom: 1.5rem;
}
.contentful-hero-section .content button.play-video {
    display: none;
    margin-top: 1rem;
    display: inline-block;
    border: 0 transparent;
    background: none;
    outline: none;
    transition: transform 0.3s ease;
}
.contentful-hero-section .content button.play-video img {
    width: 48px;
}
.contentful-hero-section .content button.play-video:hover {
    transform: scale(1.1);
}
.contentful-hero-section .content__header h1,
.contentful-hero-section .content__header h6,
.contentful-hero-section .content__header p {
    color: #fff;
}
.contentful-hero-section .content__header h6:first-of-type {
    margin-top: 1rem;
}
.contentful-hero-section video {
    display: block;
    background: transparent;
    position: absolute;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contentful-hero-section a.button--white {
    background: #fff;
    color: #02b3e4;
}
.contentful-hero-section a.button--white:hover {
    color: #fff;
    background: #02b3e4;
}
.contentful-hero-section a.button--secondary:hover {
    background: #525c65;
}
.contentful-hero-section .btn {
    letter-spacing: 0.125rem;
    display: block;
    width: 17.5rem;
    margin: 0.35rem auto;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .btn {
        display: inline-block;
        margin: 0 0.35rem;
    }
}
.contentful-hero-section .button.hide-on-mobile {
    display: none;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .button.hide-on-mobile {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.75rem;
    }
}
.contentful-hero-section .logo {
    padding: 2rem 0;
}
.contentful-hero-section .hero-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 20px 0;
}
@media screen and (min-width: 30rem) {
    .contentful-hero-section .hero-bg {
        height: 619px;
        position: relative;
    }
}
@media screen and (min-width: 73.75rem) {
    .contentful-hero-section .hero-bg {
        border-radius: 0.375rem;
    }
}
.contentful-hero-section .hero-bg #hero-bg-circle {
    display: none;
    position: absolute;
    right: -3rem;
    bottom: 5rem;
    height: 12rem;
    z-index: -1000;
}
@media screen and (min-width: 73.75rem) {
    .contentful-hero-section .hero-bg #hero-bg-circle {
        display: block;
    }
}
.contentful-hero-section .bg-video {
    display: none;
    height: 480px;
}
    .contentful-hero-section .bg-video {
        height: 619px;
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        overflow: hidden;
        z-index: 1000;
    }

@media screen and (min-width: 73.75rem) {
    .contentful-hero-section .bg-video {
        border-radius: 0.1rem;
    }
}
.contentful-hero-section .flag {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    z-index: 1001;
    border-color: #ff5483 transparent transparent #ff5483;
    border-style: solid;
    border-width: 40px;
}
@media screen and (min-width: 30rem) {
    .contentful-hero-section .flag {
        border-width: 60px;
    }
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .flag {
        position: absolute;
        top: 0;
    }
}
@media screen and (min-width: 73.75rem) {
    .contentful-hero-section .flag {
        border-radius: 0.375rem 0 0 0;
    }
}
.contentful-hero-section .flag h6 {
    position: absolute;
    top: -30px;
    left: -30px;
    color: #fff;
}
@media screen and (min-width: 30rem) {
    .contentful-hero-section .flag h6 {
        top: -40px;
        left: -40px;
    }
}
.contentful-hero-section .flag.flag--white {
    border-top-color: #fff;
    border-left-color: #fff;
}
.contentful-hero-section .flag.flag--purple {
    border-top-color: #a951ed;
    border-left-color: #a951ed;
}

.contentful-hero-section .flag.flag--pink {
    border-top-color: #ff5483;
    border-left-color: #ff5483;
}
.contentful-hero-section .overlay1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
@media screen and (min-width: 30rem) {
    .contentful-hero-section .overlay1 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1001;
    }
}
.contentful-hero-section .promo-message {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1001;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .promo-message {
        top: 0;
        right: 0.625rem;
    }
}
@media screen and (min-width: 62rem) {
    .contentful-hero-section .promo-message {
        top: 0.625rem;
        right: 0.625rem;
    }
}
.contentful-hero-section .promo-message img {
    width: 5.625rem;
    height: 5.625rem;
}
@media screen and (min-width: 48rem) {
    .contentful-hero-section .promo-message img {
        width: 9.375rem;
        height: 9.375rem;
    }
}
@media screen and (min-width: 62rem) {
    .contentful-hero-section .promo-message img {
        width: 12.5rem;
        height: 12.5rem;
    }
}
.advantage-banner h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
@media screen and (min-width: 48rem) {
    .advantage-banner h2 {
        font-size: 2rem;
        line-height: 3.5rem;
    }
}
.advantage-banner__header {
    text-align: center;
    padding: 0 1.25rem;
    margin-bottom: 1.563rem;
}
.advantage-banner__header h2 {
    font-size: 1.5rem;
}
@media screen and (min-width: 48rem) {
    .advantage-banner__header h2 {
        font-size: 2rem;
    }
}
@media screen and (min-width: 48rem) {
    .advantage-banner__header {
        margin-bottom: 3.125rem;
    }
}
.advantage-banner__features {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 73.75rem) {
    .advantage-banner__features {
        flex-wrap: wrap;
        flex-direction: row;
    }
}
.advantage-banner__features .feature-card {
    display: flex;
    flex-direction: column;
}
.advantage-banner__features .feature-card__bg {
    width: 17rem;
    height: 10rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-right: 1.563rem;
    margin-bottom: 1.563rem;
    display: none;
}
.advantage-banner__features .feature-card__header {
    display: flex;
    align-items: center;
    margin-left: 2.5%;
}
.advantage-banner__features .feature-card__header--icon {
    box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 3.875rem;
    height: 3.875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantage-banner__features .feature-card__header--icon img {
    height: auto;
}
.advantage-banner__features .feature-card__title {
    font-weight: 600;
    font-size: 1.125rem;
    color: #000;
    line-height: 2rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 1.125rem;
    width: 12.5rem;
}
.advantage-banner__features .feature-card__description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-width: 20rem;
    margin: 0.9375rem 1.25rem 1.5625rem 1.563rem;
}
@media screen and (min-width: 48rem) {
    .advantage-banner__features .feature-card {
        flex-direction: row;
        max-width: none;
        justify-content: space-between;
        margin: 1.563rem;
    }
    .advantage-banner__features .feature-card__header {
        margin-left: -4rem;
        padding-top: 1rem;
        align-items: normal;
    }
    .advantage-banner__features .feature-card__bg {
        flex: 1 0 13.125rem;
        height: 13.125rem;
        width: 13.125rem;
        margin-right: 2rem;
        margin-bottom: 0;
        display: block;
    }
    .advantage-banner__features .feature-card__title {
        font-size: 1.125rem;
        line-height: 2rem;
        margin-top: 0;
        margin-left: 1.5rem;
        width: 15.63rem;
    }
    .advantage-banner__features .feature-card__description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        width: 28rem;
    }
}
@media screen and (min-width: 62rem) {
    .advantage-banner__features .feature-card__title {
        width: 25rem;
    }
    .advantage-banner__features .feature-card__description {
        max-width: none;
        width: 31.25rem;
    }
}
@media screen and (min-width: 73.75rem) {
    .advantage-banner__features .feature-card {
        width: 33.5rem;
    }
    .advantage-banner__features .feature-card:nth-child(2n) {
        margin-left: 2rem;
    }
    .advantage-banner__features .feature-card__title {
        width: 15.63rem;
    }
    .advantage-banner__features .feature-card__description {
        max-width: none;
        width: 18.75rem;
    }
}
.cta-buttons-container {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 375px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.main-banner-courses-list .row .col-lg-6:first-child .box_grid {
    margin-top: 90px;
}
.cta-buttons-container .cta-buttons-content {
    padding-top: 8.5rem;
    margin: 0 10%;
}
.cta-buttons-container .cta-buttons-content__subtitle,
.cta-buttons-container .cta-buttons-content__title {
    color: #fff;
}
.cta-buttons-container .cta-buttons-content__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.cta-buttons-container .cta-buttons-content__subtitle {
    font-size: 1.125rem;
    margin-bottom: 3rem;
}
.cta-buttons-container .cta-buttons-content__btn-wrapper {
    display: flex;
    justify-content: center;
}
.cta-buttons-container .cta-buttons-content__btn-wrapper .cta-request-syllabus {
    display: none;
}


.contain,
.contain--small {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0.75rem;
}
@media screen and (min-width: 30rem) {
    .contain,
    .contain--small {
        padding-left: 15.84px;
        padding-right: 15.84px;
    }
}
@media screen and (min-width: 48rem) {
    .contain,
    .contain--small {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (min-width: 73.75rem) {
    .contain,
    .contain--small {
        padding-left: 0;
        padding-right: 0;
    }
}
video {
    object-fit: fill;
}


.blog-compact-item .blog-post-tags li {
    display: inline-block;
    margin-right: 5px;
    background: rgba(255,255,255,0.15);
    padding: 0 12px;
    border-radius: 50px;
}
.blog-compact-item-container:hover {
    transform: translate3d(0,-6px,0);
}
.block-reveal {
    height: 250px;
}
.soial-login span b {
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #ccc;
    position: relative;
    display: inline-block;
    padding: 5px;
}
.soial-login span {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    position: relative;
}
.d-flex.align-items-center.justify-content-center, .d-flex.align-items-center.justify-content-between, .soial-login ul {
    float: left;
    width: 100%;
    text-align: center;
}
.soial-login span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #eee;
    transform: translateY(-50%);
    margin-bottom: 10px;
}
.course-filter-wrap {
    position: absolute;
    left: 0;
    top: 51px;
    right: 0;
    bottom: 0;
}
.fillter-solid {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: -10px;
}
.Clear-Filter.nav-link {
    background: #f2f4f5;
    display: block;
	}
.expand-more-btn {
    padding: 0px;
    color: var(--a-hover-color);
}
.expand-more-btn:hover {
    color: var(--btn-theme-primary-hover-bg);
}

.profile-stat-value2 {
    font-size: 15px;
}
.profle-page-header2 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}
.profile-body {
    min-height: 150px;
}
.enroll-box-btn-group{
    width: 100%;
}
.add_to_cart_form {
    display: flex;
}
.mobile {
    display: none;
}

.container.lecture-wrap {
    max-width: 1300px;
}
.lecture-druation {
    font-size: 12px;
}
span.lecture-name {
    font-size: 14px;
    font-weight: 500;
}
.expand-collapse:hover {
    color: #fff;
}
.expand-collapse {
    color: #dcdee1;
}
.course-total-lectures-info,.course-runtime-info {
    color: #dcdee1;
    font-size: 12px;
}
.subsContentCard ::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
}
.subsContentCard ::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
}
.subsContentCard ::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
}
.subsContentCard ::-webkit-scrollbar-track {
    background: #404546;
    border-radius: 6px;
    width: 5px;
    margin: 5px 15px;
}
.subsContentCard {
    overflow-y: overlay;
    display: flex;
    flex-direction: column;
}
.course-free-enroll,.add_to_cart_form {
       position: sticky;
    top: 0;
}
    .add_to_cart_footer {
    display: none;
}
.btn-cart {
    display: flex;
    justify-content: center;
}
.class-details-header-title {
    line-height: 32px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}
.class-details-header-teacher {
    color: #dcdee1;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    padding-top: 10px;
}
.class-details-header {
    padding: 0PX;
    padding-bottom: 20px;
}
.sidebar-section-item.active .section-item-title a  {
    background-color: #39464952;
    border: 1px solid #434748;
    border-radius: 4px;
}
.sidebar-section-item.active .section-item-title a .lecture-icon ,.sidebar-section-item.active .section-item-title a .lecture-name ,.sidebar-section-item.active .section-item-title a .lecture-druation {
    color: #fff
}
.add_to_cart_footer {
    position: fixed;
    bottom: 75px;
    width: 100%;
    z-index: 99;
}

.jss13 {
    background-image: url(https://static.skillshare.com/cdn-cgi/image/quality=80,width=1000,format=auto/assets/images/browse/browse-banner-1.webp);
}
.title-bar.contains-browse-banner .browse-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    min-height: 247px;
}
.jss7 {
    min-height: 247px;
    border-radius: 8px;
}
.jss11 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jss7 > div {
    min-height: 247px;
    border-radius: 8px;
}
.jss14 {background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);}
.jss14 {
    background: linear-gradient( 359deg , rgb(193 83 83 / 82%) 0%, #173476c4 100%);
}
.jss12 {
    width: 100%;
    height: 100%;
}
.jss8 {
    color: #fff;
    display: flex;
    z-index: 1;
    position: relative;
    text-align: left;
    flex-direction: column;
    padding-top: 65px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 32px;
}
.browse-banner {
    margin: 50px 0px 30px;
}
.jss9 {
    display: block;
    margin-bottom: 16px;
    font-size: 46px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}
.jss10 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
}
.floaty-bar {
    display: none;
    z-index: 99;
}
.de-mobile{
    display: block;
}
.center
 {
    text-align: center;
}

.hedfot {
    font-size: 30px;
}
@media (min-width: 992px){
	[data-toggle="collapse"] {
    display: none;

}
}
@media(max-width:991.5px) {
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }
    .lecture-contents-locked.text-center {
    height: 415px;

}
    .hero-right-col{
        display: none;
    }
    .categories-nav-item-wrapper{
        width: 20%;
        display: inline-block;
    }
    .header-search-wrap {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .main-nav-auth-profile-wrap{
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        float: right;
    }
    .main-nav-auth-profile-wrap > li{
        display: inline-block;
    }
	.collapse:not(.show) {
    display: none;
}
.filternone{
    display: block !important;
}
.Clear-Filter{
    display: none;
}
}
@media(max-width: 991px) and (min-width: 768px){

.soial {
    display: block;
}
}

@media(max-width:767.5px) {
    .lecture-header-left {
        flex: 0 0 149px;
    }
    .col-3.dashboard-menu2.MOBILE {
    DISPLAY: NONE;
}
    .lecture-contents-locked.text-center {
    height: 400px;

}
.flexx {
    display: block;
}
.no-data-screen-wrap img {
    max-height: 150px !important;
}
.no-data-screen-wrap h3 {
    font-size: 28px;
}
.breadcrumb {
    DISPLAY: NONE;
}
.justficontent {
    justify-content: center;
}

    .link-copyright {
        padding-bottom: 10px;
    }

.table {
    width: 100%;
    color: #212529;
    display: block;
    overflow: scroll;
}
    .lecture-container{
        margin-left: 0;
    }
    .cookie_notice_popup{
        bottom: 0;
        width: 100%;
        right: 0;
    }
    .lecture-container{
    margin-right: 0px !important;
        margin-left: 0px !important;
}
.lecture_video_source{
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.collapse:not(.show) {
    display: none;
}
.d-hiden {
    display: block !important;
}

.lecture-content-article,.lecture-contents-locked,.lecture-content-discussion,.alert, .alert-success,.submission-result-wrap,.progress.circle
,.submit-assignment-btn-wrap ,.submitted-assignment {
       padding: 0px;
}
.lecture-attachments,#assignment-submission-form ,.assignment-header-info{
	        margin: 0px;
}
}
@media(max-width:574px) {
    /**
    * Mobile, iPhone
    */
        .lecture-contents-locked.text-center {
    height: 200px;

}
.F-12 {
    font-size: 12px;
}
    .soial {
        display: block;
    }
    .add_to_cart_form.top {
    display: none;
}
    .add_to_cart_footer {
    display: block;
}
    .card-header {
        font-size: 20px;
        padding: .75rem 0rem;
    }
        .modal-alert {
            max-width: 400px;
        }
        .justficontent {
            display: none;
        }
        .home-popular-courses-wrapper {
            display: none;
        }
        .de-mobile {
            display: none;
        }
        li > .btn-60 {
            display: none;
        }

        .mobile {
            display: block;
        }
        .jss9 {
            font-size: 33px;
            margin-bottom: 0px;
        }
        .jss8 {
            padding-top: 32px;
            padding-bottom: 32px;
        }
        .jss10 {
            font-size: 23px;
        }
        .jss7 {
            min-height: 150px;
        }
        .jss7 > div {
            min-height: 150px;
        }

        .floaty-bar {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
        .section-title {
            font-size: 33px;
        }
        .browse-banner {
            margin-top: 30px;
        }
        .home-fatured-courses-wrapper.pt-5
        {
            padding-top: 2rem!important;
        }
        .class-details-header-title {
            font-size: 23px;
        }

    .lecture-header-left{
        flex: 0 0 100px;
    }
    .back-to-curriculum{
        margin-left: 10px;
    }
    .lecture-header-right .nav-btn{
        font-size: 13px;
    }
    .home-cta-left-col{
        margin-bottom: 50px;
    }
    .main-nav-auth-profile-wrap{
        display: table;
    }
    .main-nav-auth-profile-wrap > li{
        display: table-cell;
    }
	.star-rating-reviews-bar-wrap,.course-section-item-details {
    display: none !important;
     }
	 .main-header .main-menu .m__login {
       width: 70px;
     }
     .logo img {
    display: none;
      }
    .card {
    padding: 15px 20px;
    }
    .menu-item.logout {
        display: block;
    }
    .floaty-bar .d-flex.align-items-center,.floaty-bar .main-header {
        height: 75px;
    }
    .d-flex.align-items-center,.main-header {
        height: 60px;
    }
    .dropdown-menu {
        margin: 4px 0px 0 0px;
    }
    .logo2  {
        display: block;
    }
    .logo2 img {
        max-height: 45px;
   }
   .toggle-sub-menu2.sidebar-menu-icon-wrap {
    display: none !important;
}
.rating-stats-avg {
    margin: 0 auto !important;
    width: 100%;
    margin-left: 10px;
    min-height: 130px;
    position: relative;
    min-width: 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    margin-right: 10px;
}
.profle-page-header {
    margin-left: 0px;
}
.profile-image2 {
    position: inherit;
    margin-bottom: 20px;
}
.profile-badge {
    margin-left: 0px;
}
}
@media (max-width: 576px){
    .page-link {
        padding: 0.3rem 0.7rem !important;
        font-size: 13px !important;
    }
}
@media(max-width:425px) {
    .mini-cart-body-wrap.d-block {
        right: -40px;
    }
      .logo2  {
        display: none;
    }
		.payment-form{
    width: 100%;
    display: flex;
}
.section-title {
    font-size: 24px;
}
	.enroll-course-btn-price , .enroll-course-btn-text
{
	display: grid;
}
.main-header .main-menu a {
    margin: 0;
}
.page-link {
    padding: 0.2rem 0.5rem !important;
    font-size: 12px !important;
}
}
@media (min-width: 576px){
    .modal-alert {
        max-width: 400px;
    }
}
.main-header.box-shadow-header.floaty {
    background: #06162d;
}
.afot,.afot:hover {
    color: #fff;
    font-size: 13px;
}
.afot.active {
    color: #57a4ff;
}
.hedfot {
    height: 33px;
    display: flex;
    margin: 0 auto;
}
.hedfot.active {
   display: none;
}
.hedfot.c {
    display: none;
 }
.hedfot.c.active {
    display: flex;
 }
.btn-transparent{
    color: #1c1d1f;
    background-color: #f1efef;
    border: 1px solid #f1efef;
}
.btn-transparent:hover{
    color: #1c1d1f;
    background-color: rgb(234 233 233);
}
.dashboard-curriculum-wrap {
    position: relative;
    min-width: 0;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
.pen-square {
    font-size: 18px;
}
.fa-bars {
    top: 5px;
}
.curriculum-top-nav.d-flex {
    justify-content: flex-end;
    margin-bottom: 20px;
}
.section-item-top {
    padding: 10px 20px;
}
#triggerId {
    padding: 4px 12px;
}
.fal.fa-globe {
    font-size: 18px;
    font-weight: 400;
    padding-top: 8px;
}

@media(max-width:1239px) {
    .listing-slider,
    .listing-slider .item {
        height: 30vh;
        min-height: 400px;
        max-height: 400px
    }
}

@media(max-width:991px) {
    .listing-item-container.list-layout:hover {
        transform: none
    }
    .listing-item-container.list-layout .listing-item-inner {
        position: relative;
        top: auto;
        transform: none;
        padding: 30px;
        left: 0
    }
    .lecture-sidebar {
        overflow-y: auto;
        height: 374px;
    }
    .listing-item-container.list-layout .listing-item {
        display: block;
        height: auto;
        padding: 0
    }
    .listing-item-container.list-layout .listing-item .listing-badge {
        display: none
    }
    .listing-item-container.list-layout .listing-item-image {
        min-height: auto
    }
    .listing-item-container.list-layout span.like-icon {
        top: -15px;
        transform: translateY(-100%);
        background-color: rgba(32, 32, 32, .4);
        color: #fff;
        right: 35px
    }

    .listing-item-container.list-layout .listing-item-details {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0;
        top: -15px;
        margin: 0 30px 15px;
        padding: 5px 20px;
        background-color: #eee;
        border-radius: 50px;
        font-size: 14px;
        width: auto;
        display: inline-block
    }
    .listing-slider .slick-next:hover,
    .listing-slider .slick-next {
        right: 100px
    }
    .listing-slider .slick-prev:hover,
    .listing-slider .slick-prev {
        left: 100px
    }
    .listing-slider,
    .listing-slider .item {
        height: 30vh;
        min-height: 400px;
        max-height: 400px
    }
    .listing-nav-container.cloned .listing-nav {
        display: none
    }
}

@media(max-width:767px) {
    .list-box-listing {
        display: block
    }
    .lecture-container-wrap {
        padding: 30px 0 50px;
    }
    .list-box-listing-content .inner {
        position: relative;
        top: 0;
        transform: translateY(0);
        display: inline-block
    }
    .listing-nav li a {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px;
        width: 100%;
        display: block;
        padding-left: 0;
        border-color: #e8e8e8
    }
    .listing-nav li {
        margin-right: 0;
        display: block
    }
    .listing-nav-container .listing-nav li:first-child a {
        padding-top: 0
    }
    .listing-nav-container.cloned .listing-nav li:first-child a.active,
    .listing-nav-container.cloned .listing-nav li:first-child a:hover,
    .listing-nav li:first-child a,
    .listing-nav li a.active,
    .listing-nav li a:hover {
        border-color: #e8e8e8
    }

    .testimonial::after {
        display: none
    }
    .testimonial-box {
        padding-left: 38px
    }

}
.card-dash {
    position: relative;
    min-width: 0;
    padding: 15px 20px;
    background-color: #f1efef;
    border-radius: 4px !important;
    overflow: hidden;
    text-align: center;
}
.section-edit-form-wrap {
    background: #e0e0e0;
}
.link-copyright .link {
    padding: 8px;
}
.coupon-check {
    font-size: 40px;
    color: #19af1d;
    padding: 0px;
    padding-top: 3px;
    display: flex;
}
.coupon-times {
    font-size: 40px;
    color: #f71f1f;
    padding: 0px;
    padding-top: 3px;
    display: flex;
}
.reviews-list-wrap {
    padding: 10px 30px;
    margin: 8px;
    background-color: #fff;
    border-radius: 4px !important;
    border: 1px solid #dbdbdb;
}
.flex {
    display: flex;
}
h3.font-weight-bold.mb-4 {
    font-size: 1.5rem;
}
ul.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #3f8dea;
    border-color: #3f8dea;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1.3rem;
    margin-top: 20px;
    line-height: unset;
    color: #007bff;
    background-color: #fff;
    border: none;
}
.page-link:focus {
    box-shadow: none;
}

