html, body
{
	overflow: visible !important
}

.logo img
{
    height: 100px;
    filter: brightness(100);
}

.portfolio .thumbnail
{
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white
}

.portfolio .thumbnail::after
{
	display:none !important
}

.portfolio .content .inner h4 a {
    color: #23408f;
}

/* .service img {
    height: 100px;
    width: auto;
} */

#group .single-service.service__style--4:hover::before
{
	display:none !important
}

#group .single-service.service__style--4:hover, #group .single-service.service__style--4::before
{
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: none;
}

#group .service img
{
	box-shadow: 0 10px 25px 10px rgb(0 0 0 / 33%);
	-webkit-box-shadow: 0 10px 25px 10px rgb(0 0 0 / 33%);
	border-radius: 10px;
}

.company
{
	 width: 14%;
    float: left;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid white;
}

.company .icon
{
	top: 67%;
    position: relative;
    filter: grayscale(0);
    margin: 0 auto;
}

.company .icon img
{
    height: 140px;
    width: 100%;
    background-color: #ffffffe0;
}

#group .single-service.service__style--4::before {
    background: none !important;
}

ul li
{
	color: #7e7e7e;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px)
{
	.service-4 img, .service-6 img {
		margin-top: -90px;
	}
	
	.service-1 img, .service-3 img {
		margin-top: 90px;
	}
}


@media only screen and (max-width: 767px)
{
	.company
	{
		height: 400px;
	}
	
	.company .icon img
	{
		height: 80px;
	}
}