
/*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{
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    transition: .2s;
}
.elbzotech-bt-global-default:hover{
    color: rgba(255, 255, 255, 0.8);
}
.elbzotech-bt-global-default span.text-button{
    border-radius: 30px;
    background: linear-gradient(90deg, var(--bzo-main-color), #f4831f);
    position: relative;
    height: 52px;
    line-height: 52px;
    padding: 0 26px;
}
.elbzotech-bt-global-default span.icon-btn-wrap{
   background: url(../images/btn-bg.png);
   width: 62px;
   height: 52px;
   display: flex;
   justify-content: flex-end;
   margin-left: -4px;
}
.elbzotech-bt-global-default span.icon-btn-wrap i{
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    transition: .2s;
}
.elbzotech-bt-global-default i.la-arrow-upright{
    transform: rotate(-45deg);
    font-size: 22px;
}
.elbzotech-bt-global-default:hover i.la-arrow-upright{
    transform: rotate(0deg);
}


/*==== btn style 2 ====*/
.elbzotech-bt-global-style2{
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 11px 22px;
    line-height: 1.5;
    font-size: 20px;
}
.elbzotech-bt-global-style2:hover{
    background: var(--bzo-main-color);
    color: #fff;
}
/*==== btn style 3 ====*/
.elbzotech-bt-global-style3{
    border: none;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--bzo-main-color), var(--bzo-main-color2));
    padding: 10px 20px;
    line-height: 1.5;
}
.elbzotech-bt-global-style3:hover{
    background: var(--bzo-title_typo-color);
    color: #fff;
}

/*=========== style 4 ==========*/
.elbzotech-bt-global-style4{
    border: none;
    color: #fff;
    background: var(--bzo-title_typo-color);
    border-radius: 40px;
    font-size: 16px;
    font-weight: var(--bzo-body_typo-font-weight);
    padding: 12px 30px;
    background-color: var(--bzo-main-color);
    transition: .3s;
    font-family: var(--bzo-body_typo-font-family);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.elbzotech-bt-global-style4:hover{
    background: var(--bzo-main-color-mix-white);
    color: #fff;
}
.elbzotech-bt-global-style4 i.la-arrow-right{
    transform: rotate(-45deg);
    transition: all ease 0.3s;
    font-size: 20px;
}
.elbzotech-bt-global-style4:hover i.la-arrow-right{
    transform: rotate(0deg);
}