@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.btn-square.black {
    color: #ffffff;
    font-size: 15px;
    background-color: #eb0714;
    border-color: #eb0714;
    transition: 0.25s;
    transform: perspective(1px) translateZ(0);
    position: relative;
  font-family: 'PT Sans' ;
    margin-top: 25px;
    margin-bottom: 5px;
}

.btn-square.black:hover {
    border-color: #c10517;
    background-color: #c10517;
    transition: 0.25s;
}

.btn-square.black:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    transition: 0.25s;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eb0714;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: translateX(10px);
    border-color: transparent transparent transparent #c10517;
    transition: 0.25s;
}



.services {
	background-color: #FBFBFB;
}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 0px!important;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    max-height: 280px;
    min-height: 240px;
        height: 280px;
        background-color: #fff;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FF7200;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FF7200;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
    font-size: 30px;
    width: 80px;
    height: 80px;
	border: 1px solid #ddd;
	line-height: 80px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
    color: #094289;
}
.single-service:hover i.fa {
	background-color: #FF7200;
	color: #fff;
	border-color: #FF7200;
	border-radius: 0;
}
.single-service h4 {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
       font-family: 'PT Sans' ;
}
.single-service p {
	font-size: 18px;
	line-height: 1.8;
      font-family: 'PT Sans';
}

.fa-th-large{
    font-size: 0px!important;
    background-image: url("icon1.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th-large {
    font-size: 0px!important;
    background-image: url("icon1.jpg")!important;
    background-repeat: no-repeat;
}

.fa-th{
    font-size: 0px!important;
    background-image: url("icon2.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th {
    font-size: 0px!important;
    background-image: url("icon2.jpg")!important;
    background-repeat: no-repeat;
}

.fa-cog{
    font-size: 0px!important;
    background-image: url("icon3.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-cog {
    font-size: 0px!important;
    background-image: url("icon3.jpg")!important;
    background-repeat: no-repeat;
}