h1, h2, h3, h4, h5, h6{
color:#333!important;
}

.new_product_col1{
      margin-left: 0px!important;
}

.btn-square.black {
    border: none;
    background-color: #387cbf;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
   
}

.btn-square.black:hover {
    background-color:#1f558b;
}

#fullbanner .btn-square.black{
 display: none!important;
}


.services {
	background-color: #FBFBFB;
}
.single-service {
	    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    height: 350px;
    background-color: #fff;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #387bbf;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
    background-color: #387bbf;
	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: 150px;
    height: 150px;
	border: 1px solid #ddd;
	line-height: 80px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
    color: #094289;
}
.single-service:hover i.fa {
	background-color: #f2f2f2;
	color: #fff;
	border-color: #387bbf;
	border-radius: 0;
}
.single-service h4 {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 15px;
	line-height: 1.8;
}

.fa-th-large{
    font-size: 0px!important;
    background-image: url("icon1.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th-large {
    font-size: 0px!important;
    background-image: url("icon1.png")!important;
    background-repeat: no-repeat;
}

.fa-th{
    font-size: 0px!important;
    background-image: url("icon2.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th {
    font-size: 0px!important;
    background-image: url("icon2.png")!important;
    background-repeat: no-repeat;
}
.fa-house{
    font-size: 0px!important;
    background-image: url("icon3.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-house {
    font-size: 0px!important;
    background-image: url("icon3.png")!important;
    background-repeat: no-repeat;
}

.fa-restaurant{
    font-size: 0px!important;
    background-image: url("icon4.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-restaurant {
    font-size: 0px!important;
    background-image: url("icon4.png")!important;
    background-repeat: no-repeat;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Rubik', sans-serif;
}

.font-title{
        color: #555555;
    font-size: 25px;
    margin: 0 auto;
    font-weight: bold;
    line-height: normal;
}

.list {
    font-size: 15px;
    padding-left: 25px !important;
}

.list-2 {
    display: block;
    line-height: 25px;
}

.icon {
    float: left;
    margin-left: -25px;
    padding-top: 5.5px;
}