.logo-content{
	font-family: 'Slabo 27px', serif;
	letter-spacing: 2px;
    font-size: 37px;
}

.card-box{
	background-color: #adeaad;
    height: 510px;
    text-align: center;
    padding: 208px 0px 0px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-box h4{
	font-size:43px;
	color:#fff;
}
.card-box h4:hover{
	color:#ff8300;
}
.enquiry-email{
	padding: 15px 0px 0px 0px;
}
 .enquiry-click{
	  
	color: #fff;
    background: #ff8300;
    padding: 6px 28px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
   
}

.footer-bottom-content i{
	padding: 5px 4px 9px 17px;
}
.card-box::before { 
  content: "";
  background-color: blue;
}

.card-box: hover ::after { 
  content: "";
  background-color: red;
}

