.elementor-button svg {
    font-size: 1.15em;
	transition:0.3s all;
}
span.elementor-button-content-wrapper{
    align-items: center;
}
.elementor-button:hover svg{
	transform:translatex(6px) !important;
}
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0px !important;
}
.elementor-icon-box-title{
	margin-top:0px !important;
}
.alt-clr{
    color:#C6C5C5;
}
.elementor-slideshow__title{
    display: none;
}
span.e-n-accordion-item-title-icon{
    min-width: max-content;
}
@media (max-width:991px){
    .ax-tag-br{
        display: none;
    }
}

section,
.elementor-menu-anchor,
[id]{
    scroll-margin-top: 96px;
}


/*Text Button CSS*/
.nvd-text-button .elementor-button-icon svg{
	transition:0.4s ease !important;
}
.nvd-text-button a{
    text-decoration: none;
    padding-bottom: 6px !important;
    background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255)), linear-gradient(to right, rgb(13 13 14 / 0%), rgba(0,0,0,0));
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 700ms ease;
}
.nvd-text-button a:hover{
    background-size: 0 1px, 100% 1px;
}
.nvd-text-button .elementor-button:hover .elementor-button-icon svg{
    transform: translate( 4px, -4px);
}


.nvd-text-button-whitebg .elementor-button-icon svg{
	transition:0.4s ease !important;
}
.nvd-text-button-whitebg a{
    text-decoration: none;
    padding-bottom: 6px !important;
    background:linear-gradient(to right, rgb(0 0 0), rgb(0 0 0)), linear-gradient(to right, rgb(255 255 255 / 0%), rgb(0 0 0 / 0%));
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 700ms ease;
}
.nvd-text-button-whitebg a:hover{
    background-size: 0 1px, 100% 1px;
}
.nvd-text-button-whitebg .elementor-button:hover .elementor-button-icon svg{
    transform: translate( 4px, -4px);
}
.nvd-text-button-whitebg .elementor-button-icon svg path{
	fill:#0F3112;
}
/*Text Button CSS END*/