

body{
    font-family: 'Times New Roman', Times, serif;
}

.sec-page{
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.sec-page span{
    font-weight: 400;
}

.nav-item{
    margin-left: 50px;
}

.navbar{
    border-bottom: 4px solid #5E5E5E;
}

/* banner start  */

.banner{
    padding: 150px 0 100px;
}

.banner-para h2{
    font-weight: 700;
    color: #EE220C;
    font-size: 30px;
    margin-bottom: 4px;
}

.banner-para p{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    color: #010358;
}

.banner-para{
    margin: 25px 0;
}

/* banner end  */

/* service start  */

.service{
    padding: 0px 0;
}

.service h1{
    margin-bottom: 20px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.service li a{
    text-decoration: none;
    color: #EE220C;
    font-weight: 500;
    font-size: 20px;
}

/* service end  */

/* time-table start  */

.time-table{
    padding: 50px 0;
}

.time-table h1{
    margin-bottom: 10px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.time-table p{
    font-size: 22px;
    font-weight: 500;
    color: #010358;
}

/* time-table end */

/* extracurricular start  */

.extracurricular{
    padding: 50px 0;
}


.extracurricular h1{
    margin-bottom: 10px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.extracurricular p{
    font-size: 22px;
    font-weight: 500;
    color: #010358;
}

/* extracurricular end  */

/* data-collection start  */

.data-collection{
    padding: 50px 0;
}

.data-collection h1{
    margin-bottom: 20px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.data-collection p{
    font-size: 22px;
    font-weight: 500;
    color: #010358;
}

/* data-collection end  */

/* anonymous-vote start  */

.anonymous-vote{
    padding: 50px 0;
}

.anonymous-vote h1{
    margin-bottom: 20px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.anonymous-vote p{
    margin: 15px 0;
    font-size: 22px;
    font-weight: 500;
    color: #010358;
}

/* anonymous-vote end  */

/* survey-service start  */

.survey-service{
    padding: 50px 0;
}

.survey-service h1{
    margin-bottom: 30px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.survey-service p{
    font-weight: 500;
    font-size: 22px;
    color: #010358;
}

/* survey-service end  */

/* contact start  */

.contact{
    padding: 50px 0;
}

.contact h1{
    margin-bottom: 30px;
    font-weight: 700;
    color: #EE220C;
    font-size: 36px;
}

.form-wrapper{
    padding: 50px;
    box-shadow: 0 0 20px #ddd;
}

.form-label{
    font-weight: 700;
    font-size: 20px;
    color: #010358;
}

.form-control{
    height: 45px;
    border: 1px solid #010358;
    border-radius: 0;
}

textarea{
    width: 100%;
    border: 1px solid #010358;
    border-radius: 0;
    resize: none;
}

.submit-btn{
    width: 100%;
    height: 45px;
    background-color: #EE220C;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0;
    border: 0;
    transition: 0.3s;
}

.submit-btn:hover{
    background-color: #010358;

}

/* contact end  */

/* footer start  */

footer{
    padding: 15px 0;
    background-color: #010358;
}

footer p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}


/* footer end  */