body {
    /* background-color: #f1f2f6;
    background-image: url(img/bg-1.png);
    background-repeat: repeat; */
    background: #ffffff;
}

.main-content {
    margin-top: 100px;
    margin-bottom: 140px;
}

.main-content p {
    text-align: justify;
    margin-bottom: 70px;
}

.main-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 24px;
}


/* Header */
#header-top {
    background: #052a4b;
    color: #fff;
    padding: 10px 0 11px;
}

#header-main {
    background: #ffffff;
}

#header-main-top {
    border-bottom: 1px solid #e0edf6;
    padding-bottom: 15px;
    padding-top: 15px; 
}

#header-main #header-main-navigation {
    background-color: #e9ecef;
}

#header-main #header-main-navigation nav {
    padding-left: 0;
    padding-right: 0;
}

#header-main #header-main-navigation nav.bg-light {
    background: none !important;
}

@media (min-width: 992px) {
    #header-main #header-main-navigation nav .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }
}

#header-main #header-main-navigation nav .navbar-nav {
    display: flex;
    align-items: center;
}

#header-main #header-main-navigation nav .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    margin-right: 20px;
}


.home-nav-link {
    background: #052a4b;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
}

#page-heading {
    background: #052a4b;
    border-bottom: 6px solid #f4b61a;
}

#page-heading h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#page-heading h1 i {
    font-size: 6px;
    margin: 0 20px;
    padding-top: 6px;
}

#page-heading nav {
    margin-top: 30px;
}

#page-heading nav .breadcrumb {
    background: no-repeat;
    margin: 0;
    padding: 0;
}

#page-heading nav .breadcrumb-item.active {
    color: #ffffff;
}

#page-heading nav ol {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

#page-heading nav ol li a {
    color: #ffffff;
}


/* Main */
main .main-content {
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 40px 60px; */
}

main .main-content .logo-boi {
    text-align: center;
}

main .main-content .act {
    font-size: 16px;
    text-align: justify;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-right: 66px;
}


@media (min-width: 992px) {
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}



/* Footer */
#footer {
    background-color: #2d3032;
    border-top: 10px solid #245194;
    border-bottom: 10px solid #245194;
}

#footer h1 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
}

#footer hr {
    border: 1px solid #fff;
}

#footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #footer h5 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

#footer ul li a {
    color: #ffffff;
}

#footer p {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: justify;
}

#footer .footer-about-company .company-logo {
    margin-bottom: 20px;
}

#footer .footer-about-company p {
    font-size: 16px;
}

#footer .footer-contact {
    color: #ffffff;
}

#footer .footer-contact .nav .nav-item {
    line-height: 22px;
    position: relative;
}

#footer .footer-contact .nav .nav-item i {
    font-size: 18px;
    color: #81724e;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 4px;
    left: -28px;
}

@media (max-width: 991px) {
    #footer .footer-contact .nav .nav-item i {
        display: none;
    }
}

#footer .footer-contact .nav .nav-item .line {
    color: #ab9662;
    font-weight: 600;
}

#footer .footer-company-legal {
    font-size: 15px;
    text-align: justify;
    color: #939a9d;
    border-top: 1px solid #939a9d;
    border-bottom: 1px solid #939a9d;
    padding: 24px 0;
}

#footer .footer-company-legal a {
    color: #ffffff;
    text-decoration: underline;
}

#footer .copyright {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 30px;
}

#footer .copyright p {
    font-weight: 100;
    text-align: center;
}
/* Footer */