

.sign{
	width:6200px;
	height:1600px;
	position:absolute;
	left:50%;
	top:50%;
 	margin:-400px 0 0 -300px;
}


.logo{
	width:511px;
	height:283px;
	position:absolute;
	left:50%;
	top:50%;
 	margin:-142px 0 0 -255px;
}

.Heading{
	font-size:24px;
	font-weight:bold;
	color:#0a33ba;
	}
..Title{
    font-size:48px;
    font-weight:bold;
    color:#0d057c;
    }
img
{  border-style: none;
}

a {outline : none;}

a img {outline : none;}


.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
    
 .img-zoom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 310px;
     */-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.centerimg:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:990px;
    height:auto;
    display:block;
    z-index:999;
}

.elevation {

	font-size:24px;
	font-weight:bold;
	color:#3b24e2;
	
}