.missionarea {
    background: white;
    padding: 50px 10px;
}
.missiondata h2 {
    color: #bfb28e;
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.missiondata p {
    color: #475661;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
}
.missionimg img {
    margin: 0 auto;
}
.servicearea {
    padding: 50px 10px;
    background: #e2e2e2;
}
.serviceimg img {
    margin: 0 auto;
}
.servicedata h2 {
    font-size: 45px;
    font-weight: 500;
    color: #475661;
    margin-top: 90px;
    text-align: left;
}
.servicedata p {
    font-size: 20px;
    color: #475661;
    text-align: left;
    line-height: 30px;
    font-weight: 400;
}
.servicedata h3 {
    font-size: 35px;
    font-weight: 500;
    color: #bfb28e;
    text-align: left;
}
.servicedata li {
    color: #475661;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
}
.servicedata ul li:before {
    content: "\f138";
    color: #bfb28e;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontAwesome';
    padding-right: 10px;
    left: 0;
}
.servicedata ul {
    list-style: none;
    padding: 0px;
}
.trainarea {
    background: #475661;
    padding: 50px 10px;
}
.traindata h3 {
    font-size: 45px;
    border-bottom: 3px solid;
    color: #bfb28e;
    width: fit-content;
    margin-bottom: 30px;
}
.traindata li {
    color:white;
    font-size: 19px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
}
.traindata ul li:before {
    content: "\f138";
    color: #bfb28e;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontAwesome';
    padding-right: 10px;
    left: 0;
}
.traindata ul {
    list-style: none;
    padding: 0px;
}
.register {
    height: 50px;
    font-size: 22px;
    padding: 12px 15px;
    letter-spacing: 5px;
    background: #bfb28e;
    border-color: #bfb28e;
    color: white;
    margin-top: 20px;
}
.register:hover {
    background: white;
    border-color: white;
    color: black;
}
.trianbackimgdata h3 {
    text-align: center;
    font-size: 60px;
    color: white;
}
.trianbackimgdata p {
    text-align: center;
    font-size: 29px;
    color: white;
    font-weight: 400;
}
.trianbackimgdata {
    text-align: center;
}
.registerbig {
    height: 50px;
    font-size: 22px;
    padding: 12px 15px;
    letter-spacing: 5px;
    background: #ffffff;
    border-color: #ffffff;
    color: black;
    margin-top: 20px;
}
.registerbig:hover {
    background: white;
    border-color: white;
    color: black;
}
.servicedataa {
    background: #475661;
    padding: 50px 10px;
    color: white;
}
.servicedatatext li {
    color:white;
    font-size: 19px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
}
.servicedatatext ul li:before {
    content: "\f138";
    color: #bfb28e;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontAwesome';
    padding-right: 10px;
    left: 0;
}
.servicedatatext ul {
    list-style: none;
    padding: 0px;
}
.servicedatatext h3 {
    font-size: 45px;
    border-bottom: 3px solid;
    color: #bfb28e;
    width: fit-content;
    margin-bottom: 30px;
}
.servicedatatext p {
    font-size: 20px;
    margin-bottom: 20px;
}
.servicedatatext h4 {
    font-size: 30px;
    color: #bfb28e;
    margin-top: 20px;
    margin-bottom: 10px;
}
.barboxarea {
    background: #bfb28e;
    padding: 50px 10px;
}
.barhead p {
    text-align: center;
    color: white;
    font-size: 35px;
}
.barhead h2 {
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top: 0px;
}
.row.whiteback {
    background: white;
    margin: 20px 0px;
    border-radius: 15px;
}
.barboximg img {
    margin: 0 auto;
}
.barboxdata {
    padding: 60px 10px;
}
.barboxdata h3 {
    font-size: 30px;
    color: #475661;
    font-weight: 500;
}
.barboxdata p {
    font-size: 18px;
    line-height: 28px;
}

.trianbackimg {
    background-image: url(../images/duf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 10px;
}








@media only screen and (max-width : 768px) {

    .servicedata h2 {
        margin-top: 0px;
    }
    .serviceimg img {
        margin-top: 30px;
    }
    .traindata h3 {
        font-size: 35px;
    }
    .trianbackimgdata h3 {  
        font-size: 50px;
    }
    .trianbackimgdata p {
        font-size: 23px;
    }
    .servicedatatext h3 {
        font-size: 33px;
    }
    .servicedatatext h4 {
        font-size: 25px;
    }
    .barhead h2 {
        font-size: 37px;
    }










}