
/*Begin Button elementor*/

.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: 0;
    color: #454545;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--bzo-main-color2);
    border-radius: 60px;
    padding: 0px 32px;
    height:56px;
    line-height: 56px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.elbzotech-bt-global-default:hover,
.elbzotech-bt-global-default:focus
{
    color: #454545;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--bzo-main-color);
    box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
/*-------------------------------------*/
.elbzotech-bt-global-style2{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: var(--bzo-main-color);
    border-radius: 15px;
    padding: 15px 30px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.elbzotech-bt-global-style2:hover,
.elbzotech-bt-global-style2:focus
{
    color: #fff;
    background: var(--bzo-main-color2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    transition: all .25s ease-in-out;
    
}
.e-main-color.elbzotech-bt-global-style2{
  color: var(--bzo-main-color);
}
.e-bg-color.elbzotech-bt-global-style2{
  background-color: var(--bzo-main-color);
}

/*-------------------------------------*/
.elbzotech-bt-global-style3{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: var(--bzo-main-color);
    border-radius: 5px;
    padding: 12px 24px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.elbzotech-bt-global-style3:hover,
.elbzotech-bt-global-style3:focus
{
    color: #fff;
    background: var(--bzo-main-color2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    
}
.e-main-color.elbzotech-bt-global-style3{
  color: var(--bzo-main-color);
}
.e-bg-color.elbzotech-bt-global-style3{
  background-color: var(--bzo-main-color);
}