
/*Begin Button elementor*/
.button-wrap-global{
    display: inline-block;
}
.button-wrap-global .button-inner .icon-button-el , 
.button-wrap-global .button-inner .text-button{
    vertical-align: middle;
}
.button-wrap-global .icon-image-btn{
    position: relative;
    display: inline-block;
}
.button-wrap-global .icon-image-btn .icon_image_hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.button-wrap-global .button-inner:hover .icon-image-btn .icon_image_hover{
    opacity: 1;
}
.button-wrap-global .button-inner:hover .icon-image-btn>img{
    opacity: 0;
}
/*-------------------------------*/

/*End Button elementor*/
.elbzotech-bt-global-default{
    border: 1px solid var(--bzo-main-color);
    color: #fff;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px!important;
    display: flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: var(--bzo-main-color);
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 5px;
}
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{
    color: var(--bzo-main-color);
    background: #fff;
}
@media(max-width: 767px){
    .elbzotech-bt-global-default{
        font-size: 14px;
        padding: 8px 16px;
    }
}
/*==== btn style 2====*/
.elbzotech-bt-global-style2{
    border: 1px solid #fff;
    color: var(--bzo-title_typo-color);
    font-weight: 500;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.elbzotech-bt-global-style2:focus, 
.elbzotech-bt-global-style2:hover{
    color:#fff;
    background-color:var(--bzo-main-color);
    border-color:var(--bzo-main-color);

}

@media(max-width: 880px){
    .elbzotech-bt-global-style2{
        font-size: 14px;
        padding: 8px 16px;
    }
}


/*==== btn style 3====*/
.elbzotech-bt-global-style3{
    border: 2px dashed var(--bzo-title_typo-color);
    color: var(--bzo-title_typo-color);
    font-weight: 500;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.elbzotech-bt-global-style3:focus, 
.elbzotech-bt-global-style3:hover{
    color:#fff;
    background-color:var(--bzo-main-color);
    border-color:var(--bzo-main-color);

}

@media(max-width: 880px){
    .elbzotech-bt-global-style3{
        font-size: 14px;
        padding: 8px 16px;
    }
}
/*-- btn video --*/
.elbzotech-bt-global-btn-video{
    border: 1px solid #fff;
    color: var(--bzo-title_typo-color);
    font-weight: 500;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .2s;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.elbzotech-bt-global-btn-video:focus, 
.elbzotech-bt-global-btn-video:hover{
    color:#fff;
    background-color:var(--bzo-main-color);
    border-color:var(--bzo-main-color);

}

@media(max-width: 880px){
    .elbzotech-bt-global-btn-video{
        font-size: 14px;
        padding: 8px 16px;
    }
}

