/*================================ Satrt large screens =========================*/
@media (min-width: 1550px)
{   
    section {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    header .header-content{
        min-height: 70vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .partners-sec{
        min-height: 50vh;
    }
    .inner_header{
        min-height: fit-content;
    }
}
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (max-width:1200px){
    .teamwork-sec .teamwork-carousel.owl-theme .owl-nav .owl-prev ,
    .blog-sec .blog-carousel.owl-theme .owl-nav .owl-prev{
        left: 0px;
    }
    .teamwork-sec .teamwork-carousel.owl-theme .owl-nav .owl-next ,
    .blog-sec .blog-carousel.owl-theme .owl-nav .owl-next{
        right: 0px;
    }
}

@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 767px) and (max-width: 992px)
{

}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .methodology-sec .item .arrow{
        display: none !important;
    }
    .methodology-sec .item.second,
    .methodology-sec .item.third{
        margin-top: 0;
    }
}
@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)
{

}
