body{
    overflow-x:hidden;
}
/* ========== Common Image Border  =================*/
.image_border_common .image_col .elementor-widget-image{
	position:relative;
}

.image_border_common .image_col .elementor-widget-image:before{
    position: absolute;
    content: '';
    height: 92%;
    width: 92%;
    top: 4%;
    left: 4%;
    border: 2px solid #fff !important;
    border-radius: 10px;
}

