.elementor-4448 .elementor-element.elementor-element-109d40fd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4448 .elementor-element.elementor-element-13cd39d > .elementor-widget-container{margin:8px 0px 0px 0px;}.elementor-4448 .elementor-element.elementor-element-13cd39d .elementor-button-content-wrapper{flex-direction:row;}.elementor-4448 .elementor-element.elementor-element-13cd39d .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-4448 .elementor-element.elementor-element-578b1754 > .elementor-widget-container{margin:8px 0px 0px 0px;}.elementor-4448 .elementor-element.elementor-element-578b1754 .elementor-button{text-transform:uppercase;}@media(max-width:767px){.elementor-4448 .elementor-element.elementor-element-109d40fd{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */.service-home .elementor-image-box-content {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 20px;
}
.service-home .elementor-image-box-title {
	padding-bottom: 10px !important;
	max-width: fit-content;
}
.view-details {
	padding: 2px 13px;
	background-color: #fa9700;
	margin-top: -3px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.2s linear;

}
.details-before {
	padding: 7px 12px;
	background-color: #24309a;
	font-size: 16px;
	opacity: 1;
	transition: visibility 0s, opacity 0.2s linear;

}
.service-home:hover .details-before {
    visibility: hidden;
    opacity: 0;
}
.service-home:hover .view-details {
    display: block;
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 1025px) and (max-width: 1300px){
       .service-home .elementor-image-box-content {
	left: 10px;
    }
    .service-home .elementor-image-box-description {
	font-size: 15px !important;
	line-height: 20px !important;
    }
}/* End custom CSS */