/* ===================================
    Button
====================================== */

/*
 * Button Circle
 */

.custom-btn-circle {
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 12px;
}
.custom-btn-circle i , .btn-icon i{
    position: static;
    margin-left: 0;
}

.custom-btn-circle.custom-btn-lg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 16px;
}

.custom-btn-circle.custom-btn-xl {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 24px;
}

.custom-btn-outline {
    border: 1px solid rgba(0,0,0, 0.3);
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0, 0.6);;
}

.custom-btn-outline:hover {
    border: 1px solid #12988b;
    background-color: #12988b;
    color: white;
}

.custom-btn-outline-2:hover {
    border: 1px solid #312828;
    background-color: #312828;
    color: white;
}

.custom-btn-outline-3:hover {
    border: 1px solid #127b98;
    background-color: #127b98;
    color: white;
}

.custom-btn-outline-4:hover {
    border: 1px solid #e48049;
    background-color: #e48049;
    color: white;
}

.custom-btn {
    border: 1px solid rgba(0,0,0, 0);
    color: white;
}

.custom-btn:hover {
    border: 1px solid rgba(0,0,0, 0.3);
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0, 0.6);;
}

.btn-icon-left i {
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn-icon-small {
    font-size: 2rem;
    color: rgba(0,0,0, 0.6);;
}

.btn-icon-medium {
    font-size: 3rem;
    color: rgba(0,0,0, 0.6);;
}

.btn-icon-large {
    font-size: 4rem;
    color: rgba(0,0,0, 0.6);
}

.btn-icon i {
    vertical-align: middle;
}

/* Link Button Styles*/
.btn1:link,
.btn1:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn1:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn1-white {
    background-color: var(--color-primary1) !important;
    color: #ffffff !important;
}

.btn1::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn1-white::after {
    background-color: var(--color-primary1) !important;
}

.btn1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn2:link,
.btn2:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn2:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn2-white {
    background-color: var(--color-primary2) !important;
    color: #ffffff !important;
}

.btn2::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn2-white::after {
    background-color: var(--color-primary2) !important;
}

.btn2:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn3:link,
.btn3:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn3:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn3:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn3-white {
    background-color: var(--color-primary3) !important;
    color: #ffffff !important;
}

.btn3::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn3-white::after {
    background-color: var(--color-primary3) !important;
}

.btn3:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn4:link,
.btn4:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn4:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn4:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn4-white {
    background-color: var(--color-secondary1) !important;
    color: #ffffff !important;
}

.btn4::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn4-white::after {
    background-color: var(--color-secondary1) !important;
}

.btn4:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn5:link,
.btn5:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn5:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn5:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn5-white {
    background-color: var(--color-secondary2) !important;
    color: #ffffff !important;
}

.btn5::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn5-white::after {
    background-color: var(--color-secondary2) !important;
}

.btn5:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn6:link,
.btn6:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn6:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btn6:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn6-white {
    background-color: var(--color-secondary3) !important;
    color: #ffffff !important;
}

.btn6::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn6-white::after {
    background-color: var(--color-secondary3) !important;
}

.btn6:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btnw:link,
.btnw:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btnw:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

.btnw:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btnw-white {
    background-color: white !important;
    color: #ffffff !important;
}

.btnw::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btnw-white::after {
    background-color: white !important;
}

.btnw:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn8:link,
.btn8:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: all .2s;
    position: relative;
    font-weight: bold;
}

.btn8:hover {
    transform: translateY(0px);
    color: #ffffff !important;
}

.btn8:active {
    transform: translateY(0px);
}

.btn8-white {
    background-color: var(--color-secondary3) !important;
    color: #000000 !important;
}

.btn8::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn8-white::after {
    background-color: var(--color-primary2) !important;
}

.btn8:hover::after {
    opacity: 0;
}

.btn8.btn8-white.btn8-animated:hover {
    background-color: var(--color-primary2) !important;
    color: white !important;
}

    .btn8.btn8-white.btn8-animated:hover h2 {
        color: white !important;
    }

    .btn8.btn8-white.btn8-animated:hover a {
        color: var(--color-secondary1) !important;
    }

.btn8.btn8-white.btn8-animated:hover {
    background-color: var(--color-primary2) !important;
    color: white !important;
}

    .btn8.btn8-white.btn8-animated:hover h3 {
        color: white !important;
    }
