
/*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: none;
    color: #fff;
    background: var(--bzo-title_typo-color);
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 30px;
    font-size: 13px;
    line-height: 1.4;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-family: var(--bzo-title_typo-font-family);
    overflow: hidden;
    transition: .15s;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{
    color: #fff;
    background: var(--bzo-main-color);
}
@media(max-width: 767px){
    .elbzotech-bt-global-default{
        font-size: 12px;
        padding: 8px 16px;
    }
}
/*==== btn style 2 ====*/
.elbzotech-bt-global-style2{
    border: 1px solid var(--bzo-title_typo-color);
    color:var(--bzo-title_typo-color);
    background:  #fff;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 30px;
    font-size: 13px;
    line-height: 1.4;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-family: var(--bzo-title_typo-font-family);
    overflow: hidden;
    transition: .15s;
    overflow: hidden;
    align-items: center;
    justify-content: center; 
    gap: 5px;
}
.elbzotech-bt-global-style2:hover{
   background-color: var(--bzo-title_typo-color);
    color: #fff;
}
@media(max-width: 767px){
    .elbzotech-bt-global-style5{
        padding: 7px 15px;
        gap: 7px;
    }
}

/*==== btn style 3====*/
.elbzotech-bt-global-style3{
    color: var(--bzo-title_typo-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
}
.elbzotech-bt-global-style3 .text-button{
    border-bottom: 1px solid var(--bzo-title_typo-color);
    transition: all 0.3s ease-out 0s;
}
.elbzotech-bt-global-style3 .icon-button-el{
    font-size: 20px;
}
.elbzotech-bt-global-style3:hover .text-button{
    border-color: var(--bzo-main-color);
}
.elbzotech-bt-global-style3:focus, 
.elbzotech-bt-global-style3:hover{
    color:var(--bzo-main-color);
}

/*==== btn style 4====*/
.elbzotech-bt-global-style4{
    border: none;
    color: #fff;
    background: var(--bzo-title_typo-color);
    border-radius: 0px;
    text-align: center;
    font-weight: 500;
    padding: 11px 30px;
    font-size: 13px;
    line-height: 1.4;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    font-family: var(--bzo-title_typo-font-family);
    overflow: hidden;
    transition: .15s;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 4px;
}
.elbzotech-bt-global-style4:hover, 
.elbzotech-bt-global-style4:focus
{
    color: #fff;
    background: var(--bzo-main-color);
}
@media(max-width: 767px){
    .elbzotech-bt-global-style4{
        font-size: 12px;
        padding: 8px 16px;
    }
}

/*==== btn style 5 ====*/
.elbzotech-bt-global-style5{
    border: none;
    color: var(--bzo-title_typo-color);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    padding: 10px 30px;
    font-size: var(--bzo-body_typo-font-size);
    line-height: 1.4;
    font-size: 16px;
    display: flex;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .15s;
    background: var(--bzo-main-color);
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
}
.elbzotech-bt-global-style5:hover, 
.elbzotech-bt-global-style5:focus
{
    background-color: var(--bzo-title_typo-color);
    color: #fff;
    cursor: pointer;
}
@media(max-width: 767px){
    .elbzotech-bt-global-style5{
        font-size: 14px;
        padding: 8px 20px;
    }
}