.portfolio-menu-1 > button {
    font-size: 1.125em;
}
.section-title {
    margin: 0;
    padding: 20px 25px 20px 25px;
    line-height: 35px;
    color: #4b4e53;
    border-left: #5f98f7 2px solid;
    text-align: left;
}
.section-title-2 {
    margin: 0;
    padding: 20px 25px 20px 0px;
    line-height: 35px;
    color: #4b4e53;
    text-align: left;
}
.blog-list-content2 > p {
    font-size: 1em;
}
.content-text {
    text-align: justify;
    font-size: 1.125em;
    line-height: 30px;
}

.fes2-text-cont {
    margin-top: 30px;
}
.single-service{
	box-shadow: 0 5px 5px rgba(1, 2, 2, 0.12);
	/* height: 250px; */
	border-width:1px; 
	border-style:solid;
	border-color:rgba(1, 2, 2, 0.12);
}
.single-service-wrap {
	margin:0px 15px 30px 15px;
}
.single-service-wrap:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.single-service > h4, .single-best-text > h5, .service-2-content > p {
    font-size: 1.125em;
}
.single-service > h4 {
    margin: 15px 0 15px;
}
.text-blue{
	color: #5f98f7;
}
.zoom-hover{
	position: relative;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.mask h4 {
	margin-top:20px;
    text-align: center;
	color: #fff;
	font-size:0.9em;
}
.zoom-hover:hover .mask {
    opacity: 1;           
}
.lang-en-US{
	text-align: initial;
}
@media screen and (max-width: 450px) {
		
}
@media screen and (max-width: 400px) {
	.fes2-text-cont {
		margin: 30px 15px 0px 15px;
	}
	.section-title {
		margin: 0 15px;
	}
	.section-title-2 {
		margin: 0 15px;
	}
}
@media (max-width: 1025px){

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

