
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background-color: #183f7b;
	border-color:#183f7b;
}	
.back-to-top i {color:#fff;}

.back-to-top i:hover {color:#183f7b;}




/*-- Preloader css start --*/
#preloader {
   background-color: #f0f2f5;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 2147483647;
width: 100%;
height: 100%; 
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}



