
@media only screen and (max-width: 1100px) {
    .home-slider .slider-text{

    }

    .vision-mission-section ul {
        column-count: 1;
    }

    .counter-section .stats h5 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .customer-images {
        margin-top: 26px;
    }

}

@media only screen and (max-width: 1100px) {
    .home-slider .slider-text {
        max-width: 100%;
    }
    .whoweare-content {
        position: static;
        max-width: 100%;
    }
    .footer-bottom a {
        display: block;
    }
    .cta {
        margin-top: 20px;
    }
    .leftContentSection {
        max-width: 70%;
    }

    .titlebar {
        min-height: 330px;
    }
    
    .whatwedo-section {
        padding-bottom: 136px;
    }

}


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

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    .navbar-collapse {
        background: #0a4a7f;
        color: #fff;
    }

    .navbar-nav {
        padding: 30px;
    }

    a.nav-link {
        color: #fff;
        margin: 5px;
    }

    img.cta-msg-icon {
        max-width: 78px;
    }
    
    .contact-info {
        flex-flow: row;
        padding: 20px 50px;
    }

    .home-slider .slider-text {
        max-width: 100%;
        margin-right: 0px !important;
        margin-top: 0;
    }

    .contact-info .numner {
        margin-bottom: 10px;
    }

    footer .row {
        text-align: center;
    }

    ul.column-2 {
        column-count: 1;
    }

    .socialMediaIcon {
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }

    .our-clients-section .swiper-slide {
        text-align: center;
    }

    .cta {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .vision-mission-section ul {
        column-count: 1;
    }

    .vision-mission-section .bg-light {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 75.5%, rgba(243, 245, 250, 1) 75.5%);
    }

    .vision-mission-info {
        margin-top: 30px;
    }

   

    

    .block-couunt-single {
        width: 100%;
        margin-right: 0;
        max-height: 268px;
    }

    img.whoweare-image {
        padding-top: 30px;
    }
    .customer-images {
        align-items: center;
        justify-content: center;
    }

    .whatwedo-section h2 {
        margin-bottom: 0;
    }
    .image-title, .project-list .image-title {
        padding: 15px;
    }
    .recent-work-section .image-title {
        padding: 15px;
    }

    img.titlebarImg {
        height: 100%;
        object-fit: cover;
    }

    .leftContentSection {
        max-width: 100%;
    }

    .titlebar-content {
        flex-flow: column;
        align-items: start;
    }

    .whylist {
        margin-top: 40px;
    }

    .titlebar p {
        margin-top: 0;
    }

    .titlebar h1 {
        font-size: 42px;
    }

    p {
        line-height: 22px;
    }

    .whatwedo-section {
        padding-bottom: 156px;
    }

    .whycustomer-left img {
        margin-top: 50px;
    }

    .project-section h3 {
        font-size: 24px;
    }
    .section-space {
        padding: 30px 0;
    }

    
    .contact-location {
        margin-bottom: 50px;
        margin-top: 50px;
    }


    .counter-section {
        margin-top: 0;
    }

    input.form-control.w-50 {
        width: 100% !important;
        margin-right: 10px;
    }

    .our-clients-section {
        padding-bottom: 120px;
    }
    .row.project-list {
        margin-top: 0;
    }

    .titlebar {
        min-height: 380px;
        margin-top: 95px;
    }

    .block-couunt {
        position: static;
        flex-flow: row;
    }

    .email {
        align-items: start;
        justify-content: start;
        text-align: left;
    }

    .contact-info img {
        margin-right: 10px;
    }

    footer h3 {
        text-align: left;
    }

    footer li, footer a {
        text-align: left;
    }

    .footer-bottom a {
        display: inline-block;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }
    

}


@media only screen and (max-width: 767px) {
    .block-couunt {
        position: static;
        flex-flow: column;
    }

    .contact-info {
        flex-flow: column;
        padding: 20px;
    }

    footer h3 {
        text-align: center;
    }

    footer li, footer a {
        text-align: center;
    }

    .form-section {
        background: linear-gradient(0deg, rgba(243, 245, 250, 1) 47%, rgba(255, 255, 255, 1) 47%);
    }

}



