a {
    color: #0e3258;
    text-decoration: none;
    background-color: transparent;
}

.bg-secondary {
    background-image: -webkit-linear-gradient(bottom, rgb(190, 190, 190) 0%, rgb(247, 247, 247) 47.0356%, rgb(245, 245, 245) 98%);
}

html {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2rem;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    padding-top: 72px;
    max-width: 100%;
    scroll-behavior: smooth;
}

.bg-lighter {
    background-image: -webkit-repeating-linear-gradient(right, rgba(224, 224, 224, 0) 0%, rgba(216, 216, 216, 0.95) 24%, rgb(255, 255, 255) 59.2885%, rgb(255, 255, 255) 100%);
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #030303;
    text-align: left;
    background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
    background-image: -webkit-radial-gradient(center center, rgba(255, 255, 255, 0.41) 0%, rgba(204, 226, 255, 0.41) 100%);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.63);
    border-top: 1px dotted rgba(0, 0, 0, 0.63);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.63);
    border-top: 1px dotted rgba(0, 0, 0, 0.63);
}

.bg-primary {
    background-color: #27599b !important;
    background-image: -webkit-linear-gradient(right, rgb(48, 110, 190) 0.395257%, rgb(40, 97, 170) 46.6403%, rgb(17, 89, 184) 99%);
}

.text-warning {
    color: #edeb06!important;
}

.bgk {
    background-image: url('assets/images/kabelbg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-attachment: fixed;
}

.navbar-brand {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.90);
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.1);
}

.text-primary {
    color: #154f9c !important;
}

/* Contact Section
-------------------------------- */
#contact {
    padding-bottom: 10px;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #baa38c;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #0d4a8c;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #9c0815;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .sent-message {
    display: none;
    color: #efefed;
    background: #386eb3;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #baafa4;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #b8aa9c;
}

#contact .php-email-form button[type="submit"] {
    background: #031534;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #1b3d79;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html {
    max-width: 100%;
    scroll-behavior: smooth;
}

/* --------------------------------------------------------------
# Back to top button
-------------------------------------------------------------- */
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top:hover {
    background: #fff;
    color: #fff;
}

.lead {
    font-size: 1.6rem;
    font-weight: normal;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #bfbfbf;
    background: -webkit-radial-gradient(center center, rgb(145, 145, 145) 0%, rgb(202, 202, 202) 100%);
}

.flicker {
    -webkit-animation: flicker 3s linear 3 both;
    animation: flicker 3s linear 3 both;
}

@-webkit-keyframes flicker{
    0%,
    100% {
        opacity: 1;
    }

    41.99% {
        opacity: 1;
    }

    42% {
        opacity: 0;
    }

    43% {
        opacity: 0;
    }

    43.01% {
        opacity: 1;
    }

    47.99% {
        opacity: 1;
    }

    48% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    49.01% {
        opacity: 1;
    }
}

@keyframes flicker{
    0%,
    100% {
        opacity: 1;
    }

    41.99% {
        opacity: 1;
    }

    42% {
        opacity: 0;
    }

    43% {
        opacity: 0;
    }

    43.01% {
        opacity: 1;
    }

    47.99% {
        opacity: 1;
    }

    48% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    49.01% {
        opacity: 1;
    }
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2259a2;
    border-color: #005cbf;
    background: -webkit-linear-gradient(90deg, rgb(5, 52, 99) 0%, rgb(48, 99, 145) 46.6403%, rgb(5, 100, 181) 98.8142%, rgb(0, 78, 146) 100%);
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background: -webkit-linear-gradient(90deg, #1e548a 0%, rgb(48, 99, 145) 46.6403%, rgb(5, 100, 181) 98.8142%, rgb(0, 78, 146) 100%);
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.blink {
    -webkit-animation: blink 5s 2 both;
    animation: blink 5s 2 both;
}

@-webkit-keyframes blink{
    0% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink{
    0% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}