
@font-face
{
    font-family: 'Heebo-Medium';
    src: url('../fonts/Heebo-Medium.ttf');
}
@font-face
{
    font-family: 'Heebo-Regular';
    src: url('../fonts/Heebo-Regular.ttf');
}
@font-face
{
    font-family: 'Heebo-Bold';
    src: url('../fonts/Heebo-Bold.ttf');
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Heebo-Medium';
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    color: #232323;
}

.navbar-nav .active {
    border-bottom: 3px solid #3476B8;
}

.jumbotron {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-repeat: no-repeat; */
    height: 690px;
    /* margin-top: -100px; */
    border-radius: 0px;
    position: relative;
    margin-bottom: 0;
    padding: inherit;
}
.jumbotron::after {
    content: '';
    display: block;
    background-color: #00000020;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.jumbotron .container {
    z-index: 1;
    position: relative;
}
.title-banner {
    color: #ffffff;
    margin-top: 350px;
}
.jumbotron .title-banner h1{
    font-family: 'Heebo-Bold';
    font-size: 60px;
    color: #ffffff;
}
.jumbotron .lingkaran {
    margin-top: 500px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.jumbotron .lingkaran .lingkaran-kecil {
    background-color: #3476B8;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    opacity: 60%;
}
.jumbotron .lingkaran .lingkaran-besar {
    background-color: #3476B8;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    margin-top: 35px;
}
.service-banner {
    color: #ffffff;
    margin-top: 30px;
}
.service-banner .btn-banner {
    font-family: 'Heebo-Regular';
    color: #ffffff;
    background: #3476B8;
    padding: 15px;
    width: 150px;
    height: 50px;
    border-radius: 100px;
    font-size: 12px;
}
.service-banner .btn-banner-outline {
    font-family: 'Heebo-Regular';
    color: #ffffff;
    background: transparent;
    padding: 15px;
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    font-size: 12px;
    margin-left: 10px;
}
.badge {
    border-radius: 100px;
}
.badge-warning {
    color: #232323;
    background-color: #ffc107;
}

.banner-element {
    /* background-color: #3476B8; */
    width: 100%;
    height: 100px;
    display: flex;
}
.banner-element .element-one {
    background-color: #4F8DCC;
    width: 360px;
    height: 100px;
    cursor: pointer;
}
.banner-element .element-two {
    background-color: #3782CE;
    width: 360px;
    height: 100px;
    cursor: pointer;
}
.banner-element .element-three {
    background-color: #3476B8;
    width: 360px;
    height: 100px;
    cursor: pointer;
}
.banner-element .element-four {
    background-color: #2368AC;
    width: 360px;
    height: 100px;
    cursor: pointer;
}
.element-title {
    padding: 40px;
    text-align: center;
    display: flex;
    color: #ffffff;
    margin-left: 50px;
}
.element-title h5 {
    font-family: 'Heebo-Regular';
    color: #ffffff;
    font-size: 13px;
    margin-left: 5px;
    line-height: inherit;
    margin-bottom: inherit;
}

.aboutus {
    background-image: url('../img/bg-about.png');
    height: 509px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.years {
    width: 220px;
    height: 230px;
    background-color: #ffffff;
    border: 10px solid #3476B8;
    margin-top: -160px;
    z-index: 10;
    position: absolute;
    margin-left: 230px;
    padding: 30px;
    text-align: center;
}
.years h1 {
    font-family: 'Heebo-Bold';
    font-size: 100px;
    color: #232323;
}
.years p {
    font-family: 'Heebo-Medium';
    font-size: 15px;
    color: #3476B8;
}
.line-vertical {
    border-left: 3px solid #ffc107;
    margin-bottom: 10px;
}
.line-vertical h1{
    font-family: 'Heebo-Medium';
    font-size: 20px;
    margin-left: 10px;
}
.title-about h1{
    font-family: 'Heebo-Bold';
    font-size: 50px;
}
.title2 {
    width: 464px;
    height: auto;
}
.title2 p {
    font-family: 'Heebo-Regular';
    font-size: 20px;
    color: #5D5D5D;
    letter-spacing: 1px;
}


.call-action {
    background-image: url('../img/bg-support.png');
    background-size: cover;
    /* background-position: center;
    background-attachment: fixed; */
    background-repeat: no-repeat;
    height: 400px;
    /* margin-top: -100px; */
    position: relative;
    margin-bottom: 0;
}
.call-action::after {
    content: '';
    display: block;
    background-color: #3476B8;
    opacity: 70%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.call-action .container {
    z-index: 1;
    position: relative;
}
.support {
    margin-top: 70px;
}
.line-vertical-call {
    border-left: 3px solid #ffffff;
    margin-bottom: 10px;
}
.line-vertical-call h1{
    font-family: 'Heebo-Medium';
    font-size: 20px;
    margin-left: 10px;
    color: #ffffff;
}
.support .support-title {
    width: 605px;
    height: auto;
}
.support .support-title h1{
    font-family: 'Heebo-Medium';
    font-size: 80px;
    color: #ffffff;
}
.support-button {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    padding: 15px;
    margin-top: 150px;
    cursor: pointer;
}
.support-button h5{
    font-family: 'Heebo-Regular';
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}