body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    padding: 0px;
    background-color: #ececec;
    font-size: 16px;
    color: #000;
    position:relative;
}

a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.inner-container {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 40px;
    position: relative;
}

.form-control:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #ddd;
}

.bg-main {
    border-bottom: 3px solid #ffffff;
    padding: 0px;
    height: 50px;
    background-image: linear-gradient(to right, #026cb2 33%, #c89a00 58%, #fcfa98 100%);
    padding-left: 200px;
}

.form-signin {
    max-width: 370px;
    min-width: 350px;
    text-align: center;
    padding: 25px 30px 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 7px #152635;
}

    .form-signin p {
        font-size: 14px;
        line-height: normal;
        color: #444
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.text-center {
    text-align: center !important;
}

.btn-bca {
    background-image: linear-gradient(to right, #4776E6 0%, #8E54E9 51%, #4776E6 100%) !important;
    color: #fff !important;
    min-width: 180px;
    padding: 5px !important;
    font-size: 17px !important;
    display: inline-block !important;
    border: 0 !important;
}

    .btn-bca:hover {
        background-image: linear-gradient(to right, #8E54E9 0%, #4776E6 51%, #8E54E9 100%) !important;
        color: #fff;
        text-decoration: none;
    }

footer {
    color: #ffffff;
    display: block;
    font-size: 11px;
    background-image: linear-gradient(to right, #000428 0%, #004e92 51%, #000428 100%);
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 3px solid #ffffff;
}

    footer a {
        color: #ffffff !important;
    }

#footer-webdesign a {
    color: #cccccc !important;
}

p {
    margin: 0 0 10px;
}

.page-header {
    background: rgba(255, 255, 255, 0.70);
    padding-top: 40px;
    box-shadow: -1px 0px 3px 1px #4c4c4c;
    z-index: 99;
    position: relative;
}

.logo {
    position: absolute;
    z-index: 9;
    left: 70px;
    top: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 4px 0px #4c4c4c;
}

.page-header .logo img {
    width: 110px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
    font-size: 15px;
    color: #fff;
}

    .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link.active {
        background: #ffffff;
        color: #272727;
        border-radius: 30px;
    }
        .navbar-expand-md .navbar-nav .nav-link.active{
            pointer-events:none;
        }
        .inner-page-bg {
            min-height: 400px;
            background: rgba(255, 255, 255, 0.9);
        }

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-radius: 0px 0px 4px 4px;
    margin-top: 3px;
    border: 0px;
    box-shadow: 3px 3px 5px -5px #000000;
    padding-bottom: 0px;
}

.page-heading {
    font-size: 27px;
    color: #07084a;
    margin-bottom: 20px;
    margin-top: 25px;
}

    .page-heading strong {
        color: #036ab1;
    }


.bold-b-text {
    font-weight: bold;
    color: #2e4ca0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-group {
    max-width: 400px;
    position: relative;
}

.custom-checkbox {
    font-size: 14px;
}

.list-group-item {
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
}

.grid-list-group .list-group-item h5 {
    font-size: 18px;
}

.bg-main .navbar-toggler {
    color: rgba(255,255,255,1);
   border-color: rgba(255,255,255,.1);
}
    .bg-main .navbar-toggler:focus {
        outline: none;
    }
    .bg-main .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

.carousel {
    margin-top: -96px;
}

.carousel-inner {
    height: 650px;
}

.social-icon {
    position: absolute;
    top: 42px;
    right: 100px;
}

.fa {
    padding: 8px;
    font-size: 18px;
    width: 34px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    text-align: center;
}

    .fa:hover {
        text-decoration: none;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

    .fa-facebook:hover {
        background: white;
        color: #3B5998;
    }

.fa-twitter {
    background: #55ACEE;
    color: white;
}

    .fa-twitter:hover {
        background: white;
        color: #55ACEE;
    }

.fa-google {
    background: #dd4b39;
    color: white;
}

    .fa-google:hover {
        background: white;
        color: #dd4b39;
    }

.fa-linkedin {
    background: #007bb5;
    color: white;
}

    .fa-linkedin:hover {
        background: white;
        color: #007bb5;
    }

.fa-youtube {
    background: #bb0000;
    color: white;
}

    .fa-youtube:hover {
        background: white;
        color: #bb0000;
    }

.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.carousel-fade .carousel-item img {
    border: 2px solid #ccc;
    border-radius: 10px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(1);
    margin-top: 45px;
}

.carousel-indicators li {
    background-color: #fdcd00;
}
.pic-link {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 10px;
    color: #798595 !important;
    text-decoration: none !important;
}
.inner-pages {
    padding: 30px 0px 80px;
}
.inner-pages-banner {
    position: relative;
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 270px;
    border-bottom: 3px solid #fff;
}
.inner-pages-banner h2 {
    position: absolute;
    bottom: 0px;
    padding: 10px 50px 15px 100px;
    margin: 0px;
    width: 100%;
    font-weight: bold;
    background: rgb(18 114 0 / 25%);
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px #37332e;
}
.inner-page-heading {
    margin-top: 10px;
    margin-bottom: 15px;
}
.contact-info {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.address-box { margin-right:20px;}
.address-box h3 {
    color: #026cb2;
    font-size: 24px;
    border-bottom: 2px solid #026cb2;
    display: inline-block;
}
.address-box a {
    color: #000;
    font-size: 16px;
}
.location-map {
    margin-left: 20px;
    border: 2px solid #ccc;
    padding: 5px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 10px;
    }

    .inner-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .show .nav-link.dropdown-toggle {
        background: inherit;
        color: #fff;
        border-radius: 0 !important;
    }

    .bg-main .navbar-collapse.show .navbar-nav {
        position: relative;
        box-shadow: 0px 4px 3px #bbacac;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        margin-right: 0px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin: 0px;
        background: #eaeaea;
        border-radius: 0px;
        border-top: 1px solid #ccc;
    }

    .navbar-expand-md .navbar-nav .nav-link:hover {
        border-radius: 0;
    }

    .nav-item {
        border-bottom: 1px solid #7b8ed2;
    }
    .carousel-fade .carousel-item img {
        width: 100%;
    }
    .slider-container {
        flex-wrap: wrap;
    }
    .form-signin {
        margin-top: 30px;
    }
    .carousel {
        margin-top: 0px;
    }
    .carousel-inner {
        height: 200px;
    }
    .page-header .logo img {
        width: 80px;
    }
    .logo {
        left: 15px;
        top: 1px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        margin-top:0px;
    }
    .page-header {
        padding-top: 20px;
    }
    .social-icon {display:none;}
    .bg-main {
        height: 43px;
        padding-left: 0px;
        background-image: linear-gradient(to right, #026cb2 33%, #c89a00 58%, #c89a00 100%);
    }
    .navbar .container {
        display: block;
        text-align: right;
        max-width: initial;
    }
    .navbar .navbar-collapse {
        background: rgb(0 109 178);
        margin-top:3px;
    }
}
