.counter{
 color: #fff;
 font-family: 'Titillium Web', sans-serif;
 text-align: center;
 width: 210px;
 padding: 25px 20px 25px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
}
.counter:before,
.counter:after{
 content: '';
 height: 120px;
 width: 120px;
 border-radius: 15px;
 transform: translateX(-50%) translateY(-50%) rotate(45deg);
 position: absolute;
 left: 50%;
 top: 50%;
  margin-top: -70px;
 z-index: -1;
 transition: all 0.3s;
}
.counter:hover:before{ box-shadow: 0 0 15px var(--white) inset; }
.counter:after{
 background-color: transparent;

}

.counter .counter-icon{
 font-size: 35px;
 margin: 0 0 10px;
 display: block;
  margin-top: -100px;
 transition: all 0.3s;
}
.counter:hover .counter-icon{
 text-shadow: 0 0 10px rgba(0,0,0,0.8);
 transform: rotateX(360deg);
}
.counter h3{
 font-size: 18px;
 font-weight: 500;
 letter-spacing: 1px;
 text-transform: capitalize;
 margin: 0 0 55px 0;
}


.counter.blue:before{ background-color: #00a6e4; }

@media screen and (max-width:990px){
 .counter{ margin-bottom: 40px; }
}

.big {
	height: 50px;
	background-color: #00a6e4;
}

.fa-footer {
	color: #00a6e4;
}

.contact-info a{
	font-size: 20px;
}


    .backbutton {
    display: block;
}

@media(min-width: 716px) {
    .backbutton {
        display: none;
    }
}
