@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}

/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {
    .service-area .container-fluid {
        max-width: 1250px;
        margin: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (max-width: 1130px) and (min-width:991px) {
    .blog-box .blog-bottom {
        max-height: 270px;
        min-height: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (max-width: 992px) {
    .blog-box .blog-bottom {
        max-height: 190px;
        min-height: 190px;
    }

    .flip-box:hover .flip-box-inner {
        transform: rotateY(0);
    }
}

/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 350px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 10px;
    }
}

@media (min-width: 991px) {}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .banner-text h1 {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 10px;
        color: #fff;
        line-height: 30px;
    }

    .banner-1 .banner-text {
        max-width: 700px;
    }
}

/*---For Mobile---*/
@media (max-width: 768px) {
     .pages-banner .about-page .breadcrumb-item a{
        color: black;
    }
    .pages-banner .about-page .breadcrumb-item.active{
        color: black;
    }
    .about-page .breadcrumb-item+.breadcrumb-item::before {
        color: #000000;
    }
    .pages-banner{
      padding: 0;  
    }
    .pages-banner .banner-txt{
        position: absolute;
        top: 20%;
        left: 6%;
    }
    .service-txt {
        padding: 0px 5px;
    }
    .service-line{
        margin: 10px 0;
    }
    .service-img{
        margin: 10px 0;
    }
    .service-boxes {
        margin: 50px 0px 20px;
    }
    .Industry.abt-pg{
        padding-top: 30px;
    }
    .about-content.abt-pg p{
        margin-bottom: 0;
    }
    .branch_wrap.jaipur-branch{
        max-height: 320px;
    }
    .contact-sec
    {
        padding: 30px 0px;
    }
    .navbar 
    {
        padding: 10px 0px;
    }
    .logo {
        width: 300px;
    }

    .banner-1 .banner-text {
        max-width: 600px;
        top: 15%;
    }

    .feature-icon {
        margin-bottom: 30px;
    }

    /* .banner-1 {
        height: 447px;
    } */

    /* .banner-1 .banner-text {
        top: 60px;
        left: 0;
    } */

    .copyright-item ul {
        margin: 9px 0;
        text-align: center;
    }

    .about-area .year {
        position: absolute;
        bottom: 540px;
        left: 442px;
        display: none;
    }


}

@media (max-width: 513px) {

    /* .banner-text{
        display: none;
    } */
    .banner-text h1 {
        font-size: 22px;
    }

    .banner-1 img {
        height: 100%;
    }

    .about-area .year {
        position: absolute;
        bottom: 540px;
        left: 303px;
    }

    .copyright-area .copyright-item p {
        text-align: center;
    }

    .banner-1 .banner-text {
        top: 15px;
        left: 0px;
        padding: 20px;
    }

    .banner-text p {
        margin-bottom: 0;
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .logo {
        width: 210px;
    }

    .about-area .year {
        bottom: 538px;
        left: 271px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .copyright-area .copyright-item p {
        font-size: 14px;
        text-align: center;
    }

    .banner-1 .banner-text {
        top: 30%;
        left: 0px;
    }

    .banner-1 img {
        height: 100%;
    }

    .banner-1 {
        height: 458px;
    }

}

@media (max-width: 458px) {
    .copyright-area .copyright-item p {
        font-size: 13px;
        text-align: center;
    }

    .copyright-area .copyright-item p {
        font-size: 13px;
        text-align: center;
    }

    .banner-1 .banner-text .cstm {
        position: relative;
        top: 50px;
        left: 30px;
    }

    .about-area .year {
        bottom: 538px;
        left: 248px;
    }

    .banner-1 {
        height: 400px;
    }

    .work-left ul li img {
        background: none;
        border: none;
        padding: 0;
        width: 30px;
    }

    .work-left ul li {
        padding: 30px 30px 30px 80px;
    }

}

@media (max-width: 411px) {
    .banner-1 img {
        height: 100%;
    }

    .banner-1 .banner-text {
        top: 25%;
    }

    .about-area .year {
        bottom: 538px;
        left: 200px;
    }

    .banner-1 {
        height: 335px;
    }
}

@media (max-width: 425px) {
    .navbar-brand {
        font-size: 18px;
    }

}

@media (max-width: 387px) {
    .navbar-cstm .navbar-brand h1 {
        font-size: 20px;
    }
}

@media (max-width: 342px) {}