.collapse>.navbar-nav>li>a, .collapse>.navbar-nav>li>ul>li>a
{
    color: blue;
    font-weight: 700;
}

.aa{
    background-color: rgba(0, 0, 98);
    padding: 10px;
    color:white;
}
.icon
{
    width: 25px;
    height: 25px;
    color: wheat;
    margin-top: 5px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
.icon + a{
    color:white;
}
.round{
    border-radius: 50%;
   border:1px solid white;
   background-color: gray;
}
.bb{
    background-color: white;
}
.cc{
    border: 2px solid green;
}

.p-color-bg:hover{
   background: white;
   color: #cd2122;
   font-weight: bolder;
}
.p-color-bg{
    background: #cd2122;
    text-decoration:none;
    display: inline-block;
    padding: 10px 12px;
    color: white;
    text-transform: uppercase;
}
@media (max-width:767px)
{
    .p-color-bg{
        display: block;
        width:90%;
        margin: 1px auto;
    }
}
.ss{
    background: rgba(206, 206, 206, 0.939);
    text-align: center;
    color:#cd2122;
    padding: 20px;
    
}
.left_icons {
    position: fixed;
    right: 0px;
    top: 50%;
    width:fit-content;
    z-index: 99999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #e2e2f8;
    z-index: 10;
    border-top: blue 2px solid;
    border-bottom: blue 2px solid;
    
  }

p{
text-align: justify;
}
.aside {
    display: block;
    font: bold 13px Sans-Serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #cd2122;
    color: #fff;
    padding: 5px 5px;
    line-height: 24px;
    writing-mode:vertical-rl;
    
  }    

  
    

.fade in up{
    -webkit-animation-name: fadeInup;
    animation-name: fade in up;
}
a:-webkit-any-link{
    color:webkit link;
    cursor: pointer;
    text-decoration: none;
}
.lk{
    background-color:darkblue;
    color: #fff;
    border: 2px solid darkblue;
    border-radius: 10px;
    text-align: center;

}
.para{
	font-size: 16px;
	color: #000;
	line-height:1.8 em;
	font-family:Arial, Helvetica, sans-serif;
	
}

.para1{
	font-size: 16px;
	color: #000;
	letter-spacing:1px;
	font-family: Times New Roman;
}
.ads_nav{
        padding-left: 10;
        list-style: none;}
.ads_nav li {
    width: 60%;
    margin: 0 auto;
}
