.wow {
    visibility: hidden;
}


.btn--style-1{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #015cd0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn--style-1:hover{
    text-decoration: none;
    background: #033b83;
    color: #fff;
}

.btn--style-2 {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
    text-align: center;
    padding: 10px 10px;
    border: 1px solid rgb(var(--main-color-1));
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn--style-2:hover {
    text-decoration: none;
    color: rgb(var(--main-color-1));
    background-color: transparent;
}

.btn--style-3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: rgb(var(--main-color-1));
    text-align: center;
    padding: 10px 16px;
    border: 1px solid rgb(var(--main-color-1));
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn--style-3:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.inner-page {
    padding: 40px 0px;
}