*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: sans-serif;
    list-style: none;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: white;
}
table, th, td {
    border: 1px solid gainsboro;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
}
th{
    background-color: #253c59;
    color: white;
}
tr:nth-child(odd){
    background-color: lightgrey;
    /* color: white; */
}
.header{
    width: 100%;
    background-color: #162E6D;
    /* height: 500px; */
    padding: 15px 0px;
}
.row{
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact{
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-right: 20px;
}
.row2{
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 96px 0px ;
    flex-wrap: wrap;
}
.header-content{
    flex-basis: 65%;
    text-align: center;
    /* border: 1px solid red; */
}
.header-content h1{
    font-size: 60px;
    color: white;
    padding-bottom:10px ;
}
.header-content h2{
    font-size: 35px;
    color: white;
    padding-bottom:10px ;
}
.header-content h3{
    font-size: 20px;
    color: darkorange;
    padding-bottom:10px ;
}
.header-content p{
    font-size: 16px;
    color: white;
}
.header-form{
    flex-basis: 28%;
    background-color:#071128;
    /* border: 1px solid red; */
    padding: 2%;
    border-radius: 10px;
}
.header-form h1{
    color: darkorange;
    line-height: 70px;
    text-align: center;
}
.header-form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-form input{
    flex-basis:40px;
    border-radius: 8px;
    border: none;
    padding: 0px 15px ;
    margin-bottom: 5%;
}
.header-form select{
    color: gray;
    flex-basis:40px;
    border-radius: 8px;
    border: none;
    padding: 0px 15px ;
    margin-bottom: 5%;
}
.header-form button{
    width: 100px;
    background-color: darkorange;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5%;
    margin: auto;
    border-radius: 5px;
}
.header-form button:hover{
    background-color: white;
    color: darkorange;
}
.main1{
    width: 100%;
    background: #e9ecf5;
}
.inner{
    width: 1170px;
    padding: 40px 0px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main1-image{
    flex-basis: 48%;
}
.main1-content{
    flex-basis: 48%;
    padding-top: 15px ;
}
.main1-content h1{
    color: darkorange;
    font-size: 32px;
    line-height: 80px;
}
.main1-content h2{
    line-height: 50px;
}
.main1-content p{
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 18px;
}
.main2{
    width: 1170px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.main2 h1{
    font-size: 30px;
    color: darkorange;
    padding : 30px 0px;
}
.list{
    border: 1px solid grey;
    border-radius: 10px;
    padding: 20px;
    flex-basis: 1000px;
    line-height: 50px;
    /* margin-bottom: 30px; */
}
.list1{
    flex-basis: 100%;
}
.list1 ul li i{
    font-size: 18px;
    margin-right: 15px;
    color: darkorange;
}
.list2{
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
}
.list2 ul{
    flex-basis: 40%;
    line-height: 40px;
}
.list2 ul li i{
    font-size: 12px;
    margin-right: 15px;
    color: skyblue;
}
.result{
    flex-basis: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.studentbanner{
    flex-basis: 30%;
    /* border: 1px solid red; */
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 30px; */
}
.studentbanner img{
    object-fit: cover;
}
.main2 table{
    flex-basis: 80%;
    text-align: center;
    border: 1px solid grey;
}
.main3
{
    width: 100%;
    background-color: #162E6D;
    /* height: 500px; */
    padding: 15px 0px;
}
.main3 h1{
    font-size: 30px;
    color: white;
    margin: 30px 0px;
    text-align: center;
}
.main3-inner{
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner{
    flex-basis: 28%;
    /* border: 1px solid red; */
    background-color: white;
    padding: 2%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2%;
}
.icon{
    font-size: 25px;
    color: rgb(4, 167, 231);
    border: 2px solid rgb(4, 167, 231);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}
.icon:hover{
    color: white;
    border: 2px solid darkorange;
    background-color: darkorange;
}
.banner h2{
    font-size: 18px;
    padding: 10px 0px;
    color: darkorange;
}
.banner p{
    font-size: 16px;
    line-height: 30px;
}
.register{
    flex-basis: 20%;
    border: 1px solid grey;
    padding: 3% 1.5%;
    border-radius: 5px;
}
.register p{
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;
}
.register button{
    padding: 10px;
    width: 100%;
    border: 2px solid darkorange;
    color: white;
    background-color: darkorange;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.register button:hover{
    background-color: white;
    color: darkorange;
}
.main4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(4, 167, 231) ;
}
.main4 p{
    font-size: 18px;
    color: white;
    padding: 50px 0px;
}
.backtotop{
    width: 40px;
    height: 40px;
    background-color: darkorange;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
    position: fixed;
    right: 20px;
    top: 87%;
    /* color: white; */
    border-radius: 5px;
}
.backtotop:hover{
    background-color: #212529;
}
.backtotop i{
    color: white;
}
.bootom{
    position: fixed;
    visibility: hidden;
}