/*----------Responsive Css Start----------*/
@media only screen and (min-width : 992px) and (max-width :1169px) {
    .section-title h3 {
        font-size: 28px;
    }

    .services .card .card-title {
        font-size: 22px;
    }

    .section-title~p {
        font-size: 16px;
    }

    .infrastructure li,
    .clients li {
        line-height: 26px;
        padding: 10px 0;
    }

    .infrastructure li .svg-inline--fa,
    .clients li .svg-inline--fa {
        float: left;
        height: 28px;
        vertical-align: middle;
    }

    .banner-content {
        padding: 0 70px;
    }

    .navigation .navbar ul li a {
        font-size: 14px;
        padding: 12px 15px;
    }
}

@media only screen and (min-width : 768px) and (max-width :991px) {

    /* ============================================
navigation
============================================ */
    .navbar-toggler {
        padding: 0;
        border: none;
        outline: none !important;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 2;
    }

    .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        margin: 5px 0;
    }

    .navbar-collapse {
        z-index: 99999;
        position: absolute;
        display: block;
        background: #141414;
        top: 100%;
        left: -15px;
        width: calc(100% + 30px);
    }

    .navigation {
        background: #151515;
        padding: 20px 0;
    }

    .navbar {
        padding: 0;
        padding-top: 50px;
    }


    .container {
        width: 100%;
        max-width: 100%;
    }

    .infrastructure li,
    .clients li {
        line-height: 26px;
        padding: 10px 0;
        font-size: 14px;
    }

    .infrastructure li .svg-inline--fa,
    .clients li .svg-inline--fa {
        float: left;
        height: 28px;
        vertical-align: middle;
    }

    .contact-us iframe {
        height: 400px;
    }

    .section-title h3 {
        font-size: 28px;
    }

    .services .card .card-title {
        font-size: 22px;
    }

    .section-title~p {
        font-size: 16px;
    }
}



@media only screen and (max-width : 767px) {

    /* ============================================
navigation
============================================ */
    .navbar-toggler {
        padding: 0;
        border: none;
        outline: none !important;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 2;
    }

    .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        margin: 5px 0;
    }

    .navbar-collapse {
        z-index: 99999;
        position: absolute;
        display: block;
        background: #141414;
        top: 100%;
        left: -15px;
        width: calc(100% + 30px);
    }

    .navigation {
        background: #151515;
        padding: 20px 0;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .navigation {
        padding: 0;
    }

    .navbar {
        padding: 0;
        padding-top: 50px;
    }

    .banner-content h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-content h5 br,
    .services .card .card-title br {
        display: none;
    }

    .banner-content h1 {
        font-size: 34px;
    }

    .banner-content {
        position: static;
        width: 100%;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: #151515;
        padding: 30px 0;
    }

    .welcome .section-title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .welcome .section-title,
    .welcome p {
        text-align: center;
    }

    .section-title h3 {
        font-size: 26px;
    }

    .section-title~p {
        font-size: 16px;
    }

    .infrastructure li,
    .clients li {
        line-height: 26px;
        padding: 10px 0;
        font-size: 14px;
    }

    .infrastructure li .svg-inline--fa,
    .clients li .svg-inline--fa {
        float: left;
        height: 28px;
        vertical-align: middle;
    }

    .contact-us iframe {
        height: 400px;
    }
    .services .card .card-title {
    font-size: 18px;
}
    .welcome {
        padding: 60px 0;
    }
}



@media only screen and (min-width : 576px) and (max-width :767px) {

    .section-title h3 {
        font-size: 30px;
    }

    .header-contact .svg-inline--fa {
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.header-contact h6 {
    font-size: 14px;
}
}

/*----------Responsive Css End----------*/