@media (max-width: 575px) {

	#header .header-logo img {
		max-height: 30px;
	}

}

.custom-svg-btn-style-1 {
    position: relative;
    padding: 19px 60px 19px 50px;
    font-weight: 700;
    font-size: 13.6px;
    font-size: 0.85rem;
    z-index: 1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 107%;
    height: 120%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}

.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
    transition: ease all 300ms;
}

.custom-svg-btn-style-1 .custom-svg-btn-arrow {
    margin-left: 6px;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
    padding: 18px 31px 18px 25px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
    fill: transparent;
    stroke: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
    transition: ease opacity 300ms;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
    fill: #FFF;
}

.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
    opacity: 0.95;
}

.custom-read-more > svg {
    transition: ease transform 300ms;
}

.custom-read-more:hover > svg {
    transform: translate3d(6px, 0, 0);
}

.custom-container-absolute-centered-x {
    position: absolute !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.custom-min-height-1 {
    min-height: 277px;
}

/*
* Home Section - What We Do
*/
.custom-thumb-info-style-1 .custom-thumb-info-icon {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    padding: 2.5rem 0;
    background: #4d4e50;
    transition: ease background 300ms;
}

.custom-thumb-info-style-1 .custom-thumb-info-icon > img {
    width: auto;
    transform: scale(1);
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    position: relative;
}

.custom-thumb-info-style-1 .thumb-info-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4d4e50;
    opacity: 0.7;
    transition: ease opacity 300ms;
    z-index: 1;
}

.custom-thumb-info-style-1 .thumb-info-wrapper > img {
    filter: grayscale(1);
    transform: scale(1) !important;
}

.custom-thumb-info-style-1:hover .custom-thumb-info-icon > img, .custom-thumb-info-style-1.active .custom-thumb-info-icon > img {
    animation: toRightFromLeftNoScale 0.3s forwards;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper:after, .custom-thumb-info-style-1.active .thumb-info-wrapper:after {
    opacity: 0;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper > img, .custom-thumb-info-style-1.active .thumb-info-wrapper > img {
    filter: grayscale(0);
}

.custom-thumb-info-style-1:hover .custom-thumb-info-icon {
  background: #D6805F !important;
}


@keyframes toRightFromLeftNoScale {
    49% {
        transform: translate(100%) scale(1);
    }
    50% {
        opacity: 0;
        transform: translate(-100%) scale(1);
    }
    51% {
        opacity: 1;
    }
}
