
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap')



footer{
    line-height: 1.5px;
    font-family: 'Poppins',sans sarif;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

body{
    margin-left: 10px;
    margin-right:20px;
}

p{
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 2px;
    line-height: 1.5;
    
}

.h1-banner-title{
    background-color: #02299e;
    color: white;
    padding: 14px 18px;
    margin-top: 20px;
    overflow-x: auto;
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    
    
}

table.table-bordered{
    overflow-wrap: anywhere;
}

article table{
    width: 100%;
    border: 1px solid #444;
    border-radius: 8px ;
}

ol{
    letter-spacing: 2px;
    line-height: 1.5;
}



#para{
    color: grey;
}

#div1{
    height: 50px;
    width:50px;
    font-size: larger;
}

button{
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    color: white;
    

}

textarea#comment{
    font-family: 'Popins';
    resize: vertical;
}

.myid{
    padding: 8px 16px;
}

header{
    text-align: center;
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    color: white;


}

.navbar ul{
    list-style-type: none;
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    padding: 0px;
    margin: 0px;
    overflow: hidden;

}

.navbar a{
    color: white;
    text-align: none;
    padding: 15px;
    display: block;
    text-align: center;
    text-decoration: none;

}

.navbar a:hover{
    background: linear-gradient(165.23deg, #473584 10.43%, #041e73 68.35%);
    
}

.navbar li{
    float: left;

}

#sign{
    text-align: end;
}
.topbr{
    position: fixed;
    width: 50px;
    height: 50px;
    background: linear-gradient(165.23deg, #473584 10.43%, #041e73 68.35%);
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    line-height: 50px;
    color: white;


}

.footer{
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    padding: 70px 0;

}

.footer-col{
    width: 25%;
    padding: 0 15px
    
    


}


.container{
    max-width: 1170px;
    
    margin: auto;

}

.row{
    display: flex;
    flex-wrap: wrap;
}

ul{
    list-style: none;
}

.footer-col h4{
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    

}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color:red ;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;



}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color:white;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;

}

.footer-col ul li a:hover{
    color:white;
    padding-left: 10px;
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;

    transition: all 0.5s ease;

}

.footer-col .social-links a:hover{
    color: #24262b;
    background-color: white;

}

section{
    width: 100%;
    height: 300vh;
}

#link{
    text-decoration: none;
}

