@media screen and (max-width:1440px) {
    .container {
        max-width: 1320px;
    }
}

@media screen and (max-width:1140px) {
    .site-header .header-wrapper {
        padding: 15px 20px;
    }

    .site-header .header-wrapper .main-nav {
        display: none;
    }

    .hero-sec .hero-content .shape-dot-bg {
        display: none;
    }

    .site-header .header-wrapper .menu-toggle {
        display: block;
        margin-left: 30px;
    }
}

@media screen and (max-width:1024px) {
    .hero-sec .hero-content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .uniq-card h6 {
        font-size: 14px;
    }

    .uniq-card .card-ic {
        width: 35px;
        height: 35px;
    }

    .hero-sec .uniq-points {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home-contact-block .contact-block {
        width: 50%;
    }

    .page-banner .page-heading h1 {
        font-size: 40px;
    }
    .design-tools{
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .slick-arrow.slick-next{
        right: 0;
    }
    .slick-arrow.slick-prev{
        left: 0;
    }
}

@media screen and (max-width:991px) {

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    .hero-sec .hero-content {
        text-align: center;
    }

    .hero-sec .sol-image {
        display: none;
    }

    .home-contact {
        margin-top: 0;
    }

    .home-contact .home-contact-form {
        margin-top: 40px;
    }

    .home-contact-block {
        justify-content: center;
    }

    .home-contact .section-header {
        text-align: center;
    }

    .footer-row-top {
        margin-top: -30px;
    }

    .footer-row-top .footer-widget {
        flex: 0 0 33.33333333%;
        margin-top: 30px;
    }

    .footer-row-col.footer-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-row-col.footer-logo a img {
        width: auto;
    }

    .footer-row-bottom {
        margin-top: -25px;
    }

    .footer-row-col {
        margin-top: 25px;
    }

    .copyright {
        text-align: center;
    }

    .page-banner .page-heading h1 {
        font-size: 25px;
    }
    .bg-perallx{
        min-height: 300px;
    }
    .design-tools-list .col-lg-6:last-child .design-tools:first-child {
        margin-top: 0;
    }


}

@media screen and (max-width:767px) {
    .header-right .extra-link {
        display: none;
    }

    .site-header .header-wrapper .site-logo {
        max-width: 120px;
    }

    .hero-sec .hero-content h1 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
    }

    .hero-sec {
        padding: 40px 0 20px;
    }

    .section-gapping {
        padding: 20px 0;
    }

    .interview-process {
        margin-top: 20px;
    }
    .page-banner-cover{
        margin-bottom: 20px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .about-banner.page-banner-cover{
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .about-banner.page-banner-cover  .banner-cover img{
        object-position: left;
    }
    .inquiry-section{
        margin-top: 20px;
    }
    .site-footer .footer-top {
        display: none;
    }

    .site-footer .footer-bottom {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .copyright p {
        font-size: 14px;
    }

    .social-links ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    .grow-images {
        padding: 0 15px;
    }
    .work-step-list ol li{
        width: 100%;
    }
    .btn{
        padding: 6px 15px;
        font-size: 16px;
    }
}

@media screen and (max-width:575px) {
    .home-services .section-header h2 {
        font-size: 24px;
    }

    .home-contact-block .contact-block {
        width: 100%;
    }

    .home-contact-form .form-head {
        padding: 20px 20px;
    }

    .home-contact-form .form-body {
        padding: 0 20px 20px;
    }
    .home-contact-form.contact-us .icon-col{
        width: 40%;
    }
    .home-contact-form .form-footer {
        padding: 0 20px 20px;
    }
    .work-step-list ol li::before{
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width:370px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    .footer-row-col {
        flex: 0 0 100%;
    }

    .footer-row-col.footer-address {
        flex: 100%;
        max-width: 100%;
    }

}