@charset "utf-8";
/* ulrc400257 */
.ulrc400257{
	padding: 50px 0;
	background-color: #ececec;
	}
.ulrc400257 .section-head{
	font-size: 40px;
	font-weight: 600;
	color: #00274e;
	}
.ulrc400257 .contents{
	align-items: center;
	}
.ulrc400257 .content-box{
	background: #fff;
	padding: 30px;
	border-radius: 10%;
	}
.ulrc400257 .content-box-2{
	background: #fff;
	padding: 30px;
	border-radius: 10%;
	}
.ulrc400257 .content-box-3{
	background: #fff;
	padding: 30px;
	border-radius: 10%;
	}
.ulrc400257 i{
	margin-bottom: 22px;
	font-size: 27px;
	color: #4bb6ff;
	}

.ulrc400257 .inner-content{
	height: 100px;
    font-size: 21px;
    font-weight: 700;
	}
.ulrc400257 .left-shape{
	border-left: 5px solid #4bb6ff;
	padding-left: 25px;
	}
.ulrc400257 .content-box:hover{
	background-image: url(../images/1st.jpg);
	background-position: 46%;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff !important;
	}
.ulrc400257 .content-box-2:hover{
	background-image: url(../images/2nd.jpg);
	background-position: 46%;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff !important;
	}
.ulrc400257 .content-box-3:hover{
	background-image: url(../images/3rd.jpg);
	background-position: 46%;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff !important;
	}
.ulrc400257 .contact-btn{
	background: #4bb6ff;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 25px;
	border-radius: 5px;
	text-decoration: none;
	}
.ulrc400257 .contact-btn:hover{
	background: #e8e8e8;
	color: #4bb6ff;
	border: 1px solid #4bb6ff;
}