*{
    
    margin: 0%;
    padding: 0%;    
}
.navbar{
   position: sticky;
   align-items: center;
   justify-content: center;
    background-color: white;
    width: 100%;
    display:flex;
    top: 0px;
    cursor: pointer;
    margin: 20px 20px;
}

.redText
{
    color:red;
}
.blackText
{
    color:black;
    font-weight:bold;
}
.greenText
{
    color:rgb(5, 252, 5);
}
.blueText
{
    color:blue;
}
.yellowText
{
    color:orange;
    font-weight:bold;
}

.logo
{
 width: 50%;
}
.logo img{
    width: 20%;
}
.nav-list{
    width: 70%;
    display:flex;
    align-items: center;
}
.nav-list li{
    list-style: none;
    font-size: large;
padding: 20px 20px;
}
.nav-list li a{
text-decoration: none;
color: black;
font-size: large;

}
.nav-list li a:hover{
    text-decoration: none;
    color: aqua;
    
}
.main1{
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 10px 10px;
    display:flex ;
    justify-content: center;
    align-items:flex-start;
    
}
.left60{
    width: 60%;
    display:grid;
    justify-content: center;
    align-items: center;
}

.left60 li{
    margin: 10px 40px ;
    padding: 5px 40px ;
    list-style:disc;
    font-size: large;

}
.right40{
    justify-content: left;
    align-items: center;
    width: 40%;
}
.full{
    display:flex ;
    justify-content: center;
    align-items:flex-start;
    width: 80%;
}
.div80{
    width: 80%;
}
.div20{
    width: 20%;
}
.div20 img{
    width: 70%;
    align-content:center;
}
.sec80{
    width: 80%;
}
.sec20{
    width: 20%;
}
.sec20 img{
    width: 80%;
}

.right40 img{
    height: 200px;
    width: 200px;
}
.sectionheading1{
    width: 80%;
    margin: 40px 40px ;
    padding: 5px 5px ;
    display:flex ;
    justify-content: center;
    align-items:center;
}
.sectionheading2 img{
    width: 80%;
}
.sectionheading2{
    width: 100%;
    margin: 40px 40px ;
    padding: 5px 5px ;
    display:flex ;
    justify-content: center;
    align-items:center;
}

.sectionheading{
    width: 100%;
    margin: 10px 40px ;
    padding: 5px 5px ;
    display:flex ;
    justify-content: center;
    align-items:center;
}


.callforpaper{
    width: 100%;
    margin: 10px 40px ;
    padding: 5px 5px ;
    display:flex ;
    justify-content: center;
    align-items:center;
}
.callforpaper li{
    margin: 10px 40px ;
    padding: 5px 40px ;
    list-style:disc;
    font-size: large;

}
.text1
{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:xx-large;
    color:blue;
}
.text2
{
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size:x-large;
    font-style: italic;
}
.main{
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 10px 10px;
    background: rgba(224, 241, 243, 0.7) ;
    display:flex ;
    justify-content: center;
    align-items: center;
    
}
.left{
    padding: 20px 20px 20px 20px;
    width: 40%;
    text-align: justify;
}
.right{
    padding: 20px 20px 20px 20px;
    width: 40%;
    text-align: justify;
}
.r22{
    
    
    display:flex ;
    justify-content: center;
    align-items: center;
    
}
.r2l{
    width: 50%;
}
.r2r{
    width: 50%;
}