canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.61);   
    background-image: url(../images/img1.jpg);/** Img Up To U **/
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
}
canvas#bgCanvas{
    background-image: url(../images/back2.jpeg);/** Img Up To U **/
}
canvas#stage{
    background-image: url(../images/back4.jpeg);
}
a, a:hover, a:focus {
	color: #42bfc2;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #42bfc2; color: #fff; text-shadow: none; }
::selection { background: #42bfc2; color: #fff; text-shadow: none; }
/***** Coming Soon *****/
.coming-soon {
    margin: 0 auto;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 35px;            
}

.safehosting-bg {    
    height: 100%;
    border-radius: 4px;
    display: table;
    width: 100%;
}
.safehosting-bg .container{
    padding: 0;
    width: 100%;
    display: table-cell;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}