@media (min-width: 568px) and (max-width: 767.99px) {
    .about-us-images {
        display: none;
    }
    .location h3 {
        font-size: 26px;
    }
    .divider-line {
        width: 325px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .slicknav_menu {
        left: 10px;
    }
    .hero {
        margin-top: 0;
    }
    .hero-content .section-title h3,
    .hero-content .section-title h1 {
        font-size: 2em;
    }
    .hero .hero-content-cta {
        position: absolute;
        bottom: 40px;
        right: 20px;
    }
    .hero-content .btn-default {
        margin-right: 0;
        margin-bottom: 0;
        font-size: 0.5em;
        padding: 15px 15px;
        line-height: 2em;
    }
    .hero-content .btn-default::before {
        top: 80%;
        right: 11px;
        width: 16px;
        height: 16px;
        background-image: none;
    }
    .about-us-images-mobile {
        display: block;
        padding-bottom: 15px;
    }
    .about-us-images {
        display: none;
    }
    .section-title p {
        font-size: 18px;
    }
    .brief .swiper-slide img {
        max-width: 300px;
    }
    .location h3 {
        font-size: 20px;
    }
    .divider-line:nth-child(2) {
        width: 60px;
    }
    .divider-line {
        width: 40px;
    }
    .projs-heading-pk {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .slicknav_menu {
        left: 20px;
    }
    .hero {
        margin-top: 0;
    }
    .hero-content .section-title h1 {
        font-size: 3.5em;
    }
    .hero .hero-content-title {
        left: 80px;
    }
    .hero .hero-content-cta {
        position: absolute;
        bottom: 50px;
        right: 80px;
    }
    .hero-content .btn-default {
        margin-right: 0;
        margin-bottom: 0;
        font-size: 1em;
        padding: 20px 20px;
        line-height: 1.2em;
    }
    .hero-content .btn-default::before {
        background-image: none;
    }
    .about-us-images-mobile {
        display: none;
        padding-bottom: 15px;
    }
    .about-us-images {
        display: block;
    }
    .about-img-1 {
        top: -150px;
        left: 50px;
        max-width: 230px;
    }
    .about-img-2 {
        top: -250px;
        right: -10px;
        max-width: 200px;
    }
    .about-img-3 {
        top: 0;
        left: 150px;
        max-width: 180px;
    }
    .location h3 {
        font-size: 36px;
    }
    .divider-line {
        width: 325px;
    }
    .projs-heading-mob {
        display: none;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .slicknav_menu {
        left: 30px;
    }
    .about-img-1 {
        top: -250px;
        left: 40px;
        max-width: 280px;
    }
    .about-img-2 {
        top: -300px;
        right: 0;
        max-width: 230px;
    }
    .about-img-3 {
        top: -70px;
        left: 190px;
        max-width: 210px;
    }
    .location h3 {
        font-size: 46px;
    }
    .divider-line {
        width: 450px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .slicknav_menu {
        left: 50px;
    }
    .about-img-1 {
        top: -250px;
        left: 90px;
        max-width: 40%;
    }
    .about-img-2 {
        top: -300px;
        right: 50px;
        max-width: 40%;
    }
    .about-img-3 {
        top: -70px;
        left: auto;
        right: 120px;
        max-width: 40%;
    }
}


/* Extra large devices (large desktops, 1440px and up) */

@media (min-width: 1440px) {
    .slicknav_menu {
        left: 100px;
    }
    .hero-content .section-title h1 {
        font-size: 5em;
    }
    .hero .hero-content-title {
        left: 120px;
    }
    .hero .hero-content-cta {
        position: absolute;
        bottom: 100px;
        right: 150px;
    }
    .hero-content .btn-default {
        font-size: 1.3em;
        padding: 35px 25px;
        line-height: 1.2em;
    }
}


/* Extra large devices (large desktops, 1440px and up) */

@media (min-width: 1920px) {
    .slicknav_menu {
        left: 350px;
    }
    .hero-content .section-title h1 {
        font-size: 7em;
    }
    .hero .hero-content-title {
        left: 220px;
    }
    .hero .hero-content-cta {
        position: absolute;
        bottom: 130px;
        right: 250px;
    }
    .hero-content .btn-default {
        font-size: 1.67em;
        padding: 60px 25px;
        line-height: 1.2em;
    }
}


/* Extra large devices (large desktops, 2560px and up) */

@media (min-width: 2560px) {
    .slicknav_menu {
        left: 650px;
    }
}