/* google link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


/* common css start */
    body{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
/* common css end */

/* header start */
    header{
        padding: 15px;
        background-color: #F0FFF0;
    }
    .c_nav{}
    .logo{}
    .menu{}
    .menu ul li a{
        padding: 0 25px !important;
        color: #000000 !important;
    }
    .menu ul li a:hover{
        color: #FD511A !important;
    }
    .btn_c{
        font-family: 'Roboto', sans-serif;
        color: white !important;
        border-radius: 33px;
        background-color: #21B573;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn_s{
        margin-left: 15px;
        width: 105px;
        height: 45px;
    }
    .btn_c:hover{
         background-color: #FD511A;
    }
    .btn_c:active{
        background-color: #FD511A !important;
    }
/* header end */

/* banner start */
.banner{
    background-color: #F0FFF0;
    padding-bottom: 65px;
}

.b_text{
    
}
.b_p1{
    color: #FD511A;
}
.b_h1{
    margin: 10px 0 20px;
    padding:0 35px 0 0;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
}
.b_h1 span{
    color: #21B573;
}
.b_p2{
    padding:0 50px 0 0;
    line-height: 36px;
}
.btn_link{
    margin-top: 15px;
    width: 155px;
    height: 45px;
}

.b_img{}
.b_img img{}
/* banner end */

/*feature start*/
.feature{
    
}
.c_padd{
    padding-bottom: 100px;
}

.s_feature{
    margin-top: 45px;
    background-color: #F0FFF0;
    padding: 55px 0 50px;
    border-radius: 10px;
    transition: .33s ease;
}
.s_feature:hover{
    background: #FFF;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
}
.s_img{
    margin: 0 auto;
    width: 65px;
    height: 75px;
}
.s_img img{}
.fh2{ 
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}
.fp{}
/*feature end*/

/*course start*/
.course{}
.c_title{}
.c_h1{
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 36px;
}

.c_item{
    margin-top: 60px;
    padding: 24px 20px 30px;
    border-radius: 18px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
}

.c_img{}
.c_img img{}
.c_h2{
    margin: 20px 0 5px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}
.cp{}
.c_btn{
    margin: 20px 0 35px;
    width: 140px;
    height: 35px;
}

.c_footer{}
.c_left{}
.cli:not(:last-child) {
    margin-right: 2px;
}
.c_left ul li img,
.c_right ul li img{
    
}

.c_left ul li span,
.c_right ul li span
{
    font-weight: 500;
}

.c_right{}
.c_right ul li img{}
.c_right ul li span{}
/*course end*/

/*tesimony start*/
.tesimony{
    padding-bottom: 100px;
}

.t_item{
    margin-top: 60px;
}

.t_img{}
.t_img img{
    width: 100%;
}
.t_text{}
.t_text p{}
/*tesimony end*/

/*footer top start*/
.footer_top{
    padding: 55px 0 55px;
    background-color: #282531;
}

.ft_deatils{
    padding-right: 120px;
}
.ft_deatils p{
    color: #ffffff;
    line-height: 30px;
}

.ft_link{}
.ft_link h2{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}

.ft_link ul li a{
    margin-bottom: 8px;
    display: block;
    color: white;
    text-decoration: none;
}

/*footer top end*/

/*footer start*/
footer{
    padding: 20px 0 30px;
    background-color: #282531;
}
footer p{
    color: white;
    line-height: 30px;
}
footer p a{
    color: white;
    text-decoration: none;
}
/*footer end*/