body {
    margin: 0;
    padding: 0;
    /* color: #fff!important; */
}

body {
    font-size: 1rem;
    color: rgb(var(--theme-grey-d));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.header-logos a.navbar-brand:nth-child(1) img {
    width: 200px;
}

.header-logos a.navbar-brand:nth-child(2) img {
    width: 140px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

.pt-111 {
    padding-top: 111px;
}

.pb-111 {
    padding-bottom: 111px;
}

.py-56 {
    padding: 56px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.banner-heading h1 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
}

header.top_header {
    background-color: #1a222f;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(var(--theme-color));
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    transition: 1s;
    margin-top: -1px;
    border: none;
    box-shadow: 0px 0px 21px 0px #0000001a;
    border-radius: 5px;
}

.has_MegaMenu.nav-item.dropdown:hover .dropdown-menu {
    display: flex;
    padding: 0;
}

.has_MegaMenu.nav-item.dropdown .dropdown-menu {
    transform: translateX(-20%);
}

.megaMenuFeature_img {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex: 1;
    min-height: 300px;
    aspect-ratio: 30/36;
    background: rgb(var(--theme-color));
    align-self: stretch;
}

.megaMenuFeature_img:after {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #fff, transparent);
    transform: translateX(-2px);
}

.MegaMenuList a:hover,
.MegaMenuList a:active {
    background: #fff !important;
}

.MegaMenuList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
    align-self: flex-start;
    padding: 15px 65px 15px 15px;
    grid-column-gap: 30px;
}

.megaMenuFeature_img img {
    object-fit: cover;
    flex: 1;
    width: 100%;
    opacity: 70%;
}

.nav-item.dropdown:hover .dropdown-menu a:hover,
.nav-item.dropdown:hover .dropdown-menu a:active {
    background: rgba(var(--theme-grey-m), .6);
}

.nav-item.dropdown:hover .dropdown-menu a {
    padding: 10px !important;
    display: inline-block;
    color: rgb(62, 71, 86);
}

.dropdown-item.active,
.dropdown-item:active {
    background: rgb(var(--theme-grey-l));
    color: unset;
}

.cart {
    font-size: 20px;
}

a.nav-link.nav-list.cart {
    position: relative;
    width: max-content;
}

a.nav-link.nav-list.cart:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2186d4;
    right: 10px;
    border-radius: 100%;
}

.btn-warning {
    color: #fff !important;
    background-color: #dea01e !important;
    border-color: #dea01e !important;
}

.button-goto-cart {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    font-size: 1rem !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    border-radius: 5px !important;
}

#remove-from-cart {
    font-size: 20px !important;
    cursor: pointer !important;
    color: #ff2832;
}

.btn.btn-warning {
    padding: 13px 16px !important;
    border-radius: 0 !important;
}

.btn.btn-yellow {
    border-radius: 4px;
    padding: 14px 46px !important;
    background-color: #dea01e !important;
    border-color: #dea01e !important;
    color: #fff;
}

.top-left-menu ul,
.top-right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-left-menu ul li,
.top-right-menu ul li {
    display: inline-block;
}

.top-left-menu ul li a,
.top-right-menu ul li a {
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
}

.top-left-menu ul li a ion-icon.md.hydrated {
    margin-right: 4px;
}

.top-right-menu {
    text-align: right !important;
}
.top-right-menu ul {
    text-align: right !important;
}


.blue {
    color: #2186d4;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 32px 0;
}

ul.navbar-nav li.nav-item a {
    color: #000;
    padding: 0 15px !important;
}

ul.navbar-nav li a.nav-link.nav-list {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000;
}

.top-right-menu a ion-icon {
    margin-right: 5px;
}


/* banner section css */

section.banner-section {
    position: relative;
}

section.banner-section .carousel-inner .row {
    padding: 72px 0;
    padding-top: calc(72px - 1.5rem);
}

section.banner-section {
    position: relative;
    background-image: linear-gradient(to right, #002360 30%, #2186d4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

span.main-banner-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .08;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel,
.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.before-image:before {
    content: "";
    border: 5px solid #ddd;
    width: 18%;
    height: 33%;
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translatey(11%);
    border-radius: 8px;
    opacity: .2;
}

.before-image {
    position: relative;
}

.before-image:after {
    content: "";
    border: 5px solid #ddd;
    width: 70px;
    height: 100px;
    position: absolute;
    top: 55%;
    left: 41px;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    opacity: .2;
}

.dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    transform: translate(-2px, 3px);
}

.accordion-sec .card {
    box-shadow: 0px 0px 0px 1px #0000000f;
    transition: .5s;
    border: none;
}

.accordion-sec .card:hover {
    box-shadow: 0px 0px 21px 0px #0000001a;
}

.icon-width {
    width: 18px;
    margin-right: 5px;
    display: block;
}

.icon-width.cart-icon {
    width: 20px;
    margin: 0;
}

.banner-image {
    position: relative;
    z-index: 9;
    transform: translateY(11%);
}

.banner-image::before {
    content: "";
    position: absolute;
    right: 13%;
    width: 330px;
    height: 400px;
    top: 0%;
    border: 10px Solid #fff;
    border-radius: 23px;
    transform: translate(0%, -14%);
}

.banner-image img {
    position: relative;
    width: 70%;
}

.slide-controler i {
    font-size: 3rem;
    color: var(--white) !important;
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.dark-fill {
    fill: rgb(var(--dark-head))
}

.theme-fill {
    fill: rgb(var(--theme-color));
}


/* banner section css */


/* about section css */

.about-hsqe {
    background-color: #002360;
    padding: 25px;
    border-radius: 4px;
}

.about-hsqe h2 {
    color: #fff;
}

.hsqe-heading h2 {
    font-size: 2.5rem;
}

.traning-box {
    box-shadow: 0px 0px 0px 1px #0000000f;
    padding: 25px 25px 9px 25px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.traning-box:hover {
    box-shadow: 0px 0px 21px 0px #0000000f;
}

.traning-box:hover h4 {
    color: #2186d4;
}

.start {
    background-color: #12d06c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
}

.avrege {
    background-color: #11c566;
    padding: 5px;
    color: #fff;
}

.dropdown-menu.header-menu-sec {
    padding-top: 30px;
}

.start ul li {
    display: inline-block;
}

.start ul li a {
    color: #fff;
}

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

.review {
    background-color: #fff;
    border-radius: 4px;
}

.avrege span {
    display: block;
}

.reviews {
    padding: 10px;
}

.reviews span {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews span ion-icon.md.hydrated {
    background-color: #000;
    border-radius: 100%;
    padding: 2px;
    color: #fff;
    margin-right: 5px;
}

.logos:hover {
    box-shadow: 0px 0px 21px 0px #0000000f;
    border-radius: 4px;
}

.logos {
    padding: 20px;
    transition: all 0.3s ease-in-out;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-course input {
    /*border: none !important;*/
}

.card-text {
    padding: 20px 20px;
    border-radius: 4px;
}

.cards-boxs .card-text {
    padding: 1rem 4rem 3rem 4rem;
}

.right-icon {
    color: #dea01e;
}

.btn.brn-outline-yellow {
    border: 1px solid;
    border-color: #dea01e;
    color: #dea01e;
    padding: 14px 46px;
    margin-top: calc(1rem - 4px);
}

.btn.brn-outline-yellow:hover {
    background-color: #dea01e;
    color: #fff !important;
}

.carouser-box .image-caption .btn.brn-outline-yellow {
    border: 1px solid;
    border-color: #dea01e;
    color: #dea01e;
    padding: 14px 46px;
}

.cards-boxs:hover {
    box-shadow: 0px 0px 21px 0px #0000000f;
}

.cards-boxs:hover .btn.brn-outline-yellow {
    background-color: #dea01e;
    color: #fff;
}

.cards-boxs {
    box-shadow: 0px 0px 0px 1px #0000000f;
    border-radius: 4px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    border-radius: 4px;
    overflow: hidden;
}

.cards-boxs-heading h2 {
    font-size: 2.5rem;
}

/* about section css */


/* traning section css */

.mw-30 {
    max-width: 570px;
    margin: 0 auto;
}

ul.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dea01e;
}

.navpills ul li a {
    color: #000;
}

.navpills ul li a.nav-link {
    padding: 16px;
    min-width: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carouser-box {
    position: relative;
    border: 1px solid #ddd;
    background: rgb(var(--theme-color-d));
}

section.traning-section .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    font-size: 60px;
    top: 47%;
    transform: translate(0, -47%);
    color: #000 !important;
}

section.traning-section .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    font-size: 60px;
    top: 47%;
    transform: translate(0, -47%);
    color: #000 !important;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent !important;
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}

.carouser-box>img {
    mix-blend-mode: luminosity;
}

.carouser-box:hover>img {
    mix-blend-mode: unset;
}

.carouser-box .image-caption a.btn.brn-outline-yellow {
    border-color: #fff;
    color: #fff;
}

.carouser-box:hover .image-caption a.btn.brn-outline-yellow {
    background-color: #dea01e;
    border-color: #dea01e;
    color: #fff;
}

.border-radius-4 {
    border-radius: 4px;
}

.carouser-box img {
    border-radius: 4px;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}

.carouser-box .image-caption p img {
    width: 20px;
    display: inline-block;
}


/* traning section css */


/* courses section css */

.courses-section {
    background-color: #1a222f;
}

.position-absolute {
    z-index: 9;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 30px;
    padding: 10px 20px;
    border: none;
    background: none;
}

button.position-absolute:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.course-image {
    position: relative;
}

.course-image:before {
    content: "";
    position: absolute;
    border: 8px solid #2186d4;
    top: -15%;
    bottom: 5%;
    right: 26%;
    width: 70%;
    border-radius: 23px;
    transform: translate(22%, 1%);
}

.course-image img {
    position: relative;
}


/* courses section css */


/* newsletter section css */

.newsletter-box img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.newsletter-img img {
    width: 100%;
}

.newsletter-box {
    box-shadow: 0px 0px 0px 1px #0000000f;
    border-radius: 4px;
    overflow: hidden;
    transition: .5s;
    aspect-ratio: 137/177;
}

.newsletter-heading {
    padding: 25px 18px;
    /*border: 1px solid #ddd;*/
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.newsletter-img {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    min-height: 200px;
}

.newsletter-img img {
    object-fit: cover;
    flex: 1;
}

.read-now a {
    color: #7d7d7d;
}

.newsletter-img img {
    filter: grayscale(1);
}

.newsletter-box:hover {
    box-shadow: 0px 0px 21px 0px #0000000f;
}

.newsletter-box:hover .newsletter-img img {
    filter: inherit;
}

.newsletter-box:hover .read-now a {
    color: #dea01e;
}

.allnewsletter .btn.brn-outline-yellow,
.view-all-courses a.btn.brn-outline-yellow {
    border: 1px solid;
    border-color: #dea01e;
    color: #dea01e;
    padding: 14px 20px;
}


/* newsletter section css */


/* footer section css */

.footer-list ul li a {
    color: #7d7d7d;
    line-height: 2.5;
    text-decoration: none !important;
}

.footer-list ul li a:hover {
    color: #2186d4;
}

.footer-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

address.address p {
    color: #7d7d7d;
}

.social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

/* footer section css */

.slider {
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}


/*-----------------------------all product page css starts ---------------------------------------------------*/
.allcourses .allcourses-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gird-switch-to4 .allcourses-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.gird-switch-to4 {
    margin-top: 110px;
}

.allcourses .allcourses-container.gridtwo {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.allcourses .allcourses-container.gridtwo .courses-card {
    -webkit-animation: scaler2 .5s;
    animation: scaler2 .5s;
}

.allcourses .allcourses-container .courses-card {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(var(--theme-color-d), 1);
    border-radius: 5px;
    padding: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-animation: scaler .5s;
    animation: scaler .5s;
}

@-webkit-keyframes scaler {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaler {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaler2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaler2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.allcourses .allcourses-container .courses-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--theme-color-d), 1)), to(transparent));
    background: linear-gradient(0deg, rgba(var(--theme-color-d), 1), transparent);
    -webkit-transition: .5s;
    transition: .5s;
}

.allcourses .allcourses-container .courses-card .thumn-cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.allcourses .allcourses-container .courses-card .thumn-cont img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    mix-blend-mode: luminosity;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.allcourses .allcourses-container .courses-card h4 {
    z-index: 2;
    font-size: 1.1rem;
    width: 100%;
}

.allcourses .allcourses-container .courses-card h6.prices-range {
    z-index: 2;
    font-size: 1rem;
    font-weight: normal !important;
    width: 100%;
}

.pils-slider-pill .courses-card h6.prices-range img {
    width: 20px;
    margin-right: 6px;
    display: inline-block;
}

.allcourses .allcourses-container .courses-card a {
    z-index: 1;
    padding: 10px 20px;
    border: 1px solid var(--white);
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    margin-top: 10px;
    font-size: 1rem;
    background: transparent;
}

.allcourses .allcourses-container .courses-card:hover:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--theme-color-d), 1)), color-stop(rgba(var(--theme-color), 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(var(--theme-color-d), 1), rgba(var(--theme-color), 1), rgba(255, 255, 255, 0));
    mix-blend-mode: multiply;
    -webkit-transition: .5s;
    transition: .5s;
}

.allcourses .allcourses-container .courses-card:hover .thumn-cont img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    mix-blend-mode: normal;
}

.allcourses .allcourses-container .courses-card:hover a {
    border: 1px solid rgba(var(--theme-yellow), 1);
    background: rgba(var(--theme-yellow), 1);
}

.all-product-page .common-button,
.offers-section .common-button {
    border: 1px solid rgba(var(--theme-yellow), 1);
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 5px;
    color: rgba(var(--theme-yellow), 1);
    text-decoration: none !important;
}

.all-product-page .common-button:hover {
    color: var(--white);
    background: rgba(var(--theme-yellow), 1);
}

.grid-switch-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.grid-switch-buttons svg {
    width: 35px;
    margin: 10px 10px 10px 0;
    fill: var(--black);
    cursor: pointer;
}

.grid-switch-buttons a.active svg {
    fill: rgba(var(--theme-color), 1);
}

.offers-section {
    background: rgba(var(--theme-grey-l), 1);
    padding: 50px 0;
    margin: 40px 0;
}

.offers-section .offers-card {
    background: var(--white);
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #0000000f, 0px 0px 0px 0px #0000001a;
    box-shadow: 0px 0px 0px 1px #0000000f, 0px 0px 0px 0px #0000001a;
    margin: 30px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.offers-section .offers-card .content-container-sec {
    padding: 40px 30px 30px 15px;
}

.offers-section .offers-card .thumail-container-sec {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.offers-section .offers-card .thumail-container-sec img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.offers-section .offers-card .content-container-sec ul {
    list-style: none;
    padding-left: 21px;
}

.offers-section .offers-card .content-container-sec ul li {
    line-height: 2rem;
}

.offers-section .offers-card .content-container-sec ul li:before {
    content: "\f058";
    color: rgba(var(--theme-yellow), 1);
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
}

.offers-section .offers-card .content-container-sec .common-button {
    margin: 10px 0;
}

.offers-section .offers-card:hover {
    border-color: var(--white);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(var(--theme-grey-m), 1), 0px 0px 21px 0px #0000000f;
    box-shadow: 0px 0px 0px 0px rgba(var(--theme-grey-m), 1), 0px 0px 21px 0px #0000000f;
}

.offers-section .offers-card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.offers-section .offers-card:hover .common-button {
    color: var(--white);
    background: rgba(var(--theme-yellow), 1);
}

.offers-section .offers-card:hover h3 {
    color: rgba(var(--theme-yellow), 1);
}

.sidebar-sec .woocommerce.widget_price_filter,
.sidebar-sec .woof_container_product_cat,
.sidebar-sec .woof_checkbox_sales_container {
    box-shadow: 0px 0px 0px 1px #0000000f;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
}

.sidebar-sec .woof_list.woof_list_radio,
.sidebar-sec .woof_checkbox_sales_container .woof_container_inner {
    padding: 0 15px;
}

.sidebar-sec .price_label {
    padding: 15px;
    font-size: 1.2rem;
    box-shadow: 0px 1px 0px 0px rgb(0, 0, 0, 6%);
    margin: 0;
    font-weight: 600;
    width: 100%;
}

.sidebar-sec .woof_container_product_cat:before,
.sidebar-sec .woof_checkbox_sales_container:before {
    display: flex;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 0px 0px rgb(0, 0, 0, 6%);
    color: rgb(var(--dark-head));
}

.sidebar-sec .woof_container_product_cat:before {
    content: "Course Categories";
}

.sidebar-sec .woof_checkbox_sales_container:before {
    content: "On Sale";
}

.sidebar-sec button.button.woof_reset_search_form {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid rgba(var(--theme-yellow), 1);
    color: var(--white);
    background: rgba(var(--theme-yellow), 1);
    cursor: pointer;
}

.sidebar-sec .price_label {
    color: rgb(var(--dark-head));
}

.sidebar-sec a.woof_radio_term_reset.woof_radio_term_reset_visible {
    display: none !important;
}

.sidebar-sec button.button.woof_reset_search_form:hover {
    filter: contrast(1.2);
}

.sidebar-sec .check-container .check-input {
    padding: 10px 15px;
}

.sidebar-sec .check-container .check-input input[type="checkbox"] {
    margin-right: 15px;
}

.sidebar-sec .check-container .check-input input[type="checkbox"]:checked+label {
    color: rgba(var(--theme-color), 1);
}

.sidebar-sec .check-container .check-input input[type="range"] {
    width: 100%;
}

.sidebar-sec .sort-by-sec {
    min-height: calc(55px - 15px);
    width: 100%;
    text-align: center;
    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;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(var(--theme-grey-l), 1);
}

.sidebar-sec .sort-by-sec select {
    width: 100%;
    border: 0;
    background: none;
}

.sidebar-sec .sort-by-sec select:focus-visible {
    outline: none;
}

.pils-slider-pill .courses-card {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(var(--theme-color-d), 1);
    border-radius: 5px;
    padding: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-animation: scaler .5s;
    animation: scaler .5s;
    aspect-ratio: 137/208;
}

@keyframes scaler {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaler2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pils-slider-pill .courses-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--theme-color-d), 1)), to(transparent));
    background: linear-gradient(0deg, rgba(var(--theme-color-d), 1), transparent);
    -webkit-transition: .5s;
    transition: .5s;
}

.pils-slider-pill .courses-card .thumn-cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pils-slider-pill .courses-card .thumn-cont img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    mix-blend-mode: luminosity;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    transition: .5s;
}

.pils-slider-pill .courses-card h4 {
    z-index: 2;
    font-size: 1.1rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 19px;
    margin-bottom: 0.7rem;
}

.newsletter-heading h6 {
    font-size: 19px;
}

.pils-slider-pill .courses-card h6.prices-range {
    z-index: 2;
    font-size: 1rem;
    font-weight: normal !important;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pils-slider-pill .courses-card a {
    z-index: 1;
    padding: 10px 20px;
    border: 1px solid var(--white);
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    margin-top: 10px;
    font-size: 1rem;
    background: transparent;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.pils-slider-pill .courses-card:hover:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--theme-color-d), 1)), color-stop(rgba(var(--theme-color), 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(var(--theme-color-d), 1), rgba(var(--theme-color), 1), rgba(255, 255, 255, 0));
    mix-blend-mode: multiply;
    -webkit-transition: .5s;
    transition: .5s;
}

.pils-slider-pill .courses-card:hover .thumn-cont img {
    -webkit-transform: scale(1);
    transform: scale(1);
    mix-blend-mode: normal;
}

.pils-slider-pill .courses-card:hover a {
    border: 1px solid rgba(var(--theme-yellow), 1);
    background: rgba(var(--theme-yellow), 1);
}

.sidebar-sec .woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #002360;
    border: 2px solid #fff;
}

.sidebar-sec .woof .widget_price_filter .ui-slider,
.sidebar-sec .woof .widget_price_filter .ui-slider .ui-slider-range {
    background: linear-gradient(45deg, #2186d3, #002360);
}

.sidebar-sec .woof .widget_price_filter .ui-slider {
    margin: 20px;
}

.sidebar-sec .woocommerce .widget_price_filter {}


.sidebar-sec .sort-by-sec .woocommerce-ordering {
    margin: 0;
    width: 100%;
}

.sidebar-sec .woof_text_search_container input {
    border: 1px solid #0000000f;
    border-radius: 4px;
    color: rgb(var(--theme-grey-m));
}

.sidebar-sec .price_slider_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

/*-----------------------------all product page css ends   ---------------------------------------------------*/

.cards-boxs .card-text ul {
    list-style: none;
    padding-left: 24px;
    margin-bottom: 30px;
}

.cards-boxs .card-text ul li {
    margin-bottom: 15px;
}

.cards-boxs .card-text ul li:before {
    content: "\f058";
    color: rgba(var(--theme-yellow), 1);
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -22px;
}

.traning-section .slick-prev.slick-arrow:before,
.newsletter-section .slick-prev.slick-arrow:before {
    content: "\f104";
    color: rgba(var(--dark-head), 1) !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 40px;
}

.traning-section .slick-prev,
.newsletter-section .slick-prev {
    left: -50px;
}

.traning-section .slick-next.slick-arrow:before,
.newsletter-section .slick-next.slick-arrow:before {
    content: "\f105";
    color: rgba(var(--dark-head), 1) !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 40px;
}

.traning-section .slick-prev {
    left: -50px !important;
}

.traning-section .slick-next {
    right: -25px !important;
}

.traning-section .slick-slide {
    margin: 0 8.5px !important;
}

.traning-section .pils-slider-pill {
    margin: 0 auto 50px auto;
}

.traning-section .tab-content>.tab-pane {
    display: block !important;
    height: 0;
    overflow-y: clip;
}

.traning-section .tab-content>.tab-pane .courses-card {
    transform: scale(0);
    transition: .5s;
}

.traning-section .tab-content>.active .courses-card {
    transform: scale(1);
    transition: .5s;
}

.traning-section .tab-content>.active {
    height: auto;
}

section.about-section .hsqe-content p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.traning .col-lg-6:nth-child(1),
.traning .col-lg-6:nth-child(2) {
    margin-bottom: 40px;
}

section.courses-section,
section.courses-section .course-image img {
    max-height: 308px;
}

.course-image {
    min-height: 308px;
    display: flex;
    justify-content: stretch !important;
    align-items: flex-end;
    max-height: 308px;
}

.course-image img {
    width: 450px !important;
    height: auto;
    max-height: unset !important;
    max-width: unset;
}

.min-hight-for-feature-img {
    min-height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.second-secc button {
    font-size: 1rem;
}

.newsletters-heading {
    margin-top: 55px;
}

.courses-section .course-heading {
    margin-bottom: 25px;
}

.allnewsletter {
    padding-top: 2.5rem;
}

.all-courses {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.all-courses .background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.all-courses .background-image img {
    object-fit: cover;
    flex: 1;
    opacity: 35%;
}

aside.sidebar-sec input[type="radio"] {
    margin: 4px 0px 12px 0px;
}

.allcourses .allcourses-container .courses-card h6.prices-range svg {
    display: inline-block;
    margin-bottom: -3px;
}

#content-container-howmuser {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plans .left-pad {
    padding-left: 30px;
}

.plans .right-pad {
    padding-right: 30px;
    text-align: right;
}

/*----------woocommerce css--------------------------------*/
.woocommerce h3 {
    color: rgb(var(--dark-head));
}

.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #0000000f;
}

.woocommerce thead {
    background: #00000008;
    line-height: 31px;
}

thead {
    background: #00000008;
    line-height: 31px;
}

.coupon input#coupon_code {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #0000000f;
    margin-right: 10px;
}

.coupon button {
    border: 1px solid rgb(var(--theme-yellow)) !important;
    color: rgb(var(--theme-yellow)) !important;
    border-radius: 4px;
    font-size: 1rem;
    padding: 10px 20px !important;
    cursor: pointer;
}

.coupon button:hover {
    background: rgb(var(--theme-yellow)) !important;
    color: var(--white) !important;
}

.cart-collaterals {
    max-width: 1140px;
    margin: 0 auto;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    padding: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #ff2832;
    color: #fff !important;
    margin: 0 auto;
    text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 82px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto;
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.woocommerce-cart-form .product-name>a:not(.tm-cart-edit-options) {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.tm-cart-edit-options {
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
}


.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin-bottom: 5px;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}



#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 82px;
}


.woocommerce-cart-form__cart-item.woosb-item-child .product-name a:first-child {
    display: none;
}

table tr {
    box-shadow: 0px -1px 0px #0000000f;
}

table td {
    padding: 15px;
}

table {
    max-width: 1140px;
    margin: 0 auto !important;
}

thead th {
    font-size: 1rem;
    font-weight: normal !important;
}

.product-price,
.product-quantity,
.product-subtotal {
    text-align: center;
}

.woocommerce-cart-form__cart-item.woosb-item-child .product-thumbnail a {
    height: 50px;
}

.woocommerce-cart-form__cart-item.woosb-item-child:hover {
    filter: grayscale(0);
}

.woocommerce-cart-form__cart-item.woosb-item-child {
    filter: grayscale(1);
}

.woocommerce-cart-form__cart-item.woosb-item-child .product-name a:last-child {
    margin-left: 15px;
}

.woocommerce-cart-form__cart-item.woosb-item-child td {
    padding: 10px 15px;
}

td.product-name {
    width: 40%;
}

td.product-quantity input {
    border: 1px solid #0000000f;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 90px;
    border-radius: 4px;
    min-height: 45px;
}

.cart_totals h2 {
    padding: 30px 0;
}

.cart_totals .wc-proceed-to-checkout {
    margin: 30px 0;
}

.cart_totals .wc-proceed-to-checkout a,
#place_order {
    border-radius: 4px;
    border: none;
    background: rgb(var(--theme-yellow));
    color: var(--white);
    padding: 17px 15px;
    cursor: pointer;
}

.cart_totals .wc-proceed-to-checkout a:hover,
#place_order:hover {
    filter: contrast(1.5);
    text-decoration: none !important;
}

header h1 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
    color: var(--white);
    text-align: center;
}

header.entry-header {
    position: relative;
    background-image: linear-gradient(to right, #002360 30%, #2186d4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    padding: 30px 0;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon,
form.checkout {
    background: transparent;
    padding: 15px 0;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    width: calc(100% - 2rem);
}


.woocommerce-notices-wrapper .woocommerce-message,
ul.woocommerce-error,
.cart-empty.woocommerce-info,
.woocommerce-info {
    margin: 15px auto;
    border: 1px solid rgb(var(--theme-color));
    border-radius: 8px;
    padding: 20px 20px;
    background: var(--white);
    box-shadow: 0px 10px 20px 0px rgba(var(--theme-color), 10%);
    color: rgb(var(--theme-grey-d));
    width: max-content;
    max-width: 100%;
    color: #000;
}

.woocommerce-info {
    width: 100%;
    margin-bottom: 15px !important;
}

ul.woocommerce-error {
    border-color: rgb(255 0 0);
    padding: 0 !important;
    box-shadow: 0px 10px 20px 0px rgb(255 0 0 / 10%) !important;
    width: 100%;
}

ul.woocommerce-error li {
    padding: 5px 35px;
    line-height: 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

ul.woocommerce-error li:before {
    content: "\f06a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
    color: red;
    font-size: 1.5rem;
}

.return-to-shop a {
    width: max-content !important;
    border: 1px solid rgb(var(--theme-yellow)) !important;
    float: unset !important;
    display: block !important;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 4px;
    color: rgb(var(--theme-yellow));
    font-size: 1rem !important;
}

p.return-to-shop {
    max-width: 1140px;
    margin: 50px auto;
    width: 100%;
}

.return-to-shop a:hover {
    background: rgb(var(--theme-yellow));
    color: var(--white);
    text-decoration: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-info a {
    color: rgb(var(--theme-color));
    font-weight: 700;
    margin: 0 5px;
    background: #fff;
}

td.product-thumbnail a img {
    object-fit: cover;
    flex: 1;
}

td.product-thumbnail a {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 150px;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 4px;
    margin-left: auto;
}

.woocommerce-billing-fields .form-row label,
.woocommerce-billing-fields .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-billing-fields .form-row span.woocommerce-input-wrapper input,
.woocommerce-billing-fields .form-row span.woocommerce-input-wrapper .select2-selection__rendered {
    border: none;
    box-shadow: 0px 0px 0px 1px #0000000f;
    padding: 5px;
    border-radius: 4px;
    line-height: 2rem;
}

.woocommerce form .form-row {
    margin-bottom: 30px;
    padding: 0 7.5px;
}

.woocommerce-additional-fields h3 {
    margin: 2rem 0;
}

.woocommerce-additional-fields .form-row label,
.woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
    border: none;
    box-shadow: 0px 0px 0px 1px #0000000f;
    padding: 10px;
    border-radius: 4px;
}

#order_review table {
    border-collapse: collapse;
    box-shadow: 0px 0px 0px 1px #0000000f;
}

#order_review table tr {
    box-shadow: 0px -1px 0px 0px #0000000f;
}

.woocommerce-checkout-review-order .product-total,
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total td {
    text-align: center;
}

form.checkout_coupon.woocommerce-form-coupon {
    box-shadow: 0px 0px 21px 0px #0000001a;
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

form.checkout_coupon.woocommerce-form-coupon p {
    width: 100%;
}

form.checkout_coupon.woocommerce-form-coupon .form-row {
    width: 50% !important;
    margin: 0;
}

form.checkout_coupon.woocommerce-form-coupon .form-row input {
    box-shadow: 0px 0px 0px 1px #0000000f;
    padding: 15px;
    margin-left: -5px;
    border-radius: 4px;
    min-height: 50px;
}

form.checkout_coupon.woocommerce-form-coupon .form-row button:hover {
    background: rgb(var(--theme-yellow));
    color: #fff;
}

form.checkout_coupon.woocommerce-form-coupon .form-row button {
    min-height: 50px;
    border: 1px solid rgb(var(--theme-yellow));
    color: rgb(var(--theme-yellow));
    padding: 10px 35px;
    border-radius: 4px;
    background: #fff;
    transition: 0s;
    cursor: pointer;
}

#place_order {
    width: 50% !important;
    margin: 0 auto;
}

section.consulting-section-card ul {
    padding: 0px 42px;
}

.clients-slide-section .client-Logo-Container {
    min-height: 90px;
    padding: 20px;
    margin: 50px 0 45px 0;
    border-radius: 4px;
    transition: 0s;
    filter: grayscale(1);
    transform: scale(1);
}

.clients-slide-section .client-Logo-Container:hover,
.slick-center .client-Logo-Container {
    transform: scale(1.02);
    filter: grayscale(0);
}

section.consulting-section-card .traning-box .row {
    row-gap: 20px;
}

section.consulting-section-card .traning-box h3 {
    margin: 0;
}

.clients-slide-section .slick-arrow:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 5px 0 -21px;
    font-size: 2rem;
    color: rgb(var(--dark-head));
}

.clients-slide-section .slick-prev:before {
    content: "\f104";
}

.clients-slide-section .slick-next:before {
    content: "\f105";
}

.clients-slide-section .slick-next {
    left: 100%;
    transform: translateX(150%) translateY(-50%);
}

.clients-slide-section .slick-prev {
    left: 0px;
    transform: translateX(-150%) translateY(-50%);
}

.Img_container-fixed {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.Img_container-fixed img {
    object-fit: cover;
    flex: 1;
}

.Img_container-fixed-noblue:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 70%;
}

.Img_container-fixed:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-145deg, rgb(var(--theme-color)) 0% 30%, rgb(var(--theme-color-alt)) 70% 100%);
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 70%;
}

.News_slide {
    border-radius: 4px;
    overflow: hidden;
    background: #075397;
}

.News_slide {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.News_slide img {
    width: 100%;
}

.News_slide h3 {
    width: 80%;
    font-size: 16px;
    display: flex;
    height: 50px;
    justify-content: start;
    align-items: center;
    padding: 15px;
}

.News_slide a {
    margin-left: auto;
    align-self: center;
    background: transparent;
    border-color: rgb(var(--theme-yellow));
    color: rgb(var(--theme-yellow));
    padding: 0px 4px;
    aspect-ratio: 1/1;
    margin-right: 15px;
}

.News_slide a:hover {
    background: rgb(var(--theme-yellow));
    color: #fff;
}

.News_slide a img {
    width: 15px;
}

.News_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.News_slide a:hover img {
    filter: brightness(0) invert(1);
}

.MegaMenuList svg {
    width: 18px;
}

.modal {
    backdrop-filter: blur(3px);
    background: #00000001;
    z-index: 9999;
}

#login-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 15px;
}

#login-modal .modal-body a {
    width: calc(100%/3);
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
    background: none;
    color: rgb(var(--theme-grey-d));
    padding: 10px;
}

#login-modal .modal-body a:hover {
    color: #000;
}





.modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(110%, -110%);
    background: #fff !important;
    padding: 10px !important;
    aspect-ratio: 1/1 !important;
    width: 31px;
    font-size: 20px;
    color: rgb(var(--theme-color-alt));
    line-height: 0;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 8px #ffffff0f;
}


#login-modal .modal-body a:nth-child(2) {
    border-color: rgb(var(--theme-yellow));
}


#login-modal .modal-body a:hover {
    background: rgb(var(--theme-color));
    color: #fff;
}

#login-modal .modal-body a:hover:nth-child(2) {
    background: rgb(var(--theme-yellow));
}

.modal-dialog {
    max-width: 600px;
}

a.login {
    cursor: pointer;
}

#login-modal a:hover img {
    filter: brightness(0) invert(1);
}

#login-modal a img {
    width: 40px;
    margin-right: 20px;
}

#upsell-modal .modal-dialog {
    max-width: 800px;
}

#upsell-modal .upsell_qty {
    width: 100%;
    text-align: center;
    border: 1px solid #0000000f;
    padding: 7px;
    border-radius: 4px;
}


.row-gap {
    padding: 15px 10px;
}

.alert-msg {
    position: fixed;
    bottom: 0px;
    left: 50%;
    background: rgb(var(--theme-yellow));
    transition: .5s;
    max-height: 80px;
    width: max-content;
    transform: translate(-50%, 100%);
    padding: 10px 25px;
    z-index: 99;
    border-radius: 4px;
    color: #fff;
}

.alert-msg a {
    color: rgb(var(--theme-color));
    margin-left: 5px;
    background: #fff;
    padding: 2px 16px;
    border-radius: 40px;
    font-size: 14px;
}

.alert-msg.animate-alert {
    bottom: 110px;
    transform: translate(-50%, 0%);
    animation: alertAnimate 5s linear;
    transition: .5s;
}

@keyframes alertAnimate {
    97% {
        bottom: 110px;
        transform: translate(-50%, 0%);
    }

    100% {
        bottom: 0px;
        transform: translate(-50%, 100%);
    }
}

.Youtube_Iframe {
    height: 303px;
}

.blog-archive-page .M-TB {
    margin: 15px 0;
}

.blog-archive-page {
    margin-top: 110px;
}

.blogInnerPage .entry-header .post-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin: 0;
}

.blogInnerPage .entry-header .post-thumbnail img {
    object-fit: cover;
    flex: 1;
    height: unset !important;
    width: unset !important;
    max-width: unset !important;
    opacity: 35%;
}

.blogInnerPage .entry-header h1 {
    position: relative;
    text-align: center;
    z-index: 2;
}

.blogInnerPage {
    margin-bottom: 110px;
}

.Comments-Blog {
    margin: 110px 0;
}

.Comments-Blog h2#reply-title {
    color: rgb(var(--dark-head));
    font-size: 3rem;
}

.Comments-Blog .comment-form-comment label {
    display: none;
}

.Comments-Blog .comment-form-comment textarea {
    width: 100%;
    min-height: 200px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 0px 1px rgb(0, 0, 0, 6%);
    margin: 15px 0;
    padding: 1rem;
}

.Comments-Blog .form-submit input[type="submit"] {
    padding: 15px 40px;
    border: none;
    background: rgb(var(--theme-yellow));
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.Comments-Blog .form-submit input[type="submit"]:hover {
    filter: brightness(1.1);
}

.post-navigationSec p.meta-nav {
    width: max-content;
    border: 1px solid rgb(var(--theme-color));
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 180px;
}

.post-navigationSec p.meta-nav:hover {
    background: rgb(var(--theme-color));
    color: #fff;
}

.cart-collaterals {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}

.cross-sells-remain {
    order: 3;
    width: 100%;
}

.cross-sells-remain ul {
    margin: 0 -15px;
}

.cross-sells-remain ul li {
    max-width: calc(100%/4);
    margin: 40px 0 !important;
}

.cart-collaterals ul.products.columns-2 li {
    box-shadow: 0px 0px 0px 1px rgb(0, 0, 0, 6%);
    border-radius: 4px;
}



.cart-collaterals ul.products.columns-2 li h2.woocommerce-loop-product__title {
    font-size: 1rem;
    color: rgb(var(--dark-head));
    margin: 10px 15px;
}

.cart-collaterals ul.products.columns-2 li span.price {
    margin: 10px 15px;
    font-weight: 700;
    color: rgb(var(--theme-yellow));
}

.cart-collaterals ul.products.columns-2 li a.add_to_cart_button {
    margin: 0px 15px 15px 15px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    background: rgb(var(--theme-yellow));
}

.cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-collaterals .cross-sells>h2 {
    margin-bottom: 15px !important;
    color: rgb(var(--dark-head));
    padding: 0px 15px;
}

.cart-collaterals span.onsale {
    display: none;
}

.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
    width: 50% !important;
    float: unset !important;
}

.cart-collaterals .cross-sells {
    margin-left: -15px;
}

.cross-sells ul.products.columns-2 li.product {
    width: calc(100% / 2 - 30px) !important;
    margin: 15px;
}

.cross-sells-remain ul.products.columns-2 li.product {
    width: calc(100% / 4 - 37px) !important;
    margin: 15px !important;
}

section.newsletter-section.blog-sections {
    background: linear-gradient(0deg, rgb(248, 248, 248), #fff);
}

.search-Courses-field input[type="text"] {
    padding-left: 25px;
}

.archive-page-sp .News_slide {
    margin: 15px 0;
}

.sidebar-sec .woof_show_text_search_container a.woof_text_search_go:after {
    content: "\f002";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.3rem;
    position: relative;
    transform: rotatey(180deg);
    display: block;
}

.sidebar-sec .woof_show_text_search_container a.woof_text_search_go {
    background: unset !important;
    color: rgb(var(--dark-head));
}

.navpills .pills-container {
    width: max-content;
    padding: 0 5px;
}

.modal-body .upsell_heading {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1rem;
}

.modal-body .upsell_price {
    line-height: 45px;
}

.cross-sells.offers-section,
.cross-sells-remain.offers-section {
    background: none !important;
    padding: 0;
}

.cross-sells-remain.offers-section {
    margin: 0 0;
}

.cross-sells.offers-section {
    margin: 0 auto 0 -15px;
}

.cross-sells.offers-section li,
.cross-sells-remain.offers-section li {
    box-shadow: none !important;
    width: 100% !important;
    max-width: unset;
    margin: 0 !important;
}

.cross-sells.offers-section a,
.cross-sells-remain.offers-section a {
    text-decoration: none;
}

.cross-sells-remain.offers-section,
.cross-sells-remain.offers-section>ul {
    width: 100%;
}

.cart-collaterals .cart_totals {
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px #0000000f;
}

/*nav ul.navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding-left: 50px;
}
nav ul.navbar-nav>li a {
    color: rgb(var(--dark-head));
}
nav ul.navbar-nav>li.active a {
    color: rgb(var(--theme-color));
}
nav ul.navbar-nav>li {
    align-items: center;
    display: flex;
    justify-content: center;
}*/
nav .sub-menu-toggle {
    display: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a,
.wp-megamenu-wrap .wpmm-nav-wrap>ul>li .wpmm-search-wrap>a.search-open-icon {
    padding: 15px 8px;
}

.wpmm_brand_logo_wrap {
    display: none;
}

.wpmm-search-wrap {
    display: none;
}

#wp-megamenu-primary {
    padding-right: 0;
}

body .wp-megamenu-wrap .wpmm-nav-wrap>ul {
    position: unset;
}

nav .wp-megamenu>li>a {
    text-transform: capitalize !important;
    font-size: 1rem !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    color: rgb(var(--dark-head)) !important;
}

nav .wp-megamenu-wrap+li a {
    margin-top: -8px;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a,
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a,
.wpmm-woo-product-category ul li.cat-list a:hover,
.wpmm-woo-product-category.layout_2 ul li a:hover {
    color: rgb(var(--theme-color)) !important;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h1,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h2,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h3,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h4,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h5,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu h6 {
    font-size: 0.8rem !important;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif !important;
}

#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
    font-weight: bold !important;
    color: rgb(var(--theme-color)) !important;
}

nav .wp-megamenu-wrap {
    position: unset;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 4px !important;
    box-shadow: 0px 0px 25px 0px #0000001c;
    animation-name: wpmmfadeInDownSpea !important;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu {
    width: 100% !important;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li {
    padding: 25px 20px 25px 20px !important;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li a {
    color: rgb(var(--theme-grey-d)) !important;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li:last-child {
    padding: 0 0 0 5px !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li:last-child>ul {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li:last-child>ul>li {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
    width: 100%;
}

nav .wp-megamenu>li>.wp-megamenu-sub-menu>li>.wp-megamenu-sub-menu>li:last-child>ul>li>img {
    object-fit: cover;
    flex: 1;
}

#wp-megamenu-primary {
    background: unset !important;
}

@keyframes wpmmfadeInDownSpea {
    from {
        opacity: 0;
        transform: translateY(-10px) translateX(-50%) !important;
    }

    to {
        opacity: 1;
        transform: translateY(0px) translateX(-50%) !important;
    }
}

.woocommerce .cart_totals {
    margin-left: auto;
}

.woocommerce .woosb-cart-child.woosb-item-child .product-price,
.woosb-cart-child.woosb-item-child .product-quantity,
.woosb-cart-child.woosb-item-child .product-subtotal {
    display: none;
}

.download_page.newsletter-section {
    background: linear-gradient(180deg, rgb(248, 248, 248), #fff);

}

.rem1_5 {
    font-size: 1.5rem;
}

.weight_600 {
    font-weight: 600;
}

.cursor_normal .courses-card {
    cursor: unset !important;
}

.woocommerce .woosb-item-child .product-total,
.woocommerce .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}


/* hiding addtional info on woo checkout */
.woocommerce-additional-fields {
    display: none;
}

/*--------------My account Css ----------------------------------*/
.woocommerce-myaccount-container .woocommerce-MyAccount-navigation {
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px #0000000f;
    overflow: hidden;
    margin-top: 2.5rem;
}

.woocommerce-myaccount-container .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-myaccount-container .woocommerce-MyAccount-navigation ul li a {
    padding: 0.8rem 1rem;
    display: inline-flex;
    width: 100%;
    color: rgb(var(--dark-head));
    font-weight: 600;
}

.woocommerce-myaccount-container .woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(var(--theme-color), 15%);
    color: rgb(var(--theme-color));
    border-left: 4px solid;
}

.woocommerce-myaccount-container .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-myaccount-container .woocommerce-Button {
    background: rgb(var(--theme-yellow)) !important;
    padding: 0.5rem 1rem;
    border-radius: 100px;
}

.woocommerce-myaccount-container .woocommerce-Button:hover {
    text-decoration: unset !important;
    filter: brightness(1.1);
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper p,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-myaccount-container .addresses {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper label,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account fieldset legend+.form-row-wide,
.woocommerce-myaccount-container .addresses header,
.woocommerce-myaccount-container .addresses address {
    width: 100%;
}

.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account fieldset legend {
    color: rgb(var(--dark-head));
    font-weight: 600;
    font-size: 2rem;
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_first_name_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_last_name_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_company_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_country_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_phone_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_email_field,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account .form-row-last,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account .form-row-wide,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_last_name_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_company_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_country_field,
.woocommerce-myaccount-container .addresses>div {
    width: 50%;
}

.woocommerce-myaccount-container .addresses .edit {
    padding: 0.7rem 2rem;
    background: rgb(var(--theme-color));
    color: var(--white);
    border-radius: 4px;
    margin: 0.5rem 0;
    display: inline-flex;
}

.woocommerce-myaccount-container .addresses>div {
    float: unset !important;
    width: 50% !important;
    display: flex;
    max-width: unset;
    flex: unset;
    flex-wrap: wrap;
    padding: 0;
}

.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account .form-row-wide {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_address_1_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_address_2_field,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account fieldset>p>span,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_address_1_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
.my-account-container .form-row-wide label,
.my-account-container .form-row-wide>span,
.my-account-container .form-row label {
    width: 100%;
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_city_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_state_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #billing_postcode_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_city_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_state_field,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
    width: calc(100% / 3);
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper input,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper textarea,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper span.selection>span,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account textarea,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account input,
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account span.selection>span,
.my-account-container input[type="text"],
.my-account-container input[type="email"],
.my-account-container input[type="password"] {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    border: none !important;
    box-shadow: 0px 0px 0px 1px #0000000f;
    min-height: 45px;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper input:focus,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper textarea:focus,
.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper span.selection>span:active {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 16%);
}

.woocommerce-myaccount-container .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.woocommerce-myaccount-container .woocommerce-address-fields button[type="submit"],
.woocommerce-myaccount-container .woocommerce-EditAccountForm.edit-account button[type="submit"],
.my-account-container button[type="submit"] {
    background: rgb(var(--theme-yellow));
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-myaccount-container .woocommerce-address-fields button[type="submit"]:hover {
    filter: brightness(1.1);
}

.woocommerce_message_custom .woocommerce-message {
    background: var(--white);
    border: 1px solid rgb(var(--theme-color));
    border-radius: 4px;
    box-shadow: 0px 0px 14px 0px #0000000f;
}

.woocommerce_custome_alert .woocommerce-error,
.woocommerce-myaccount-container .woocommerce-error {
    padding: 1rem !important;
}

#commentform {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.8rem;
}

#commentform .comment-notes,
#commentform .comment-form-comment,
#commentform .comment-form-cookies-consent {
    width: 100%;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 10px);
}

#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
    width: 100%;
    min-height: 2rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 0px 1px #0000000f;
    margin: 15px 0;
    padding: 1rem;
}

nav.post-navigation .nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 2rem;
}

nav.post-navigation .nav-links .nav-next .meta-nav {
    margin-left: auto;
}

div.woof_info_popup {
    left: 50% !important;
    transform: translatex(-50%);
}

.order-details-custom .woocommerce-notice--success,
.order-details-custom .woocommerce-thankyou-order-details,
.order-details-custom .woocommerce-thankyou-order-details+p,
.order-details-custom .woocommerce-order-details,
.order-details-custom .woocommerce-customer-details {
    max-width: 1170px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.order-details-custom .woocommerce-notice--success {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.order-details-custom .woocommerce-order-details {
    margin-bottom: 40px;
    margin-top: 40px;
}

.order-details-custom .woocommerce-thankyou-order-details {
    padding-left: 35px;
}

.order-details-custom tr th:nth-child(2) {
    width: 10%;
}

.sidebar-sec .woof_list.woof_list_radio li input {
    margin-top: 9px;
    margin-right: 0.5rem;
}

.sidebar-sec .woof_list.woof_list_radio li {
    display: flex;
    justify-content: start;
    align-items: start;
}

.sidebar-sec .woof_list.woof_list_radio li label {
    flex: 1;
}

/*-------------------------------------------------*/
@media (min-width: 768px) {
    .cart-page .quantity {
        width: 68px;
    }

}

@media (max-width: 991px) {
    .banner-image {
        text-align: center;
    }

    .before-image:before {
        top: 0%;
        left: 50px;
    }

    .traning .icon {
        width: 100px;
        margin: 10px 0;
    }

    section.courses-section {
        max-height: unset;
    }
}

@media(max-width: 767px) {
    .top-right-menu {
        text-align: left;
    }

    header.top_header {
        padding: 10px;
    }

    section.about-section .row.pt-111 {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .navpills ul li a.nav-link {
        display: block;
        padding: 13px 23px;
    }

    .course-image:before {
        top: 0;
    }

    .before-image {
        margin-top: 60px;
    }

    .course-image {
        min-height: 450px;
    }

    .courses-section .course-heading {
        margin-top: 25px;
        text-align: center;
    }

    .search-course .form-group {
        margin: 0 auto 25px auto;
    }

    .course-image img {
        width: 100% !important;
    }

    .navpills ul li a.nav-link {
        min-width: unset !important;
    }

    #carouselExampleIndicators a.slide-controler {
        display: none;

    }

    .cards-boxs .card-text {
        padding: 1rem 1rem 1rem 1rem;
    }

    .allcourses .allcourses-container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    aside.sidebar-sec {
        margin-top: 110px;

    }

    a,
    a:hover {
        text-decoration: none !important;
    }


    @media (min-width:320px) {

        /* removing padding on logos for smartphones, Android phones, landscape iPhone */
        .logos {
            padding: 0px;
            transition: all 0.3s ease-in-out;
            min-height: 160px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li {
        padding: 30px 25px !important
    }

    #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
/* Indent child lines and add a ↳ marker without touching the HTML */
tr.mw-bundle-child .product-name {
  position: relative;
  padding-left: 1.5rem;   /* indent */
}

tr.mw-bundle-child .product-name::before {
  content: "↳";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  opacity: .7;
}

