@media (max-width: 575px){



    .w3website-info .w3website-module-title {
        color: #FFF;
        padding: 0px 21px 0px 11px;
        font-size: 12px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: bold;
        background: #ed151fed;
        display: inline-block;
        position: relative;
        line-height: 42px;
        width: 100%;
    }


    .typing_text {
        width: 100%;
    }
    .form-quote {
        width: 100% !important;
    }
    .text-body {
        height: 200px;
        margin-top: 3px;
        padding: 10px;
        color: #fff !important;
        text-shadow: #000 0px 1px 0px;
        font-size: 1.5em;
        font-weight: 800;
        text-align: left;
        overflow: hidden;
        transition: all 0.5s ease-out;
    }
    #intro {
        width: 100%;
        height: 100vh;
        margin-bottom: 100px !important;
    }
    .hero_banner {
        bottom: 15px;
        left: 10px;
        right: 10px;
        z-index: 1;
        top: 15px;
        width: 92%;
        height: 35vh !important;
    }
    .main-agileinfo {
        width: 100%;
        margin-top: 65px;
        background: rgba(35, 31, 32, 0.85);
        background: rgb(0 0 0 / 85%);
        background-size: cover;
        height: 82vh;
        float: right;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .owl-carousel .owl-slide {
        position: relative;
        height: 40vh;
        background-color: lightgray;
    }


    .cid-qIjI4pKeSS .num,
    .cid-qIjI4pKeSS .card-title,
    .cid-qIjI4pKeSS .mbr-text,
    .cid-qIjI4pKeSS .mbr-title,
    .cid-qIjI4pKeSS .mbr-section-subtitle,
    .cid-qIjI4pKeSS .mbr-section-btn,
    .cid-qIjI4pKeSS .mbr-section-title {
        text-align: center !important;
    }

    .cid-qIjI4pKeSS .content-column {
        margin-bottom: 2rem;
    }

    .w3website-info {
        width: 100%;
    }


    .top-header-icons {
        display: none;
    }
    
    #service_area{
        text-align: center !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 


    .w3website-info .w3website-module-title {
        color: #FFF;
        padding: 0px 26px 0px 50px;
        font-size: 14px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: bold;
        background: #ed151fed;
        display: inline-block;
        position: relative;
        line-height: 42px;
        width: 100%;
    }

    .w3website-info {
        width: 100%;
    }

    .top-header-icons {
        display: none;
    }



    .top-header ul {
        text-align: center;
    }

    .top-header #top-header-navigation,
    .top-header .top-header-icons {
        float: none !important;
    }





    .typing_text {
        /*display: none;*/
        width: 100%;
    }

    .form-quote {
        width: 100% !important;
    }

    .text-body {
        height: 200px;
        margin-top: 3px;
        padding: 10px;
        color: #fff !important;
        text-shadow: #000 0px 1px 0px;
        font-size: 1.5em;
        font-weight: 800;
        text-align: left;
        overflow: hidden;
        transition: all 0.5s ease-out;
    }

    #intro {
        width: 100%;
        height: 100vh;
        margin-bottom: 100px !important;
    }

    .hero_banner {
        bottom: 15px;
        left: 10px;
        right: 10px;
        z-index: 1;
        top: 15px;
        width: 92%;
        height: 35vh !important;
    }

    .main-agileinfo {
        width: 100%;
        margin-top: 0px;
        background: rgba(35, 31, 32, 0.85);
        background: rgb(0 0 0 / 85%);
        background-size: cover;
        height: 112vh;
        float: right;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .owl-carousel .owl-slide {
        position: relative;
        height: 40vh;
        background-color: lightgray;
    }
    .intro-bar-section{
        margin-top: 280px;
    }

    .cid-qIjI4pKeSS .num,
    .cid-qIjI4pKeSS .card-title,
    .cid-qIjI4pKeSS .mbr-text,
    .cid-qIjI4pKeSS .mbr-title,
    .cid-qIjI4pKeSS .mbr-section-subtitle,
    .cid-qIjI4pKeSS .mbr-section-btn,
    .cid-qIjI4pKeSS .mbr-section-title {
        text-align: center !important;
    }

    .cid-qIjI4pKeSS .content-column {
        margin-bottom: 2rem;
    }
    
    .featured-services{
        margin-top : 330px;
    }
}

@media (max-width: 768px){
    
}

@media (min-width: 768px) {
    .w3website-recent-posts>ul>li {
        width: 50%;
        height: 178px;
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-0 {
        width: 68%;
        height: 480px;
        background-size: cover;
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-0:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: '';
        transition: all 0.4s;
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-0:hover:after,
    .w3website-recent-posts>ul>li#w3website-recent-post-0:focus-within:after {
        transition: all 0.4s;
        background: rgba(0, 0, 0, 0);
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-1,
    .w3website-recent-posts>ul>li#w3website-recent-post-2 {
        width: 32%;
        height: 240px;
        background-size: cover;
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-1:after,
    .w3website-recent-posts>ul>li#w3website-recent-post-2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: '';
        transition: all 0.4s;
    }

    .w3website-recent-posts>ul>li#w3website-recent-post-1:hover:after,
    .w3website-recent-posts>ul>li#w3website-recent-post-1:focus-within:after,
    .w3website-recent-posts>ul>li#w3website-recent-post-2:hover:after,
    .w3website-recent-posts>ul>li#w3website-recent-post-2:focus-within:after {
        transition: all 0.4s;
        background: rgba(0, 0, 0, 0);
    }

    .w3website-news-ticker ul {
        padding: 0 0 0 185px;
    }



    #searchform>label>input[type="search"] {
        width: 285px;
    }

    .w3website_widgets .w3website-blog-post-layout-a {
        display: inline-block;
    }

    .w3website_widgets .w3website-blog-post-layout-b>.row>.col-xs-12:last-of-type {
        padding-left: 0;
    }

    .search-form-opener {
        top: 0;
    }

    .back-to-top-area a {
        position: relative;
        float: none;
        margin: 0px;
        right: 0px;
        display: inline-block;
    }

    .w3website-with-sidebar .w3website-post-sidebar {
        width: 100%;
    }
    
    
    
    
    
    
    
}

@media (min-width: 990px) {
    .w3website-recent-posts>ul>li {
        background-size: 100%;
    }

    .w3website-recent-posts>ul>li:hover,
    .w3website-recent-posts>ul>li:focus-within {
        transition: all 0.3s;
        background-size: 115%;
    }

    .w3website-recent-posts>ul>li .w3website-post-info {
        bottom: 45px;
    }

    .site-footer>.widgets-area {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 991px) {

    .w3website-image-banner .w3website-adsense,
    .header-banner .w3website-adsense {
        width: 720px;
        height: 90px;
    }

    .w3website-image-banner .w3website-adsense:before,
    .header-banner .w3website-adsense:before {
        content: '991';
    }
}

@media (max-width: 994px) {
    .w3website-recent-post-widget .w3website-title h3 {
        margin-bottom: 5px;
    }
}

@media (min-width: 995px) {
    .w3website-recent-post-widget {
        height: 100px;
    }

    #searchform>label>input[type="search"] {
        width: 160px;
    }
}

@media (max-width: 1199px) {
    #searchform>label>input[type="search"] {
        width: 200px;
    }

    .site-footer .widget.widget_w3website_recent .w3website-recent-post-widget .w3website-post-content {
        width: 187px;
    }

    .w3website-recent-post-widget {
        height: 80px;
    }

    .w3website-recent-post-widget .w3website-post-content {
        width: 126px;
    }
}

@media (min-width: 1200px) {
    .w3website-recent-posts>ul>li {
        width: 25%;
    }
}

@media (max-width: 1400px) {
    .back-to-top-area a {
        padding: 6px;
        font-size: 23px;
        text-align: center;
        height: 35px;
        width: 35px;
        right: -35px;
        line-height: 25px;
    }

    .back-to-top-area a span {
        display: none;
    }

    .back-to-top-area a i {
        padding-left: 5px;
        padding-right: 3px;
    }
}
