
/*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: #000;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    padding: 17px 70px 17px 20px;
    font-size: 20px;
    line-height: 24px !important;
    display: inline-flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .5s;
    background: var(--bzo-main-color);
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 5px;
    letter-spacing: 1px;
}
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{
    color: #000;
    background: #fff;
    box-shadow: 0 0 15px 0px #0000001c;
    padding: 17px 20px 17px 70px;
}
.elbzotech-bt-global-default .icon-button-el {
    position: absolute;
    right: 20px;
    transition: .6s;
}
.elbzotech-bt-global-default:hover .icon-button-el {
    right: calc(100% - 50px);
}/*
@media(max-width: 1200px){
    .elbzotech-bt-global-default{
        font-size: 18px;
        padding: 10px 25px;
    }
}

@media(max-width: 767px){
    .elbzotech-bt-global-default {
        font-size: 14px;
        padding: 4px 15px;
        border-width: 2px;
    }
}*/
/*==== btn style 2====*/
.elbzotech-bt-global-style2{
    border: none;
    color: var(--bzo-title_typo-color);
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 28px 50px;
    font-size: 34px;
    line-height: 46px!important;
    display: inline-flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color2);
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 20px;
    letter-spacing: 1px;
}
.elbzotech-bt-global-style2:focus, 
.elbzotech-bt-global-style2:hover{
    color:#fff;
    border-color:var(--bzo-title_typo-color);
    background:var(--bzo-title_typo-color);

}

@media(max-width: 1200px){
    .elbzotech-bt-global-style2{
        font-size: 18px;
        padding: 10px 25px;
        line-height: 26px !important;
    }
    .elbzotech-bt-global-style2 img{
        width: 20px;
    }
}
@media(max-width: 767px){
    .elbzotech-bt-global-style2 {
        font-size: 14px;
        padding: 8px 15px;
        border-width: 2px;
    }
}


/*==== btn style 3====*/
.elbzotech-bt-global-style3{
    color: var(--bzo-title_typo-color);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}
.elbzotech-bt-global-style3{
    border-bottom: 3px solid var(--bzo-title_typo-color);
    transition: all 0.3s ease-out 0s;
}
.elbzotech-bt-global-style3 svg path{
    transition: all 0.3s ease-out 0s;
}
.elbzotech-bt-global-style3:hover svg path{
    fill: var(--bzo-main-color);
}
.elbzotech-bt-global-style3 .icon-button-el{
    font-size: 20px;
}
.elbzotech-bt-global-style3:hover{
    border-color: var(--bzo-main-color);
}
.elbzotech-bt-global-style3:focus, 
.elbzotech-bt-global-style3:hover{
    color:var(--bzo-main-color);
}
@media(max-width: 1200px){
    .elbzotech-bt-global-style3{
        font-size: 16px;
        border-width: 2px;
        line-height: 24px;
    }
    .elbzotech-bt-global-style3 svg{
        width: 12px;

    }
}
/*==== btn style 4====*/
.elbzotech-bt-global-style4 {
    color: var(--bzo-title_typo-color);
    font-weight: 600;
    font-size: 16px;
    height: 48px;
    line-height:48px;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    padding: 0px 25px;
    z-index: 1;
}
.elbzotech-bt-global-style4 .icon-button-el{
    font-size: 20px;
}
.elbzotech-bt-global-style4:before{
    content: '';
    background: var(--bzo-main-color);
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    left: 0;
    z-index: -1;
     transition: .3s;
}
.elbzotech-bt-global-style4:hover:before{
    height: 48px;
    width: 100%;
    border-radius: 48px;
    left: 0;
}
.elbzotech-bt-global-style4:focus, 
.elbzotech-bt-global-style4:hover{
    color:#fff;
}

/*==== btn style 2====*/
.elbzotech-bt-global-style5{
    border: none;
    color: var(--bzo-body_typo-color);
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px;
    font-size: 23px;
    line-height: 24px !important;
    display: inline-flex;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color2);
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 5px;
    letter-spacing: 1px;
}
.elbzotech-bt-global-style5 svg{
    height: 24px;
}
.elbzotech-bt-global-style5:focus, 
.elbzotech-bt-global-style5:hover{
    color:#fff;
    border-color:var(--bzo-title_typo-color);
    background:var(--bzo-title_typo-color);

}

@media(max-width: 1200px){
    .elbzotech-bt-global-style5{
        font-size: 18px;
        padding: 10px 20px;
        line-height: 26px !important;
    }
    .elbzotech-bt-global-style5 img{
        width: 20px;
    }
}
@media(max-width: 767px){
    .elbzotech-bt-global-style5 {
        font-size: 14px;
        padding: 8px 15px;
        border-width: 2px;
    }
}
