.banner-content {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.header-icons , .prof-menu{
    display: none;
}
.icons-bar {
    width: 30px;overflow: hidden;height: 26px;position: relative;
}
.icons-bar div {
    position: absolute;
    left: 0;
    top: 200%;


    transition-duration: 2s;
}
.rtl .menu>ul li ul{
    left : unset;
    right: -20%;
}
.pageheader-thumb.custom{
    margin-bottom: var(--desktop_margin);
}
.rtl .menu>ul li ul li ul{
    right:100%;
    left:unset;
}
.pageheader-content .phs-title, .pageheader-content .phs-desc {
    color: #fff;
    line-height: 40px;
}
.pageheader-content .phs-title {
    line-height: 55px;
}
.pageheader-content .phs-desc {
    font-size: 19px;
}
.section-header{
    margin-bottom: 50px;
}
.social_icon{
    margin-right:20px;margin-left:20px;
}
.rtl .banner-section .section-wrapper .banner-content .subtitle{
    font-size: 42px;
    font-weight: 500;
}
.lab-ul li a:hover {
    color:#FFF;
}
.new-offers .one-item {
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: auto;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    padding: 0px !important;
}
.rtl .banner-section .section-wrapper .banner-content .title {
    font-size: 63px !important;
    margin-bottom: 40px;
    font-weight: 800;
}
.banner-section .section-wrapper .banner-content .title {
    font-size: 43px !important;
}
.header-wrapper {
    justify-content: space-between !important;
}
.header-wrapper .menu-area .ellepsis-bar {
    margin-right: 20px;
}
.header-bar{
    margin: 0;
}
.soc-hov a:hover {
    transform: scale(1.2);
}

.menu-area {
    margin-left: 20px;
}

.logo a img {
    height: 55px !important;
}

.p_box_offer {
    color: #3BA7B4;
    text-align: center;
    font-family: Somar Sans;
    font-size: 27px;
    margin-bottom: 0px;
    font-weight: 600;
}

.new-offers .one-item .div_footer{
    padding-right: 15px;padding-left:15px;height: 75px
}
.span_add_cart {
    color: var(--cla-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: Somar Sans
}

.soc-mob-phone {
    position: fixed;left:2%;bottom: calc(10% + 50px );width: 35px;font-size: 30px; z-index: 100;
}
.list-hiro2 li{
    padding: 0px 0px 0px 50px;
    list-style: none;
    margin: 0;
}
.list-hiro2 li {
    color: var(--primary-color);font-size: 26px;font-weight: 500
}
.rtl .soc-mob-phone{
    right: 2%;
    left: unset;
}

.rtl .list-hiro2 li{
    background-position: top right !important;
}
.rtl .list-hiro2 li{
    padding: 0px 50px 0px 0px;
}

.rtl .about-thumb{
    text-align: left;
}
.pageheader-section.style-3 {
    background: var(--primary-color);
}
.pageheader-content.text-center h2, .pageheader-content.text-center li, .pageheader-content.text-center li a  {
    color: #fff;
}
.card-btn{

    font-weight:700;
    background-color: var(--cla-color);
    border-radius: 13px;
    color: #fff;
    width: max-content;
    font-size: 17px;
    padding-bottom: 8px;
    text-align: center;
    margin:0 auto;

}
.rtl .outline-select .select-icon{
    left: 0;
    right: inherit;
    border-radius: 3px 0 0 3px;
}

.wrapper1 .card {
    margin: 10px;
    /* for codepen */
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.wrapper1 .card:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wrapper1 .card-img-top {
    background-color: grey;
}

.wrapper1 img {
    border-radius: 50%;
    margin: 20px 0;
}

.wrapper1 .card-text {
    font-size: 20px;
    font-weight: 800;
    color: #ed5153;
    margin: 0;
}

.wrapper1 .card-body {
    position: relative;
}

.wrapper1 .btn {
    position: absolute;
    top: -17px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 0;
    background-color: #ed5153;
    border-color: #ed5153;
    color: #fff;
}

.wrapper1 .btn:hover {
    background-color: #dc3032;
    border-color: #dc3032;
    color: #fff;
}

.wrapper1 .btn:focus {
    box-shadow: none;
}

.wrapper1 .target {
    color: #dc3032;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    transform: translateY(-100px);
    opacity: 0;
}

.wrapper1 {
    position: fixed;
    bottom: 30px;
    right: 26px;
    top: auto;
    z-index: 100;
}

.rtl .wrapper1 {
    left: 30px;
    right: initial;
}

.wrapper1 .shop {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 2;
}

.wrapper1.active .target {
    animation: fall cubic-bezier(0.6, 0.04, 0.98, 0.335) .3s, opacity ease .3s;
}

.wrapper1.active .shop {
    animation: bump ease .2s .4s;
}

.wrapper1.active::after {
    animation: marker ease .2s .4s;
}

.wrapper1::before {
    content: '';
    height: 65px;
    width: 65px;
    position: absolute;
    display: flex;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper1.active::before {
    animation: ripple ease .3s .4s;
}

.wrapper1.marked::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 15px;
    height: 15px;
    background-color: #dc3032;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 100;
}

.rtl .course-item .course-inner .course-content .course-category .course-cate a::before,.rtl  .pageheader-section.style-2 .pageheader-content .course-category .course-cate::before{
    left: unset;
    right:0px;
}
.breadcrumb-item a:visited{
    color: #fff;
}
.button-hiro.sin a{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight:700;
    background-color: var(--cla-color);
    border-radius: 13px;
    color: #fff; width: 390px; font-size: 42px; line-height: 80px; padding-bottom: 8px; text-align: center;
}
@keyframes ripple {
    0% {
        border: 4px solid #dc3032;
        visibility: visible;
        opacity: 1;
    }

    100% {
        border: 4px solid #dc3032;
        opacity: 0;
        width: 120px;
        height: 120px;
    }
}

@keyframes fall {
    0% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        transform: scale(2);
        opacity: 1;
    }
}

@keyframes bump {
    50% {
        height: 58px;
        width: 62px;
        transform: translateY(20px);
    }
}

@keyframes marker {
    50% {
        transform: translateY(20px);
    }
}


.prof.menu>ul li ul {
    right: 0;
}

@media (min-width: 1280px) {
    .banner-section .section-wrapper .banner-content .title {
        font-size: 43px !important;
    }
    .section-header .subtitle {
        padding-top: 50px;
        font-size: 50px !important;
    }

    .section-header .subtitle {
        padding-top: 50px;
        font-size: 43px !important;
    }

    .section-header .title {
        font-size: 30px;
    }

    .featured-courses {
        gap: 30px;
    }

    .featured-courses a .one-item {
        display: flex;
        justify-content: center;
        width: 400px;
        height: 270px;
        border-radius: 10px;
        background: #FFF;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
        padding: 0px !important;
    }

    .featured-courses a .one-item .bg-img {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .featured-courses a .one-item .bg-img .title {
        background-color: #308183;
        opacity: 75%;
        width: 370px;
        height: 50px;
        position: absolute;
        bottom: 10px;
        z-index: 1;
        right: 15px
    }

    .featured-courses a .one-item .bg-img .p-title {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        width: 100%;
        height: 100%;
        font-size: 19px;
    }

    .new-offers {
        /*gap: 30px;*/
    }




    .new-offers .one-item .bg-img {
        background-image: url('../images/new-offers.png');
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

    .logo a img {
        height: 55px;
    }
}

@media (max-width: 1024px) {
    .soc-mob-phone{
        bottom: calc(30px + 40px );
    }
    .social_icon{
        margin-right:21px;margin-left:21px;
    }
    .rtl .banner-section .section-wrapper .banner-content .subtitle {
        font-size: 26px !important;
    }
    .banner-section .section-wrapper .banner-content .subtitle {
        font-size: 17px !important;

    }

    .rtl .banner-section .section-wrapper .banner-content .title {
        font-size: 45px !important;
        font-weight: 800;
    }
    .banner-section .section-wrapper .banner-content .title {
        font-size: 33px !important;
        margin-bottom: 40px !important;
    }

    .banner-section .section-wrapper .banner-thumb {
        margin-top: 20px !important;
        margin-bottom: 30px;
    }

    .featured-courses {
        gap: 45px;
    }

    .featured-courses a .one-item {
        display: flex;
        justify-content: center;
        width: 220px;
        height: 150px;
        border-radius: 10px;
        background: #FFF;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
        padding: 0px !important;
    }

    .featured-courses a .one-item .bg-img {
        height: 100%;
        width: 90%;
        background-size: 99%;
        position: absolute;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .featured-courses a .one-item .bg-img .title {
        background-color: #308183;
        opacity: 75%;
        width: 196px;
        height: 30px;
        position: absolute;
        bottom: 9px;
        z-index: 1;
        right: 1px
    }
    .p_box_offer {
        font-size: 20px;
    }
    .new-offers .one-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .div_footer svg{
        width: 40px !important;
        height: 40px !important;
    }

    .div_footer img{
        width: 40px !important;
        height: 40px !important;
    }

    .span_add_cart {
        color: var(--cla-color);
        font-size: 14px;
    }
    .new-offers .one-item .div_footer{
        padding-right: 10px;padding-left:10px;
    }
    .featured-courses a .one-item .bg-img .p-title {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .logo a img {
        height: 55px;
    }

    .lab-ul {
        gap: 0px !important;
    }

    .rtl .menu>ul {
        margin-right: 30px
    }

    /* .menu>ul {
        margin-left: 30px
    } */

    .rtl .section-header .subtitle {
        padding-top: 0px;
        font-size: 50px;
    }
    .section-header .subtitle {
        padding-top: 0px;
        font-size: 43px !important;
    }
}
@media (max-width: 990px){
    .pageheader-thumb.custom{
        margin-bottom: var(--mob_margin);
    }
    .pageheader-content{
        text-align: center;
    }
    .pageheader-section.style-3 {
        padding: 150px 0 50px 0;
    }
}
@media (max-width: 768px) {
    .button-hiro.sin a{
        margin: 10px auto;
        padding: 0 20px;
        font-size: 22px;
        line-height: 50px;
        border-radius: 8px;
        width: max-content;
    }
    .list-hiro div p {
        font-size: 17px !important;
        text-align: center;
    }

    .list-hiro div span {
        width: 60px;
    }
    .featur-courses .section-header .title {
        margin-bottom: 25px;
    }
    .social_icon{
        margin-right:5px;margin-left:5px;
    }
    .banner-section{
        padding-top: 120px !important;
    }
    .header-top-area .left {
        width: fit-content;
    }

    .banner-section .section-wrapper .banner-content .subtitle {
        display: flex;
        justify-content: center;
        font-size: 33px !important;
    }

    .banner-section .section-wrapper .banner-content .title {
        display: flex;
        justify-content: center;
        font-size: 53px !important;
    }

    .banner-section .section-wrapper .banner-thumb {
        display: flex;
        justify-content: center;
    }

    .list-hiro div {
        margin-right: auto;
        margin-left: auto;
        justify-content: start;
    width: 100%;
    }
    .rtl .banner-section .section-wrapper .banner-content .title {
        font-size: 28px !important;
        font-weight: 800;
    }
    .rtl .banner-section .section-wrapper .banner-content .subtitle {
        font-size: 16px !important;
    }
    .button-hiro {
        justify-content: center !important;
    }

    .featured-courses a .one-item .bg-img .title {
        width: 197px;
        bottom: 9px;
        opacity: 75%;
    }

    .business-courses a {
        color: #FFF !important;
    }

}

@media (max-width: 425px) {
    .list-hiro2 li{
        font-size: 20px;
    }
    .button-hiro button{
        line-height: 45px !important;
    }
    .banner-content {
        margin-right: 47px;
        margin-left: 29px;
        margin-top: 5px;
        margin-bottom: 0px !important;
    }
    .rtl .banner-section .section-wrapper .banner-content .title {
        font-size: 25px !important;
    }
    .section-header{
        margin-bottom: 0px !important;
    }
    .header-wrapper .menu-area .login,
    .header-wrapper .menu-area .signup {
        display: flex;
    }
    .social_icon{
        margin-right:6px;margin-left:6px;
    }
    .menu-area {
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-area .login i {
        margin-top: 4px;
    }

    .menu-area .signup i {
        margin-top: 4px;
    }

    .menu-area .login {
        gap: 3px;
    }

    .menu-area .signup {
        gap: 10px;
        padding: 3px;
    }

    .header-wrapper {
        padding: 0 !important;
    }

    .banner-section {
        padding-top: 120px;
    }

    .banner-section .section-wrapper .banner-content .subtitle {
        font-size: 12.3px !important;
    }

    .banner-section .section-wrapper .banner-content .title {
        font-size: 24px !important;
        margin-bottom: 30px;
    }

    .list-hiro div {
        margin-right: 0px;
    }



    .list-hiro div span img {
        margin-top: .25rem !important;
    }

    .button-hiro button {
        width: 190px !important;
        font-size: 25px !important;
        padding-top: 5px !important;
    }

    .button-hiro {
        margin-top: 1rem !important;
    }

    .section-wrapper .row {
        gap: 0px;
    }

    .section-header .subtitle {
        padding-top: 0px;
        font-size: 35px;
    }

    .section-header h1 {
        padding-top: 30px !important;
        font-size: 2.75rem !important;
    }

    .p_box_offer {
        font-size: 18px;
    }

    .new-offers .one-item {
        margin-right: 25px;
        margin-left: 25px;
    }

    .span_add_cart {
        color: var(--cla-color);
        font-size: 15px;
    }
    .new-offers .one-item .div_footer{
        padding-right: 10px;padding-left:10px;
    }
}

@media (max-width: 375px) {
    .banner-section .section-wrapper .banner-content .subtitle {
        font-size: 14px !important;
    }

    .banner-section .section-wrapper .banner-content .title {
        font-size: 22px !important;
    }

    .list-hiro div p {
        font-size: 15px !important;
    }
}

@media (max-width: 320px) {}

.lab-ul li a:hover {
    color: var(--primary-color);
}

.lab-ul .not_hover a:hover {
    color: #fff !important;
}

.business-courses a:hover {
    color: var(--primary-color) !important;
}

.featured-courses a:hover .one-item {
    background: var(--primary-color) !important;
}

.new-offers:hover div:hover .one-item div .img-hover {
    background: var(--primary-color) !important;
}

/* .course-inner:hover .course-content a h5{
    color: var(--cla-color) !important;
}

.course-inner .course-content a h5{
    color: var(--primary-color) !important;
} */
