<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
								MAIN SECTION	
*******************************************************************************/

/*Special Features */
.special-feature .section-title hr{
	border-color:#151515;
}
.slider-block1{
	margin-top:0px;
}
.slider-block{
	margin-top:-259px;
}
.slider-block2{
	margin-top:-278px;
}
.top-up{
	margin-top:-180px;
}
.special-feature i{
	font-size:65px;
	line-height:75px;
}
.special-feature h4{
	font-size:24px;
	margin-top:25px;
	position:relative;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.special-feature .mask-top i{
	color:#ffffff;
}
.special-feature .mask-top h4{
	color:#ffffff;
}
.special-feature .mask-top{
	width:100%;
	background-color:rgba(78,206,109,1);
	position:absolute;
	top:0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 20px 15px 20px 15px;
}
.special-feature .mask-top:after {    
	bottom: -5px;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
    color: red;
}
.special-feature.no-arrow .mask-top:after {    
	bottom: -20px;
    content: none;
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
}
.special-feature .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right:0;
	margin:-2px auto;
	position: absolute;
	width: 40px;
}
.special-feature .s-feature-box:hover .mask-top{
	top:-300px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.slider-block1 .special-feature .s-feature-box:hover .mask-top{
	top:0px;
}
.slider-block1 .special-feature .s-feature-box .mask-top{
	color:#f2f2f2;
	height:100%;
	position: inherit;
}
.slider-block1 .special-feature .s-feature-box .mask-top p{
	padding:10px 15px;
}
.special-feature .s-feature-box{
	overflow:hidden;
	position:relative;
	min-height:300px;
	border:0px solid;
	margin-bottom:0px;
	cursor:pointer;
}
.special-feature .mask-bottom{
	color:#fff;
	padding:20px 15px 20px 15px;
	width:100%;
	position:absolute;
	bottom:-300px;
	height:100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #31b050;
}
.special-feature .mask-bottom p{
	padding:0px 5px;
}
.special-feature .mask-bottom h4{
	margin:5px 0px 5px;
	color: #fff;
}
.special-feature .s-feature-box:hover .mask-bottom{
	bottom:0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
.image-top-border img{
	border-top:5px solid;
}
.image-top-border .service-image{
	position:relative;
}
.service-image  img{	
	padding:15px;	
    background:#fff;
}
.image-top-border .service-image:before{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	left:0;
}
.image-top-border .service-image:after{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	right:0;
}
.service-details{
	padding:0 15px;		
}
</pre></body></html>