#hero{
    padding: 50px 0!important;
}

#hero .list img{
    width: 20px;
    height: 20px;
}

#hero .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#hero .list img{
    object-fit: initial;
    border-radius: 0;
    bottom: 0;
    margin-right: 10px;
    margin-top: 0 !important;
}

#hero .list .text{
    font-size: 18px;
    color: #1C2A45;
}

#hero .list{
    margin-bottom: 30px;
}

h2 strong,
h3 strong{
    font-weight: 600;
    color: #59B13A
}

#steps{
    padding: 50px 0;
    position: relative;
    z-index: 0;
}

#steps .top{
    position: relative;
    margin-bottom: 50px;
}

#steps .top::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    bottom: -10px;
    color: #007ABF;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#steps .image img{
    margin: 0 auto 20px;
    display: block;
    width: 112px;
}

#steps .content p{
    min-height: 168px;
}

#steps .line{
    position: absolute;
    width: 860px;
    left: 50%;
    transform: translatex(-50%);
    top: 200px;
    z-index: -1;
}

@media(max-width:1400px){
    #steps .content p{
        min-height: 192px;
    }
    #steps .line{
        width: 860px
    }
}

@media(max-width:1200px){
    #steps .content p{
        min-height: auto;
    }
    #steps .line{
        display: none;
    }
}

#bgContent h2 strong{
    color: #1C2A45
}
#bgContent{
    background: #EBEBEB;
}
#tp{
    background: #EBEBEB;
}
#why{
    padding: 100px 0;
}

#why .image{
    padding-left: 150px;
}

#why img{
    max-width: 520px;
    width: 100%;
}

#why .click{
    margin-top: 50px;
}

#why p{
    margin-bottom: 30px;
}

@media(max-width:1200px){
    #why img{
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    
    #why .image{
        padding: 0;
    }
}

#courses{
    position: relative;
    z-index: 0;
    padding: 50px 0;
}

#courses .first{
    position: absolute;
    top: 50px;
    z-index: -1;
}

#courses .second{
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: -1;
}

#courses .top{
    margin-bottom: 50px;
}

#courses .header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#courses h5{
    margin: 0;
}

#courses .number{
    width: 50px;
    height: 50px;
    background: transparent linear-gradient(180deg, #59B13A 0%, #007ABF 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

#courses .inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
#courses .top{
    padding: 0 250px
}

#courses .container-fluid{
    padding: 0 100px;
}
#courses .content{
    min-height: 248px;
}
@media(max-width:1600px){
    #courses .top{
        padding: 0 150px
    }
}

@media(max-width:1200px){
    #courses .top{
        padding: 0px
    }
    #courses .first{
        left: -40px;
    }
}

@media(max-width:767px){
    #courses .container-fluid{
        padding: 0 50px
    }
    #courses .first{
        display: none;
    }
}

@media(max-width:576px){
    #courses .container-fluid{
        padding: 0 15px;
    }
}

#other{
    padding: 50px 0;
}

#other .top{
    margin-bottom: 50px;
}

#other .top p{
    font-size: 20px;
    color: #1C2A45;
    font-weight: 300;
}

#other .content p{
    margin-bottom: 30px;
}

#other img{
    width: 80%;
    margin-left: auto;
    display: block;
    margin-right: 30px;
    border-radius: 10px;
}

#other .first{
    width: 350px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
}

#other .image{
    position: relative;
}

@media(max-width:1400px){
    #other .first{
        width: 300px
    }
}

@media(max-width:1200px){
    #other img{
        margin: 0 auto;
    }
    #other .first{
        display: none
    }
}

@media(max-width:767px){
    #other img{
        width: 100%
    }
}

#why .first{
    width: 350px;
    position: absolute;
    bottom: -70px;
    left: 30px;
    z-index: -1;
}

#why .image{
    position: relative;
    z-index: 0;
}

@media(max-width:1400px){
    #why .first{
        width: 300px
    }
}

@media(max-width:1200px){
    #why .first{
        display: none
    }
}

#companies{
    padding: 50px 0;
}

#companies .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#companies img{
    margin: 10px 15px;
}


#posts{
    padding: 50px 0;
}

#posts .sub{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
    color: #1C2A45
}

#posts .top{
    margin-bottom: 50px;;
}

.label span{
    color: #59B13A;
    cursor: pointer;
}


.label{
    font-size: 16px !important;
    color: #696969 !important;
    font-weight: 400 !important;
    margin: 20px 0 10px;
}