table {
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #f4f4f4;
}

.click{
    color:#e73e21;
}

.imgheight{
    height:230px;
}

.blogimage{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
    @keyframes float {
	0% {
		transform: translatey(-1px);
	}
	50% {
		transform: translatey(-3px);
	}
	100% {
		transform: translatey(-1px);
	}
}


.imgg{
    overflow: hidden;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
 }
 
 @media only screen and (max-width: 768px) {
    .hidemobile {
        display: none;
    }
}

.serviceimg{
    height:250px;
    border-radius:3px;
}

.sheading{
    color:#e73e21;
}
  