body{
	background:url('../img/realasansor_bg.jpg')  no-repeat center center fixed; ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top-box{ 
	background: none repeat scroll 0 0 rgba(250, 250, 250, 250);
    display: block;
    padding: 1.25rem;
    width: 100%;}
.advert{margin-left: 5%;margin-top: 2%}
.nav {
	background: rgb(250, 250, 250)
}
.icon-color {
	color:#152732;
}
.contentintro {
	width: 100%;
	height: 50%;
	min-height: 400px;
	border: 12px solid #ffffff;
	margin-bottom: 2%;
	line-height: 1em; 
	color: #003a70 !important; 
	padding: 12px 16px 0 16px; 
	letter-spacing: -2px;
}
.contentintro h3 {
	color: #003a70;
	font-size: 3em; 
}
.p-1x {
	padding: 1rem;
}
.box-services p {
    position: absolute;
    top: 0;
    padding: 20px;
    padding: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    max-height: 475px;
    overflow: hidden;
}
.imagebox {
	margin: 0;
    margin-bottom: 10px;
}
.imagebox-bg {
	height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}
.bg-hover {
	display: block;
    height: 92%;
    margin: 4%;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 92%;
    z-index: 9;
}
.bg-text {
	margin-bottom: 0;
    margin-top: 60%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    opacity: 0;
}


/* services */

.sitem {
    position: relative;
}

.sitem img {
    width: 100%;
}

.shoverbox {
    display: block;
    height: 92%;
    margin: 4%;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 92%;
    z-index: 9;
}

.sitem a:after {
    bottom: 0;
    content: "";
    height: 92%;
    margin: 4%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}

.sitem a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.service {
    border: 1px solid #e3e3e3;
}

.service a:after {
    background: rgba(0, 58, 112, 0.5);
    height: 100%;
    margin: 0%;
}

.servicetext {
    margin-bottom: 0;
    margin-top: 60%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    opacity: 0;
}

.shoverbox h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}

.shoverbox p {
    color: #fff;
}

.sitem a:hover .servicetext {
    margin-top: 45%;
    opacity: 1;
}
i:hover {
	color: #003a70;
	transition: 0.5s linear;
}