body {
    font-family: "Roboto", sans-serif;
    color: #333333 !important;
}

.navbar,
.header-small .navbar {
    background-color: white;
    background-image: url(/images/shade-top.png);
    background-repeat: repeat no-repeat;
}

.navbar {
    padding: 29px 0 23px;
    /* padding: 29px 0 0; */
}

.navbar .navbar-nav {
    text-transform: uppercase;
}

.btn-info {
    background-color: #3152a8;
    border-color: #3152a8;
}

.btn-outline-success {
    border-color: #0bd25b;
    color: #377e69;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-link {
    font-size: 0.9375rem;
    padding: 0 17px;
    font-weight: bold;
    color: #7a7a7a;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-link.active {
    color: #333333;
}

.banner {
    background-image: url(/images/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333333;
    text-align: center;
}

.banner-wrapper {
    display: flex;
    flex-direction: column;
    color: white;
    text-align: left;
    padding: 70px 153px;
    height: 800px;
    justify-content: space-around;
}

.banner-wrapper .banner-title {
    font-size: 5em;
    font-weight: bold;
}

.banner-wrapper .banner-desc {
    font-size: 1.3em;
}

.banner-wrapper .separator {
    width: 150px;
}

.separator {
    border-width: 2px;
    height: 4px;
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    display: block;
}

.btn-gradient {
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    border: none;
    color: white;
}

.banner-wrapper .btn-gradient {
    padding: .825rem 2.25rem;
}

.bg-utama {
    background-color: #2A3C6A;
    color: white;
}

.content-wrapper {
    padding: 0px;
}

.pattern-bottom {
    background-image: url(/images/pattern-blue.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
}

.pattern-bg {
    background-image: url(/images/pattern-bg.png);
    background-repeat: repeat;
    background-position: bottom;
}

.pattern-top {
    background-image: url(/images/pattern-top.png);
    background-repeat: repeat no-repeat;
    background-position: top;
}


.pattern-bottom-gray {
    background-image: url(/images/pattern-gray.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
}

.text-success {
    color: #0BD25B!important;
}

.section-desc {
    font-size: 1rem;
}

.section-subtitle {
    font-size: 1.5rem;
}

.mb-7 {
    margin-bottom: 4rem!important;
}

.content-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-no-color {
    background: none;
}

.text-white {
    color: white !important;
}

.text-utama {
    color: #3070CA !important;
}

.bg-white {
    background-color: white !important;
}

.bg-gray {
    background-color: #E0E0E0 !important;
}

.jadwal-content {
    position: relative;
}

.jadwal-content .customer-cards {
    border-top: 6px solid #0BD25B;
    background-image: url(/images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;;
}

.jadwal-content .customer-cards:hover {
    background-color: #e4e7ea;
    transform: scale(1.02);
    background-image: url(/images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.jadwal-content .owl-carousel {
    position: absolute;
    top: -80px;
}

.materi-content {
    position: relative;
}

.materi-content .customer-cards {
    border-top: 6px solid #0BD25B;
    background-image: url(/images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;;
}

.materi-content .customer-cards .card-footer {
    background-color: white;
}

.materi-content .customer-cards:hover {
    background-color: white;
    transform: scale(1.02);
    background-image: url(/images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.materi-content .owl-carousel {
    position: absolute;
    top: -150px;
}

.materi-content .owl-item {
    width: 370px !important;
}

.materi-content .card-body {
    padding: 0;
}

.materi-content .card-body .d-flex .img {
    padding: 23px 12px 6px 12px
}

.contact-details {
    padding-top: 25px;
    color: white;
}

.contact-details .mdi {
    color: white;
}
.text-sm {
    font-size: 16px;
}
footer {
    background-image: url(/images/pattern-footer.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
    border-top: none !important;
    color: white;
}
.text-secondary {
    color: #575757 !important;
}

.text-primary {
    color: #3152A8 !important;
}

/* .text-uppercase {
    text-transform: uppercase !important;
} */

.relative {
    position: relative;
}

.tabs-gradient {
    /* border: 1px solid #3152a8; */
    border-bottom: none;
}

.tabs-gradient li a.active,
.tabs-gradient li a:not(.active):hover
 {
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    color: white;
}

.tabs-gradient li {
    background: white;
    border-top: 1px solid #3152a8;
    border-bottom: 1px solid #3152a8;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #3152a8;
    text-align: center;
}

.tabs-gradient li a {
    padding: 10px 50px;
    display: inline-block;
    color: #3152a8;
    font-weight: bold;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.tabs-gradient li:first-child {
    border-radius: 8px 0 0 8px;
}

.tabs-gradient li:last-child {
    border-top: 1px solid #3152a8;
    border-right: 1px solid #3152a8;
    border-radius: 0 8px 8px 0;
}

.tabs-gradient li.active a,
.tabs-gradient li:not(.active):hover a
{
    color: white;
}

.tabs-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -24px;
    left: 0;
}
.contact-details .nav-link {
    color: white;
    padding: 0;
}

.contact-details .nav-link:hover {
    color: #377e69;
}