﻿.header {
    background: transparent !important;
    transition: all 0.5s ease;
}

    .header.active {
        background: #fff !important;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
    }

#kt_wrapper {
    background-image: url(../../Content/Images/header-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.header-title {
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 10px;
}

.header-content {
    text-align: justify;
    font-size: 16px !important;
}

.header-section {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

    .header-section::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 5px;
        background-color: #1F99CF;
        bottom: -10px;
        border-radius: 5px;
    }

.section-content {
    font-size: 16px !important;
}

#summary-section {
    padding-top: 60px !important;
    padding-bottom: 160px !important;
}

#learn-more-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: rgba(0,0,0,0.035) !important;
}

#ulValues {
    list-style: none;
}

    #ulValues li::before {
        content: "\2022";
        color: #01054F;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -2em;
    }

#services-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #FFFFFF !important;
}

#company-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: rgba(0,0,0,0.035) !important;
}

#employee-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #FFFFFF !important;
}

#testimonials-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: rgba(0,0,0,0.035) !important;
}

.testimony {
    border-radius: 50%;
}

#contact-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #FFFFFF !important;
}

#contact-card {
    border: 1px solid #1F99CF;
}

    #contact-card .card-header {
        background-color: #1F99CF
    }

.hovering-zoom {
    transition: transform .2s;
}

    .hovering-zoom:hover {
        transform: scale(1.05);
    }

#footer-section {
    border-top: 5px solid #1F99CF;
    padding: 30px 0;
    background-color: #01054F;
}

.footer-widget {
    margin-top: 15px;
}

    .footer-widget h5 {
        color: #1F99CF;
        margin-top: 40px;
        letter-spacing: 0.5px;
        font-size: 22px;
    }

    .footer-widget ul {
        margin-top: 15px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .footer-widget ul li {
            line-height: 2;
            list-style: outside none none;
        }

            .footer-widget ul li a {
                color: #FFFFFF;
                text-decoration: none;
                font-size: 16px;
                letter-spacing: 0.5px;
            }

    .footer-widget p {
        color: #FFFFFF;
        letter-spacing: 0.3px;
        line-height: 1.8;
        margin-top:0px;
        margin-bottom:0px;
    }

.social-icons {
    margin-left: 10px;
    margin-top: 15px;
}

    .social-icons a {
        color: #FFFFFF;
        font-size: 30px;
        margin-right: 15px;
    }

        .social-icons a i {
            font-size: 2.10rem;
            color: #FFFFFF;
        }

.footer-copyright {
    color: #ffff;
    text-align: center;
    border-top: 1px solid #1F99CF;
    margin-top: 30px;
    padding-top: 30px;
}

.btn-check:checked + .topbar .btn.btn-icon, .btn-check:active + .topbar .btn.btn-icon, .topbar .btn.btn-icon:focus:not(.btn-active), .topbar .btn.btn-icon:hover:not(.btn-active), .topbar .btn.btn-icon:active:not(.btn-active), .topbar .btn.btn-icon.active, .topbar .btn.btn-icon.show, .show > .topbar .btn.btn-icon {
    background-color: unset !important;
}

.text-justify {
    text-align: justify;
}
