@media (max-width:1330px){
    .header,
    .header .navbar,
    .header .hero_section,
    .about,
    .Service,
    .projects,
    .our_team,
    .blogs,
    .footer_section{
        width: 100%;
        height: auto;
    }

    
.header{
    width: 100%;
    /* height: 100vh; */
    margin-bottom: 90px;

}

.footer_section{
    padding: 60px 0px 0px 0px;

}
}

@media (max-width:1200px){
    .heading_homesection{

        font-size: 40px;
        font-weight: 900;
        line-height: 50px;
        margin: 12px 0px;
    }

    .heading_content_service{
  
        font-size: 19px;
        text-align: center;
       
    }
}

@media (max-width:992px){
    .navbar{
        display: flex;
        justify-content: center ;
        align-items: center;
        margin: 12px 0px 30px 0px;

    }

    #navbarNavDropdown .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .nav-item{
        margin: 5px 0px;

    }

    .heading_homesection{
        font-size: 34px;
        line-height: 45px;

    }

    .hero_section{
        width: 100%;
        height: auto;
    }

   .img_banner{
    width: 100%;

   }

   .img_about{
    width: 100%;
    height: 400px;
    border-radius: 0px ;


   }

   .about{
    height: auto !important;
   }

   .content_about{
    margin: 30px 0px;

   }

   .heading_data{
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.table_mode_project{
    display: none;
}

.content_team_details{
    width: 100%;
    height: 300px;
    margin-bottom: 120px;

}

.img_container{
    width: 180px;
    height: 180px;

}

.blogs{
    width: 100%;
    /* height: 100vh; */
    margin: 0px 0px 170px 0px;

}

.content_box_service{
    width: 80%;
}

.heading_data{
    font-size: 29px;

}

.para_data{
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}


.content_team_details{
    width: 90%;

}

.mobile_mode_team{
    display: none;
}


.blog_container_content{
    width: 80%;
    height: 540px;
   
}

.tablet_mode{
    display: flex ;
    justify-content: center;
    margin: 10px 0px;
}
}