/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .order_md_1 {
        order: -1;
    }
    .header .statics_wrapper .static_card ,
    .about-sec .img_box ,
    .about-sec .primary_butn  {
        margin-top: 25px !important;
    }
    .about-sec .img_box ,
    .projects-sec .proj_item .sec-img {
        height: 300px;
    }
    .projects-sec .proj_item ,
    .projects-sec .proj_item .sec-img {
        margin-bottom: 35px !important;
    }
    .projects-sec .proj_item {
        padding-top: 0;
        margin-top: 0;
    }
    .projects-sec .proj_item::before {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }
    .projects-sec .proj_item .text_box{
        padding: 0 15px;
    }
    .content-pg .text_box .head_txt {
        flex-direction: column;
        margin-top: 25px;
    }
    .content-pg .text_box .head_txt .title {
        padding-inline-start: 0px;
        margin-top: 15px;
    }
    .content-pg .text_box .head_txt .title::before {
        display: none;
    }
    .gallery-pg .nav-link {
        width: 100px;
    }
    .footer .foot .links ,
    .footer .foot .p{
        margin: 5px 0;
        text-align: center !important;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
