body{
	    background-color: #120290;
	    color: #fff;
        min-height:100vh;
}
header{
	padding: 10px 0;
}
header img{
	    width: 205px;
}
header h2{
	    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
        color: #9e9fa4;
}

header h2 span{
	    color: #d70000;
    font-size: 50px;
}

header h4 {
	 margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

header h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

header h3 span{
	 color: #d70000;
    font-size: 45px;
}


.welcome {
    margin: 150px auto 0;
}

.welcome a+.service_box a:hover{
 text-decoration: none;

 color: #fff;
	}

#copyrights{

    background: #000;
     /*   position: absolute;
    width: 100%;
    bottom: 0;*/
    position: fixed;
    bottom: 0;
    width: 100%;
}

.service_box a{
	color: transparent;
	text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

.service_box:hover a{
	color: #fff;
}

#copyrights p{
    margin: 0;
    padding: 10px 0;
}


 .service_box {

        position: relative;
        display: inline-block;
    }
    .service_box .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .service_box:hover .img-top {
        display: inline;
        
    }


@media only screen and (max-width: 800px){

header h2 {
    font-size: 20px;
}

header h2 span {
    font-size: 30px;
}

header h4 {
    font-size: 20px;
}

header h3 {
    font-size: 20px;
}

header h3 span {
    font-size: 30px;
}

.service_box a {
    font-size: 13px;
}

}

@media only screen and (max-width: 400px){
.welcome {
    margin: 40px;
}

}