@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Merriweather+Sans&display=swap');
/*strat global*/
.w45px{
    width: 45px;
    height: 45px;
}
body,html{
   
    overflow-x: hidden;
}
a:hover,a:focus,a:visited{
    text-decoration: none;
}
/*strat owl-style*/
 .owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent ;
    border: 1px solid #08425a;
}
 .owl-theme .owl-dots .owl-dot.active span{
    background: #08425a;
    padding: 4px 14px;
}


/*end owl-style*/
.bg-light{
    background-color: #f8f8f8 !important;
}
*{
    font-family: 'Merriweather Sans', sans-serif;

    box-sizing: border-box;
}
.font-famil-ex{
    font-family: 'Lobster', cursive;
}
.bg-main-light{
  background-color: #ceebfa !important;
}
.text-main-light{
    color: #ceebfa !important;
}
.text-main-dark{
    color: #08425a !important; 
}
.bg-main-dark{
    background-color:#08425a !important;
}
.heading-1{
    position: relative;
    text-transform: capitalize;
    font-size: 35px;
}
.heading-2{
    position: relative;
    text-transform: capitalize;
    font-size: 35px;
}
.p-50{
    padding: 50px 0;
}
@media(max-width: 600px){
    .heading-1,.banner-header{
        font-size: 1.5rem;
    }
    .heading-2{
        position: relative;
        text-transform: uppercase;
        font-size: 35px;
    }

}
.heading-1::after{
    content: '';
    position: absolute;
    top:120%;
    left: 0;
    width: 95px;
    height: 4px;
    background-color: #08425a;
}
.heading-2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95px;
    height: 4px;
    background-color: #ceebfa !important;
}

.p-70{
    padding: 70px 0;
}

/*end global*/
/*strat Navbar*/

.navbar-brand{
    font-size: 2.0rem;
}
.navbar-brand span{
    font-weight: bold;
    
}
.navbar .nav-item{
    position: relative;
    padding-top:15px;
    padding-bottom: 15px;
    transition: .5s linear;
}
.navbar .nav-item .sub-menu{
    position: absolute;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    top: 100%;
    background-color: white !important;
    z-index: 99;
    display: none;
}
.navbar .nav-item .sub-menu-bus{
    transform: translateX(-123px);
}
@media(max-width:768px){
    .navbar .nav-item .sub-menu{
        position: static;
       
    }
    .navbar .nav-item .sub-menu-bus{
        transform: translateX(0px);
    }
}
.navbar .nav-item:hover .sub-menu{
    display: block;
}

.navbar .nav-item .sub-menu .sub-li{
    padding: 5px 20px;
    width: 200px;
}
.navbar .nav-item .sub-menu .sub-li .a-sub{
    color: #aaa;
    transition: .5s ease-in-out;
}
.navbar .nav-item .sub-menu .sub-li .a-sub:hover{
    color: #08425a ;
}
.navbar .nav-item .sub-menu .udemy-bus{
    width: 300px;
    padding: 5px 10px;
   
}
@media(max-width:992px){
    .mobile-menu{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        z-index: 999;
        background-color: #fff;
        padding-left: 10px;
        padding-right: 25px;
        transform: translateX(-100%);
        transition: all ease .25s;
        overflow-y: scroll;
        
    }
    
    .open{
        transform: translateX(0);
    }
    .over-nav{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        z-index: 19999;
        background-color: rgba(0,0,0,.5); 
       
    }
    .open2{
        display: block;
    }
}
@media (min-width: 1024px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
}
.navbar  .fa-shopping-cart{border-left: 1px solid #aaa;}

/*strat modals*/
.modals{
    width: 400px;
}
.modals .login .modal-body .btn{
    font-size: 16px;
    font-weight: 700;
}
.modals .sign-up{
    font-size: 16px;
}
.modals .modal-title{
   font-size: 15px;
   color: #111;
   font-weight: 800;
   
}
/*end modals*/
/*strat banner*/
.banner{
   
    position: relative;
    background:url(../img/banner/88.jpg) no-repeat center fixed;
    background-size: cover;
   padding: 120px 0 70px;
    /* transform: skew(0deg, -5deg) translateY(-19%); */
}

.over{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
}
@media(max-width: 768px){
    /* .banner{
        background:url(../img/banner/88.gif) no-repeat center fixed;
        background-size: cover;
    }
    .banner-image{
        display: none;
    }
    .over{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,0.6);
    } */
}

.banner .card{
    /* transform: skew(0deg, 5deg) translateY(-19%); */
    z-index: 2;
    position: relative;
    overflow: hidden;
}
@media(min-width:640px){
    .banner .card{
        margin: auto;
        max-width: 60%;
    }
}
.banner .card .card-body{
    z-index: 1;
    color: #000;
}
.banner .card::after{
    content: "";
    position: absolute;
    top: -155px;
    left: -193px;
    width: 420px;
    height: 400px;
    border-radius: 50%;
    background-color: #f8f8f8;
    z-index: 0;
}
.banner .card h1{
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02rem;
    font-size: 3rem;
    margin-bottom: .8rem;

}
@media(max-width:680px){
    .banner .card h1{
        font-size: 1.5rem;
    }
    .banner .card p{
        font-weight: 600;
        line-height: 1.4;
        font-size: .8em;
    }
    #search {
        border: 1px;
        font-size: .8rem;
    }
    
}
.banner .card p{
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.1rem;
}
.search-form {
   
    padding: 30px 15px;
  }
  
.input-group {
    width:100%;
  }
  
 input-group-btn {
    max-width:38px;
  }
  
 #search {
    border: 1px;
  }
  
 .search-btn {
    cursor:pointer;
    border-radius: 0 8px 8px 0; 
    background-color:#fff;
    color:#669;
    padding: 17px 15px;
  }
/*end Banner*/

/*strat Courses*/
.courses .card {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    transition:  10s ease-in-out;
}

.courses .card:hover .hover,.card:hover .hover-l{
    display: block;
}
 .hover{
    display: none;
    position: absolute;
    top: 10%;
    left: 0%;
 
    background-color: #fff;
    z-index: 99;
    padding: 10px 10px 10px 15px;
    width: 273px;
}
.hover-l{
    display: none;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1040;
 
    background-color: #fff;
    z-index: 999;
    padding: 10px 10px 10px 15px;
    width: 273px;
}

@media(max-width:1366px){
    .courses .card:hover .hover,.card:hover .hover-l{
        display: none;
    }
}
.courses .card .card-title {
    margin-bottom: .75rem;
    font-size: .9rem;
    letter-spacing: .2px;
    line-height: 21px;
    font-weight: 900;
}
.courses .card .card-text{
    color: #73726c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .4rem;
}
.courses .card a{
    transition: .3s ease-in-out;
}
.courses .card a:hover,.courses .card a:focus,.courses .card a:visited{
    text-decoration: none;
   
}
.courses .card .heart{
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
}

.courses .filters .active a{
    background-color: #08425a !important; 
    color: #fff;
}
/*end Courses*/

/*strat students */

.students .card {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    transition:  10s ease-in-out;
}

.students .card:hover .hover,.card:hover .hover-l{
    display:block;
}
 .hover{
    display: none;
    position: absolute;
    top: 10%;
    left: 0%;
 
    background-color: #fff;
    z-index: 99;
    padding: 10px 10px 10px 15px;
    width: 273px;
}
.hover-l{
    display: none;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1040;
 
    background-color: #fff;
    z-index: 999;
    padding: 10px 10px 10px 15px;
    width: 273px;
}

@media(max-width:1366px){
    .students .card:hover .hover,.card:hover .hover-l{
        display: none;
    }
}
.students .card .card-title {
    margin-bottom: .75rem;
    font-size: .9rem;
    letter-spacing: .2px;
    line-height: 21px;
    font-weight: 900;
}
.students .card .card-text{
    color: #73726c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .4rem;
}
.students .card a{
    transition: .3s ease-in-out;
}
.students .card a:hover,.students .card a:focus,.students .card a:visited{
    text-decoration: none;
   
}
.students .card .heart{
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
}
/*end students */ 
/*strat recommend*/
.recommend{
   
  
    position: relative;
    padding: 40px 0 50px;
   z-index: 1;
}
.recommend .artic .btn{
    transition: ease-in-out .5s;
}
.recommend .artic .btn:hover{
 transform: translateY(5px); 
}
/* .overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0, 0.7);
    z-index: -1;
} */
/*end recomnded*/
/*start students-say*/
.students-say .card{
    overflow: hidden;
    position: relative;
}
.students-say .card .card-body{
    z-index: 1;
}
.students-say .card::after{
    content: "";
    position: absolute;
    top: -286px;
    left: -133px;
    width: 420px;
    height: 400px;
    border-radius: 50%;
    background-color: #08425a;
    z-index: 0;
}

.students-say .image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 90px;
    z-index: 1;
  
}
.students-say .image img{
    width: 100%;
    border-radius: 50%;
}
/*end students-say*/
.sedction8{
    padding: 30px 0;
    font-size: 13px;
    
}



  

  
