.header img{
    height: 60px;
}
.header ul li{
    padding: 10px;
}
.header ul li a{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.header ul li:hover a{
    color: cadetblue;
}
.slide img{
    height: 350px;
}
.about-me, .mission-vision, p{
    text-align: justify;
}
.client-feedback{
    text-align: center;
}
.client-feedback img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid cadetblue;
}

footer,footer a{
    background-color: cadetblue;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

.page-title{
    background-color: cadetblue;
    height: 120px;
}
.page-title h2{
    color: #fff;
    line-height: 120px;
    font-weight: 700;
}

.skill .progress{
    margin-bottom: 10px;
}
.cus-color{
    background-color: cadetblue;
}
.cus-purple-color{
    background-color: purple;
}
.cus-cornflowerblue-color{
    background-color: cornflowerblue;
}
.training-info p, .educational-info p, .work-experience p{
    margin: 2px;
}


