/*================================ 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)
{
    .header .bg {
        width: 125%;
        object-fit: cover;
        height: 75%;
    }
    .header .pattern {
        right: 0;
    }
    .header .sec-img ,
    .about-sec .sec-img ,
    .join-sec .sec-img ,
    .join-sec2 .sec-img{
        height: 400px;
        margin: 15px auto;
        /* object-position: center; */
    }
    .join-sec .vector {
        bottom: unset;
        top: 10%;
        right: -9%;
        width: 90%;
    }
    .join-sec2 .vector {
        width: 85%;
    }
    .join-sec ,
    .join-sec2{
        padding-top: 50px;
    }
    .features-sec .vector {
        bottom: 5%;
        width: 40%;
    }
    .about-sec .shape1 {
        display: none;
    }
    .down_link {
        padding: 1rem 0.5rem !important;
    }
    .contact-sec .contact-box {
        margin-top: 30px;
    }
    .contact-sec .contact-box {
        padding-inline-start: 40px;
    }
    .footer .copyright_p {
        text-align: center !important;
    }
    .footer  .content.d-flex {
        justify-content: center;
        margin: 25px 0;
    }
}
/*============================== 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)
{

}
