body{
    overflow-x:hidden;
}
.elementor-button{
	transition:.4s ease-in-out;
}
.what-we-do-tab .e-tab-base{
	background-color:transparent !important;
	padding:15px 0px !important;
	margin-bottom:20px ; 
}
.what-we-do-tab .e-tab-base:before{
	content:"";
	width:100%;
	height:2px !important;
	background-color:#FFFFFF40 !important;
	bottom:-10px;
	left:0px;
    top: unset;
}
.what-we-do-tab .elementor-icon-box-description{
    white-space: normal;
	text-align:left;
	display:none;
}
.elementor .e-tab-base:hover, .elementor .e-tab-base:focus-visible{
	background-color:transparent !important;
}

.what-we-do-tab .e-tab-base.e--selected .elementor-icon-box-description{
	display:block;
}
.what-we-do-tab .e-tab-base.e--selected {
	border-left:3px solid #e5b946 !important;
	padding-left:20px !important;
}
.what-we-do-tab .e-tab-base.e--selected .elementor-icon-box-title{
	color:#E5B946 !important;
}

.what-we-do-tab .e-tab-base.e--selected svg path{
	fill:#E5B946 !important;
}

.what-we-do-tab .e-tab-base.e--selected svg rect{
	stroke:#E5B946 !important;
}
.what-we-do-tab .elementor-icon-box-title{
	margin-top:15px !important;	
}
.what-we-do-tab .elementor-image-box-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	transform:.3s;
}
.what-we-do-tab .elementor-image-box-content h3{
	font-size:32px;
	text-transform:uppercase !important;   
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-we-do-tab .elementor-image-box-content h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 100%;
}

.what-we-do-tab .elementor-image-box-img{
	overflow:hidden;
}

.what-we-do-tab .elementor-image-box-wrapper img{
transition:.4s;
}

.what-we-do-tab .elementor-image-box-wrapper:hover img{
	transform:scale(1.15);
}
.what-we-do-tab .elementor-image-box-wrapper:hover .elementor-image-box-content{
	opacity:1;
}