﻿.hero-area {
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding-top: 250px;
    padding-bottom: 180px;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.hero-overlay {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #4021ba;
    background: -moz-linear-gradient(-45deg, #4021ba 0%, #eda43b 100%);
    background: -webkit-linear-gradient(-45deg, #4021ba 0%,#eda43b 100%);
    background: linear-gradient(135deg, #4021ba 0%,#eda43b 100%);
    z-index: -1;
    opacity: 0.95;
}

.hero-box {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.divider2 {
    background: rgb(234 234 234 / 60%)
}

    .divider2 .divider-small-text {
        background-color: #035878 !important;
        color:#fff;
    }
    .divider2 .divider-small-text a {
        color: #fff;
    }

.package-tab-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

    .package-tab-btn:hover, .package-tab-btn:focus {
        color: #409EFF;
        border-color: #c6e2ff;
        background-color: #ecf5ff;
        outline:0
    }

    .package-tab-btn-active, .package-tab-btn:active {
        color: #3a8ee6;
        border-color: #3a8ee6;
        background-color: #ecf5ff;
        outline: 0
    }


