/*first-sec css*/
.btn-lg {
    padding: 15px;
}

.logo-text {
    color: #fff;
    font-size: 30px;
}

.logo-text:hover,
.logo-text:active,
.logo-text:focus {
    color: #fff;
}

.header-menu {
    padding: 10px 0px;
}

.header-line {
    background-color: #101622;
}

.header-line p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.header-line select {
    margin: 5px 0px;
}

.home-banner {
    background-image: url("../images/home-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    background: #425577;
    border: #101622;
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
}

.form-control:focus {
    background: #425577;
    color: #fff;
}

.search-input {
    position: relative;
    height: 30px;
    margin-bottom: 0px;
}

.search-input:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f002";
    text-align: right;
    font-size: 16px;
    color: #d9b98d;
    top: 4px;
    left: 138px;
}

.input-with-icon .form-control {
    padding: 8px 10px 6px 35px;
}

.cat-btn {
    padding: 3px 0px 0px 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #d9b98d;
    border: none;
    height: 30px;
    top: 0px;
}

.cat-btn select {
    background: none;
    border: none;
    color: #101622;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 20px;
}

.cat-btn:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    text-align: right;
    font-size: 16px;
    color: #101622;
    top: 3px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: bold;
}

.login-signup .btn {
    background-color: #d9b98d;
    color: #101622;
    padding: 0px 10px;
    font-weight: 500;
}

.login-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #101622 !important;
}

.signup-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search-input-wrapper {
    padding-left: 30px;
    width: 60%;
}

.login-signup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%;
}

.slider-info {
    position: absolute;
    top: 44%;
    right: 30%;
}

.slider-info h1 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.header-line-select select {
    background: #d9b98d;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 8px 0px 20px;
    font-size: 14px;
}

.xs-dis-show {
    display: none;
}

.cmn-space {
    padding: 30px 0px;
}

/*second section css */
.second-sec {
    background: #425577;
}

.second-sec-wrapper {
    background: #425577;
    margin-top: -45px;
    padding: 15px 0px 10px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px #101622;
    box-shadow: 0px 0px 25px #101622;
    margin-bottom: 20px;
}


.light-black-bg {
    background: #101622;
    padding: 10px;
    min-height: 400px;
    margin-left: -15px;
    border-radius: 5px;
}

.video-info-wrapper {
    padding-left: 0px;
}

.video-info {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}

.video-info a {
    color: #fff;
}

.video-info.selected {
    background: #d9b98d;
    color: #101622;
    border-radius: 5px;
}

.video-info.selected a {
    color: #101622;
}

.video-info .icon-width {
    width: 30px;
    display: inline-block;
}

.play-i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 18px;
}

.video-info:hover {
    background: #d9b98d;
    color: #101622;
    border-radius: 5px;
}

.video-info:hover a {
    color: #101622;
}

.video-info:hover .icon-width i {
    color: #101622 !important;
}

.header-line .cat-btn {
    background-color: #101622;
    padding: 0px !important;
}

.header-line .cat-btn select {
    padding: 0px 25px 0px 20px;
    background: #101622;
    text-align: right;
    cursor: pointer;
}

.header-line .cat-btn:after {
    top: 4px;
    color: #fff;
}

.lock-btn {
    position: relative;
}

.lock-btn-badge {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 22px;
    bottom: -7px;
    background: #101622;
    border-radius: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 3px;
}

.search-input .drop-down {
    position: absolute;
    left: 0px;
    top: 0px;
}

#search {
    padding-left: 162px;
    background-color: white;
    color: black;
}

.drop-down .selected .categoriShow {
    background: #d9b98d no-repeat scroll right center;
    display: block;
    position: relative;
    text-decoration: none;
    color: #101622;
    padding-left: 10px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 32px;
}

.drop-down .selected > .categoriShow:hover {
    background: #2d374d;
    color: #ffffff;
}

.drop-down .selected:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    text-align: right;
    font-size: 16px;
    color: #101622;
    top: 3px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: bold;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 3px 5px;
    font-weight: 500;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 32px;
    width: auto;
    border: 1px solid #d7d7d7;
    z-index: 9;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    color: #101622;
}

.drop-down .options ul li a:hover {
    background: #d9b98d;
    color: #101622;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.video-player {
    max-height: 400px;
    background: #101622;
    min-height: 400px;
}

/*/////////////////////////////////////////////////
         BLOCK COMMONS START
 /////////////////////////////////////////////////*/
.img-border {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.img-box {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block-price {
    font-size: 12px;
    margin-left: -12px;
}

.block-date {
    font-size: 14px;
    text-align: left;
}

.block-wrapper {
    -webkit-filter: drop-shadow(0px 9px 19px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0px 9px 19px rgba(0, 0, 0, 0.14));
    background-color: #101622;
    border-radius: 5px;
    margin: 10px 0px 15px 0px;
}

.block-title {
    font-size: 16px;
    text-align: left;
}

a.block-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

a.block-title:hover {
    color: #ccc;
}

.block-content {
    padding: 5px 10px;
}

.block-description {
    font-size: 12px;
}

.block-bottom {
    color: inherit;
}

.block-bottom hr {
    border-top: 2px solid #878787;
    margin-bottom: 5px;
}

/*/////////////////////////////////////////////////
         UPCOMING EVENT SECTION START
 /////////////////////////////////////////////////*/
.upcoming-eve-sec {
    background-color: inherit;
}

/*/////////////////////////////////////////////////
         INSTRUCTOR BLOCK START
 /////////////////////////////////////////////////*/
.slider-data {
    padding: 5px 10px;
}

.slider-title {
    color: #fff;
    font-size: 16px;
}

a.slider-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

a.slider-title:hover {
    color: #ccc;
}

.slider-description {
    font-size: 12px;
}

.slider-price-date {
    font-size: 14px;
}

.filteritem {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.showanimated {
    -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.bottom-part {
    color: #fff;
}

.bottom-part hr {
    border-top: 2px solid #878787;
    margin-bottom: 5px;
}

.carousel-control-icon {
    height: 25px;
    top: 45%;
}

#myCarousel .carousel-control-prev {
    left: -285px;
    width: 30px;
}

#myCarousel .carousel-control-next {
    right: 0px;
    left: -240px;
    width: 30px;
}

.carousel-control-next-icon {
    background-image: url("../images/right-arrow.png") !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png") !important;
}

.icon p {
    margin-bottom: 0px;
}

/*classes section css */
.sec-4 {
    background-color: #101622;
    margin-top: 20px;
}

.sec-4 h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
}

.sec-4 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.class-wrapper {
    text-align: center;
    border-right: 1px solid #101622;
}

.class-wrapper-last {
    border-right: 1px solid transparent;
}

/*top-courses-sec section css START */
.top-courses-tabpanel .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-courses-tabpanel .nav li a {
    color: inherit;
}

.top-courses-tabpanel .card {
    background-color: transparent;
}

.top-courses-tabpanel .card-body {
    padding: 1.25rem 0px 0px 0px;
}

.top-courses-tabpanel {
    margin: 10px 0px 15px 0px;
}

.top-courses-tabpanel .slider-data {
    padding: 15px 25px;
}

.top-courses-tabpanel .nav-tabs {
    border-bottom: none;
}

.top-courses-tabpanel .nav-tabs .nav-link:focus,
.top-courses-tabpanel .nav-tabs .nav-link:hover {
    border-color: #d9b98d;
    background-color: #d9b98d;
    border-radius: 3px;
    color: #101622;
}

.top-courses-tabpanel .nav-tabs .nav-item .show .nav-link,
.top-courses-tabpanel .nav-tabs .nav-link.active {
    border-color: #d9b98d;
    background-color: #d9b98d;
    border-radius: 3px;
    color: #101622;
}

.top-courses-tabpanel .checked {
    color: #d9b98d;
    text-shadow: none;
}

/*top-courses-sec section css END */
.inr-data {
    text-align: right;
}

.date-info {
    text-align: right;
}

.inr-p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}

.icon-wrapper-bottom {
    float: left;
    max-width: 33.33%;
}

.fl-none {
    float: none;
}

.card {
    border: none;
}

.card .card-header {
    display: none;
}

.card .collapse {
    display: block;
}

.admin-link:hover,
.admin-link:focus,
.admin-link:active {
    color: #ccc !important;
}

/*Training-Card-sec css*/
.Training-Card-main {
    border-radius: 5px;
    background-image: url("../images/traning-sec-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 318px;
    padding: 30px;
}

.Training-Card-main .title {
    color: #101622;
}

.Training-Card-main .slider-title {
    font-weight: 500;
    color: #101622;
}

.Training-Card-main .btn {
    border: 1px solid #101622;
}

.traning-sec-data {
    max-width: 342px;
    margin-left: auto;
}

/*user-review-sec css*/
.user-review-sec {
    background-color: #101622;
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.user-review-count {
    padding: 0px 20px;
}

.profile img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.profile-message {
    background-color: #425577;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.profile-message > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .profile-message > p {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
    }
}

.profile-message:after {
    content: "";
    position: absolute;
    bottom: 71px;
    left: 33px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #425577 transparent;
    display: block;
    width: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-review-sec .owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    width: auto;
    margin-top: 20px;
}

.user-review-sec .owl-carousel button.owl-dot {
    color: inherit !important;
    border: 2px solid #fff !important;
    padding: 5px !important;
    margin: 0px 5px !important;
    border-radius: 50px !important;
    width: 10px;
    height: 10px;
}

.upcoming-eve-sec .owl-dot,
.popular_instructors_wrap .owl-dot {
    display: none;
}

.upcoming-eve-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -35%;
}

.popular_instructors_wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-prev:before {
    content: "\f060";
    margin-right: 30px;
    color: #fff;
    font-family: 'fontAwesome';
    font-size: 25px;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-next:before {
    content: "\f061";
    margin-right: 10px;
    color: #fff;
    font-family: 'fontAwesome';
    font-size: 25px;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-prev:hover:before {
    color: #d9b98d;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-next:hover:before {
    color: #d9b98d;
}

.owl-dot.active {
    background: #fff !important;
}

.owl-prev span,
.owl-next span {
    display: none;
}

/*top-instructors-sec css*/
.instructors-wrapper {
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.instructors-img-box {
    border-radius: 5px;
    width: 200px;
    height: 200px;
    max-width: 200px;
    margin: 0 auto;
}

.instructors-img-box img {
    border-radius: 205px;
    width: 100%;
    height: 100%;
    background: white;
    border: 2px solid #d9b98d;
}

a.instructors-name {
    font-size: 25px;
    font-weight: 500;
    color: #d9b98d;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.instructors-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .instructors-desc {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}

.hover_wrap_desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .hover_wrap_desc {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}

a.instructors-name:hover,
a.instructors-name:focus,
a.instructors-name:active {
    color: #fff;
}

.instructors-icon i {
    font-size: 25px;
}

.instructors-data-p {
    position: relative;
    margin-bottom: 0px;
}

.instructors-data-p:after {
    position: absolute;
    top: 4px;
    right: -8px;
    height: 18px;
    width: 2px;
    background: #fff;
    content: '';
}

/*trainer add sec */
.trainer-bg {
    height: 300px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.trainer-bg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.trainer-bg::after {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 221, 0, 0)), to(#d9b98d));
    background-image: linear-gradient(to left, rgba(255, 221, 0, 0) 0, #d9b98d 100%);
    margin-top: -300px;
    height: 300px;
    width: 100%;
    content: '';
    border-radius: 5px;
}

.trainer-data {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    width: 50%;
    z-index: 9;
}

.trainer-data .title {
    color: #101622;
    font-size: 36px;
}

.trainer-data .btn {
    border: 1px solid #101622;
}

/*login page css*/
.cmn-box {
    max-width: 500px;
    margin: 50px auto;
    background: #101622;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.logo-wrapper img {
    max-width: 300px;
}

.forgot-pass-link {
    color: #fff;
    display: inline-block;
}

.forgot-pass-link:active,
.forgot-pass-link:focus,
.forgot-pass-link:hover {
    color: #fff;
    text-decoration: underline;
}

.lgn-btn {
    font-size: 28px;
    height: auto !important;
    font-weight: bold;
}

.login-main-title {
    font-size: 22px;
}

.cmn-box .btn {
    min-width: 150px;
    height: 40px;
}

.cmn-bg {
    background-color: #d9b98d;
    height: 180px;
}

.base-section {
    margin-top: -150px;
}

/* event page design*/
.page-title {
    padding: 20px 0px;
}

.page-title-data.main-title {
    color: #425577;
    text-align: left;
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: bold;
}

.event-sec .block-wrapper {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
    background-color: #101622;
}

.event-sec .img-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-sec .img-border {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.event-title:hover {
    color: #ccc;
    font-weight: bold;
}

.event-sec .block-content {
    padding: 20px 10px;
}

.rs-btn {
    font-size: 15px;
    font-weight: 700;
}

.event-sec .block-bottom hr {
    border-top: 1px solid #878787;
    margin-top: 15px;
    margin-bottom: 10px;
}

.event-select {
    width: 170px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: transparent url("../images/select-dropdown.png") no-repeat right;
    background-position-x: 92%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.event-select:after {
    position: absolute;
    top: 3px;
    position: absolute;
    top: 0px;
    right: 32px;
    height: 32px;
    width: 1px;
    background: #fff;
    content: '';
}

.event-select select {
    background: transparent;
    -webkit-appearance: none;
    font-size: 12px;
    border: 0;
    width: 100%;
    padding: 0px 10px;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.event-select select option {
    background: #101622;
    color: #fff;
}

.event-cmn-bg {
    height: 400px;
}

.event-base-section {
    margin-top: -300px;
}

.event-box {
    margin: 0 auto !important;
}

.join-btn {
    padding: 3px 25px;
}

.Event-main-title {
    font-size: 22px;
}

.event-sub-title {
    font-size: 30px;
}

.event-details-data {
    margin-top: -290px;
    padding: 40px 0px;
}

.event-details-data-gallery {
    margin-top: 0px !important;
}

.event_detail_rightbox_text {
    font-size: 15px;
}

.event_detail_instructor_name {
    color: #d9b98d !important;
}

.event-li {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 40px;
}

.event-li li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.event-li li span {
    margin-left: 10px;
    font-size: 14px;
}

.event-li li i {
    margin-top: 3px;
    color: #d9b98d;
}

.event-instructor {
    padding: 40px 0px 0px 0px;
}

.instructor-img {

    border-width: 10px;
    padding: 7px;
    margin-right: 15px;
}

.instructor-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #d9b98d;
    width: 125px;
    height: 125px;
    background: #fff;
}

.instructor-data p {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.instructor-link:hover,
instructor-link:active,
instructor-link:focus {
    color: #ccc;
    font-weight: 600;
}

/*gallery css*/
.demo-gallery > ul {
    margin-bottom: 0;
}

.demo-gallery > ul > li {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

.demo-gallery > ul > li a {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.demo-gallery > ul > li a:hover > img {
    opacity: 0.5;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

/* Custom second css */
.popular_instructors .item .block-wrapper .media {
    padding: 0 15px;
}

.popular_instructors .item .block-wrapper {
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}

.popular_instructors .item .block-wrapper .media .img-box {
    width: 80px;
    height: 80px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 13px;
    border: 2px solid #d9b98d;
}

.popular_instructors .item .block-wrapper .media .event-title {
    font-size: 15px;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev,
.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    color: #dc770ef2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev:hover,
.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next:hover {
    background: #101622;
    color: white;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next {
    margin-left: -85px;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev {
    margin-left: -35px;
}

.popular_instructors_wrap .owl-carousel button.owl-dot {
    display: none;
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-next:before {
    content: "\f060";
    font-family: 'fontAwesome';
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-prev:before {
    content: "\f061";
    font-family: 'fontAwesome';
}

.featured_course_carousel {
    margin-top: 15px;
}

.featured_course_carousel .light-black-bg {
    min-height: auto;
    margin: 0;
}

.featured_course_carousel h4 a {
    font-size: 20px;
}

.featured_course_carousel h4 a:hover {
    color: #878787;
}

.featured_course_carousel h4 small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #b5b4b4;
}

.featured_course_carousel .metabox {
    font-size: 12px;
    color: #d7d7d7;
    padding: 10px 0;
}

.featured_course_carousel .beginner i {
    color: #d9b98d;
}

.featured_course_carousel p {
    font-size: 14px;
    margin-bottom: 15px;
}

.featured_course_carousel .wishlist {
    position: absolute;
    right: 18px;
    top: 0;
    color: white;
    z-index: 100;
}

.featured_course_carousel .badge {
    color: #101622;
    display: inline;
    margin-right: 8px;
}

.featured_course_carousel .textArea {
    padding-right: 50px;
}

.featured_course_carousel hr {
    border-color: #878787;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 45%;
    width: 45px;
    color: #04070a;
    height: 45px;
    background: #1e1e1c;
    border-radius: 50%;
    border: 1px solid #878787;
}

.carousel-control-next {
    margin-right: 15px;
}

.carousel-control-prev {
    margin-left: 15px;
}

.filterning-Area.light-black-bg {
    margin-top: 35px;
    padding: 35px 25px;
    margin-left: 0;
    min-height: auto;
}

.filterratingSingle {
    margin-bottom: 20px;
    Padding-left: 37px;
}

.filterratingSingle.ratting label .fa-star,
.filterratingSingle.ratting label .fa-star-half-o {
    color: #d9b98d;
}

.filterratingSingle.ratting label .fa-star-o {
    color: grey;
}

.filterratingSingle h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #d9b98d;
}

.filterratingSingle h3 {
    margin-bottom: 25px;
    margin-top: 13px;
}


.filterratingSingle .custom-checkbox {
    margin: 5px 0;
    font-size: 13px;
}

.filterratingSingle a {
    color: #d9b98d;
    font-size: 13px;
}

.filterratingSingle a:hover {
    text-decoration: underline;
}

.custom-control-label::before {
    top: 0;
}

.filterratingSingle .custom-checkbox small {
    color: #878787;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: #d9b98d;
    top: 0;
}

.filtering-course-list {
    margin-top: -10px;
}

.single_course.light-black-bg {
    margin: 10px 0;
    min-height: auto;
}

.single_course .block-content {
    border-left: 1px solid #425577;
    margin-left: -10px;
    padding-left: 15px;
}

.topCompanies {
    background: #101622;
    padding: 35px 20px;
    margin: 10px 0;
    clear: both;
    border-radius: 5px;
}

.topCompanies h4 {
    font-size: 35px;
    font-weight: bolder;
}

/* Details page of courses */
.details_header_banner {
    background: #101622;
    padding: 25px 0;
}

.details_header_banner a:hover {
    text-decoration: underline;
    color: white;
}

.customAccordion .collapse.show {
    display: block !important;
}

.course-details-data {
    padding-top: 60px;
    margin-bottom: 0;
}

.curriculum_list,
.totalTime {
    border-bottom: 1px solid #545050;
}

.totalTime a:hover {
    color: white;
    text-decoration: underline;
}

.totalTime a {
    font-weight: bold;
    font-size: 12px;
}

.curriculum_list_header {
    padding: 10px;
    background: white;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
}

.curriculum_list_header:hover {
    background: rgb(243, 240, 240);
}

.curriculum_list_header .text {
    font-size: 13px;
    font-weight: bold;
}

.curriculum_list_header small {
    font-size: 10px;
}

.curriculum_list_header small i {
    font-size: 15px;
    padding-left: 5px;
}

.curriculum_list_body {
    background: #e2e2e2;
    padding: 15px;
    font-size: 14px;
}

.curriculum_list_body ul {
    padding: 0;
    margin: 0;
}

.curriculum_list_body ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

.curriculum_list_body ul li a {
    font-size: 14px;
    color: black;
}

.curriculum_list_body ul li a i {
    padding-right: 5px;
}

.curriculum_list_body ul li a:hover {

}

.reviewBox {
    padding: 15px;
    font-size: 12px;
    border-radius: 5px;
    margin: 17px 0;
    border: 1px solid #3e3b3b;
    border-left: 5px solid #ea6607;
    background: #101622;
}

.reviewBox p {
    margin: 0;
}

.studenFeedback {
    width: 70%;
}

.studenFeedback h5 {
    font-size: 16px;
}

.rating {
    font-size: 18px;
    font-weight: bolder;
}

.rating small {
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.progressArea {
    margin: 10px 0;
}

.progressArea .progress {
    background: #3e3b3b;
}

.progressArea .progress-bar {
    background-color: #ea6607;
}

.inner-link a {
    display: inline-block;
    border-right: 1px solid #3e3b3b;
    font-size: 12px;
    padding: 0 5px !important;
    position: relative;
}

.inner-link a:hover {
    color: white;
}

.inner-link a:hover,
.inner-link a.active {
    border-bottom: 2px solid #d9b98d;
    padding-bottom: 4px !important;
}

/* .inner-link a:hover:after,
 .inner-link a.active:after
 {
   content: "";
   border-top: 10px solid #d9b98d;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   bottom: -10px;
   left: 45%;
   position: absolute;
 } */
.inner-link a:last-child {
    border-right: 0 !important;
}

.inner-link {
    text-align: center;
    background: #101622;
    padding: 10px 0;
}

.frequently_bought {
    background: #2d374d;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #3e3b3b;
}

.frequently_bought.event-sec .block-wrapper {
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
}

.frequently_bought .block-wrapper.active:after {
    font-family: FontAwesome;
    content: "\f055";
    top: 50%;
    left: 100%;
    display: block;
    font-size: 64px;
    height: 1em;
    line-height: 1;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1em;
    z-index: 1;
}

.ebook_details_sidebar {
    border-radius: 10px;
    padding-bottom: 15px;
	margin-top: 30px;
	padding-top: 5px;
    padding-bottom: 20px;
}
.ebook_details_sidebar h2 {
    padding: 5px;
    margin: 5px 0;
	font-weight:bold;
	color:#425577;
}
.ebook_details_sidebar h3 {
    padding: 5px;
    margin: 5px 0;
}

.ebook_details_sidebar .event-li {
    margin-top: 12px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.ebook_details_sidebar .event-li li {
    font-size: 14px;
}

.ebook_details_sidebar h6 {
    font-size: 18px;
    border-bottom: 1px solid #484846;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.course_details_sidebar {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}

.course_details_sidebar h3 {
    padding: 5px;
    margin: 5px 0;
}

.course_details_sidebar .event-li {
    margin-top: 12px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.course_details_sidebar .event-li li {
    font-size: 14px;
}

.course_details_sidebar h6 {
    font-size: 18px;
    border-bottom: 1px solid #484846;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.sub_product_list ul {
    padding: 0;
    margin: 0;
}

.sub_product_list {
    background: #101622;
    padding: 15px 0;
}

.sub_product_list ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    line-height: 13px;
    border-right: 1px solid #d7d7d7;
}

.sub_product_list ul li:last-child {
    border-right: 0;
}

.sub_product_list ul li a:hover {
    text-decoration: underline;
    color: white;
}

.lastupdate {
    border-top: 1px solid #636060;
}

.iframeVideo {
    width: 100%;
    height: 100%;
}

/* Medga menu style */
.megaMenuButton {
    position: relative;
    padding-bottom: 10px;
}

.megaMenuButton:hover .megaMenuWrap {
    display: flex;
    border-radius: 5px;
}

.megaMenuWrap {
    width: 800px;
    position: absolute;
    top: 33px;
    z-index: 1000000000;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #daba8e;
    min-height: 300px;
    display: none;
}

.megaMenu {
    padding: 0;
    margin: 0;
    background-color: #2c2c2c;
    width: 200px;
}

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

.megaMenu li {
    list-style: none;
}

.megaMenu li ul a {
    color: white;
}

.megaMenu > li {
    background-color: #2c2c2c;
    color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #292020;
}

.megaMenu > li:hover,
.megaMenu > li.active {
    background: #1e1e1c;
    border-left: 5px solid #d9b98d;
}

.megaMenu li a {
    color: white;
}

.megaMenu li > ul.second {
    position: absolute;
    left: 200px;
    top: 0;
    width: calc(100% - 200px);
    display: none;
    z-index: 100000000;
    bottom: 0;
}

.megaMenu li > .second.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.megaMenu li > ul {
    padding: 15px 0;
}

.megaMenu li > ul li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
}

.megaMenu li > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    padding: 0;
}

.megaMenu li > ul > li > ul,
.megaMenu li > ul > li > ul.show {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0 -15px;
}

.megaMenu li > ul > li > ul li {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.megaMenu li > ul > li > ul > li > a {
    display: block;
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    padding: 4px 0;
    border-left: 0;
    white-space: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 0;
}

.megaMenu li > ul > li > ul > li:hover > a {
    text-decoration: underline;
}

.megaMenu .close,
.menu-link {
    display: none !important;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

/* course thumb hover effect */

.popular_course_wrap .block-wrapper {
    position: relative;
    filter: none;
}

.popular_course_wrap .block-wrapper .hover_wrap {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 105%;
    padding: 15px;
    background: #101622;
    z-index: 10000;
    border-radius: 5px;
    width: 250px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border: 1px solid #696262;
}

.popular_course_wrap .block-wrapper:hover .hover_wrap {
    opacity: 1;
    visibility: visible;
}

.popular_course_wrap .block-wrapper.last .hover_wrap {
    left: auto;
    right: 105%;
}

.popular_course_wrap .block-wrapper .hover_wrap:after {
    content: "";
    position: absolute;
    border-right: 10px solid #101622;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    top: 45%;
    z-index: 10;
}

.popular_course_wrap .block-wrapper.last .hover_wrap:after {
    border-left: 10px solid #101622;
    border-right: 0;
    left: auto;
    right: -10px;
}

.hover_wrap h6 {
    font-size: 12px;
}

.hover_wrap h4 {
    font-size: 17px;
    margin-top: 10px;
}

.hover_wrap h4 a {
    color: white;
}

.hover_wrap h4:hover a {
    text-decoration: underline;
}

.hover_wrap p {
    font-size: 12px;
}

.hover_wrap ul {
    padding-left: 15px;
    margin-top: 25px;
}

.hover_wrap ul li {
    font-size: 12px;
    margin: 5px 0;
}

.meta_box {
    font-size: 12px;
    margin: 10px 0;
}

.meta_box a:hover {
    color: white;
    text-decoration: underline;
}

/*FOR CART PAGE START*/
.full-box {
    background: #101622;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

/*FOR CART PAGE END*/

/* ----------------------- */
/* ---- Media Queries ---- */
/* ----------------------- */
/*slider media query start*/
@media (min-width: 768px) {
    /* .carousel-inner .carousel-item-right.active,
     .carousel-inner .carousel-item-next {
       transform: translateX(50%);
     }
     .carousel-inner .carousel-item-left.active,
     .carousel-inner .carousel-item-prev {
       transform: translateX(-50%);
     } */
}

/* large - display 3 */
@media (min-width: 992px) {
    /* .carousel-inner .carousel-item-right.active,
     .carousel-inner .carousel-item-next {
       transform: translateX(33%);
     }
     .carousel-inner .carousel-item-left.active,
     .carousel-inner .carousel-item-prev {
       transform: translateX(-33%);
     }
     .show-menu {
       display: none !important;
     }
     .overlay {
       display: none !important;
     }
     .show {
       display: none !important;
     }
   } */
    /* @media (max-width: 768px) {
      .carousel-inner .carousel-item>div {
       display: none;
     }
     .carousel-inner .carousel-item>div:first-child {
       display: block;
     }
   }

   .carousel-inner .carousel-item.active,
   .carousel-inner .carousel-item-next,
   .carousel-inner .carousel-item-prev {
     display: flex;
   }

   .carousel-inner .carousel-item-right,
   .carousel-inner .carousel-item-left {
     transform: translateX(0);
   }  */
}

/*slider media query end*/
@media screen and (max-width: 1500px) {
    a.instructors-name {
        font-size: 23px !important;
    }

    .instructors-data p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    #myCarousel .carousel-control-prev {
        left: -235px;
    }

    #myCarousel .carousel-control-next {
        left: -190px;
    }

    .carousel-control-icon {
        top: 50%;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        top: 70%;
    }

    .icon-main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .icon-wrapper-bottom {
        min-width: 33.33%;
        margin-right: 0px;
    }

    .icon-wrapper-bottom .icon {
        display: block !important;
        text-align: center;
    }

    .main-title:after {
        width: 170px;
        left: 40%;
        top: 42px;
    }

    .page-title-data.main-title {
        font-size: 33px;
    }

    .megaMenuWrap {
        right: -260px;
    }
}

@media screen and (max-width: 991px) {
    .filtering-course-list .single_course .block-content .d-flex {
        display: block !important;
    }

    .filtering-course-list .single_course .block-content .d-flex .btn {
        margin: 15px 0;
        width: 100%;
    }

    .slider-info p {
        text-align: left;
        font-size: 30px;
    }

    .light-black-bg {
        min-height: auto;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 0px;
    }

    .video-player {
        min-height: auto;
    }

    #myCarousel .carousel-control-prev {
        left: -2px;
    }

    #myCarousel .carousel-control-next {
        left: 45px;
    }

    .carousel-control-icon {
        top: -12%;
    }

    #myCarousel {
        margin-top: 35px;
    }

    .cmn-space {
        padding: 20px 0px;
    }

    .title {
        font-size: 26px;
    }

    a.title {
        font-size: 26px;
    }

    .sec-4 h1 {
        font-size: 26px;
    }

    .sec-4 p {
        font-size: 18px;
    }

    .Training-Card-main {
        background-position: center bottom;
    }

    .footer-link {
        margin-top: 10px;
    }

    .trainer-data .title {
        font-size: 32px;
    }

    .instructors-wrapper {
        margin: 15px 0px;
    }

    a.instructors-name {
        font-size: 23px;
    }

    .instructors-icon i {
        font-size: 23px;
    }

    .main-title:after {
        width: 160px;
        left: 38%;
    }

    .trainer-bg {
        height: 260px;
    }

    .trainer-bg::after {
        margin-top: -260px;
        height: 260px;
    }

    .line {
        width: 160px;
        margin-left: -79px;
    }

    .header-container {
        max-width: 100%;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        top: -50px;
        left: 0;
    }

    .upcoming-eve-sec .owl-carousel {
        margin-top: 40px;
    }

    .page-title-data.main-title {
        font-size: 30px;
    }

    .breadcrumbs-wrapper {
        padding: 25px 0px;
    }

    .page-title {
        padding: 40px 0px;
    }

    .sec-cmn-space {
        padding: 45px 0px;
    }

    .Event-main-title {
        font-size: 20px;
    }

    .event-sub-title {
        font-size: 28px;
    }

    .event-details-data {
        margin-top: 0px;
        padding: 35px 0px;
    }

    .event-instructor {
        padding: 35px 0px 0px 0px;
    }

    .event-li {
        margin-bottom: 35px;
    }

    .iframeVideo {
        height: 400px;
        margin-top: 35px;
    }

    .studenFeedback {
        width: 100%;
    }

    .course_details_sidebar {
        margin-top: 55px;
    }

    .inner-link.sticky-top {
        position: relative;
        display: none;
    }

    .megaMenuWrap {
        right: -55px;
    }

    .megaMenuWrap {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .slider-info {
        right: 0px;
        left: 0px;
        bottom: 0px;
        position: relative;
        top: auto;
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-banner {
        height: auto !important;
    }

    .second-sec-wrapper {
        margin-top: 0px;
    }

    .slider-info p {
        font-size: 25px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .header-menu {
        text-align: center;
    }

    .logo-text {
        margin-bottom: 20px;
    }

    .login-signup-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .logo-img {
        width: 200px;
    }

    .xs-dis-show {
        display: block;
    }

    .xs-dis-none {
        display: none;
    }

    .slider-info-wrapper {
        text-align: center;
    }

    .btn-wrapper {
        text-align: left;
    }

    .cmn-space {
        padding: 15px 0px;
    }

    .title {
        font-size: 24px;
    }

    a.title {
        font-size: 26px;
    }

    .sec-4 h1 {
        font-size: 24px;
    }

    .sec-4 p {
        font-size: 16px;
    }

    .class-wrapper {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #101622;
        padding: 10px 0px;
    }

    .class-wrapper-last {
        border-right: none;
        border-bottom: none;
    }

    .card-header {
        display: none;
    }

    .traning-sec-img {
        margin: -30px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .traning-sec-img img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .Training-Card-main {
        background-image: url("");
        background-color: #d9b98d;
    }

    .top-event-slider-wrapper {
        max-width: 300px;
    }

    /* .xs-center {
       display: flex;
       justify-content: center;
     } */
    .trainer-data .title {
        font-size: 30px;
    }

    .instructors-wrapper {
        margin: 10px 0px;
    }

    a.instructors-name {
        font-size: 21px;
    }

    .instructors-icon i {
        font-size: 21px;
    }

    .inr-p {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .top-courses-tabpanel .top-event-slider-wrapper .slider-data {
        padding: 10px 20px;
    }

    #myCarousel .carousel-control-prev {
        left: 38%;
    }

    #myCarousel .carousel-control-next {
        left: 52%;
    }

    .mobile-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-courses-tabpanel .top-event-slider-wrapper .img-box {
        height: 185px;
    }

    .instructors-img-box {
        width: 200px;
        height: 200px;
    }

    .trainer-bg {
        height: 240px;
    }

    .trainer-bg::after {
        margin-top: -240px;
        height: 240px;
    }

    .inr-p {
        font-size: 16px;
    }

    .bottom-part {
        text-align: left;
    }

    .icon-main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .line {
        width: 150px;
        margin-left: -75px;
    }

    .logo-wrapper img {
        max-width: 250px;
    }

    .checkbox-input {
        text-align: center;
    }

    .footer-main {
        padding-top: 30px;
    }

    .inr-data {
        text-align: left;
    }

    .date-info {
        text-align: left;
    }

    .Toggle-data {
        top: 30px;
    }

    .serch-input-close {
        bottom: 20px;
    }

    .login-main-title {
        font-size: 20px;
    }

    .lgn-btn {
        font-size: 24px;
    }

    .cmn-box {
        margin: 30px 0px;
    }

    .icon-wrapper-bottom .icon {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icon-main-wrapper {
        width: auto;
        padding: 0px 20px;
    }

    .icon-wrapper-bottom {
        min-width: 33.33%;
        margin-right: 0px;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        width: 100%;
        text-align: center;
    }

    .page-title-data.main-title {
        font-size: 28px;
    }

    .mob-text-left {
        text-align: left !important;
    }

    .event-select {
        margin-top: 15px;
    }

    .breadcrumbs-wrapper {
        padding: 20px 0px;
    }

    .page-title {
        padding: 35px 0px;
    }

    .sec-cmn-space {
        padding: 40px 0px;
    }

    .Event-main-title {
        font-size: 18px;
    }

    .event-sub-title {
        font-size: 26px;
    }

    .event-details-data {
        padding: 30px 0px;
    }

    .Event-main-title {
        margin-bottom: 15px !important;
    }

    .event-li {
        margin-bottom: 30px;
    }

    .event-instructor {
        padding: 30px 0px 0px 0px;
    }

    #overlay-img img {
        width: 80%;
    }

    #nextButton,
    #prevButton {
        font-size: 1.5em;
    }

    .featured_course_carousel .textArea {
        padding-right: 15px;
        margin-top: 25px;
    }

    .featured_course_carousel .wishlist {
        position: absolute;
        right: 25px;
        top: -65px;
        color: white;
        z-index: 100;
        background: #101622;
        padding: 5px 10px;
    }

    .frequently_bought .block-wrapper.active:after {
        left: 50%;
        bottom: -60px;
        top: auto;
    }

    .frequently_bought.event-sec .block-wrapper {
        margin-bottom: 15px;
    }

    .curriculum_list_header small {
        font-size: 10px;
        display: block;
        text-align: right;
    }

    .curriculum_list_header {
        padding: 10px;
        background: white;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block !important;
    }
}

.hc-nav-trigger.hc-nav-1 {
    display: none;
}

@media (max-width: 990px) {
    .login-signup-wrapper {
        width: auto;
    }

    .search-input-wrapper {
        padding-left: 0;
        width: 37%;
        padding-right: 15px;
    }

    .megaMenuWrap {
        right: -205px;
    }

    .popular_course_wrap .block-wrapper .hover_wrap,
    .popular_course_wrap .block-wrapper.last .hover_wrap {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100%;
    }

    .popular_course_wrap .block-wrapper .hover_wrap:after,
    .popular_course_wrap .block-wrapper.last .hover_wrap:after {
        display: none;
    }

}

@media (max-width: 766px) {
    .navbar {
        background: #101622;
        padding: 15px;
        margin: -15px;
        margin: -15px -15px -10px -15px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/toggle.png");
        height: 23px;
        width: 28px;
    }

    .search-input-wrapper {
        float: left;
        padding-left: 0px;
    }

    .navbar-collapse {
        margin-top: 0px;
        width: auto;
        background: #425577;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        overflow-y: auto;
    }

    .header-line {
        border-bottom: 6px solid #d9b98d;
    }

    .ipad-dis-none {
        display: none;
    }

    .Toggle-data {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        right: 75px;
        top: 20px;
    }

    .cmn-box {
        margin: 40px 0px;
    }

    .search-input-wrapper {
        height: 0;
        overflow: auto;
        margin-top: 0 !important;
    }

    .search-input-wrapper .serch-input-close {
        display: none;
    }

    .search-input-wrapper.show .serch-input-close {
        display: inline-block;
        bottom: 15px;
    }

    .search-input-wrapper.show {
        height: auto;
        margin-top: 10px !important;
    }

    .login-signup-wrapper {
        display: none;
    }

    .search-input-wrapper {
        max-width: calc(100% - 0px);
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .serch-input-close {
        display: block;
    }

    .serch-input-close a i {
        font-size: 25px;
    }

    .logo-img {
        width: 250px;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .login-main-title {
        font-size: 21px;
    }

    .lgn-btn {
        font-size: 26px;
    }

    .search-input {
        padding-right: 15px;
    }

    .menu-link {
        color: white;
        text-align: center;
        display: block !important;
        padding: 0 10px;
        margin: 0 -15px;
    }

    .menu-link a {
        background: #d9b98d;
        padding: 1px 25px;
        border-radius: 5px;
        margin: 5px 10px;
        display: inline-block;
    }

    .drop-down .selected .categoriShow,
    .drop-down .selected:after {
        display: none;
    }

    .megaMenuWrap {
        display: none;
    }

    .hc-nav-trigger.hc-nav-1 {
        display: inline-block !important;
    }

}

@media (max-width: 370px) {
    .megaMenu li > ul.second {
        width: calc(320px - 150px);
    }

    header .toggle {
        padding-left: 25px;
    }

}

@media screen and (max-width: 576px) {
    .icon-wrapper-bottom .icon {
        display: block !important;
        text-align: center;
    }

    .footer-link {
        width: 100%;
        text-align: center;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .footer-title {
        margin-top: 20px;
    }

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

    .logo-wrapper img {
        max-width: 200px;
    }

    .footer-main.home-footer {
        padding-top: 140px;
    }

    .logo-img {
        width: 170px;
    }

    .Toggle-data {
        top: 25px;
    }

    .demo-gallery > ul > li a {
        height: 100px;
    }

    .filterratingSingle {
        width: 50%;
    }
}

@media screen and (max-width: 380px) {
    .logo-img {
        width: 150px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/toggle.png);
        height: 20px;
        width: 25px;
    }

    .lock-btn img {
        width: 30px;
        margin-right: 10px !important;
    }

    .Toggle-data {
        right: 67px;
    }

    .lock-btn-badge {
        right: 7px;
    }

    .icon-main-wrapper {
        width: auto;
        padding: 0px 10px;
    }

    .filterratingSingle {
        width: 100%;
    }

    .popular_instructors {
        margin-top: 55px;
    }

    .popular_instructors_wrap .owl-carousel .owl-nav {
        right: 33%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .landscape-ipad-none {
        display: none !important;
    }

    .landscape-ipad-show {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #search-input-wrapper {
        display: block !important;
    }

    .stop-scrolling {
        overflow: auto !important;
    }
}

.nowraptext {
    white-space: nowrap;
}

.course-title {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    min-height: 45px;
    color: #d9b98d !important;
    font-size: 15px !important;;
    font-weight: bolder !important;
}

@supports (display: -webkit-box) {
    .course-title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.course-title-long {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;

    color: #d9b98d !important;
    font-size: 15px !important;;
    font-weight: bolder !important;
}

@supports (display: -webkit-box) {
    .course-title-long {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: normal !important;
    }
}

.course-description-long {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    font-size: 13px;
    width: 77%;
    font-weight: 300 !important;
    margin-top: -13px;
}

@supports (display: -webkit-box) {
    .course-description-long {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}


.eventdescription {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    font-size: 12px;
}

@supports (display: -webkit-box) {
    .eventdescription {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.eventcard_description {
    min-height: 36px;
    font-weight: 300 !important;
}

.price-button {
    height: 30px;
}

.cate-titleblock {
    margin-top: 40px;
}

.event-details-data-card {
    background: #101622;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
}

.event-details-data-card {
    color: white;
}

#whatYouLearn, #requirements, #description, #inclusion {
    background: #101622;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
}

#whatYouLearn > ul > li, #requirements > ul > li, #inclusion > ul > li {
    color: white;
}


#description > p {
    color: white;
}

.course_detail_title {
    color: #d9b98d;
}

.testimonial-title {
    color: #d9b98d;
}

.card_course_title {
    color: #d9b98d;
}

.discount_box_cart {
    margin-top: 15px;
}

.cart_discount_applied {
    border: 1px solid;
    font-size: 17px;
    padding: 4px;
    background: #d9b98d;
    color: black;
    border-radius: 36px;
    padding-right: 12px;
}

@media screen and (max-width: 375px) {
    .cart_discount_applied {
        font-size: 13px;
    }

    .cart_discount_applied_parent {
        width: 200px;
    }
}


.instructor-profile-boxes {
    min-height: 300px;
}

.event_view_title {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

@supports (display: -webkit-box) {
    .event_view_title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.event_view_description {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 100px;;
}

@supports (display: -webkit-box) {
    .event_view_description {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        white-space: normal !important;
    }
}

.cart_title {
    text-align: left;
}

.cart_continue_shop {
    text-align: right;
}

.cart_continue_shop > a {
    margin-top: 0px !important;
}

.subscribe_page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.authorname_card {
    height: 66px;
}

@media screen and (max-width: 776px) {
    .logo-img {
        height: 36px !important;
        width: auto !important;
    }

    .traning-sec-img img {
        display: none !important;
    }

    .slider-info {
        padding-left: 23px;
        top: 150px;
        position: absolute;
    }

    #home_banner {
        height: 300px !important;
    }

    #search {
        padding-left: 33px;
    }

    #searchList {
        margin-left: 0px !important;
        position: fixed !important;
        width: 79%;
        text-align: left;
    }

    .cart_continue_shop {
        padding-bottom: 15px;
        text-align: center;
    }

    .cart_title {
        text-align: center;
    }
}

.course_card_thumb {
    /* height: 199px; */
}

.ebook_card_thumb {
     height: 400px;
}

.dashboard_mobile_menu .bookmark-wrapper {
    display: none !important;
}

.wishlist_buttons {
    font-size: 11px;
}

.white-background {
    background-color: white !important;
}

.text-black {
    color: #000000 !important;
}

/* ---- Inquiry form styles */
.form-card {
    position: absolute;
    right: 5rem;
    border-radius: 7px;
    box-shadow: 0 0 6px 1px #2a2a2acc;
    z-index: 9;
    top: 15%
}
.bg-blue {
    background-color: #182b49;
    display: flex;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bg-blue.inquiry-form {
    align-items: center;
    justify-content: center;
}
.bg-blue.inquiry-form h2 {
    padding-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
    font-size: 27px;
}
.bg-yellow {
    background-color: #f9d45f;
    padding: 2rem .9rem;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bg-yellow button.btn.btn-blue, .inquiry-section button.btn.btn-blue {
    background: linear-gradient(to left, #101622 50%, #d9b98d 50%);
    background-position: right;
    color: #fff !important;
    background-size: 200% 100%;
}
.bg-yellow button.btn.btn-blue:hover, .inquiry-section button.btn.btn-blue:hover {
    color: #101622 !important;
}

.form-card input[type=number]::-webkit-inner-spin-button,
.form-card input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper .form-control {
    background: #fff;
    color: #101622;
}
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    top: 0;
    right: 0;
}
.popup-wrapper {
    position: absolute;
    height: 100%;
    z-index: 99;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.custom-popup {
    z-index: 9;
    width: 25%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 1.6rem .6rem;
    text-align: center;
    position: relative;
}
.custom-popup h3 {
    color: #04070a;
    margin: 1.3rem 0;
    font-weight: 600;
}
.custom-popup .close-btn {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    right: 0.5rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    top: 0.2rem;
    cursor: pointer;
}
.custom-popup .icon-width {
    width: 12%
}
.hide-spinner::-webkit-inner-spin-button,
.hide-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-section h3 {
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
}
.inquiry-section .bg-yellow.border-radius-0 {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .form-card {
        position: absolute;
        right: 18%;
        top: 6%;
    }
    .bg-yellow{
        border-top-right-radius: 0;
        border-bottom-left-radius:7px;
        padding: 0.5rem;
    }
    .bg-blue{
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0;
    }
    .carousel-item .form-card h2{
        font-size: 12px;
        padding: 6px;
        line-height:1;
    }
    .carousel-item .form-card .form-control {
        font-size: 10px;
        padding: 3px;
    }
    .carousel-item .form-card .form-group {
        margin-bottom: 5px;
    }
    .carousel-item button.btn.btn-blue {
        font-size: 10px;
    }
    #inquiryModal .row {
        margin: 0 auto;
    }
    .custom-popup{
        width:90%;
    }
}
/* ---- Inquiry form styles end */
