.footerlist h5 {
    font-size: 15px;
    text-align: center;
    color: white;
    margin-bottom: 0px;
}

.footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #e11d07;
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 200px;
}

.case-item .case-content .case-title h4 {
    font-family: rubik, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.cases-clients {
    padding-top: 100px;
    padding-bottom: 25px;
    background-image: url(../images/background/pattern.png);
    background-attachment: fixed;
}

.contact-title {
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #222;
}

.accordion.accordion-4 {
    max-width: 359px;
    padding: 15px 40px 15px;
    background-color: #fff;
    border-radius: 4px;
}

.footer-menus {
    text-align: center;
    display: flex;
    width: 100%;
    align-content: flex-end;
    justify-content: center;
}

.footer-menus li {
    padding: 0px 15px;
}

.footer-menus li a {
    color: white;
}

.footer-copyright {
    padding: 20px 0 15px;
    font-size: 13px;
    font-family: rubik, sans-serif;
    color: #9b9b9b;
}

.footer .footer-top {
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 2px solid #e11d07;
}

.page-title .title .title-heading h1 {
    font-family: rubik, sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.page-title.page-title-6 .title {
    padding: 200px 0 75px;
}

.description-solution p,
.about .about-block .block-left p {
    margin-bottom: 10px !important;
}

.topbar {
    width: 100%;
    display: block !important;
    height: auto !important;
}

.topbar h5 {
    color: white;
    padding: 15px 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 0;
}

section {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.about.about-4 {
    padding-top: 60px;
}

.about .about-block .block-left p {
    text-align: justify;
}

.topbarmy {
    background-color: #1b1a1a;
}

.topbar-second {
    display: flex;
    justify-content: flex-end;
}

.topbar-second .mail {
    margin-right: 35px;
}

.heading.heading-3 .heading-title {
    font-size: 40px;
    line-height: 43px;
}

.copyright br {
    display: none;
}
.slider .slide .slide-content .slide-headline {
    line-height: normal;
    font-size: 45px;
   
}




@media only screen and (max-width: 600px) {
    .topbar-second {
        display: flex;
        justify-content: center;
    }
    .slider .slide .slide-content {
        margin-top: 100px;
    }
    .footer-menus {
        column-count: 2;
        white-space: nowrap;
        text-align: left;
        display: block;
        padding: 0px 15px;
    }
    .footer-menus li {
        padding: 5px 0px;
    }
    .copyright span,
    .contact-title p br {
        display: none;
    }
    .copyright br {
        display: block;
    }
    .page-title.page-title-6 .title {
        padding: 250px 0 60px;
    }
    .contact-info {
        padding: 60px 0 60px;
    }
    .mpb-0 {
        padding-bottom: 0px !important;
    }
    .heading.heading-3 .heading-title,
    .heading-title {
        font-size: 30px;
        line-height: 40px;
        padding-top: 10px;
        text-align: left;
    }
    .mtc {
        text-align: center;
    }
}