
/*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*/
#database_tab2,
.elbzotech-bt-global-default{
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-family: var(--bzo-body_typo-font-family);
    transition: .3s linear;
    background: var(--bzo-main-color);
    box-shadow: 0px 2px 8px 0px rgba(62, 62, 79, 0.23) !important;
    text-transform: capitalize;
    white-space: nowrap;
    text-align: center;
}
#database_tab2:hover,
.elbzotech-bt-global-default:hover, 
.elbzotech-bt-global-default:focus
{ 
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3) !important;
    transform: translateY(-5px); 
    color: #fff;
    filter: brightness(85%);
}
@media(max-width: 767px){
    #database_tab2,
    .elbzotech-bt-global-default{
        padding: 8px 18px;
        font-size: 14px;
    }
}
.btn-full-width .button-wrap-global,
.btn-full-width .elbzotech-bt-global-default{
    display: block;
    width: 100%;
}
/*==== btn style 2 ====*/
.elbzotech-bt-global-style2{
    border: none;
    color: #000;
    font-weight: 700;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-family: var(--bzo-body_typo-font-family);
    transition: .3s linear;
    background: #fdd700;
    box-shadow: 0px 2px 8px 0px rgba(62, 62, 79, 0.23) !important;
    text-transform: capitalize;
    white-space: nowrap;
    height: auto;
}
.elbzotech-bt-global-style2:focus,
.elbzotech-bt-global-style2:hover{    
    color: #fff;
    background: #4c4a4a;   
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3) !important;
    transform: translateY(-5px); 
}

.btn-header .elbzotech-bt-global-style2:focus,
.btn-header .elbzotech-bt-global-style2:hover{ 
    transform: translateY(0px); 
}
@media(max-width: 767px){
    .elbzotech-bt-global-style2{
        padding: 8px 18px;
        font-size: 14px;
    }
}

/*==== btn style 3====*/
#database_tab1,
.elbzotech-bt-global-style3{
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-family: var(--bzo-body_typo-font-family);
    transition: .3s linear;
    background: #4c4a4a;
    box-shadow: 0px 2px 8px 0px rgba(62, 62, 79, 0.23) !important;
    text-transform: capitalize;
    white-space: nowrap;
}
#database_tab1:hover,
.elbzotech-bt-global-style3:hover, 
.elbzotech-bt-global-style3:focus
{ 
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3) !important;
    transform: translateY(-5px); 
    color: #fff;
}
@media(max-width: 767px){
    #database_tab1,
    .elbzotech-bt-global-style3{
        padding: 8px 18px;
        font-size: 14px;
    }
}

/*==== btn style popup====*/

.elbzotech-bt-global-btn-video{
    border: none;
    color: #000;
    font-weight: 700;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-family: var(--bzo-body_typo-font-family);
    transition: .3s linear;
    background: #fdd700;
    box-shadow: 0px 2px 8px 0px rgba(62, 62, 79, 0.23) !important;
    text-transform: capitalize;
    white-space: nowrap;
}
.elbzotech-bt-global-btn-video:focus,
.elbzotech-bt-global-btn-video:hover{    
    color: #fff;
    background: #4c4a4a;   
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3) !important;
    transform: translateY(-5px); 
}
@media(max-width: 767px){
    .elbzotech-bt-global-btn-video{
        padding: 8px 18px;
        font-size: 14px;
    }
}