/* CSS Document */
.logo-name{
    font-size: initial;
    padding-left: 8px;
}
@media (min-width: 992px){
	.logo-name{
		display: none;
    padding-left: 0px;
}
}
.navbar
{
	background-color: #0d47a1;
	margin-bottom: 0px;
	border-width: 0px;
	border-radius: 0px;
}
.navbar a
{
	color: white;
}
.div-footer
{
	background-color: #0d47a1;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
	text-align: justify;
}
.footer-copyright
{
	text-align: center;
}
.rekhansh
{
	color: lightgray;
	font-weight: bold;
	transition: all;
}
.rekhansh:hover
{
	color: white;
	scale: 1.2;
}
.div-callforpaper
{
	background-color: #E1E8F4;
	padding: 50px;
}
.div-callforpaper p
{
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
a{
 text-decoration: none;
}