.mt-40 {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .banner-area .fullscreen {
        height: 600px !important;
    }
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-content h1 br {
        display: none;
    }
}

.banner-content p {
    margin-bottom: 60px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .banner-content p br {
        display: none;
    }
}

.generic-banner {
    background: #8460f6;
}

.generic-banner .height {
    height: 600px;
}

@media (max-width: 767px) {
    .generic-banner .height {
        height: 400px;
    }
}

.generic-banner .banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .generic-banner .banner-content h2 br {
        display: none;
    }
}

.generic-banner .banner-content p {
    font-size: 16px;
}

@media (max-width: 991px) {
    .generic-banner .banner-content p br {
        display: none;
    }
}

.history-area {
    background: #202046;
}

.tab-thumb {
    padding: 0 0 30px 30px;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .tab-thumb {
        padding: 0;
    }
}

.tab-total-content {
    padding: 70px 0 30px 0;
}

@media (max-width: 991px) {
    .tab-total-content {
        padding: 30px;
    }
}

.tab-total-content .single-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.history-tab-wrapper {
    margin-top: 40px;
    background: #202046;
    position: relative;
}

.history-tab-wrapper:after {
    content: "";
    background: #202046;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
}

.ilene-tabs .nav-item {
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid #202046;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ilene-tabs .nav-item {
        margin-top: 10px;
    }
}

.ilene-tabs .nav-item:last-child {
    margin-right: 0;
}

.ilene-tabs .nav-item span {
    margin-right: 10px;
    color: #8460f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.ilene-tabs .nav-item:hover {
    background: #202046;
    color: #202046;
    border: 1px solid transparent;
}

.ilene-tabs .nav-item:hover span {
    color: #202046;
}

.ilene-tabs .nav-item.active {
    background: #202046;
    color: #202046;
    border: 1px solid transparent;
}