.clients img {
    width: 150px;
    padding: 10px 20px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.clients img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.banner {
    background: #FFFFFF;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav .nav-link {
    font-size: 16px;
    color: #555555;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin: .5rem 1rem;
}

.nav-link:hover,
.nav-link.active {
    border-bottom: 2px solid #2A8FBD;
    color: #2A8FBD;

}

.main-banner p.title {
    margin-top: 140px;
    color: #555555;
    font-size: 20px;


}

.primary {
    color: #2A8FBD !important;
}

.main-banner p {
    color: #909090;
    font-size: 18px;
}

.main-banner {
    padding: 100px 0;
}

.navbar-brand {
    color: #555555;
    font-size: 36px;
}

.main-banner h2 {
    font-size: 34px;
    color: #555555;
}

h4 {
    margin-top: 50px;
    color: #555555;

}

button.primary {
    padding: 10px 30px;
    background: #2A8FBD;
    border: none;
    color: #FFF !important;
    font-size: 20px;
}

.ser-icon {
    width: 48px;
}

.service-section h3,
.client-section h3 {
    font-size: 20px;
    text-align: center;
}
.service-section h3{
    color: #2A8FBD;
}

.service-section p {
    text-align: center;
    color: #909090;

}

.service-section h2 {
    margin: 0 0 100px;
    text-align: center;
}

.service-section {
    padding: 100px 0 100px;
}

.client-section {
    padding: 60px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.about-us h2 {
    text-align: center;
    margin-bottom: 50px;

}

.about-us {
    padding: 100px 0;
    background: #f5f5f5;

}

.about-us p {
    color: #909090;

}

.our-works {
    padding: 100px 0;
    background: #2A8FBD;


}
.our-works h2{
    text-align: center;
    color: #FFF;
    margin-bottom: 60px;
}
.our-works img{
    width: 100%;
    height: auto;
}
.our-works p a{
        background: rgb(0, 0, 0, .8);
        width: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #FFF;
}
.footer, .contactus h2 {
    text-align: center;
}
.contactus{
    padding: 60px 0;
}
.contactus h2{
    margin-bottom: 30px;
}
.contactus label{
    font-weight: bold;
}
.contactus .form-control{
    border-radius: 0;
}

@media (max-width: 576px) { 
    .main-banner, .about-us, .service-section, .our-works, .client-section, .contactus{
        padding: 20px 0;
    }
    .main-banner h4{
        margin-top: 0px;
    }
    .main-banner button, .contactus button, .service-section h2, .about-us h2, .our-works h2{
        margin-bottom: 30px;
    }
    button{
        width: 100%;
    }
    .navbar-toggler{
       width: auto;
        border: 1px solid #2A8FBD;
        border-radius: 0;
        padding: 5px;
    }
    .main-banner h2, .main-banner h4{
        text-align: center;
    }
    .navbar-toggler-icon{
        height: 3px;
        background-color: #2A8FBD;
        display: block;
        margin-bottom: 3px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
 }