/* contact button siderbar start */
    #mySidenav a {
        position: fixed;
        right: -4px;
        transition: 0.3s;
        padding: 5px;
        /* width: 12%; */
        text-decoration: none;
        font-size: 14px;
        color: white;
        border-radius: 5px 0px 0px 5px;
        z-index: 1000;
        background-color: #432666 !important;
       background-color: rgb(80, 191, 255);
      color: white;
      animation: mymove 2s infinite;
    }

    #mySidenav a:hover {
        right: -4px;
    }

    #about {
        top: 127px;
        padding-bottom: -20px;
        background-color: #04AA6D;
    }

    #blog {
        top: 190px;
        background-color: #2196F3;
    }

    #projects {
        top: 160px;
        background-color: #f44336;
    }

    #contact {
        top: 220px;
        background-color: #555
    }
    .custom-contact-icon{
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 8px;
    }


    #mySidenav2  a {
        position: fixed;
        right: -4px;
        transition: 0.3s;
        padding: 5px;
        /* width: 12%; */
        text-decoration: none;
        font-size: 14px;
        color: white;
        border-radius: 5px 0px 0px 5px;
        z-index: 1000;
        background: #D42329 !important;
       background-color: rgb(80, 191, 255);
      color: white;
      animation: mymove2 2s infinite;
    }

    #mySidenav2  a:hover {
        right: -4px;
    }

    #Manuscript {
         top: 190px;
        padding-bottom: -20px;
        background-color: #04AA6D;
    }
    .custom-manuscript-icon{
    font-size: 12px;
    margin-left: 0px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 8px;
    }

@keyframes mymove {
  50% {box-shadow: 5px 5px 30px 5px rgb(42, 42, 43);opacity: 0.2px;
   
}

}

@keyframes mymove2 {
  50% {box-shadow: 5px 5px 30px 5px rgb(93, 97, 97);opacity: 0.2px;
   
}

}


/* end */
/* home page notice board */
 .home-newsupdate-hadow{
     border-radius: 8px;
    box-shadow: 0px 0px 0px 0px #00000078;
 }
 .home-newsupdate-ul{
     text-align: center;
 }
 .home-newsupdate-liOne{
     font-size: 18px;
     color:#123456;
     
 }
 .home-newsupdate-liTwo{
    font-weight: 700;
 }
 .home-newsupdate-liTwoP{
     text-align: center;
     color:red
 }
 .home-newsupdate-card h5{
text-align: center
 }
 .home-newsupdate-card p{
text-align: center;

color:#8a04ef;
font-weight: 400;

 }
 .article-policy{

    border:1px solid #00000017;
 }
 .article-policy h3{
         margin-top: 14px !important;
 }
 
 
 

