@media (max-width:1200px){

    /*-- Home Page Styles Start --*/

    .home-get-know img {
        height: auto;
    }

    .home-get-know-middle-logo img:nth-child(2){
        left: 20px;
    }


    /*-- Home Page Styles End --*/


}


@media (max-width:1024px){

    /*-- Home Page Styles Start --*/

    .home-page-services-btm-features-gal{
        height: 200px;
    }

    .home-page-services-btm-features-gal::before{
        width: 300px;
    }
    
    .home-get-know-middle-logo img:nth-child(2){
        top: 0px;
        left: 0px;
    }

    /*-- Home Page Styles End --*/


}



    
@media (max-width: 991px) {

 
    
    
        /*-- Home Page Styles Start --*/
    
        .home-page-slider .carousel-caption {
            top: 50%;
        }
   
    
    .home-page-services-btm-features-cont .fa {
        font-size: 60px;
    }
    .home-page-services-btm-features-gal {
        height: 150px;
        width: 200px;
        max-width: 200px;
    }
    
    .home-page-services-btm-features-gal::before {
        width: 220px;
        height: 140px;
        top: -25px;
    }

    .home-page-services-btm-features-cont img {
        max-width: 80%;
    }

    .home-page-services-btm-features-cont a {
        font-size: 18px;
    }

    .home-page-services-btm-features-cont p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .home-page-services-btm{
        justify-content: center;
    }

    
    .home-our-values-info-rt-features ul li .fa {
        font-size: 32px;
        padding-right: 10px;
    }
    
    .home-our-values-info-rt-features ul li span {
        font-size: 16px;
    }

    .home-our-values-info-rt-features img {
        max-width: 50px;
    }

    .our-technology-tab ul.nav-tabs {
        justify-content: flex-start;
    }    
    
    .home-get-know-btm-features-cont h5 {
        font-size: 20px;
        line-height: 32px;
    }

  

    
    
    
    /*-- Home Page Styles End --*/
    

    

    
    
    }




    @media (max-width:768px){


        /*-- Home Page Styles Start --*/
    
        
    
       
    
        .home-page-slider .carousel-item img{
            height: 75vh;
        }
    
        .home-page-slider .carousel-caption {
            max-width: 100%;
            text-align: center;
        }

        .home-page-slider .carousel-caption a{
            margin: 0 auto;
        }
    
        /* .home-page-slider .carousel-caption h1 {
            font-size: 22px;        
        }
    
        .home-page-slider .carousel-caption h1 span {
            font-size: 34px;
        } */
    
        .home-page-slider .carousel-caption h1 span {
            font-size: 22px;        
        }
    
        .home-page-slider .carousel-caption h1 span.heading-big {
            font-size: 34px;
        }

        .scroll-down{
            display: none;
        }
    
    
        .home-contact-info-head h5 {
            font-size: 22px;
        }
    
    
        /*-- Home Page Styles End --*/
    
   
    
        
    
    }





    
@media (max-width:767px){


    
        /*-- Home Page Styles Start --*/
    
        .home-page-slider .carousel-indicators{
            display: flex;
        }
    
    
        .home-page-slider .carousel-control-prev, .home-page-slider .carousel-control-next{
            display: none;
        }
    
        .home-page-services-top{
            flex-direction: column;
        }
    
        .home-page-services .page-heading, .home-page-services .page-heading-rt {
            width: 100%;
        }

        .home-page-services-btm-features-gal {
            height: 200px;
            width: 300px;
            max-width: 300px;
        }
        .home-page-services-btm-features-gal::before {
            width: 370px;
            height: 200px;
            top: -45px;
        }

        .home-page-services-btm-features-cont img {
            max-width: 70%;
        }
        .home-page-services-btm-features{
            margin-top: 30px;
        }

        .home-page-services-btm-features-cont a br{
            display: none;
        }
    
        
        .home-page-services-btm-features-cont .fa{
            font-size: 70px;
        }
        .our-technology-tab ul.nav-tabs.items{
            justify-content: flex-start;
        }
        
        .our-technology-tab .nav-item {
            padding: 0px 10px;
        }
        .our-technology-tab .nav-link {
            font-size: 16px;
        }
        .our-technology-tab .tab-pane img{
            max-width: 150px;
        }

        .home-get-know-middle-cont h4 br, .home-get-know-middle-cont p br{
            display: none;
        }
      
        .home-get-know-middle-lt .home-get-know-middle-cont, .home-get-know-middle-rt .home-get-know-middle-cont {
            text-align: center;
        }

        .home-get-know-middle-logo img:nth-child(2) {
            top: -10px;
            left: 90px;
        }
      
        .lets-together-info-lt-cont h4 {
            font-size: 22px;
        }
     
    
      
        
        /*-- Home Page Styles End --*/
    
    
   
    
    
    }
    



    @media (max-width:640px){



        /*-- Home Page Styles Start --*/

        .home-page-slider .carousel-item img{
            object-position: right;
        }

        .our-technology-tab .tab-pane img {
            max-width: 120px;
        }

        .home-get-know-middle-logo{
            overflow: hidden;
        }

        .home-get-know-middle-logo img:nth-child(2) {
            top: -10px;
            left: 23px;
        }



        /*-- Home Page Styles End --*/



    }




    @media (max-width:480px){

    
        /*-- Home Page Styles Start --*/
    
        .home-page-slider .carousel-item{
            height: 400px;
        }

        .home-page-slider .carousel-caption{
            top: 40%;
        }
    
        .home-page-slider .carousel-item img{
            height: 100%;
            object-fit: cover;
            object-position: right;
        }
    
        /* .home-page-slider .carousel-caption h1 {
            font-size: 18px;
        }
        .home-page-slider .carousel-caption h1 span {
            font-size: 24px;
        } */

        
    
        .home-page-slider .carousel-caption h1 span {
            font-size: 18px;
        }
        .home-page-slider .carousel-caption h1 span.heading-big {
            font-size: 24px;
            line-height: 30px;
        }

        .home-page-services-info h4{
            margin-bottom: 40px;
        }

        .home-page-services .page-heading-rt p {
            font-size: 16px;
            line-height: 30px;
        }
    
        .home-get-know-info ul li {
            width: 100%;
            padding: 0;
        }

        .home-get-know-middle-cont h4 {
            font-size: 18px;
        }

        .home-get-know-middle-cont p {
            line-height: 24px;
            font-size: 16px;
        }

      

        .home-get-know-middle-logo img:nth-child(2) {
            top: 0px;
            left: 0px;
        }

        .testimonials-details .testimonials-head {
            padding: 15px;
        }

        .testimonials-details .testimonials-title p {
            font-size: 18px;
        }
        .testimonials-details .testimonials-title p span {
            font-size: 14px;
        }

        .testimonials-head p {
            line-height: 28px;
            font-size: 16px;
        }

        .testimonials-details .testimonials-head::before,
        .testimonials-details .testimonials-head::after{
            font-size: 60px;
        }

        .home-contact-info-head p, .home-contact-info-head a{
            font-size: 16px;
        }
   
    
        /*-- Home Page Styles End --*/
    
       
    
    
 
    
   
    
    
    
    
    
    
    }



    @media (max-width:429px){

        
    
        /*-- Home Page Styles Start --*/
    
      
        .home-page-slider .carousel-caption a {
        font-size: 14px;
        padding: 6px 15px 8px 15px;
        margin-top: 10px;
    }
    .home-page-services-btm-features-cont a {
        font-size: 20px;
    }
    .home-page-services-btm-features-cont p {
        font-size: 16px;
        line-height: 26px;
    }
    .home-our-values-info-rt-features ul li {
        width: 100%;
    }
    .home-our-values-info-rt-features ul li:last-child{
        margin: 0;
    }

    .home-our-values-info-rt-features ul li span br{
        display: none;
    }
    
    .home-page-services-btm-features-gal {
        height: 180px;
        max-width: 230px;
    }

    .home-page-services-btm-features-cont{
        padding-left: 25px;
    }
    
    .home-page-services-btm-features-gal::before {
        height: 180px;
        width: 270px;
    }
    
    .our-technology-tab .nav-link {
        padding: 0 5px;
    }
    /* .our-technology-tab .tab-pane ul{
        flex-wrap: wrap;
    } */
    .our-technology-tab .tab-pane ul li{
        margin: 0px 10px 10px 10px;
        padding: 10px;
    }
    .our-technology-tab .tab-pane img {
        width: 100%;
        max-width: 90px;
    }

    .home-get-know-middle-cont br{
        display: none;
    }

    .home-get-know-middle-logo img:nth-child(2) {
        top: -4px;
    }

    .home-contact-info-details{
        flex-direction: column;
        align-items: baseline;
    }

    .home-contact-info-head{
        padding-left:  0 !important;
    }

    .home-contact-info-details img{
        margin-bottom: 20px;
    }

    .home-contact{
        padding: 30px 0 !important;
    }
    
    
    /*-- Home Page Styles End --*/
    
     
    
    
    }





