@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');


h1, h2, h3, h4, h5, h6
{
	/*font-family: "Manrope", sans-serif;*/
	font-family: "Alumni Sans", sans-serif!important;
}
.feature-box-content ul
{
	margin-bottom:20px!important;
}
.feature-box-content ul li
{
	padding-left:0;
	background: transparent;
}
.web-videos
{
	padding-top:0;
}

.web-videos .feature-box
{
	position:relative;
}
.img-hover-over
{
	display: none;
	width:100%;
	height:100%;
	position: absolute;
	background:rgba(0,0,0,0.3);
	top:0;
	z-index:1;
	justify-content: center;
	align-items: center;
	display: grid;
}

.web-videos .feature-box:hover .img-hover-over
{
	display: block;
}

.img-hover-over img
{
	width:50px;

}
.blog-box .blog-content .btn.btn-rounded.btn-very-small
{
	padding: 0px 20px!important;
    color: #fff;
    margin-bottom: 10px;
    background:#0b6b69!important;
}

/*.web-service .feature-box
{
	background: #0b6b69!important;
}*/