.header-main-wrapper {
    border: none;
}
p {
    font-size: 14px;
}
/***********Aligning********/

.header-sign-in-up {
    margin-left: auto;
}

/******* Palabee colors ******/

.slider-section {
    background-color: #f3eee1;
    /* background-color: #F0F4F9; */
    padding-top: 0;
    height: 840px;
    z-index: 0;
    border-bottom: 1px solid #ddd;
}

.page-banner {
    background-color: #f3eee1;
}
.banner-reduced {
    height: 300px;
}

.banner-dashboard {
    height: auto;
    padding-top: 130px;
    border-bottom: 1px solid #ddd;
}

.banner-front {
    height: auto;
    padding-top: 160px;
    border-bottom: 1px solid #ddd;
}
.header-sign-in-up ul li a {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 24px;
    height: auto;
}
.header-sign-in-up ul li a.sign-in {
    border: 1px solid #fcc933;
    height: auto;
    line-height: inherit;
    padding: 12px 18px;
    border-radius: 5px;
}
.header-sign-in-up ul li a.sign-up {
    background-color: #fcc933;
    border: 1px solid #fcc933;
    border-radius: 5px;
}
.header-sign-in-up ul li a.sign-up {
    height: auto;
    line-height: inherit;
    padding: 12px 18px;
}
.header-sign-in-up ul li a.sign-up:hover {
    background-color: #fcc933;
    color: #212832;
}

.slider-images {
    bottom: 160px;
    width: 47%;
}
.slider-content {
    max-width: 550px;
}
.slider-content .main-title {
    font-size: 55px;
    font-weight: 700;
}

.courses-search {
    margin-top: 20px;
}

.courses-search input {
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 14px;
}
.courses-search input:focus {
    border-color: #8d8d8d;
}
.courses-search button {
    position: absolute;
    width: 139px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 5px;
    background-color: #fcc933;
    border: 0;
    top: 7px;
    right: 7px;
    font-size: 16px;
    color: #333;
}
.position-inherit {
    position: inherit !important;
}
.login-container {
    margin-top: -200px;
}
.register-container {
    margin-top: -300px;
}
.floating-section {
    margin-top: -80px;
}
.floating-section .section-title .main-title {
    color: #fff;
}
.floating-section .call-to-action-wrapper {
    /* background-color: #3774E7; */
    background-color: #1d2733;
    border-radius: 5px;
    padding: 35px 100px 35px;
    position: relative;
    color: #fff;
}

.section-title .main-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.4;
}
/* .top-categories{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.top-categories ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-categories ul li {
    /* margin-right: 40px; */
    font-size: 1.1rem;
}
.quick-overview .single-work {
    max-width: inherit;
    border-radius: 5px;
    height: 90%;
    background-color: #fff;
    /* -webkit-box-shadow: 5px 5px 12px 7px rgba(186,219,255,0.8);
box-shadow: 5px 5px 12px 7px rgba(186,219,255,0.8); */

    border: 1px solid #eee;
    /* background: #f3eee1; */
    background: #fff;
}

.hero-section {
    display: flex;
    align-items: center;
}
.hero-section .main-title {
    font-size: 55px;
    font-weight: 700;
}
.hero-section p {
    font-size: 26px;
    margin-top: 55px;
    margin-bottom: 0;
}
.hero-section .hero {
    margin-right: 10px;
}

.section-title .sub-title,
.single-testimonial .testimonial-content .designation,
.about-content .sub-title {
    color: #fcc933;
}
.single-testimonial {
    border: 1px solid #ddd;
    background: #fff;
}
.single-testimonial .testimonial-author .author-thumb i {
    background-color: #fcc933;
}
.single-testimonial .testimonial-author .author-thumb img {
    border: 1px solid #ddd;
}
.single-testimonial::before {
    background: none;
    background-color: transparent;
}
.about-content .main-title {
    font-weight: 800;
}
.btn {
    border-radius: 5px;
}
.btn-primary {
    background-color: #fcc933;
    border-color: #fcc933;
    color: #1d2733;
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #ebc658;
}
.btn-primary:hover {
    background-color: #ebc658;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(124 118 41 / 50%);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #fcc933;
    border-color: #fcc933;

    box-shadow: 0 0 0 0 rgb(124 118 41 / 50%);
}
.back-to-top {
    background-color: #fcc933;
}
.footer-section {
    background-color: #f3eee1;
    border-top: 1px solid #ddd;
}
.footer-copyright {
    background-color: #1d2733;
}
.header-sign-in-up ul li a:hover {
    color: #1d2733;
}

/****login*****/

.login-banner {
    background-color: #1d2733;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15.5px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.register-login-wrapper {
    padding: 0px;
    padding-top: 0px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;

    margin: auto;
}
.login-container .register-login-wrapper {
    max-width: 600px;
}
.register-container .register-login-wrapper {
    max-width: 900px;
}
.register-login-form {
    max-width: inherit;
    padding: 35px;
    padding-top: 0px;
    margin-top: 0;
}
.title-block {
    text-align: center;

    color: #fff;
}
.title-block h2 {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
}
.register-login-form .form-wrapper {
    padding-top: 15px;
}
.single-form input:not([type="checkbox"]):not([type="radio"]),
.single-form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
}
.single-form label {
    font-size: 14px;
}
a {
    color: #fcc933;
}
a:hover {
    color: #ebc658;
}
.dropdown .author {
    padding: 0 !important;
    line-height: 0 !important;
}
.section-dashboard {
    background-color: #f5f6fa;
}
.dashboard-hero-widget {
    display: flex;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
    flex-direction: column;
    background-color: #fff;
}
.sales-hero-widget {
    padding: 0px !important;
    border: none;
    border-top: 1px solid #ddd;
    border-radius: 0;
    padding-top: 20px !important;
}
.dashboard-hero-widget .hero-title,
.dashboard-hero-widget .hero-footer {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-between;
}
.dashboard-hero-widget .hero-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}
.hero-footer-widget {
    display: flex;
    align-items: center;
}
.hero-footer-widget .hero-footer-widget-icon {
    width: 50px;
    border-radius: 10px;
    background: #1d2733;
    line-height: 60px;
    text-align: center;
    height: 50px;
}
.hero-footer .hero-footer-widget-icon i {
    color: #fff;
    font-size: 170%;
}
.hero-footer-widget-content {
    padding-left: 20px;
}
.hero-footer-widget-content .title,
.hero-title-widget-content .title {
    font-weight: 800;
}
.hero-title-widget-content .title {
    font-size: 30px;
}
.dashboard-linear-widget {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    background-color: #fff;
}
.dashboard-linear-widget .linear-widget-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    position: relative;
    /* max-width: 210px; */
}

.dashboard-linear-widget .linear-widget-content .name {
    font-weight: 800;
    color: #1d2733;
}

.dashboard-linear-widget .linear-widget-content .name a {
    color: #1d2733;
}

.dashboard-linear-widget .side {
    color: #8e9298;
    font-size: 13px;
    font-weight: 400;
}

.dashboard-linear-widget .side .fa {
    font-size: 200%;
}

.dashboard-linear-widget .widget-icon img {
    width: 70px;
    border-radius: 50px;
}
.dashboard-linear-widget .widget-icon {
    width: 70px;
    border-radius: 10px;
    background: #1d2733;
    line-height: 80px;
    text-align: center;
    height: 70px;
}
.dashboard-linear-widget .widget-icon i {
    color: #fff;
    font-size: 200%;
}
.courses-tabs-menu {
    background: #f3eee1;
}
.courses-tabs-menu .nav li button {
    border: 1px solid #ddd;
}

.courses-tabs-menu .nav li button.active,
.courses-tabs-menu .nav li button:hover {
    border: 1px solid #ccc;
    color: #fcc933;
}

.single-courses {
    border: 1px solid #ddd;
}
.single-courses:hover {
    border: 1px solid rgb(114, 114, 114);
}

.single-courses .courses-content .courses-author .tag a {
    /* color: #1d2733;*/
    background: #f3eee1;
    color: #fcc933;
}

.single-courses .courses-content .courses-price-review {
    background: #f3eee1;
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-price
    .sale-parice {
    color: #1d2733;
}
.single-courses
    .courses-content
    .courses-price-review
    .courses-price
    .old-parice {
    color: #fcc933;
}

.single-courses .courses-content .courses-author .tag a:hover {
    background: #fcc933;
}
.single-courses .courses-content .courses-meta span i {
    color: #fcc933;
}
.single-courses .courses-content .title a:hover {
    color: #000;
}
.single-courses .courses-content .title a {
    line-height: 1.8;
}

.testimonial-active
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fcc933;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
    background: #f3eee1;
}
.header-logo img {
    width: 160px;
}

.footer-widget .widget-address p,
.footer-widget .widget-info li p i {
    color: #1d2733;
}
.copyright-text p a,
.copyright-text p span {
    color: #fcc933;
}
.overview-box .single-box {
    border-radius: 5px;
    padding: 15px 30px;
    width: 200px;
    margin: 20px 20px 0;
    border: 1px solid #ddd;
}
.months-select .nice-select::after {
    border-color: #ddd;
}
.months-select .nice-select {
    background-color: #f3eee1;
}
.graph {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
.admin-top-bar {
    padding: 20px 20px 30px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
.icon-blue {
    background: darkblue !important;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):focus,
.single-form textarea:focus {
    border-color: #fcc933;
}

.login-header-action .dropdown .dropdown-menu li > a {
    display: block;
    color: #1d2733;
}

.login-header-action .dropdown .dropdown-menu li > a:hover {
    color: #fcc933;
}

.header-menu ul li:hover > a {
    color: #fcc933;
}
hr {
    background-color: #ccc;
}
.invalid-feedback {
    font-size: 0.875em;
    color: #f7081f;
    margin-top: 8px;
}

.card-footer {
    padding: 12px;
}
.card-body {
    padding: 20px;
    padding-top: 30px;
}
.card-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.card-body .form-wrapper {
    margin-bottom: 20px;
}
/* .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
} */
input:disabled,
input[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

input::placeholder {
    color: #979899;
    opacity: 1;
}
.btn {
    padding: 14px 20px;
    font-size: 14px;
    height: auto;
    line-height: 24px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 8px 20px;

    border-radius: 0.2rem;
    line-height: 24px;
}
.pull-right {
    float: right;
}
.single-form textarea {
    height: auto;
}
.icon-red {
    background: rgb(192, 23, 23) !important;
}
.icon-orange {
    background: orange !important;
}
.icon-purple {
    background: rebeccapurple !important;
}
.icon-dark {
    background: #1d2733 !important;
}
.icon-green {
    background: green !important;
}

.dropzone {
    min-height: 150px;
    border: 1px solid #ddd;
    background: white;
    padding: 20px 20px;
    margin: auto;
    max-width: 85%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-form input:not([type="checkbox"]):not([type="radio"]),
.single-form textarea {
    height: auto;
    padding: 10px 15px;
}

.single-form label {
    margin-bottom: 8px;
}
.nice-select {
    float: none;
    border: 1px solid #ddd;
}

.form-text {
    margin-top: 10px;
    font-size: 0.875em;
    color: #6c757d;
    font-size: 10px;
    width: 95%;
    margin-left: 5px;
}

.nice-select .list {
    width: 90%;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    font-size: 13px;
}
small,
.small {
    font-size: 12px;
}
.search-stretch {
    max-width: inherit;
}
.no-pad {
    padding: 0 !important;
}
.courses-category-wrapper .courses-search.search-stretch {
    margin-top: 0;
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 50px;
}
.page-banner-content {
    max-width: 80%;
}

.page-banner-content .breadcrumb li {
    font-size: 13px;
    font-weight: 500;
}
.page-banner-content .breadcrumb li a {
    color: #1d2733;
}
.page-banner-content .breadcrumb li.active {
    color: #fcc933;
}
.page-banner-content .breadcrumb li + li::before {
    content: "/";
    font-size: 12px;
    margin: 0 12px;
}
.sidebar-widget,
.courses-details {
    margin-top: 30px;
}

.widget-information {
    padding: 30px 30px 40px;

    border-radius: 5px;

    border: 1px solid #eee;
    background: #f3eee1;
}

.widget-information .info-price .price,
.courses-details-tab .details-tab-content .tab-rating-box .count {
    color: #1d2733;
}
.widget-information .info-list ul li i {
    color: #1d2733;
}
.courses-details-tab .details-tab-menu {
    background-color: #f3eee1;
    border-radius: 5px;
}
.courses-details-tab .details-tab-menu .nav li button:hover,
.courses-details-tab .details-tab-menu .nav li button.active {
    background-color: #fcc933;
    border-color: #fcc933;
    color: #1d2733;
}
.courses-details-tab .details-tab-menu .nav li button:hover,
.courses-details-tab .details-tab-menu .nav li button.active,
.sidebar-widget .social li a:hover {
    background-color: #fcc933;
    border-color: #fcc933;
    color: #fff;
}
.courses-details .courses-details-admin .admin-author .author-content .Enroll,
.single-team .team-content .designation,
.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .designation {
    color: #fcc933;
}
.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-progress-bar
    .rating-line,
.reviews-active
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1d2733;
}
.reviews-active .swiper-pagination .swiper-pagination-bullet {
    background-color: #f3eee1;
}
.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-thumb
    i {
    background-color: #fcc933;
}
.widget-information .info-list ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.widget-information .info-list ul li span {
    color: #52565b;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 25px;
    margin-top: 10px;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review {
    border: 1px solid #ddd;
}
.courses-details .title {
    line-height: 1.8;
}
.courses-details
    .courses-details-admin
    .admin-author
    .author-content
    .name::after {
    content: "/";
    font-size: 18px;
    font-weight: 500;
    color: #ddd;
}
.single-team:hover .team-thumb img {
    border-color: #fcc933;
}
.widget-tutor {
    padding: 30px 30px 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.widget-tutor .single-team {
    text-align: center;
    margin-top: 20px;
}
.header-menu ul li.active > a::before {
    opacity: 1;
    display: none;
    visibility: hidden;
}
.header-menu ul li.active > a {
    color: #fcc933;
}
.wizard-heading {
    margin-bottom: 30px;
}

ul.nav-wizard li.active {
    color: #1d2733;
    background: #fcc933;
}

ul.nav-wizard .active ~ li {
    color: #999999;
    /* background: #f3eee1; */
}
ul.nav-wizard li.active::after {
    border-left: 16px solid #fcc933;
}
ul.nav-wizard .active ~ li::after {
    /* border-left: 16px solid #f3eee1; */
}

ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
    color: #1d2733;
    background: inherit;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    background: inherit;
}
ul.nav-wizard li {
    font-size: 14px;
}
ul.nav-wizard {
    border-radius: 3px;
}
ul.nav-wizard::after,
ul.nav-wizard::before {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
ul.nav-wizard {
    background-color: #fff;
    border: 1px solid #ddd;
}
ul.nav-wizard li a {
    color: #1d2733;
}
ul.nav-wizard li::after {
    border-left: 16px solid #fff;
}

.wizard-heading .nav-pills .nav-link:last-of-type {
    margin-left: auto;
}
.courses-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    padding: 0;
}
.courses-item .content-title {
    /* max-width: 800px;
    flex: none;
    overflow: hidden;
    white-space: nowrap; */

    max-width: 70%;
}
.courses-item .content-wrapper {
    flex: none;
    margin-left: auto;
    margin-right: 0px;
    -webkit-box-flex: 0;
}
.courses-item .item-thumb a img {
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: 160px;
    border-right: 1px solid #ddd;
}
.courses-item .content-title .title a {
    color: #1d2733;
    font-weight: 800;
    font-size: 14px;
}
.courses-item .content-title .title a:hover {
    color: #fcc933;
}
.courses-item .content-title .content-meta {
    display: flex;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    flex: 1;
}
.courses-item .content-meta > * {
    margin: 5px 12px 0;
}
.courses-item .content-meta .content-box {
    width: 180px;
    padding: 5px 15px;
    border-radius: 3px;
}
.courses-item .content-meta .content-box:nth-of-type(1) {
    background-color: #e5ecff;
    margin: 5px 12px 0 0;
}
.courses-item .content-meta .content-box:nth-of-type(2) {
    background-color: #def2e6;
}
.courses-item .content-meta .content-box:nth-of-type(3) {
    background-color: #ffe8df;
}
.courses-item .content-meta .content-box p {
    font-size: 15px;
    font-weight: 400;
    color: #212832;
    margin-bottom: 0;
}
.courses-item .content-meta .content-box:nth-of-type(1) .count {
    color: #0f42cd;
}
.courses-item .content-meta .content-box .count {
    font-size: 14px;
    font-weight: 800;
    margin-top: 3px;
    display: block;
}
.courses-item .content-meta .content-box:nth-of-type(2) .count {
    color: #309255;
}
.courses-item .content-meta .content-box:nth-of-type(3) .count {
    color: #ff6e30;
}
.courses-item .content-meta .content-box .count .rating-star {
    position: relative;
}
.courses-item .content-meta .content-box .count .rating-star::before {
    content: "\f000 \f000 \f000 \f000 \f000";
    font-family: IcoFont;
    color: #bfbfbf;
    font-size: 13px;
    letter-spacing: 1px;
}
.courses-item .content-meta .content-box .count .rating-star .rating-bar {
    position: absolute;
    top: -2px;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.courses-item
    .content-meta
    .content-box
    .count
    .rating-star
    .rating-bar::before {
    content: "\f000 \f000 \f000 \f000 \f000";
    font-family: IcoFont;
    color: #ff9600;
    font-size: 13px;
    letter-spacing: 1px;
}

.courses-item .content-wrapper .courses-select .nice-select {
    border-radius: 3px;
}
.courses-item .content-title .title {
    margin-bottom: 0;
    margin-bottom: 0.5rem;
}
.courses-item .item-thumb {
    min-height: 160px;
    min-width: 160px;
}
.admin-courses-tab .title {
    font-weight: 800;
}

.btn-secondary {
    background: #f3eee1;
    border-color: #f3eee1;
    color: #ff9600;
}
.btn-secondary:hover {
    color: #000;
    background: #f3eee1;
    border-color: #f3eee1;
}
.dropdown-menu {
    font-size: 12px;
    color: #1d2733;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ff9600;
    background-color: transparent;

    border-radius: 0;
    font-size: 14px;
}
.nav-pills .nav-link {
    font-size: 14px;
}
.nav-pills .nav-link {
    color: blue;
}
.pdrl {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
textarea {
    line-height: 26px;
}
.single-form input:not([type="checkbox"]):not([type="radio"])::placeholder,
.single-form textarea::placeholder {
    opacity: 1;
    color: #ccc;
}
.btn-default {
    background: #eee;
    border-color: #ccc;
    color: #777;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em 0.05em;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}
.courses-item .content-title .title a {
    margin-top: 5px;
}
.document_component {
    padding: 15px;
}
.document_component img {
    max-height: 500px;
}

.social-sharing .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-sharing .social li {
    padding-top: 10px;
    margin-right: 20px;
}
.social-sharing .social li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: 1px solid rgba(48, 146, 85, 0.25);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart .card {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
}
.cart .card .card-body a {
    font-size: 13px;
}

.cart .card .card-body img {
    max-width: 100px;
}
.cart .card .card-body h5 {
    color: #1d2733;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.cart-quantity,
.cart-price {
    font-size: 13px !important;
}
.bg-default {
    background-color: #f3eee1 !important;
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.course-meta span {
    margin-right: 12px;
    font-size: 13px;
}

.course-meta span i {
    font-size: 16px; /* Alex Wanjohi*/
    color: #999;
}
.courses-wrapper-front .content-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.courses-wrapper-front .courses-select {
    display: flex;
}
.courses-wrapper-front .courses-select div {
    margin-right: 10px;
}

.courses-wrapper-front .courses-select div a {
    color: #1d2733;
}
.courses-wrapper-front .courses-item .content-title {
    max-width: 80%;
}

.courses-wrapper-front .content-title .badge {
    padding: 0.5em 0.65em 0.5em;
    font-size: 12px;
}

.courses-wrapper-front .courses-item .item-thumb {
    min-height: 160px;
    min-width: 160px;
}

.ratings {
    margin-right: 10px;
}

.ratings i {
    color: #cecece;
}

.rating-color {
    color: #fbc634 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.small-ratings i {
    color: #cecece;
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px;
}
.courses-wrapper-front {
    padding-top: 0px !important;
}

.courses-search input {
    border-radius: 3px;
    height: auto;
    padding: 11px 15px;
}
.courses-search button {
    height: auto;
    line-height: 24px;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 15px;
    width: auto;
}

.courses-details .courses-details-images {
    min-height: 980px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    min-height: 980px;

    border-radius: 1px;
    background-color: #ddd;
    border: 1px solid #ccc;
    flex-direction: column;
    height: 980px;
    overflow: scroll;
}
.courses-details .courses-details-images img {
    /* max-height: 900px; */

    max-width: 90%;
    border-radius: 0;
    margin-top: 25px;
}
.courses-details .courses-details-images img:last-child {
    margin-bottom: 25px;
}
.courses-wrapper-home .courses-item .item-thumb a img {
    max-width: 125px !important;
}
.courses-wrapper-home .courses-item .item-thumb {
    min-height: 125px !important;
    min-width: 125px !important;
}
.courses-wrapper-home .courses-item .content-title {
    padding-left: 10px;
}

.courses-wrapper-home .courses-item .content-title .title a {
    color: #1d2733;
    font-weight: 500;
    font-size: 14px;
}
.courses-wrapper-home .courses-item {
    min-height: 178px;
}
.select-control.is-invalid {
    border-color: #dc3545;
}
.invalid-feedback {
    font-size: 12px;
    color: #f7081f;
    margin-top: 8px;
}

.footer-widget {
    margin-top: 0px;
}

.footer-widget .widget-link {
    padding-top: 6px;
}

.footer-widget-title {
    color: #212832;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0px;
}
.footer-widget .widget-subscribe .widget-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    color: #212832;
    font-size: 13px;
    font-weight: 500;
    outline: none;
}

.footer-widget .widget-subscribe {
    padding-top: 6px;
}
.footer-widget-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.courses-select.courses-sorting {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.courses-select.courses-sorting div.sorting-label {
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    padding: 11.5px 15px;
    background-color: #fff;
}
.courses-select.courses-sorting .nice-select {
    float: none;
    display: inline-block;
    height: auto;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 14px;
    color: #212832;
    padding: 10px 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.courses-select.courses-sorting .nice-select::after {
    margin-top: -7px;
}
.nice-select .list {
    border-radius: 2px;
    width: 100%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #212832;
    border-color: #212832;
}

.page-link,
.page-link:hover {
    color: #1d2733;
}

.login-header-action .author img {
    width: 32px;
    border-radius: 0;
}
.login-header-action .dropdown .dropdown-menu li > a {
    display: block;
    color: #777;
}
.login-header-action .dropdown .dropdown-menu {
    border-radius: 0.5rem;
}
.header-menu ul li a {
    font-size: 14px;
}
.login-header-action p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
}

.header-menu ul li {
    position: relative;
    padding: 15px;
}
.form-profile .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.form-profile .profile-image img {
    max-width: 160px;
}
.item-title {
    font-weight: 800;
}
.form-profile .profile-details td span.row-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.list-group-item {
    font-size: 14px;
    color: #52565b;
}
.list-group-flush.with-icons a {
    font-size: 14px;
    color: #52565b;
}
.list-group-flush.with-icons i {
    font-size: 200%;
    margin-right: 15px;
}
.list-group-flush.with-icons > .list-group-item {
    padding-top: 12px;
    padding-bottom: 12px;
}
.nice-select .list {
    max-height: 200px;
    overflow: hidden;
}
.nice-select.open .list {
    max-height: 200px;
    overflow: scroll;
}
.alert {
    font-size: 13px;
}
small.input_error {
    margin-top: 6px;
}

.single-form .form-control.is-invalid {
    border-color: #dc3545 !important;
}
.widget-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: -7px;
}
.single-team .team-content .name {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 0;
}
.single-team .team-content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}

.courses-details .courses-details-admin .admin-author .author-content .Enroll,
.single-team .team-content .designation,
.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .designation {
    color: #777;
}
.sidebar-widget .social li a {
    border: 1px solid #ddd;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 22px;
    font-weight: 800;
    color: #1d2733;
}
.btn-outline-primary {
    border: 2px solid #fbc634;
    line-height: 24px;
    color: #1d2733;
}
.btn-outline-primary:hover {
    background: #fbc634;
    color: #fff;
}

.single-user .user-content {
    max-width: inherit;
    display: flex;
    flex-direction: column;
}

.single-user .user-content .name {
    color: #1d2733;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-user .user-author img {
    width: 70px;
    border-radius: 0px;
}
.single-user.active .user-content .name a {
    color: #1d2733;
}
.single-user .user-content .name a {
    color: #1d2733;
}

.answer-message-wrapper {
    height: 1000px;
    overflow: scroll;
    padding-right: 30px;
}
.footer-widget .widget-link li a,
.footer-widget .widget-address p,
.footer-widget .widget-subscribe p,
.footer-widget .widget-info li p a {
    font-size: 13px;
}

.copyright-text p {
    font-size: 12px;
}

.courses-item .content-wrapper.wallet-wrapper {
    flex: auto;
    margin-left: -18px;
    margin-right: -18px;
    -webkit-box-flex: inherit;
    justify-content: center;
}
.courses-item.wallet-item {
    border: none;
}

.courses-item .content-wrapper.wallet-wrapper .content-box {
    width: 33%;
    padding: 15px 25px;
    border-radius: 3px;
}
.single-team .team-thumb img {
    border-radius: 0;
    max-width: 150px;
}
.courses-details .courses-details-admin .admin-author .author-thumb img {
    width: 50px;
    border-radius: 0;
}
.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-thumb
    img {
    border-radius: 0;
}

.courses-details-tab .details-tab-content .tab-reviews .single-review::before {
    background-image: none;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review {
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 3px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.login-header-action .dropdown .dropdown-menu {
    width: 25rem;
    max-height: 25rem;
    overflow-y: scroll;
}
.courses-details {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
}

.widget-information {
    padding: 30px 30px 40px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
}

.sidebar-widget {
    background: #fff;
}
.courses-details .courses-details-images {
    background-color: #f0f4f9;
    border: 1px solid #eee;
}

.courses-details .title {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.courses-details .sub-title {
    font-size: 16px;
    text-align: center;
    color: #fcc933;
}
.courses-details .desc {
    text-align: center;
    margin-bottom: 25px;
}
.widget-list li {
    list-style: disc;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 20px;
}
body {
    background-color: #f5f6fa;
}

.call-to-action-section {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.call-to-action-section .action-item i {
    background: #f3eee1;
    color: #8e9382;
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 40px;
}
.join-other-sellers {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.document-sold {
    background: #f5f6fa;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-left: 10px;
}
.document-sold h3 {
    font-size: 14px;
    line-height: 26px;
}
.document-sold p {
    font-size: 13px;
}
.document-sold .seller-name {
    margin-bottom: 5px;
    margin-top: 16px;
}
.slick-slide {
    padding-right: 25px;
}
.single-testimonial {
    text-align: left;
    padding: 25px 45px 40px;
}
.ms-sel-ctn .ms-sel-item {
    color: #777;
    font-size: 13px;
    line-height: 21px;
    padding: 20px;
}

.ms-ctn input {
    margin-left: -35px;
    width: 107% !important;
    border-right: none !important;
}

.ms-ctn .ms-trigger {
    border: 1px solid #ddd;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion-title-widget {
    display: flex;

    align-items: center;

    width: 100%;
}
.accordion-title-widget .widget-icon {
    width: 70px;
    border-radius: 10px;
    background: #1d2733;
    line-height: 80px;
    text-align: center;
    height: 70px;
}

.accordion-title-widget .linear-widget-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    position: relative;
}
.accordion-title-widget .side {
    color: #8e9298;
    font-size: 13px;
    font-weight: 400;
}
.accordion-title-widget .widget-icon i {
    color: #fff;
    font-size: 200%;
}
.accordion-title-widget .linear-widget-content .name {
    font-weight: 800;
    color: #1d2733;
}

.accordion-title-widget .linear-widget-content p {
    color: #52565b;
}

.accordion-button:not(.collapsed) {
    color: #52565b;
    background-color: #fff;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-top: 20px;
}
.accordion-item {
    margin-bottom: 20px;
}

.fa.checked {
    color: orange;
    font-size: 16px;
}
.fa.unchecked {
    color: #eee;
    font-size: 16px;
}
.bold {
    font-weight: 600;
}
.courses-item-dashboard {
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 20px;
}
.courses-item-dashboard:first-child {
    border-top: none;
}
.courses-item-dashboard .content-title {
    max-width: 100%;
    padding-left: 0px;
}
.login-header-action .dropdown .dropdown-menu li > a {
    font-weight: 500;
}
.courses-wrapper-front .courses-select div a i {
    font-size: 150%;
}
.single-form select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    background: #fff;
    width: 100% !important;
    font-family: "Gordita";
}
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px;
    height: auto;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
}

/*!
 * Author: Alex Wanjohi
 */
.fa .fa-eye,
.fa .fa-download {
    font-size: 16px !important;
}

.content-title .badge {
    padding: 0.5em 0.65em 0.5em;
    font-size: 12px;
}

.dz-preview {
    width: 100% !important;
}
