/*    TOP HEADER     */

.top-header {
    background-color: #1B1F4A;
    color: #ffffff;
}

.top-header ul {
    float: right;
    list-style: none;
    display: inline-flex;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 50px;
}

.top-header li {
    margin-left: 50px;
    font-size: 16px;
}



/*    TOP HEADER     */

.header {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.logo {
    max-width: 250px;
    max-height: 100px;
}

.nav-link {
    color: black;
    font-weight: 400;
    padding:0!important;
}

.nav-item {
    margin-right: 20px;
}

.header a:hover {
    color: #1B1F4A;
    border-bottom: 10px solid #1B1F4A;
}

.active {
    border-bottom: 10px solid #1B1F4A;
}




.navbar-toggler {
    border: 2px solid #1B1F4A;
}

.navbar-toggler i {
    color: #1B1F4A;
}



/*    ABOUT US     */

#about-us {
    text-align: center;
}

.about-content {
    padding: 40px 0 40px 0;
    font-size: 16px;
}


/*    SERVICES     */

.services {
    background-color: #1B1F4A;
    padding: 30px 0 30px 0;
    color: #ffffff;
}

.border-services {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.services .title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    font-style: normal;
}

.services .service-title {
    font-weight: 300;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.services img {
    padding-bottom: 40px;
}

.services .mb-20 {
    margin-bottom: 30px;
}

.services .service-desc {
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

/*    PROJECTS     */

.projects {
    padding: 60px 0 60px 0;
}

.projects .title {
    color: #1B1F4A;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    font-style: normal;
}

.projects p {
    font-size: 16px;
    color: #1B1F4A;
    font-weight: 400;
    margin-top: 30px;
}

.pro-img {
    max-height: 150px;
    max-width: 250px;
    text-align: center;
    margin-bottom: 30px;
}

.pro-img-cus {
    max-height: 180px;
    max-width: 180px;
    padding-top: 45px;
    margin-top: 0;
    padding-bottom: 20px;
}

.pro-border {
    border-left: 1px solid #1B1F4A;
    border-right: 1px solid #1B1F4A;
}

.hr-line {
    border-top: 1px solid #1B1F4A;
}
/*    CONTACT US     */

.contact-us {
    background-color: #F7F5F0;
    font-weight: 400;
    padding: 60px 0 60px 0;
}

.contact-us .title, p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-us, form, input, textarea, .btn {

}


/*    FOOTER     */

.footer {
    padding: 60px 0 60px 0;
    background-color: #1B1F4A;
}

.footer ul {
    list-style: none;
    display: inline-flex;
    padding-top: 45px;
}

.right-text {
    text-align: right;
}

.footer-header, a {
    color: #ffffff;
}

.footer-header, a:hover {
    color: #ffffff;
    border-bottom: none;
}

.footer-header, li {
    margin-right: 20px;
}

.footer-logo {
    max-width: 250px;
    max-height: 150px;
    padding-top: 40px;
}



/*    MEDIA     */

@media (min-width:320px) and (max-width:407px) {
    .logo {
        max-width: 250px!important;
        max-height: 100px!important;
        margin-bottom: 15px!important;
    }

    .navbar-toggler {
        margin: auto!important;
        margin-right: 10px!important;
    }

    .footer-logo {
        max-width: 290px!important;
    }
}


@media (min-width: 320px) and (max-width:768px) {

    .top-header ul {
        float: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .top-header li {
        margin-left: 0;
        text-align: center;
    }

    .border-services {
        border: none
    }

    .pro-img {
        max-height: 180px;
        max-width: 300px;
        text-align: center;
    }

    .pro-border {
        border: none;
    }

    .footer ul {
        display: inline-block;
        padding-top: 40px!important;
        padding-left: 0;
    }
}


@media (min-width:320px) and (max-width:992px) {

    .right-text {
        text-align: center;
    }

    .footer ul {
        display: inline-block;
        padding-top: 0;
    }

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

@media (min-width:320px) and (max-width:1024px){

    .pro-img {
        max-height: 180px;
        max-width: 180px;
        text-align: center;
    }
}