/*================================ 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)
{
    .about-sec .img-box {
        overflow: hidden;
    }
    .about-sec .img-box .sec-img {
        width: 100%;
    }

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .header2 .item .text-box {
        width: 100%;
    }
    .projects-sec .proj_card .text-box {
        width: 100%;
    }
    .header .item .img-box {
        height: 250px;
        margin-bottom: 25px;
    }
    .header .item {
        padding: 70px 0 130px 0;
    }
    .header .social-links {
        bottom: 80px;
    }
    .header .contact-data {
        bottom: 45px;
    }
    .projects-sec .proj_card .text-box .butn {
        padding: 0.8rem 1.5rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .navs-container .sidebar-wrapper .sidebar-inner {
        min-width: 300px;
        max-width: 300px;
    }
}
@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)
{

}
