@font-face {
  font-family: "proxima-reg";
  src: url("/vendor/fonts/proxima-reg/proximanova-regular-webfont.eot?") format("eot"),
  url("/vendor/fonts/proxima-reg/proximanova-regular-webfont.woff") format("woff"),
  url("/vendor/fonts/proxima-reg/proximanova-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "proxima-bold";
  src: url("/vendor/fonts/proxima-bold/proximanova-bold-webfont.eot?") format("eot"),
  url("/vendor/fonts/proxima-bold/proximanova-bold-webfont.woff") format("woff"),
  url("/vendor/fonts/proxima-bold/proximanova-bold-webfont.ttf") format("truetype");
}

/* Header */
.header .primary-header .bg-gold {
    height: 10px;
    width: 100%;
}

.header .call-us ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #818080;
}
.header .call-us ul li a:hover {
    color: #124f9b;
}
.header .navigation > li > a {
    position: relative;
}
.header .navigation > li:after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    background-color: #fff;
}
.header .navigation > li:last-child:after {
    content: '';
    background-color: transparent;
}
.header .navigation > li.active > .hvr-underline-reveal:before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.header .custom-nav nav {
    position: relative;
}
.header .search-menu {
    position: absolute;
    top: 43px;
    right: 30px;
}
.header .search-menu a {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}
.header .search-menu .main-dropdown-search {
    width: 300px;
    background-color: #124e9c;
    padding: 15px 15px;
    list-style: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    left: -280px;
}
.header .search-menu .main-dropdown-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.header .search-menu .main-dropdown-search .form-group .form-control {
    font-size: 16px;
    border-radius: 0;
    color: #333;
    height: 40px;
    padding: 6px 15px 6px 10px;
}
.header .search-menu .main-dropdown-search .form-group .btn-search {
    position: absolute;
    top: 9px;
    right: 0;
    background-color: transparent;
    border:  none;
    font-size: 16px;
}

/* Slider Home */
.home-slider .flex-control-nav {
    bottom: 15px;
}
.home-slider .flex-control-paging li a {
    background: #FFF;
    box-shadow: none;
}
.home-slider .flex-control-paging li a.flex-active {
    background: #daa529;
}

/* Cek pengiriman dan Cek Tarif */
.section-cek .wrapper-cek h3 {
    color: #FFF;
    font-size: 26px;
    margin-bottom: 15px;
}
.section-cek .wrapper-cek .cek-left  {
    padding: 80px 105px;
}
.section-cek .wrapper-cek .cek-right  {
     padding: 80px 105px 80px 180px;
}
.section-cek .wrapper-cek .cek-left .form-group {
    margin-bottom: 25px;
}
.section-cek .wrapper-cek .cek-left .form-control {
    font-size: 16px;
    height: 45px;
    width: 410px;
}
.section-cek .wrapper-cek .cek-right p {
    color: #000;
    font-size: 18px;
}
.section-cek .wrapper-cek .btn {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 40px;
}
.section-cek .wrapper-cek .cek-right:before {
    border-left: 100px solid #124e9c;
    border-right: 100px solid transparent;
    border-top: 160px solid #124e9c;
    border-bottom: 160px solid transparent;
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
}
.section-cek .wrapper-cek .cek-left:first-child:before {
    border-left: 100px solid transparent;
    border-right: 100px solid #fbd503;
    border-top: 160px solid transparent;
    border-bottom: 160px solid #fbd503;
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    z-index: 9;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

/* Services Home */
.services-slider .owl-controls .owl-pagination {
    display: none;
}
.services .owl-buttons {
    height: 60px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -35px;
}
.services .owl-buttons .owl-prev {
    background: url(../images/prev-services.png) no-repeat;
    width: 25px;
    height: 60px;
    font-size: 0px;
    position: absolute;
    background-size: 20px;
    background-position: center right;
    top: 50%;
    left: -35px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    margin-top: -30px;
}
.services .owl-buttons .owl-next {
    background: url(../images/next-services.png) no-repeat;
    height: 60px;
    width: 25px;
    font-size: 0px;
    position: absolute;
    background-size: 20px;
    background-position: center right;
    top: 50%;
    right: -35px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    margin-top: -30px;
}
.services img {
    display: inline-block;
}
.services .slides-text {
    box-shadow: none;
    border: none;
    padding-bottom: 0;
}
.services .slides-text p {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}

/* Page Cek Tarif */
.form-cek-tarif .bg-cek-tarif {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.form-cek-tarif .bg-cek-tarif:after {
    content: '';
    display: block;
    padding: 29%;
    background-color: rgba(18,78,156,0.75);
}
.form-cek-tarif .bg-cek-tarif .bg-text-cek {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 130px 40px 40px;
}
.form-cek-tarif .bg-cek-tarif .bg-text-cek h2 {
    color: #FFF;
    font-weight: normal;
    font-family: proxima-reg;
    font-size: 28px;
    margin-bottom: 10px;
}
.form-cek-tarif .bg-cek-tarif .bg-text-cek p {
    color: #FFF;
    margin-bottom: 0;
}
.form-cek-tarif .main-form-cek-tarif {
    padding: 50px 40px 40px;
}
.form-cek-tarif .main-form-cek-tarif .form-group {
    margin-bottom: 25px;
}
.form-cek-tarif .main-form-cek-tarif.row:last-child .form-group {
    margin-bottom: 0;
}
.form-cek-tarif .main-form-cek-tarif .form-group .form-control {
    height: 50px;
    font-size: 16px;
     color: #000;
}
.form-cek-tarif .main-form-cek-tarif .form-group .btn {
    font-size: 18px;
    padding: 11px 35px;
}
.form-cek-tarif .main-form-cek-tarif .billing-form {
    display: flex;
    justify-content: flex-start;
    padding: 0 10px;
}
.form-cek-tarif .billing-form input[type="radio"] + label {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 0;
    padding-left: 30px;
}
.form-cek-tarif .billing-form label::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -3px;
    border: 2px solid #fff;
}
.form-cek-tarif .billing-form input:checked + label::after {
    border: 2px solid #fbd503;
}
.section-result-cek .header-result-pengiriman h2 {
    font-weight: normal;
    font-size: 28px;
    font-family: proxima-reg;
}
.section-result-cek .header-result-pengiriman .bg-grey {
    background-color: #efefef;
    padding: 20px 30px;
    margin-top: 30px;
}
.section-result-cek .header-result-pengiriman .bg-grey h3 {
    font-size: 20px;
}
.section-result-cek .header-result-pengiriman .bg-grey span {
    text-transform: none;
}
.content-result-pengiriman .content-left-result {
    background-color: #efefef;
    border-top: 8px solid #124e9c;
    padding: 30px 40px;
}
.content-result-pengiriman ul {
    list-style: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.content-result-pengiriman ul li {
    font-size: 24px;
}
.content-result-pengiriman .content-left-result ul li:first-child {
    color: #124e9c;
    text-transform: uppercase;
    font-family: proxima-bold;
}
.content-result-pengiriman h3 {
    font-size: 36px;
}
.content-result-pengiriman .content-right-result {
    background-color: #efefef;
    border-top: 8px solid #daa529;
    padding: 30px 40px;
}
.content-result-pengiriman .content-right-result ul li:first-child {
    color: #daa529;
    text-transform: uppercase;
    font-family: proxima-bold;
}

/* Syarat dan Ketentuan */
.section-terms .header-terms h2 {
    color: #000;
    font-family: proxima-reg;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 10px;
}
.section-terms .header-terms p {
    font-size: 16px;
    color: #000;
}
.section-terms .content-terms p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.section-terms .content-terms p:last-child {
    margin-bottom: 0;
}
.banner-breadcrumb.terms-banner .nav-breadcrumb ul li {
    color: #FFF;
}
.banner-breadcrumb.terms-banner .nav-breadcrumb ul li a {
    color: #FFF;
}

/* Page cek Pengiriman */
.form-cek-pengiriman .bg-cek-pengiriman {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.form-cek-pengiriman .bg-cek-pengiriman:after {
    content: '';
    display: block;
    padding: 14%;
    background-color: rgba(18,78,156,0.75);
}
.form-cek-pengiriman .bg-cek-pengiriman .bg-text-cek {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
}
.form-cek-pengiriman .bg-cek-pengiriman .bg-text-cek h2 {
    font-family: proxima-reg;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 28px;
}
.form-cek-pengiriman .bg-cek-pengiriman form .form-control {
    height: 50px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.form-cek-pengiriman .bg-cek-pengiriman form .btn {
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 40px;
}
.result-cek-pengiriman thead tr th {
    text-align: center;
    color: #000;
    font-size: 16px;
}
.result-cek-pengiriman tbody tr td {
    color: #000;
    font-size: 16px;
}
.channel-result {
    color: #000;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000;
}
.result-cek-pengiriman .table-bordered {
    border-color: #000;
}

/* Page rekanan */
.section-terms .rekanan {
    width: 700px;
    margin: auto;
}
.section-terms .bg-rekanan {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}
.section-terms .bg-rekanan:after {
    content: '';
    display: block;
    padding: 25%;
    background-color: rgba(18,78,156,0.75);
}
.section-terms .bg-rekanan .text-rekanan {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
}
.section-terms .bg-rekanan .text-rekanan h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.section-terms .bg-rekanan .text-rekanan p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

/* Page Layanan */
.section-terms .bg-layanan {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}
.section-terms .bg-layanan:after {
    content: '';
    display: block;
    padding: 15%;
    background-color: rgba(18,78,156,0.75);
}
.section-terms .bg-layanan.bg-gold-opacity:after {
    background-color: rgba(218,165,41,0.75);
}
.section-terms .bg-layanan.bg-gold-opacity h3 {
    color: #000 !important;
}
.section-terms .bg-layanan.bg-gold-opacity p {
    color: #000 !important;
}
.section-terms .bg-layanan .text-rekanan {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    text-align: center;
    transform: translateY(-50%);
}
.section-terms .bg-layanan .text-rekanan h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.section-terms .bg-layanan .text-rekanan p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

/* Page Contact */
.contact-banner .nav-breadcrumb li {
    color: #FFF;
}
.contact-banner .nav-breadcrumb li a {
    color: #fff;
}
.contact-form .heading h3 {
    font-family: proxima-reg;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 26px;
    padding-bottom: 0;
}
.contact-form .content-contact-left {
    padding-right: 40px;
}
.contact-form .content-contact-left p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.contact-form .content-contact-left .main-address {
    margin-bottom: 30px;
}
.contact-form-box label {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.contact-form-box input[type="text"] {
    height: 50px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
}
.contact-form-box textarea {
    font-size: 16px;
    color: #000;
    border-radius: 0;
}
.contact-form-box .form-group {
    margin-bottom: 25px;
}
.contact-form-box .btn {
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Tentang Kami */
.bottom-about .bg-about {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom-about .bg-about:after {
    content: '';
    display: block;
    padding: 28%;
}
.bottom-about .content-about-right {
    padding: 65px 60px;
}
.bottom-about .content-about-right h2 {
    font-size: 26px;
}
.bottom-about .content-about-right p {
    color: #000;
}
.bottom-about .content-left-about {
    overflow: hidden;
}

/* Page Career and FAQ */
.content-career-faq .panel-default {
    border-radius: 0;
    margin-bottom: 30px;
}
.content-career-faq .panel-default .panel-heading h4 {
    font-weight: normal;
    font-family: proxima-reg;
    position: relative;
}
.content-career-faq .panel-default .panel-heading a {
    padding: 25px;
    display: block;
    font-size: 18px;
    line-height: 23px;
}
.content-career-faq .panel-default .panel-heading a:focus,
.content-career-faq .panel-default .panel-heading a:active {
    text-decoration: none !important;
    outline: none !important;
}
.content-career-faq .panel-default .panel-heading a:after {
    content: '\2212';
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    transform: translateY(-50%);
}
.content-career-faq .panel-default .panel-heading a.collapsed:after {
    content: '\002B';
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    transform: translateY(-50%);
}
.content-career-faq .panel-default .panel-body {
    padding: 25px;
}
.content-career-faq .panel-default .panel-body p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.content-career-faq .panel-default .panel-body ul {
    margin-left: 15px;
    font-size: 16px;
    color: #000;
}

/* Page News */
.content-news .nav-filter-news ul {
    list-style: none;
    display: flex;
    justify-content: left;
    padding-left: 15px;
}
.content-news .nav-filter-news ul li {
    margin-right: 30px;
    position: relative;
}
.content-news .nav-filter-news ul li:last-child {
    margin-right: 0;
}
.content-news .nav-filter-news ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 5px;
    right: -15px;
}
.content-news .nav-filter-news ul li:last-child:after {
    content: '';
    background-color: transparent;
}
.content-news .nav-filter-news ul li a {
    font-size: 18px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}
.content-bottom-news .column-content-news {
    margin-bottom: 30px;
}
.content-bottom-news .column-content-news .data-news-event .meta-news-event ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0 10px;
}
.content-bottom-news .column-content-news .data-news-event .meta-news-event ul li {
    margin-right: 30px;
    color: #828282;
    font-size: 16px;
    position: relative;
}
.content-bottom-news .column-content-news .data-news-event .meta-news-event ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: #828282;
    position: absolute;
    top: 2px;
    right: -15px;
}
.content-bottom-news .column-content-news .data-news-event .meta-news-event ul li:last-child:after {
    content: '';
    background-color: transparent;
}
.content-bottom-news .column-content-news .data-news-event h3 {
    line-height: 25px;
    margin-bottom: 10px;
}
.content-bottom-news .column-content-news .data-news-event h3 a {
    font-size: 22px;
    text-transform: none;
    color: #124e9c;
}
.content-bottom-news .column-content-news .data-news-event h3 a:hover,
.content-bottom-news .column-content-news .data-news-event h3 a:focus,
.content-bottom-news .column-content-news .data-news-event h3 a:active {
    text-decoration: underline;
    text-decoration-color: #124e9c;
}
.content-bottom-news .column-content-news .data-news-event p {
    font-size: 16px;
    color: #000;
}
.content-bottom-news .column-content-news .data-news-event .btn-more-news {
    color: #124e9c;
    font-size: 18px;
}
.content-bottom-news .column-content-news .data-news-event .btn-more-news:hover,
.content-bottom-news .column-content-news .data-news-event .btn-more-news:focus,
.content-bottom-news .column-content-news .data-news-event .btn-more-news:active {
    text-decoration: underline;
    text-decoration-color: #124e9c;
}

.content-bottom-news .data-news-event h3 {
    font-size: 22px;
    text-transform: none;
    color: #124e9c;
    line-height: 25px;
}
.content-bottom-news .data-news-event ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0 10px;
}
.content-bottom-news .data-news-event ul li {
    margin-right: 30px;
    color: #828282;
    font-size: 16px;
    position: relative;
}
.content-bottom-news .data-news-event ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: #828282;
    position: absolute;
    top: 2px;
    right: -15px;
}
.content-bottom-news .data-news-event ul li:last-child:after {
    content: '';
    background-color: transparent;
}
.content-bottom-news .data-news-event img {
    margin-bottom: 20px;
}

.sidebar-news-event h3 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 40px;
    color: #000;
}
.sidebar-news-event h3:after {
    content: '';
    height: 2px;
    width: 65px;
    background-color: #000;
    display: block;
    position: relative;
    top: 10px;
}
.sidebar-news-event .main-content-news-event {
    margin-bottom: 20px;
}
.sidebar-news-event .main-content-news-event .list-1 {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.sidebar-news-event .main-content-news-event .list-1 > li:nth-child(1) {
    margin-right: 20px;
    width: 60%;
}
.sidebar-news-event .main-content-news-event .list-1 > li h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
}
.sidebar-news-event .main-content-news-event .list-1 > li h4 a {
    color: #124e9c;
}
.sidebar-news-event .main-content-news-event .list-1 > li h4 a:hover {
    text-decoration: underline;
    text-decoration-color: #124e9c;
}
.sidebar-news-event .main-content-news-event .list-2 {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}
.sidebar-news-event .main-content-news-event .list-2 li {
    margin-right: 20px;
    font-size: 14px;
    color: #828282;
    position: relative;
}
.sidebar-news-event .main-content-news-event .list-2 li:after {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -10px;
    background-color: #828282;
}
.sidebar-news-event .main-content-news-event .list-2 li:last-child:after {
    content: '';
    background-color: transparent;
}
.nav-filter-news {
    position: relative;
    margin-bottom: 30px;
}
.nav-filter-news .search-menu {
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 9;
}
.main-search-news .form-group {
    position: relative;
}
.main-search-news .form-group .form-control {
    border-radius: 0;
    border-color: #000;
    height: 45px;
    font-size: 16px;
    color: #000;
    width: 300px;
}
.main-search-news .form-group  .btn-search {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
}
.search-menu .btn-search-mobile {
    background-color: #124e9c;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Page Book */
.content-book h3 {
    font-family: proxima-reg;
    font-weight: normal;
    background-color: #efefef;
    padding: 15px;
    font-size: 24px;
    margin-bottom: 25px;
}
.content-book .form-book label {
    font-size: 16px;
    color: #000;
}
.content-book .form-book input[type="text"] {
    height: 45px;
    border-radius: 0;
    border-color: #000;
}
.content-book .form-book textarea {
    border-radius: 0;
    border-color: #000;
}
.content-book .form-book .form-group a {
    font-size: 16px;
    color: #124e9c;
    margin-top: 5px;
    text-decoration: underline;
    font-weight: bold;
}
.column-agree label {
    padding-left: 35px;
    color: #000;
}
.column-agree label a {
    color: #124e9c;
    text-decoration: underline;
    font-weight: bold;
}
.column-agree .billing-form input:checked + label::after {
    border-color: #124e9c;
    background: url(../images/ceklist.png) no-repeat center center;
}
.column-agree .btn {
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
}
.open-google-maps {
    display: none;
}
.btn-maps-pengirim,
.btn-maps-penerima,
.btn-close-maps {
    cursor: pointer;
}
.open-google-maps-penerima {
    display: none;
}
.btn-close-maps {
    display: none;
}

/* Banner Breadcrumb */
.banner-breadcrumb {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-breadcrumb:after {
    content: '';
    display: block;
    padding: 10%;
}
.banner-breadcrumb .banner-text {
    position: absolute;
    top: 50%;
}
.nav-breadcrumb ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    color: #000;
}
.nav-breadcrumb ul li {
    margin-right: 10px;
    font-size: 16px;
}
.nav-breadcrumb ul li:last-child {
    margin-right: 0;
}
.nav-breadcrumb ul li a {
    color: #000;
}
.nav-breadcrumb ul li a:hover {
    text-decoration: underline;
}

/* Footer */
.footer .address address {
    color: #FFF;
    margin-bottom: 0;
}
.footer .phone a {
    color: #fff;
}
.footer .social-media-footer ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.footer .social-media-footer ul li {
    margin-right: 20px;
}
.footer .social-media-footer ul li a {
    font-size: 20px;
    color: #FFF;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
}
.footer .social-media-footer ul li a:hover {
    color: #fbd503;
}
.footer .footer-bottom {
    background-color: #333;
    padding: 15px 0;
}
.footer .footer-bottom span {
    font-size: 13px;
    color: #FFF;
}

/* Sortcode */
.btn-yellow {
    background-color: #fbd503;
    color: #000;
    font-size: 16px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.hvr-yellow:hover,
.hvr-yellow:focus,
.hvr-yellow:active {
    background-color: #e5c004;
}
.btn-blue {
    background-color: #124e9c;
    color: #FFF;
    font-size: 16px;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
}
.hvr-blue:hover,
.hvr-blue:focus,
.hvr-blue:active {
    background-color: #1d4b84;
    color: #FFF !important;
}
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbd503;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
