@font-face {
    font-family: 'NeoSansBold';
    src: url('../fonts/NeoSansBold/NeoSansBold.eot');
    src: url('../fonts/NeoSansBold/NeoSansBold.eot') format('embedded-opentype'),
    url('../fonts/NeoSansBold/NeoSansBold.woff2') format('woff2'),
    url('../fonts/NeoSansBold/NeoSansBold.woff') format('woff'),
    url('../fonts/NeoSansBold/NeoSansBold.ttf') format('truetype'),
    url('../fonts/NeoSansBold/NeoSansBold.svg#NeoSansBold') format('svg');
}

@font-face {
    font-family: 'NeoSansRegular';
    src: url('../fonts/NeoSansRegular/NeoSansRegular.eot');
    src: url('../fonts/NeoSansRegular/NeoSansRegular.eot') format('embedded-opentype'),
    url('../fonts/NeoSansRegular/NeoSansRegular.woff2') format('woff2'),
    url('../fonts/NeoSansRegular/NeoSansRegular.woff') format('woff'),
    url('../fonts/NeoSansRegular/NeoSansRegular.ttf') format('truetype'),
    url('../fonts/NeoSansRegular/NeoSansRegular.svg#NeoSansRegular') format('svg');
}
@font-face {
    font-family: 'RBRegular';
    src: url('../fonts/RBRegular.ttf');
}
@font-face {
    font-family: 'RBBold';
    src: url('../fonts/ArbFONTS-Dubai-Bold.ttf');
}
@font-face {
    font-family: 'bcarabic';
    src: url('../fonts/BritishCouncil-Arabic-Black.ttf');
}
@font-face {
    font-family: 'DubaiW23-Bold';
    src: url('../fonts/DubaiW23/DubaiW23-Bold.eot');
}
@font-face {
    font-family: 'DubaiW23-Light';
    src: url('../fonts/DubaiW23/DubaiW23-Light.eot');
}
@font-face {
    font-family: 'DubaiW23-Medium';
    src: url('../fonts/DubaiW23/DubaiW23-Medium.eot');
}
@font-face {
    font-family: 'dubai-Regular';
    src: url('../fonts/DubaiW23/dubai-Regular.eot');
}

@font-face {
    font-family: 'dubai-Medium';
    src: url('../fonts/Dubai-Medium.ttf'); 
}
@font-face {
    font-family: 'PortadaARA-bold';
    src: url('../fonts/PortadaARA-Bold.otf');
}
@font-face {
    font-family: 'PortadaARA-regular';
    src: url('../fonts/PortadaARA-Regular.otf');
}
@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.ttf');
}
@font-face {
    font-family: 'Bahij-Janna-Regular';
    src: url('../fonts/Bahij-Janna-Regular.ttf');
}
@font-face {
    font-family: 'Bahij-Janna-Bold';
    src: url('../fonts/Bahij-Janna-Bold.ttf');
}
@font-face {
    font-family: 'Tajawal-Regular';
    src: url('../fonts/Tajawal-Regular.ttf');
}

.all-slide{
    background: #eeeeee;
}
.mainslider{
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;

}

.col-lg-3 > a{
    width:100%;
}
button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}
.no-margin{
    margin: 0 !important;
}
.mainslider .item{
    padding :  0;
    position: relative;
 
}
.mainslider .item:after{
    content: " ";
    background-color: #441f47c9;
    position: absolute;
    top: 0;
    right:  0;
    width: 100%;
    height: 100%;
}
.owl-carousel {
    direction: ltr;
}
.form-control{
        border-radius: 5px;
        height:50px;
}
 header.head-inside{
    position: relative;
    z-index: 1;

}
header.head-inside .nav-btn{
    color: #441f47;

}
header.head-inside .nav-btn:before{
    filter: invert(15%) sepia(29%) saturate(1890%) hue-rotate(255deg) brightness(25%) contrast(93%);

}
 .open-remind-section{
     position: fixed;
     top: 50%;
     left: 50%;
     width: 80%;
     height: 80%;
     background-color: rgba(0,0,0,.6);
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 0;
     visibility: hidden;
     transform: scale(0) translateX(-50%) translateY(-50%);
     transition: linear .4s;
     padding: 20px;
 }
 .special-input{
     pointer-events: none;
 }
.open-remind-section.openit{
    visibility: visible;
    z-index: 9999;
    transform: scale(1) translateX(-50%) translateY(-50%);
    transition: linear .4s;
}
.open-remind-section.openit label{
    color: #000 !important;
}
.open-remind{
    cursor: pointer;
}
.ctfz{
    color: transparent !important;
    font-size: 0 !important
;
}
 .form-content i{

     position: absolute;
     top: 20px;
     left: 20px;
     font-size: 30px;
     color: white;
     cursor: pointer;
 }
.form-control:focus {
    /*border-color: #009746;*/
    /*box-shadow: 0 0 0 0.2rem rgba(0, 151, 70, .25);*/
}
.video-intro{
    margin-bottom: 50px;
}
.video-intro video{
        width: 100%;
    margin: 0 auto;
    display: table;
    height: 455px;
}


.wp-pagenavi{
        background: #38acbb;
    text-align: center;
    padding: 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    color: white;
    margin: 5px;
}
.intop-side{
    background-size: 100% 100% !important;
}






  .occpage .accordion {
    max-width: 100%;
    margin: 0; }
    .occpage .accordion li {
      list-style: none;
      margin: 0;
      position: relative; }
      .occpage .accordion li a {
        width: 100%;
        cursor: pointer;
    color: #FFFFFF;
    user-select: none;
    background: #3288c7;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 0 20px;
        margin-bottom: 20px;
        transition: linear .4s;
        z-index: 1;
        box-shadow: 0px 0px 10px 1px transparent; }
        .occpage .accordion li a:after {
          content: " ";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 0;
          transition: linear .4s;
          background: #38acbb;
          z-index: -1; }
        .occpage .accordion li a:before {
          content: "\f0dd";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 18px;
          color: #384b69;
          position: absolute;
          left: 20px;
          top: 10px;
          transition: linear .4s; }
      .occpage .accordion li .active {
        position: relative;
        color: #fff;
        margin: 0;
        transition: linear .4s;
        box-shadow: 0px 0px 10px 1px #949494; }
        .occpage .accordion li .active:after {
          height: 100%;
          transition: linear .4s; }
        .occpage .accordion li .active:before {
          transition: linear .4s;
          color: #fff;
          top: 15px;
          transform: rotate(180deg); }
      .occpage .accordion li p {
        display: none;
        background: #c2362d08;
    color: #000;
    padding: 10px;
    font-size: 16px;}

















.dis-effect{
        cursor: not-allowed;
}



.uploader{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #042104;
    animation: animateBg 10s linear infinite;
    position:fixed;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:9999;
}
@keyframes animateBg {
    0%{
        filter:hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}
section .loader{
    position: relative;
    width: 120px;
    height: 120px;

}
section .loader span{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg * var(--i)));
}
section .loader span::before{
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #00ff0a;
    box-shadow: 0 0 10px #00ff0a,
                0 0 20px #00ff0a,
                0 0 40px #00ff0a,
                0 0 60px #00ff0a,
                0 0 80px #00ff0a,
                0 0 100px #00ff0a;
    border-radius: 50%;
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i));
}
@keyframes animate {
    0%{
        transform: scale(1);
    }
    80%,100%{
        transform: scale(0);
    }
}

.course-content a{
    display:block;
}

.acf-button-group label ,.acf-switch span{
    color:#000;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'PortadaARA-regular';
    color: #212529;
    font-size: 16px;
    direction: rtl;
    text-align: right;
}
form#registration,.center-auto{
    width:60%;
    margin:0 auto;
}
.rating-container .filled-stars{
         -webkit-text-stroke: 0px #777;
}
.left-header{
    display: flex;
    align-items: center;
}
/*Start Search*/
.search-btn {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 10px; }

.search-area {
    position: absolute;
    top: 0%;
    right: 0%;
    opacity: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all linear .4s;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 250px 0 0 0;
    visibility: hidden; }
.search-area .search-content form input {
    background: #ffffff2e;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #141414; }
.inloggedin{
    font-size: 16px;
    color: #1c88ce;
    border: 1px solid #3288c7;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin-inline-end: 10px;
}




.search-area .search-content form input::placeholder {
    color: #ffffff;  }
.search-area .search-content form button {
    background: #441f47;
    color: #ffffff;
    border: 0;
    padding: 18px; }
.search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 15px;
    left: 2%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding: 3px 0 0 0; }
.search-area .search-content .search-close:hover {
    opacity: .5;
    transform: scale(0.9); }

/* End Search*/

header .menu-icons .butthead {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-inline-end: 10px;
}
header .menu-icons .header-fav{
    background-color: #7bcace;
    background-image: url("../images/heart.png");
    background-position: center center;
    background-repeat: no-repeat;
}
header .menu-icons .header-cart{
    background-color: #81827c;
    background-image: url("../images/cart.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.butthead i{
    color:#fff;
}
header .menu-icons .search-btn span {
    font-size: 16px;
    color: #403f3f;
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-bottom; }
header .menu-icons .search-btn:after {
    content: " ";
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.content .main-header:before{
    display :none
}
header .menu-icons .login {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    min-height: 40px;
    min-width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    border-radius: 35px; }
header .menu-icons .register {
    font-size: 16px;
    color: #fff;
    background-color: #b3a692;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    min-width: 150px;
    /* background-image: url("../images/user.png"), url("../images/arrowbutton.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: calc(100% - 10px) center , 15px center; */
    border-radius: 30px;
    margin-inline-end: 10px; }
header .menu-icons .lang {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #441f47;
    margin-inline-end: 0;
    font-family: Bahij-Janna-Bold;
}

    .sub-list .sub-list {
        left: 100%;
    }
    .fixed-icons{
            position: fixed;
    left: 10px;
    top: 50%;
    z-index: 5;
    }
    .fixed-icons a{
        display:flex;
        
    margin: 5px 0;
    }
    .fixed-icons a i {
        display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #1c88ce;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
        transition: linear .4s;
    }
.fixed-icons a i:hover{
    background-color: #1c88ce;
    transition: linear .4s;
}
/*start menu*/


.nav-list {
    display: none;
}

.main-nav {

}

.nav-btn {
    outline: none;
    border: 0;
    font-family: Cairo-Regular;
    font-size: 28px;
    color: #fff;
    background-color: transparent;
}
.nav-btn:before{
    content: " ";
    background-image: url("../images/bars.png");
    width: 50px;
    height: 25px;
    display: inline-block;
 }
.mobile-nav-list {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    height: 100%;
    width: 60%;
    background-color: #441f47;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: all .5s linear;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mobile-nav-list .link {
    font-size: 16px;
    padding: 0 0 0 0;
    position: relative;
    margin-bottom: 25px;
    margin-inline-start: 70px;
    display: flex;
    align-items: center;
}
.mobile-list{
    padding-top: 40px;
}
.arrow-item{
    font-size: 18px;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    margin-inline-end: 15px;
}

.mobile-nav-list .link a {
    display: block;
    margin:  0;
    width: 100%;
    color: #fff;
    font-family: 'Bahij-Janna-Bold';
    font-size: 16px;
}

.mobile-nav-list .link a.has_sub_menu {
    display: inline-block;
    width: calc(100% - 30%);
}

.mobile-nav-list .link a:hover,
.mobile-nav-list .link.active a {

}

.mobile-nav-list .link i {
    color: #fff;
    background-color: #441f47;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transition: all .3s linear;
}

.mobile-nav-list .link i.open {
    transform: rotate(180deg);
}

.sub-list {
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.sub-list a {
    display: block;
    position: relative;
}

.sub-list .sub-link {
    border: 0;
    padding: 5px 20px;
    font-size: 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
}

.sub-list .sub-list a {
    display: block;
    position: relative;
}

.trans-none {
    transform: none !important;
}

.nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 4999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .5s ease-in-out;
}

/**/
.mobile-nav-list {
    right: 0;
    padding: 0px 0;
}
.mobile-nav-list .logo{
    background: #fff;
}
.mobile-nav-list .logo img{
    padding: 30px 70px;
    width: 70%;
}



.mobile-nav-list .link a.has_sub_menu {
    margin-left: 5px;
}

.sub-list .sub-list a {
    padding-right: 15px;
}

.nav-overlay {
    left: 0;
    transform: translateX(-100%);
}

/*end menu*/
/* Start Scroll */
body::-webkit-scrollbar-track {
    background: #fff; }

body::-webkit-scrollbar-thumb {
    background-color: #441f47;
    border-radius: 50px; }

body::-webkit-scrollbar {
    width: .5em; }

/* End Scroll */

.about-us-new{
    padding: 100px 0 70px;
    background-color: #f8fafb;
    background-image: url(../images/who-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.about-text{
    padding-top: 30px;
}
.about-text p{
    font-family: 'Bahij-Janna-Regular';
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 80px;
    line-height: 27px;
}
.about-image{
    position: relative;
}
.about-image:after{
    content:" " ;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    background-color: #d4c8d5;
}
.about-image img{
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.our-prog-courses{
    padding: 50px 0 70px ;
    background-color: #eeeeee;
}
.our-prog-courses .main-header{
    text-align: center;
    margin-bottom: 50px;
}
  .item-cat{
    background-color: #FFFFFF;
    padding: 40px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0 30px;
    transition: linear .4s;
}
  .item-cat a{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.cat-content-img{
    width: 80px;
    height: 80px;
    background-color: #beacbf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
    transition: linear .4s;
}
.cat-content-img img{
    max-width: 70px;
    max-height: 70px;
}
.item-cat h3{
    font-family: Bahij-Janna-Bold;
    font-size: 22px;
    color: #b5a895;
    text-align: center;
    transition: linear .4s;
}
 .item-cat:hover{
    background-color: #441f47;
    transition: linear .4s;
}
 .item-cat:hover h3{
    color: #FFFFFF;
    transition: linear .4s;
}
  .item-cat:hover .cat-content-img{
    transition: linear .4s;
    background-color: #FFFFFF;
}
.but-cat{
    text-align: center;

}
.but-cat a{
    min-width: 180px;
    padding-top: 3px;

}
.but-cat i{
    font-size: 15px;
}
.blog-section{
    background-image: url("../images/bg-blogs.png");
    background-repeat: no-repeat;
    background-position: top;
    padding: 50px 0;
    background-size: 100%;
}
.blog-section .main-header{
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
}
.main-hover ,.main-btn {
    font-family: Tajawal-Regular;
    color: #FFF !important;
    transition: all linear .4s;
    border-radius: 30px;
    font-size: 14px;
    background-color: #b5a895;
    min-width: 150px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    text-transform: capitalize;
}
.main-hover i,.main-btn i{
    font-size: 18px;
}
.main-hover:hover ,.main-btn:hover {
    background-color: #441f47;
    transition: all linear .4s;
}
.image-slider .main-hover ,.image-slider .main-btn{
    margin: 0 auto;
}
.d-hov{

}
.d-hov:hover{

}
.instructor-page-desc{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    height: 100%;
}
.instructor-page-desc h2{
    margin-bottom: 20px;
    font-weight: bold;
    color: #3288c7;
}
.instructor-page-desc h4{
    margin-bottom: 20px;

}
.instructor-page-desc p{
    text-align: justify;
    line-height: 30px;
    font-size: 18px;
    margin: 0 0 50px 0;
}
.instructor-page-avatar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.instructor-page-avatar img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,.3);
    border: 5px solid #1c88ce;
    margin-bottom: 15px;
}
.main-hover:hover , .main-btn:hover {
    /*background-color: #1c88ce;*/
    /*color: #FFF;*/
    /*transition: all linear .4s;*/
    /*box-shadow: 0px 0px 9px rgba(0,0,0,32%);*/
}

.main-header {
    position: relative;
    font-family: 'Bahij-Janna-Bold';
    font-size: 40px;
    color: #000000;
    margin-bottom: 25px;
}
.main-header:before{
    content: " ";
    width: 15px;
    height: 40px;
    background-color: #11acbb;
    border-radius: 5px;
    margin-inline-end: 15px;
    display: inline-block;
    vertical-align: middle;
    animation-name: height;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    display: none;
}
@keyframes height {
    0% {
        height: 40px; }
    25% {
        height: 20px; }
    50% {
        height: 40px; }
    75% {
        height: 20px; }
    100% {
        height: 40px; }
}
.table a{
    color: #212529;
    font-weight: bold;
}
.table{
    color:#212529;
}
#basic-user-avatar-form{
    margin-bottom:50px;
}
.course-content:hover h4, .course-content:hover span,.course-content:hover p{
    color:#1c88ce !important;
    transition:linear .4s !important;
}
.select2-results__option[aria-selected]{
        color: #000;
}
/* Start Main Content */






.courses.pakages-courses .course-content .course-image img{
    height: 270px;
    border-radius: 10px;
}

.courses.pakages-courses .course-content .course-information{
        background: transparent;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.courses.pakages-courses .course-content .course-information h4{
    color:#fff;
}
.courses.pakages-courses .course-content .course-image:after{
        background-repeat: no-repeat;
    background-size: cover;
        border-radius: 10px;
}
.courses.pakages-courses .course-content .course-information .price span{
    color:#fff;
}






.main-content {
    background-color: #1d1d1d;
    padding: 50px 0; }
.main-content .courses.teachers .course-content .course-information {
    background: #1c1c1c !important;
    box-shadow: 0px 0px 3px 1px #131313; }
.main-content .courses.teachers .course-content .course-information h4 {
    margin-bottom: 10px;
    transition:linear .4s;
    color: #ffffff; }
.main-content .courses.teachers .course-content .course-information p {
    font-size: 10px;
    color: #929292;
    margin: 0;
    text-align: justify;
    line-height: 26px; }
.main-content .courses .view-all {
    font-size: 16px;
    color: #ffffff;
    background-color: #ec1b24;
    border-radius: 5px;
    min-width: 80px;
    min-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -52px;
    position: relative;
    float: left;
    z-index: 1; }
  .course-content {
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    height: 100%; 
    cursor:pointer;
  }
  .course-content .course-image {
    border-radius:5px;
    position: relative; }
 .course-content .course-image img {
    width: 100%;
    height: 150px;
    border-radius: 5px; }
  .course-content .course-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
     background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: rgba(28,136,206,.5);
      opacity: 0;
      transition: linear .4s;
  }
.course-content:hover .course-image:after{
    opacity: 0;
    transition: linear .4s;
}
  .course-content .course-information {
      text-align: center;
      padding: 15px 10px;
      transition: linear .4s;}
 .course-content .course-information h4 {
    color: #000;
     font-family: RBBold;
    transition:linear .4s;
    font-size: 18px;
    margin-bottom: 0px; }
  .course-content .course-information p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px; }
  .course-content .course-information .price {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .course-content .course-information .price span {
    font-family: NeoSansbold;
    color: #000;
    font-size: 16px; }
  .course-content .course-information .price span.old-price {
    text-decoration: line-through;
    text-decoration-color: #ff0000; }
  .course-content .course-discount {
    background-image: url("../images/shape-descount.png");
    width: 43px;
    height: 72px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: -2px;
    right: 15px;
    text-align: center;
    padding-top: 10px; }
.content .course-content .course-information{
    box-shadow: 0px 3px 4px -1px #7d7d7d;
}
  /*.course-content:hover .course-information {*/
  /*  background: url("../images/hover.png") no-repeat;*/
  /*  background-size: cover;*/
  /*  transition: linear .4s; }*/
.main-content .courses.packages .course-content .course-image img {
    height: 250px;
    border-radius: 10px; }
.main-content .courses.packages .course-content .course-image:after {
    background-image: url("../images/on-image2.png"); }
.main-content .courses  .course-content .course-information a{
    display: block;
}
.main-content .courses.packages .course-content .course-information {
    background: transparent;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 25px; }
.main-content .courses.packages .course-content .course-information h4 {
    color: #ffffff; 
    transition:linear .4s;
}
.main-content .courses.packages .course-content .course-information .price span {
    color: #ffffff; }
.main-content .courses.packages .course-content .course-information .price span.old-price {
    text-decoration: none; }
.main-content .courses.packages .course-content .course-information .price span:last-of-type {
    text-decoration: line-through;
    text-decoration-color: #ff0000; }
.main-content .courses.packages .course-content:hover .course-information {
    background: transparent; }
.main-content .courses.packages .course-discount {
    font-size: 13px;
    padding-top: 5px; }
.main-content .courses.teachers .course-content .course-information {
    background: #1c1c1c !important;
    box-shadow: 0px 0px 3px 1px #131313; }
.main-content .courses.teachers .course-content .course-information h4 {
    margin-bottom: 10px;
    transition:linear .4s;
    color: #ffffff; }
.main-content .courses.teachers .course-content .course-information p {
    font-size: 10px;
    color: #929292;
    margin: 0;
    text-align: justify;
    line-height: 26px; }




.content.teachers .course-content .course-information {
    background: #1c1c1c !important;
    box-shadow: 0px 0px 3px 1px #131313; }
.content.teachers .course-content .course-information h4 {
    margin-bottom: 10px;
    transition:linear .4s;
    color: #ffffff; }
.content.teachers .course-content .course-information p {
    font-size: 10px;
    color: #929292;
    margin: 0;
    text-align: justify;
    line-height: 26px; }

/* End Main Content */

/* Start join us */
.join-us {
    background: #141414;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
.join-us h4 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 30px; }
.join-us a {
    font-size: 16px;
    color: #ffffff;
    background-color: #ec1b24;
    border-radius: 5px;
    min-width: 80px;
    min-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }

/* End join us */

.top-side-home {
    position: relative;
}
.top-side-home:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/top-home-bg.png);
    background-repeat: no-repeat;
    width: 450px;
    height: 350px;
}

/*start header*/
header {
    padding: 50px 0px 0 0  ;
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    z-index: 4;
}
header:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 260px;
    background-image: url("../images/bg-header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
}
.all-slide .logo{
    display: flex;
    height: 100%;
    align-items: center;
    background: #eeeeee;
}

header .main-nav .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #093049;
    font-size: 14px;
}
.logo span{
    display: block;
    width: 100%;
    text-align: center;
}
header .menu-icons{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
header .menu-icons .register2{
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahij-Janna-Regular;
}
.register2 i{
    font-size: 18px;
    margin-inline-end: 10px;
}
header .main-nav .nav-list .link {
  /*  padding: 8px 36px;
    color: #000;
    font-weight: bold;
    transition: all linear .4s;
    margin-right: 0;
    border-radius: 20px;
    background-color: #FFF;*/
}

header .main-nav .nav-list .link:hover {
    
}

header .main-nav .nav-list .link a {
    transition: all linear .4s;
}

header .main-nav .lang-en {
    width: 40px;
    height: 40px;
    background: #4b2324;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    border-radius: 50%;
    color: #FFF;
    transition: all linear .4s;
}

header .main-nav .lang-en:hover {
    transition: all linear .4s;
    /*background-color: #65b13f;*/
}

.nav-list > .link:hover >a, .nav-list > .link.active a {
	/*    border-radius: 20px;*/
    /*background-color: #65b13f;*/
	/*padding: 8px 26px;*/
    color: #7bcace;
    /*transition: all linear .4s;*/
}
.slider-section {
    background-color: #141414; }
    .on-image-slider{
            position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    text-align: center;
    }
    .on-image-slider h2{
            color: #fff;
    font-size: 90px;
    margin:0;
    }
    .image-slider img{
        height: 750px;
    }
.image-slider{
    /*padding-bottom: 80px;*/
    /*position: relative;*/
    /*padding-inline-start: 25px;*/
    /*padding-top: 6px;*/
}
.image-slider:after{
    /*content: " ";*/
    /*background-image: url("../images/after-slider.png");*/
    /*position: absolute;*/
    /*width: 536px;*/
    /*height: 512px;*/
    /*top: 0;*/
    /*right: 0px;*/
    /*z-index: -1;*/
    /*background-repeat: no-repeat;*/
    /*animation-name: rotate;*/
    /*animation-timing-function: linear;*/
    /*animation-duration: 30s;*/
    /*animation-iteration-count: infinite;*/
}
.top-side-site{
    /*background-image: url("../images/bg-slider.png");*/
    /*background-size: cover;*/
}
.txt-slider{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    text-align: start;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-inline-start: 200px;
    z-index: 2;
}
.txt-slider p{
    font-size: 48px;
    color: #fff;
    margin: 0 0 30px;
    width: 70%;
    font-family: 'Bahij-Janna-Bold';
}
.txt-slider h2{
    font-weight: bold;
    font-size: 35px;
    color: #000000;
    width: 80%;
    margin-bottom: 30px;
}
.mainslider{
    background: #eeeeee;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg); }
    30% {
        transform: rotate(90deg); }
    60% {
        transform: rotate(180deg); }
    100% {
        transform: rotate(360deg); }
      }
.mainslider  .main-slider-item img{width:100%;height:380px}
.mainslider .main-slider-item .main-slider-item-tit {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translateX(14%);
}

.mainslider .main-slider-item .main-slider-item-tit h3 {
    width: 90%;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}



.mainslider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.mainslider .owl-nav .owl-prev i {
    width: 40px;
    height: 40px;
    background: #8bc93e;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    transition: all linear .4s;
    color: #FFF;
}

.mainslider .owl-nav .owl-prev i:hover {
    transition: all linear .4s;
    background-color: #1c88ce;
}

.mainslider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.mainslider .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    background: #8bc93e;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    color: #FFF;
    transition: all linear .4s;
}

.mainslider .owl-nav .owl-next i:hover {
    transition: all linear .4s;
    background-color: #1c88ce;
}

/*end slider*/

.all-about{

}
.what-we-do{
    margin-bottom: 75px;
    box-shadow: 0 0 18px rgba(0,0,0,.32);
    background: #f4ffe6;
    padding: 15px 35px;
}
.wwd-content{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    width: 100%;
    text-align: center;
    position: relative;
}
.wwd-content:after{
    content: " ";
    width: 0px;
    height: 5px;
    background-color: #3288c7;
    position: absolute;
    bottom: -15px;
    transition: linear .4s;
    display: none;
}
.wwd-content:hover:after{
    width: 100px;
    transition: linear .4s;
}
.wwd-content i{
    font-size: 22px;
    color: #8bc93e;
    margin-bottom: 10px;
    transition: linear .4s;
}
.wwd-content:before{
    content: " ";
    background-color: #000000;
    opacity: 0.10000000149011612;
    width: 2px;
    height: 150px;
    position: absolute;
    left: 0;
}

.whychoose-section .col-lg-4:last-of-type .wwd-content:before{
    display: none;
}
.aboutwhychoose{
    margin-top: 100px;
}
.aboutwhychoose-content{
    background-image: url("../images/logoopcity.png");
    background-repeat: no-repeat;
    background-size: 200px;
}
.aboutwhychoose-content .header-buttons{
    align-items: start;
    margin-bottom: 40px;
}
.aboutwhychoose-content .header-buttons .main-header{
    margin: 0 20px 25px;
}
.wwd-img{
    width: 91px;
    height: 83px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wwd-img:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 91px;
    height: 83px;
    background-image: url("../images/bg-after-wwd.png");
    background-repeat: no-repeat;
    animation-name: rotate;
    animation-timing-function: linear;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
.wwd-img img{
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
}
.www-txt{
    width: 100%;
}
.www-txt p{
    font-size: 16px;
    color: #919191 !important;
    transition: linear .4s;
    width: 70%;
    margin: 0 auto;
}

.www-txt h4{
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
    margin: 30px 0 15px;
    transition: linear .4s;
}
.wwd-content:hover i{
    transition: linear .4s;
    color: #3288c7;
}
.wwd-content:hover h4{
    transition: linear .4s;
    color: #3288c7;
}
.wwd-content:hover p{
    transition: linear .4s;
    color: #3288c7;
}
.about-us-section{

}
.who-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    height: 100%;
}
.who-txt h3{
    font-family: RBBold;
    color: #1c88ce;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
.the_cotent-about{
    margin: 0px 0 40px;
}
.who-txt p{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 28px;
    text-align: justify;
    margin: 0;
}
.services-section {
    padding: 90px 0;
    background-image: url("../images/waves-servise.png");
    background-repeat: no-repeat;
    background-size: 100% 62%;
}
  .services-item{
    position: relative;
}
  .services-item img{
    opacity:1;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
  .services-item:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
}
 .services-item h4{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 25px;
    z-index: 2;
}
.services-section .header-buttons h2 , .services-section .header-buttons p{
    color: #FFFFFF;
}

.blog-item{
    position: relative;
}
.blog-image{
    position: relative;
}
.blog-image:after{
    content: " ";
    background-color: rgba(68,31,71,.7);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: linear .4s;
}
.blog-item img{
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
}
.txt-blog{
    padding: 20px 30px;
    color: #b5a895;
    transition: linear .4s;
}
.txt-blog h4{
    font-family: 'Bahij-Janna-Bold';
    font-size: 24px;
    margin-bottom: 20px;
}
.txt-blog p{
    font-family: 'Bahij-Janna-Regular';
    font-size: 14px;
    color: #898989;
    text-align: justify;
    margin-bottom: 30px;
}
.bottom-side-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-side-blog .the-date-event i{
    font-size: 24px;
    margin-inline-end: 10px;
    vertical-align: bottom;
}
.bottom-side-blog .the-date-event span{
    font-size: 16px;
}
.bottom-side-blog a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #b5a895;
    border-radius: 50%;
    font-size: 18px;
}
.blog-item:hover .txt-blog{
    transition: linear .4s;
    color: #441f47;
}
 .bottom-side-blog a:hover {
    transition: linear .4s;
    background-color: #441f47;
}
.blog-item:hover .blog-image:after{
    opacity: 1;
    transition: linear .4s;
}
.the_cotent-about p{
    color: #000000;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin: 0;
}
.aboutwhychoose-content p{
    color: #000000;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin: 0;
}
.aboutwhychoose-content a{
    background-color: #919191;
    width: 115px;
    margin-inline-start: 40px;
}
.who-img{
    padding-bottom: 80px;
    position: relative;
    padding-inline-start: 25px;
    padding-top: 6px;
}
.who-img img{
    position: relative;
    z-index: 1;
    max-height: 500px;
}
.who-img:after{
    content: " ";
    background-image: url("../images/after-slider.png");
    position: absolute;
    width: 536px;
    height: 512px;
    top: 0;
    right: 0px;
    background-repeat: no-repeat;
    animation-name: rotate;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
.dots-img-who{
    position: relative;
}
.dots-img-who:after{
    content: " ";
    width: 40px;
    height: 40px;
    background-color: #1c88ce;
    z-index: 1;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 14%;
    top: 9%;
    animation-name: colorafter;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.dots-img-who:before{
    content: " ";
    width: 40px;
    height: 40px;
    background-color: #8bc93e;
    z-index: 2;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 31%;
    bottom: 6%;
    animation-name: colorbefore;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.vm_section{
    background-image: url("../images/bg-vm.png");
    background-size: cover;
    padding-top: 55px;
}
@keyframes colorbefore {
    0% {
        background-color: #8bc93e; }
    100% {
        background-color: #1c88ce; }
}

@keyframes colorafter {
    0% {
        background-color: #1c88ce; }
    100% {
        background-color: #8bc93e; }
}


.events{
    background-color: #ededed;
    padding: 70px 0;

}
.event-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    border-radius: 10px  ;
    transition: linear .4s;
}
.event-content .event-img{
    position: relative;
    border-radius: 10px 10px 0 0 ;
}
.event-content .event-img img{
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0 ;
}
.event-content .event-img .the-date-event{
    width: 180px;
    height: 50px;
    border-radius: 35px;
    background-color: rgba(12,172,187,90%);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 20px;
    left: 30px;
    transition: linear .4s ;
}
.event-content .event-img .the-date-event i{
    font-size: 24px;
    color: #FFFFFF;
}
.event-content .event-img .the-date-event span{
    font-size: 16px;
    color: #FFFFFF;
}
.event-txt{
    padding: 30px;
    background-color: #f2f3f7;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    transition: linear .4s;
    width: 100%;
}
.event-txt h5{
    font-family: RBBold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    transition: linear .4s
}
.event-txt p{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 28px;
    justify-content: center;
    margin-bottom: 30px;
}

.event-content:hover .event-txt {
    background-color: #fff;
    transition: linear .4s;
}
.event-content:hover h5 {
    color: #3288c7;
    transition: linear .4s .4s;
}
.event-content:hover .the-date-event {
    background-color: rgba(50,136,199,90%);
    transition: linear .4s .2s;
}
.event-content:hover{
    box-shadow: 0 0 29px rgba(0,0,0,15%);
    transition: linear .4s .6s;
}

.partners{
    padding: 70px 0;
    background-color: #f3f3f3;
    background-image: url(../images/top-home-bg.png), url(../images/who-bg.png);
    background-position: left -70px , right bottom;
    background-repeat: no-repeat;
}
.partners .main-header{
    text-align: center;
    margin-bottom: 50px;
}
  .partner-item{
      transition: linear .4s;
      box-shadow: 0 0 10px rgba(0,0,0,.14);
      border-radius: 0 10px;
      margin: 10px 5px;
      background-color: #fff;
}
  .partner-item img{
      border-radius: 0 10px;

}
  .partner-item:hover{
    /*box-shadow: 0 0 29px rgba(0,0,0,16%);*/
    /*border-color: transparent;*/
    /*transition: linear .4s;*/
}

.partners-slider .owl-nav{
    margin: 40px auto 0;
    display: table;
}
.partners-slider .owl-nav button{
    margin-inline-start: 15px;
}
.partners-slider .owl-nav i{
    width: 40px;
    height: 40px;
    background: #b5a895;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border-radius: 50%;
    transition: all linear .4s;
    color: #fff;
    border: 0px solid #265144;
}
.partners-slider .owl-nav  i:hover {
    transition: all linear .4s;
    background-color: #441f47;
}



.courses-slider .owl-nav{
    margin: 40px auto 0;
    display: table;
}
.courses-slider .owl-nav button{
    margin-inline-start: 15px;
}
.courses-slider .owl-nav i{
    width: 40px;
    height: 40px;
    background: #b5a895;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border-radius: 50%;
    transition: all linear .4s;
    color: #fff;
    border: 0px solid #265144;
}
.courses-slider .owl-nav  i:hover {
    transition: all linear .4s;
    background-color: #441f47;
}





















.teacher-slider .owl-nav{
    margin: 30px auto 0;
    display: table;
}
.teacher-slider .owl-nav button{
    margin-inline-start: 15px;
}
.teacher-slider .owl-nav i{
    width: 40px;
    height: 40px;
    background: #8bc93e;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    transition: all linear .4s;
    color: #FFF;
}
.teacher-slider .owl-nav  i:hover {
    transition: all linear .4s;
    background-color: #1c88ce;
}
















.clients{
    padding: 70px 0 100px;
    background-color: #ededed;
}
.clients-header{
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-family: RBBold;
    margin-bottom: 50px;
}
.client-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px 15px;
    padding: 30px;
    transition: linear .4s;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}
.client-item:after{
    content: ",,";
    font-family: bcarabic;
    font-size: 170px;
    color: #ebebeb;
    position: absolute;
    transform: rotate3d(0, 1, 0, 180deg);
    left: -22px;
    bottom: -50px;
    letter-spacing: 5px;
}
.client-image{
    background: #fff;
    border-radius: 10px;
    width: 130px;
    height: 100px;
    border: 1px solid #11acbb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    transition: linear .4s;
}
.client-item img{
    width: auto !important;
    border-radius: 10px;
}
.client-item h5{
    font-family: RBBold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    transition: linear .4s;
}
.client-item p{
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 30px;
}
.client-item:hover{
    border-color:  #3288c7;
}
.client-item:hover .client-image{
    border-color:  #3288c7;
}
.client-item:hover h5{
    color: #3288c7;
    transition: linear .4s .4s;
}
.owl-dots{
    margin-top: 50px;
    position: absolute;
    bottom: 60px;
}
.owl-dots button span{
    width: 31px;
    height: 4px;
    background-color: #919191;
    display: inline-block;
    margin-inline-end: 10px;
    border-radius: 5px;
    transition: linear .4s .1s;
    opacity: 0.30000001192092896;
}
.owl-dots button.active span{
    background-color: #919191;
    opacity: 1;
    transition: linear .4s .1s;
}


footer{
    padding: 50px 0;
    text-align: center;
    background-color: #dfdce2;
}
.social-footer a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #b5a895;
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    transition: linear .4s;
}
.social-footer a:hover{
    background-color: #441f47;
    transition: linear .4s;
}
footer h5{
    font-weight: bold;
    font-size: 20px;
    color: #8cd3d6;
    margin-bottom: 30px;
}
footer .es_caption {
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    margin-bottom: 15px;
    color: #1c88ce;
}
.es-field-wrap label{
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.es-field-wrap input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #646e86;
    background-color: #fff;
    border: 1px solid #1c88ce;
}
.es-field-wrap input::placeholder{
    font-size: 16px;
    color: #646e86;
}
footer ul{
    margin: 0;
}
footer ul li {
    display: inline-block;
    list-style: none;
    width: 49%;
    margin-bottom: 15px;
}
footer ul li a{
    font-size: 16px;
    color: #ffffff;
}
.contact-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff2e;
    padding-bottom: 20px;
}
.contact-info:last-of-type{
    border-bottom: 0px solid;
}
footer .col-lg-4{
    position: relative;
}
footer .col-lg-4:before {
    content: " ";
    background-color: #FFFFFF;
    opacity: 0.10000000149011612;
    width: 2px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 40px;
}
footer .col-lg-4:last-of-type:before{
    display: none;
}
.contact-info i{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #8bc93e;
    font-size: 24px;
    color: #FFFFFF;
    margin-inline-end: 5px;
}
.contact-info span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.contact-info i{
    background-color: transparent !important;
    color: #7bcace !important;
    font-size: 20px !important;
}

.contact-info a{
    display: inline-block;
}
.coninfo a.fono:after{
    content: "-";
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.coninfo a.fono:last-of-type:after{
    content: "-";
    display: none;
}
.footer-content img{
    margin-bottom: 30px;
}
.footer-content p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 45px;
}
.footer-content h4{
    font-family: RBBold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
}
.footer-content i{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #466B60;
    font-size: 16px;
    color: #FFFFFF;
    margin-inline-end: 8px;
    transition: linear .4s;
}
.footer-content i:hover{
    transition: linear .4s;
    background-color: #7BCACE;
}
.courses-tax:before{
    content: " ";
    background-image: url("../images/lines.png");
    display: inline-block;
    width: 22px;
    height: 19px;
    margin-inline-end: 10px;
}
.rights{
    background: #1c88ce;
    padding: 20px 0;
}
.contact-info ul li{
    list-style: none;
    display: inline-block;
    position: relative;
}
.footer-content ul{
    margin: 10px 0 0 0;
}
form textarea{
    height: 200px !important;
    resize: none;
}
.footer-content ul li{
    width: 49%;

}
.footer-content ul li:after{
    content: "-";

    margin: 0 5px;
    color: #1c88ce;
    display: none;
}
.footer-content ul li:last-of-type:after{
    display: none;
}
.footer-content ul li a{
    font-size: 16px;
    color: #fff;
}
.content-rights{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    font-family: 'Bahij-Janna-Regular';
}
.content-rights p{
    font-size: 16px ;
    color: #000;
    margin: 0;
}
.content-rights p a{
    color: #441f47;
}
.content-rights > a{
    width: 60px;
    height: 60px;
    background-color: #1b8f9a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-rights a i{
    font-size: 24px;
    color: #fff;
}
.smooth-link{
    cursor: pointer;
}
.page-main p {
    text-align: justify;
    color: #000000;
    line-height: 30px;
}
.form-group-field label{
    color: #3288c7;
}
.sec-btn{
    color: #c2362d;
    padding: 10px 0;
}
.course-information a{
    display:block;
}
/******************************/
.breadcrumb-area {
    background-color: transparent;
    color: #441f47;
    border-bottom: 0px solid #141414;
    text-align: center;
    padding: 10px 0;
    margin: 50px 0 0;
    font-family: 'Bahij-Janna-Bold';
}

.breadcrumb-area a {
    color: #141414;
}

.content {
    padding: 50px 0;
        min-height: 70vh;
}

.item {
    /*background-color: #eff7fb;*/
    /*box-shadow: 0 0 12px rgba(0, 0, 0, .3);*/
    /*border-radius: 10px;*/
    /*padding: 30px;*/
    /*margin-bottom: 30px;*/
}

/******************************/
/*m7md*/
.user-list {
    position: relative;
}

.user-list-item {
    color: #000;
    display: block;
}

.user-list-item a {
    display: block;
	color: #000;
}
.sub-user-list li {
    text-align: center;
    transition: all linear .4s;
    border-radius: 0;
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(238,28,37,0.10196078431372549 );
}
.sub-user-list li:last-of-type{
    border-bottom: 0px solid ;
    padding: 0;
    margin: 0;
}
.sub-user-list li:hover{
    /*background-color: #3288c7;*/
    transition: all linear .4s;
}
.sub-user-list li:hover a {

    transition: all linear .4s;
}
.sub-user-list {
    background-color: #441f47;
    padding: 15px;
    list-style: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 0%);
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 130px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    transition: all 0.5s linear;
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: center top;
    margin-top: 0;
}
.inlog{
    min-width: 200px;
}

.user-list-item:hover .sub-user-list {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
}
.form-group {
    margin-bottom: 40px;
}

.form-focused {
    position: relative;
    width: 49%;
    display: inline-block;
}
.form-focused:nth-child(6){
    width: 100%;
}
#registration .form-focused:nth-child(6){
    width: 49%;
}
.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #222;
    font-family: 'NeoSansRegular';
    transition: all .5s ease-in-out;
}

.alert-warning{
    margin-bottom:50px;
}
.focused label {
    top: -30px;
    right: 0;
    color: #441f47;
}

.focused .form-control {
    border: 1px solid #919191 !important;
    box-shadow: none !important;
}

.user-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
}


.contact-footer{
    padding: 70px 0;
}
.title-contact{
    text-align: center;

}
.title-contact h4{
    font-family: 'Bahij-Janna-Regular';
    font-size: 24px;
    color: #434343;
    margin-bottom: 20px;
}
.title-contact h3{
    font-family: 'Bahij-Janna-Regular';
    font-size: 36px;
    color: #b5a895;
    margin-bottom: 50px;
}
.contact-form .form-focused{
    width: 100% !important;
}
.contact-form .form-group{
    margin-bottom: 30px !important;

}
.contact-form .form-focused label{
    color: #777777;
    font-size: 14px;
    font-family: 'Bahij-Janna-Regular';
}
.contact-form .form-control{
    border-radius: 30px;
    height: 50px;
    border-color: #e1e1e1;
}
.contact-form form textarea{
    height: 210px !important;
    resize: none;
    border-radius: 10px !important;
}
.contact-form .specbuttonform input{
    border-radius: 35px !important;
    min-width: 160px  !important;
    min-height: 40px  !important;
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
    display: table;
}
.contact-information{
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #b5a895;
}
.contact-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Bahij-Janna-Bold';
    font-size: 19px;
    color: #b5a895;
}
.contact-content img{
    margin-bottom: 15px;
}
.contact-content a{
    font-family: 'Bahij-Janna-Regular';
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.contact-content span{
    font-family: 'Bahij-Janna-Regular';
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
/**/
.uploadBox input {
    display: none;
}
.uploadBox label {
    border: 1px solid #000;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 20px;
    font-size: 17px;
    color: #000;
    border-radius: 5px;
    margin: 0;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.upload-icon{

    transition: all .4s ease-in-out;
}
.uploadBox label:hover {
    background: #141414;
    color: #fff;
}
.specbuttonform input{
        border-radius: 5px !important;
    min-width: 100%  !important;
    min-height: 40px  !important;
}
/*.content .main-hover , .content .main-btn{*/
/*    border: 1px solid #fff;*/
/*    color: #fff !important;*/
/*        transition: all .4s ease-in-out;*/
/*}*/
/*.content .main-hover:hover , .content .main-btn:hover{*/
/*    border-color:transparent;*/
/*        transition: all .4s ease-in-out;*/
/*    background:#fff;*/
/*    color:#000 !important;*/
/*}*/
/*.wpcf7 .main-hover:hover , .wpcf7 .main-btn:hover{*/
/*    border: 1px solid #fff;*/
/*    color: #fff !important;*/
/*}*/


.uploadBox label:hover .upload-icon {
    /*filter: brightness(0) invert(1);*/
}
/**/
.avatarUpload{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#avatarUploadInput{
    display:none;
}
.avatar{
    border-radius: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,.3);
    border: 5px solid #c1272c;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px;
    height: 96px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.avatarUploadBtn{
    -ms-flex: 0 0 calc(100% - 111px);
    flex: 0 0 calc(100% - 111px);
    max-width: calc(100% - 111px);
}
.del-ava{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.avatarUploadBtn label{
    display: block;
    cursor: pointer;
}

/*.instructor-page-avatar img{*/
/*    width: 96px;*/
/*    height: 96px;*/
/*    border-radius: 100%;*/
/*    box-shadow: 0 0 18px rgba(0,0,0,.3);*/
/*    border: 5px solid #1c88ce;*/
/*    margin-bottom: 15px;*/
/*}*/
.sub-user-list li a{
    color: #fff;
    transition: all linear .4s;
}
.course-details{
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    padding: 15px;
}
.course-details.cert h3{
    margin-bottom: 50px;
}
.course-details.cert h6{
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}
.course-details.cert .mini-image{
    margin-bottom: 50px;
    border-bottom: 1px solid #b7b5b5;
    padding-bottom: 50px;
    cursor: pointer;
}
.click-cert-item{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0,0,0,.6);
    z-index: 0;
    visibility: hidden;
    transform: scale(0);
    transition: linear .4s;
}
.activecert .click-cert-item{
    z-index: 99;
    visibility: visible;
    transform: scale(1);
    transition: linear .4s;
}
.mini-image.activecert{
    cursor: auto !important;
}
.click-cert-item h2{
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.click-cert-item i{
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
.des-cert-item{
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    flex-direction: column;
}
.des-cert-item p{
    color: #fff;
    margin: 0 30px;
}
.des-cert-item img{
    width: auto !important;
    height: auto !important;
}


.course-details.cert .mini-image:last-of-type{
    border: 0;
    margin: 0;
    padding: 0;
}
.course-details.cert .mini-image img{
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    display: table;
}



.course-detail{
    margin-bottom: 15px;
    color:#3288c7;
}
.course-detail i{
    font-size: 16px;
    color: #70706F;
    border: 0px solid #aaaaaa;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.course-detail > span{
    color: #70706f;
    vertical-align: middle;
    margin: 0 10px;
}
.course-detail p{
    display: inline-block;
    color: #70706f;
    vertical-align: middle;
    margin: 0 10px 0;
}
.courses-paid {
    display: flow-root;
}
.course-single-item{
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    width: 90%;
    float: right;
    min-height: 40px;
}

.buttonwatched {
    width: 10%;
    float: right;
    min-height: 40px;
    line-height: 40px;
}

.buttonwatched h1 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #65b13f;
    width: 88%;
    float: left;
}
.buttonwatched button {
    font-size: 16px;
    text-align: center;
    background: #dc3545;
    float: left;
    width: 88%;
    height: 44px;
    line-height: 44px;
    color: #fff;
}
.course-single-item a{
    color: #1b1363;
}
.pay-item{
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    padding: 15px;
    margin-bottom: 30px;
}
.pay-item-thumb{
    height: 150px;
}
.pay-item-thumb img{
    max-height: 100%;
    object-fit: scale-down;
}
.header-cart,.header-fav{
    position:relative;
}
.header-cart .counter ,.header-fav .counter{
      display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: 0;
    background: #cdced0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

/**/
@media (min-width: 992px) and (max-width: 1200px) {
    header .main-menu .nav-menu li {
        margin-right: 10px; }

    header .header-sitting .search-btn span {
        display: none; }
}

.viewlg{
      display:block !important;
}
.viewxs{
     display:none !important;
}
.txtareasec{
    width:100% !important;
}
@media (max-width: 991px) {
    .new-course-image img{
        height: 300px;
    }
    .mobile-nav-list{
        width: 100%;

    }
    .blog-section{
        padding: 20px 0;

    }
    .contact-information {
        padding-top: 0;
        margin-top: 30px;
        border-top: 0px solid #b5a895;
    }
    .contact-content{
        margin-bottom: 30px;
    }
    .top-side-home:after{
        background-size: 133%;
    }
    .nav-btn span{
        display: none;
    }
    .viewlg{
        display:none !important;
    }
    .viewxs{
         display:block !important;
    }

    .mainslider{
        padding: 0;
         clip-path: none;

    }
    .txt-slider h2{
           font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
    }
    .owl-dots{
        display: none;
    }
    .courses-sections ,.services-section{
        padding: 50px 0 !important;
    }
    .header-buttons{
        margin-bottom: 20px !important;

    }
    .header-buttons p{
        line-height: 30px !important;
        text-align: center;
    }
    header .menu-icons > a{
        width: 40px !important;
        height: 40px !important;
    }
    .wwd-content:before{
        display: none;
    }
    .wwd-content{
        margin-bottom: 40px;
    }
    .form-focused {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .form-focused:nth-child(6){
        width: 100%;
    }
    #registration .form-focused:nth-child(6){
        width: 100%;
    }
    .open-remind-section{
        height:90%;
        width: 100%;
    }
html,body{
    overflow-x: hidden;
}
    header{
        padding: 10px !important;
        position: relative;
    }
    .image-slider img{
        height: 150px;

    }
    .what-we-do{
        margin-bottom:20px;
        padding:15px ;
    }
    .footer-content{
        padding-top:10px;
    }
    .rights ul li a {
    font-size: 14px; 
}
    .inloggedin{
        width: 90px;
        margin-inline-end: 0;
        font-size: 12px;
        text-align: center;
    }
    header .menu-icons .search-btn{
        margin-inline-end: 0;
    }
    .main-header{
        font-size: 25px;
    }
    .aboutwhychoose-content{
          margin-bottom: 40px;
    margin-top: 20px;
    }
    .aboutwhychoose-content a{
        margin-inline-start: 0;
    }
    .services-item a{
        display: block;
    }
    .services-item ,.blog-item{
        margin-bottom: 30px;
    }
    .who-img{
        padding-bottom: 0;
        padding-inline-start: 0;
        padding-top: 50px;
    }

    .owl-nav{
        display: none;
    }
    .event-content{
        margin-bottom: 30px;
    }
    .content-rights{
        margin-top: 0;
        padding-top: 0;
        border-top: 0px solid #ffffff2e;
        flex-direction: column;
    }
    .contact-footer{
        padding: 30px 0;
    }
    .emaillist{
        text-align: start;
    }
    footer{
        padding: 30px 0;
    }
    .partners-slider .owl-nav{
        top: -35px;
    }
    .content-rights p{
        text-align: center;
    }
    .content-rights p a{
        display: block;
    }
    footer ul li{
        text-align: start;
        
    margin-bottom: 5px;
    }
    .footer-content ul li {
    width: 32%;
}
.footer-content img,.footer-content p{
    margin-bottom: 10px;
}
    footer h5{
        text-align: start;
            margin-top: 10px;
    margin-bottom: 10px;
    }
    .dots-img-who:after,.dots-img-who:before{
        display: none;
    }
    .image-slider{
        /*padding-bottom: 0;*/
        /*position: relative;*/
        /*padding-inline-start: 0;*/
        /*padding-top: 0;*/
    }
    .txt-slider p{
        font-size: 14px;
        width: 100%;
        margin:0 0 20px 0;
    }
    .all-slide .logo{
        display: none;
    }
    .about-us-new{
        padding: 30px 0;
    }
    .about-image img{
        height: 280px;
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 50px;
    }
    .about-image:after{
        display: none;
    }

    .wwd-content{
        /*width: 32%;*/
    }

    .main-hover, .main-btn{
        min-width: 130px;
        min-height: 35px;
    }
    .txt-slider{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        padding-inline-start: 0;
        z-index: 2;
        width: 100%;
    }
    .image-slider:after,.who-img:after{
        display: none;
    }
    form#registration , .center-auto{
    width: 100%;
    margin: 0 auto;
}
    .on-image-slider h2{
        font-size:40px;
    }

    header .menu-icons .search-btn span {
        display: none; }


    .slider-section .main-slider .item img {
        height: 200px; }

    .main-content .courses .view-all {
        margin: 0 0 30px 0;
        float: none; }

    footer .url-footer {
        display: block; }

    header .logo { 
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

    header .menu-icons .register {
        min-height: 40px;
        min-width: 100px;
   }

    header .menu-icons > a:last-of-type {
        font-size: 16px; }

    header .menu-icons .login {
        font-size: 16px;
        min-height: 30px;
        min-width: 60px; }



    .brief .right-brief {
        margin: 0;
        box-shadow: none;
    }
	.sub-user-list{    min-width: 130px;    margin-inline-start: -35px;}
	.mainslider .main-slider-item img{height:250px}
    .mainslider .owl-nav .owl-next i {
        width: 20px;
        height: 20px;
        background: #4b2324;
        display: inline-block;
        text-align: center;
        font-size: 11px;
        padding: 5px 0;
        border-radius: 50%;
        color: #FFF;
        transition: all linear .4s;
    }

    .mainslider .owl-nav .owl-prev i {
        height: 20px;
        width: 20px;
        background: #4b2324;
        display: inline-block;
        text-align: center;
        font-size: 11px;
        padding: 5px 0;
        border-radius: 50%;
        color: #FFF;
        transition: all linear .4s;
    }

    .mainslider .main-slider-item .main-slider-item-tit {
        transform: translateX(-27px);
    }

    .mainslider .main-slider-item .main-slider-item-tit h3 {
        font-size: 18px;
    }

    .brief .t-brief {
        margin: 0;
    }

    .coaches .in-coaches, .latest .in-latest {
        margin: 10px 0;
    }

    footer .top-foot .social {
        padding: 10px 0;
    }

    footer {

    }
    .contact-info{
        border-bottom: 0px solid #ffffff2e;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .coaches .in-coaches .img-coaches .im-coaches {
        width: 100%;
        height: 355px;
        border-radius: 50%;
        max-width: 100%;
    }

    footer .bot-foot .b-foot, footer .bot-foot p {
        text-align: center;
    }
    .course-single-item,
    .buttonwatched{
        width: 100%;
        float: none;
    }
}

.page-thumb img{margin:20px 0}
.sec-tit,.sec-head{margin-bottom:40px}
.sec-tit,.sec-head{color:#000;}
.acf-button{    background-color: #5d5d5d !important;}
.acf-button:hover{
    background-color: #000 !important;
}
/**/
.custom-control {
   padding-left:0;
    padding-right: 1.5rem;
}
.custom-control-label::before {
    left: 0;
    right: -1.5rem;
}

.custom-control-label::after {
      left: 0;
    right: -1.5rem;
}
/*# sourceMappingURL=main.css.map */






.certification-widget {
    background-image: url(../images/bg-certification.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #eeecdd;
    padding: 5vmax 10vmax;
}
.cert-verify{
    flex: 1;
}
.certification-tit{
    flex: 2;
}
.certification-body{
    font-size: 24px;
}
.certification-footer img{
    max-height: 100px;
}
.cert-des{
    margin-bottom: 15px;
}
.cert-declaration{
    margin-left: 15px;
}
.text-declaration{
    text-decoration: underline;
    font-weight: bold;
}
.cert-from{
    margin-bottom: 15px;
    font-size: 18px;
}



.rating {
    direction: ltr;
}

.rating-container .star {
    font-size: 18px;
}

.rating:disabled {
    cursor: default !important;
}
.hide, .caption {
    display: none !important;
}
.loade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: repeat;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loade img {
    animation-name: rotate;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite; }

@keyframes loade {
  0% {
    transform: scale(0.5); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0); } }
    
    .fav button {
        width: 95%;
        margin: 0 auto;
        display: table;
        margin-bottom: 15px;
        font-size: 16px !important;
        background-color:#b5a895 !important;
        box-shadow: none !important;
        border-radius: 10px;
        background-image: none !important;
        margin-inline-end: 10px;
}

.favsingle button {
    width: 100%;
    margin: 0 auto;
    background: #b5a895;
    padding: 10px 0;
}
.totalprice {
    background: #b5a895;
    width: 50%;
    padding: 20px 10px;
    margin:0 auto;
    border-radius: 5px;
    margin-top: 20px;
}
.totalprice h1 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.totalprice span {
    margin-right: 15px;
}
.coubon{
    background: #fff;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 35px;
    border-radius: 10px;
    text-align: center;
}
.coubon h1 {
    margin: 0;
    font-size: 18px;
    color: #000;
        margin-bottom: 20px;
}
.coubon input {
    background: #dee2e6;
    width: 80%;
    float: right;
    height: 40px;
    padding: 0 10px;
    color: #444;
}
.coubon button {
background: #b5a895;
    border-radius: 0px;
    height: 40px;
    margin: 0;
    border: none !important;
    width: 20%;
    color: #fff;
}
.endorder {
    width: 70%;
    margin: 0 AUTO;
}
.endorder button {
border-radius: 5px;
    background: #b5a895;
    border: none !important;
    height: 40px;
    margin: 0 auto;
    width: 70%;
    margin-top: 20px;
}
.empty h1 {
    color: red;
    text-align: center;
    margin: 0;
}
.maps iframe{
            display: block;
    width: 100%;
    height: 460px;
    border-radius: 5px;
}
.new-course-content,.new-course-image{
        position: relative;
}
 .new-course-image{
     position: relative;
     border-radius: 15px;
}
.courses-sections{
    padding: 70px 0 ;
    background-color: #ffffff;
}
.courses-sections .main-header{
    text-align: center;
}
.courses-sections.lastest{
    background-color: #eef8fa;
}
/*.course-item{*/
/*    min-height: 650px;*/
/*}*/
.special_banner a{
    display: block;
    width: 100%;
}
.special_banner a{
    width: 100%;
    height: 200px;
}
.new-course-content{
    box-shadow: 0 0 18px rgba(0,0,0,0%);
    margin: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(38,81,68,0.10196078431372549 );
}
.new-course-image img{
    width: 100%;
    height: 480px;
    border-radius: 15px;
}
.rat-item{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: left;
    margin: 10px 0;
    z-index: 2;
    opacity: 0;
    transition: linear .4s;
}
.course-item:hover  .rat-item{
    opacity: 1;
    transition: linear .4s;
}
.rat-item i{
    font-size: 12px;
}
.new-course-image:after{
    contentoff: " ";
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background:rgba(88,88,88,.55);
     transition:linear .4s;
     opacity:0;
    border-radius: 5px 5px 0 0;
    display: none;
}
.course-item:hover .new-course-image:after{
    opacity:1;
    transition:linear .4s;
}
.new-course-image span.new-course-price{
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 18px;
    color: #8bc93e;
    z-index: 1;
    font-family: RBBold;
}
.last_price{
    text-decoration: line-through;
    opacity: .5;
}
.new-course-image .rating  .empty-stars{
    color: #fff;
}
.new-course-image .rating-animate{
    position: absolute;
    top: 20px;
    background: #1c88ce;
    border-radius: 35px;
    padding: 5px 0;
    z-index: 1;
    right: 10px;
}
.new-course-info{
    display: inline-block;
    transition: linear .4s;
    padding: 0;
    width: 100%;
}
.course-detail-info{
    display: flex;
    justify-content: space-between;
    font-family: 'Bahij-Janna-Regular';
    font-size: 13px;
    color: #fff;
    margin-bottom: 30px;
}
.course-detail-info a{
    color: #fff;
}
.price-course-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-allcountent{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    top: 0;
    right: 0;
    background-color: rgba(22,0,24,.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: linear .4s;
}
.course-item:hover .course-allcountent{
    opacity: 1;
    transition: linear .4s;
}

.golinkcourse{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #441f47;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
}
.course-detail-info i{
    color: #b5a895;
    font-size: 22px;
    vertical-align: bottom;
    margin-inline-end: 10px;
}
.trainner-name{
    margin-bottom: 20px;
}
.trainner-name a{
    font-family: 'Bahij-Janna-Regular';
    font-size: 16px;
    color: #b5a895;
}
.new-course-info a{
    display:block;
}
.new-course-info h4{
    color: #fff;
    font-size: 20px;
    font-family: 'Bahij-Janna-Bold';
    margin-bottom: 0;
    transition: linear .4s;
    text-align: start;
   
}

.new-course-details{
    display: flex;
    justify-content: space-between;
    border-top: 0px solid #d5d5d5;
    padding: 0 20px 20px 20px;
    position: relative;
    overflow: hidden;
}
.new-course-details .user{
    display: flex;
    align-items: center;
}
.owl-carousel .owl-stage {
    display: flex;
}

  .course-item {
      width: auto;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
}


.course-item .addok{
    background: #919191;
    width: 79%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.course-item button.heart-btn {
    width: 19%;
    height: 50px;
    border-radius: 5px;
    background-color: #7bcace;
    background-image: url("../images/heart-btn.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.bottom-side-price{
    display: flex;
    justify-content: space-between;
}
.bottom-side-price .new-course-price{
    font-size: 24px;
    color: #b5a895;
    font-family: 'Bahij-Janna-Bold';
    display: flex;
}
.sarceurency{
    font-size: 14px;
    margin: 0 3px;
}
.price-sec.dis{
        opacity: .5;
    text-decoration: line-through;
    text-decoration-color: gray;
    margin: 0 10px;
}
.short-des-course p{
    margin-bottom: 25px;
    text-align: center;
}
.new-course-details div{
    margin-bottom: 0px;
      width: 100%;
}
.new-course-content-direct .new-course-details{
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    justify-content: flex-start;
}
.new-course-content-direct  .direct-courses.main-btn{
    display: inline-flex;
    background-image: none;
    justify-content: space-between;
    font-size: 16px;
}
.new-course-content-direct .new-course-info{
    background-color: transparent;
        width: 100%;
    padding: 15px 5px;
}
.new-course-content-direct i{
    transition: linear .4s;
}
.new-course-content-direct  .direct-courses.main-btn i{
    font-size: 22px;
}
.new-course-content-direct .the-date-event{
    /*width: 50%;*/
}
.all-direct{
    padding: 0 30px 20px 30px;
    transition: linear .4s;
}
.new-course-content-direct{
    border-radius: 20px;
    box-shadow: 0 0 29px rgba(0,0,0,.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.new-course-image-direct img{
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
}
.new-course-content-direct:hover .all-direct{
    background-color: #eef8fa;
    transition: linear .4s;
}
.new-course-content-direct:hover .new-course-details i{
    color: #1c88ce !important;
    transition: linear .4s;
}
.new-course-details .get-link-bnt{
    position: absolute;
    bottom: -100%;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #1c88ce;
    box-shadow: 0px 0px 18px transparent;
    transition: linear .4s;
    font-size: 18px;
}
.new-course-details .get-link-bnt i{
    font-size: 22px;
    color: #fff;
}
.coash-info{
    margin: 50px 0;
    background-color: #f7f8fa;
    padding: 20px;
    border-bottom: 2px solid #1c88ce;
}
.coash-info > h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.all-info-coach{
    display: flex;
    align-items: center;
    justify-content: start;
}
.all-info-coach  .instructor-page-avatar img{
    width: 150px;
    height: 150px;
}
.coash-info .all-info-coach .instructor-page-desc{
    margin: 0 20px;
}
.coash-info .all-info-coach .instructor-page-desc p{
    font-size: 16px;
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.attachments-files a{
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.attachments-files a h5{
    padding: 0px 15px;
    font-size: 19px;
    margin: 0;
    color: grey;
}
.attachments-files a i{
    font-size: 25px;
    color: grey;
}
.whychoose-section {
    padding: 110px 0 50px;
}
.new-section-bar{
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 16px -13px rgb(0 0 0 / 40%);
    transition: linear .4s;
    background-color: #FFFFFF;
    z-index: 9;
    display: flex;
    align-items: center;
}
.new-section-bar .button-bar{
    color: grey;
    margin-inline-end: 20px;
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
    transition: linear .4s;
}
.new-section-bar .button-bar.activebar-item{
    border-color: #3288c7;
    color: #3288c7;
    transition: linear .4s;
}
.fly-bar{
    position: fixed;
    top: 0;
    width: 100%;
    transition: linear .4s;
}
.printcirtification{
    margin-top: 100px;
}
.attachments-files a.active-tab-attachment h5{
    color: #1c88ce;
}
.attachments-files a.active-tab-attachment i{
    color: #1c88ce;
}
.new-course-details i{
    color: #8bc93e;
    font-size: 22px;
    vertical-align: middle;
}
.new-course-details span,.new-course-details a{
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
    margin: 0 5px;
}
.addtocart_reg a{
    color: #ffffff !important;
    background-color: #3288c7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.addtocart_reg a i{
    color: #ffffff;
    display:none
}
.new-course-content:hover .new-course-info{
        /*background: #E0EDF6;*/
        /*transition:linear .4s;*/
}
.new-course-content:hover .new-course-info h4 {
    /*color: #38acbb;*/
    /*  transition:linear .4s;*/
}
.new-course-content:hover .new-course-image:after{
         transition:linear .4s;
     opacity:1;
}
.course-icon{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}
.course-icon img{
    width: 39px !important;
    height: 39px;
}
.new-course-content:hover .new-course-details .get-link-bnt{
    bottom:0;
    box-shadow: 0px 0px 18px rgba(0,0,0,32%);
     transition:linear .4s;
}
.new-item-icon-tit{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.new-course-content:hover{
    
}
.new-course-content:hover{
    
}
.new-course-content:hover{
    
}
.new-course-content:hover{
    
}
/*.courses-sections .main-header{*/
/*    font-size: 32px;*/
/*}*/
.header-buttons{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}
.header-buttons p{
    font-size: 16px;
    color: #919191;
    margin: 0;
    line-height: 0;
}
.des-about:after{
    content: " ";
    background-image: url("../images/afterwhotit.png");
    width: 36px;
    height: 31px;
    display: block;
        background-size: contain;
    margin-top: 30px;
}

.header-buttons a{
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3288c7 !important;
    border: 1px solid #3288c7;
    padding: 0 20px;
    border-radius: 5px;
    transition: linear .4s;
}
.header-buttons a:hover{
    transition: linear .4s;
    color:#ffffff !important;
    background-color: #3288c7;
}
.header-buttons a i{
    transition: linear .4s;
        font-size: 15px;
    color: #1c88ce;
}
.header-buttons a:hover i{
    transition: linear .4s;
    color:#ffffff !important;
}



.txt-welcome {
    color: #1c1c1c;
    font: bold 3em 'Monoton', sans-serif;
    letter-spacing: 3px;
    line-height: 100vh;
    text-align: center;
    text-shadow: 1px 1px 5px #444444;
}

.preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.loaded.preloader {
    opacity: 0;
    transition: 1.1s ease;
}

.loader-section {
    height: 100%;
    position: fixed;
    transition: 1s ease all;
    top: 0;
    width: 50%;
}

.section-left {
    background-color: #1c1c1c;
    box-shadow: 0 0 5px #000000;
    left: 0;
}

.section-right {
    background-color: #acacac;
    box-shadow: 1px 1px 5px #000000;
    right: 0;
}

.loaded .loader-section.section-left {
    transform: translateX(-100%);
    transition: 1s ease all;
}

.loaded .loader-section.section-right {
    transform: translateX(100%);
    transition: 1s ease all;
}

.spinner {
    animation: spinner .7s infinite linear;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #ffffff;
    height: 7em;
    position: fixed;
    width: 7em;
    z-index: 1000;
}

.icon {
    color: #ffffff;
    font-size: 1.5em;
    position: fixed;
    text-shadow: 1px 1px 5px #000000;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.icon{
    font-size: 60px;
}


svg {
    height:200px;
}

.logo-lode{
    width:30%;
}
.book1 {
    animation: book1-anim 2.25s infinite ease-in-out;

}

.book2 {
    animation: book2-anim 2.25s infinite ease-in-out;
}

.book3 {
    animation: book3-anim 2.25s infinite ease-in-out;
}

.book4 {
    animation: book4-anim 2.25s infinite ease-in-out;
}

.book5 {
    animation: book5-anim 2.25s infinite ease-in-out;
}

.book6 {
    animation: book6-anim 2.25s infinite ease-in-out;
}

@keyframes book1-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(-30px);
    }

    28.57% {
        transform: translateY(0px);
    }

    42.85% {
        transform: translateY(0px);
    }

    57.14% {
        transform: translateY(0px);
    }

    71.42% {
        transform: translateY(0px);
    }

    85.71% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes book2-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(0px);
    }

    28.57% {
        transform: translateY(-30px);
    }

    42.85% {
        transform: translateY(0px);
    }

    57.14% {
        transform: translateY(0px);
    }

    71.42% {
        transform: translateY(0px);
    }

    85.71% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes book3-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(0px);
    }

    28.57% {
        transform: translateY(0px);
    }

    42.85% {
        transform: translateY(-30px);
    }

    57.14% {
        transform: translateY(0px);
    }

    71.42% {
        transform: translateY(0px);
    }

    85.71% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes book4-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(0px);
    }

    28.57% {
        transform: translateY(0px);
    }

    42.85% {
        transform: translateY(0px);
    }

    57.14% {
        transform: translateY(-30px);
    }

    71.42% {
        transform: translateY(0px);
    }

    85.71% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes book5-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(0px);
    }

    28.57% {
        transform: translateY(0px);
    }

    42.85% {
        transform: translateY(0px);
    }

    57.14% {
        transform: translateY(0px);
    }

    71.42% {
        transform: translateY(-30px);
    }

    85.71% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes book6-anim {
    0% {
        transform: translateY(0px);
    }

    14.28% {
        transform: translateY(0px);
    }

    28.57% {
        transform: translateY(0px);
    }

    42.85% {
        transform: translateY(0px);
    }

    57.14% {
        transform: translateY(0px);
    }

    71.42% {
        transform: translateY(0px);
    }

    85.71% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}
