/*================================ 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)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .header .item .header_img {
        bottom: 0;
    }
    .header .swiper-button-next, 
    .header .swiper-button-prev {
        top: 85%;
    }
    .about-sec .img-box {
        height: 400px;
        margin: 15px 0;
    }
    .services-sec .serv_box .nav {
        justify-content: start !important;
    }
    .services-sec .serv_box .tab_content .sec-img {
        margin-bottom: 20px;
    }
    .team-sec .team_card .sec-img {
        height: 300px;
        margin-bottom: 20px;
    }
    .team-sec .swiper-container .swiper-button-prev, 
    .team-sec .swiper-container .swiper-container-rtl .swiper-button-next ,
    .partners-sec .swiper-container .swiper-button-prev, 
    .partners-sec .swiper-container .swiper-container-rtl .swiper-button-next{
        left: 44%;
    }
    .team-sec .swiper-container .swiper-button-next, 
    .team-sec .swiper-container .swiper-container-rtl .swiper-button-prev ,
    .partners-sec .swiper-container .swiper-button-next, 
    .partners-sec .swiper-container .swiper-container-rtl .swiper-button-prev{
        right: 44%;
    }
    .train-sec .contact_card {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .statics-sec .statics_card {
        padding: 40px 0;
    }
    .statics-sec .statics_card.hvr_card {
        margin-top: 0;
    }
    .footer .copyright_p, .footer .social_links {
        text-align: center !important;
        margin: 10px 0;
    }
    .social_links {
        justify-content: center !important;
    }
}
@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)
{

}
