.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-header img {
    height: 70px;
    border-radius:35px;
    margin-left: 15px;
}
.navbar .navbar-nav li {
    padding: 15px;
}
.navbar .navbar-nav li a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding: 6px;
}
.activehome li a:hover {
    border-radius: 4px;
    background-color: white;
    color: rgb(101, 101, 101);
}
.color {
    background-color: blue;
    margin-bottom: 20px;
}
.height {
    font-size: 40px;
    padding: 20px 0;
    color: white;
}
.height h3 {
    font-size: 30px;
}
.height p {
    font-size: 20px;
}
.heading-1 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: red;
}
.text {
    margin-bottom: 67px;
    color: blue;
    font-size: 40px;
}
.soft {
    margin-bottom: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all.3s ease-in-out;
}
.soft img {
    display: inline-block;
    width: 30px;
}
.soft p {
    display: inline-block;
    padding: 15px;
}
.soft:hover {
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
}
.course {
    margin: 50px;
}

.course h3 {
    margin-top: 20px;
}

.col-md-4 img {
    width: 100%;
}

.col-md-4 h3 {
    text-align: center;
}

.test p {
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: red;
}

.test h3 {
    padding: 20px;
    font-size: 40px;
    font-weight: 500;
    color: blue;
}

.background {
    background: url(../images/stu7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial {
    background-color: white;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
}

.testimonial img {
    height: 60px;
    border-radius: 30px;
    margin: 20px;

}

.footer-top {
    background-color: #f3f3f3;
    padding: 80px 0;
}

.title img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: 20px;
}

.content {
    margin-left: 32px;
}

.c-grey {
    color: #999;
}

.content p {
    color: #999;
}

.title h4 {
    color: blue;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.title ul {
    list-style-type: none;
}

.title ul li a {
    color: #999;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}

.title ul li a:hover {
    color: black;
    cursor: pointer;
}

.inner-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about {
    margin: 20px;
}

.img-text img {
    float: left;
    width: 80px;
    height: 106px;
    margin: 0px 20px 20px 20px;
}

.margin-top {
    margin: 60px 0px 20px 20px;
}

.margin-left {
    margin-left: 20px;
    margin-bottom: 20px;
}

.course-1 {
    margin: 20px 20px 20px 30px;
}

.courses {
    list-style-type: none;
}

.courses a {
    color: #02aace;
    text-decoration: none;
}

.news {
    list-style-type: none;
}

.news a {
    color: red;
    text-decoration: none;
}

.testimonial1 {
    background-color: white;
    text-align: center;
    padding: 30px;
    margin-bottom: 10px;
}

.testimonial1 img {
    width: 100%;
    border-radius: 15px;
    margin: 15px 20px;
}

.inner-banner1 {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-md3-image img {
    width: 100%;
}

.coform {
    width: 100%;
    padding: 60px;

}

.coform h2 {
    font-size: 40px;
    font-weight: 400;
}

.coform .inputbox {
    /* width: 100%; */
    margin-top: 10px;
}

.coform .inputbox input {

    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    letter-spacing: 0.8px;
}

.coform .inputbox input[type=submit] {
    width: 100px;
    background-color: rgb(60, 125, 255);
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.margin {
    margin-left: 400px;
}

.certificate1 .inputbox input[type=text] {
    background-color: #f3f3f3;
    border: #999 1px solid;
    width: 300px;
    height: 50px;
    font-size: 20px;
}

.certificate1 .inputbox input[type=submit] {
    width: 100px;
    background-color: rgb(60, 125, 255);
    font-size: 15px;
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin: 20px 0;
}
.img-detail img{
    margin-top: 25px;
    width: 150px;
    text-align: center;
}
.detail{
    margin-top: 25px;
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 25px;
}