/*================================ 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_1 {
        order: 1;
    }
    .job-det .text_box .box {
        width: 100%;
        margin-inline-start: 0%;
        margin-top: 30px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .header .item .img_box {
        margin-bottom: 25px;
        height: 450px;
    }
    .header .item .text_box .title ,
    .about-sec .text_box .title ,
    .partners-sec .sec_head .title{
        font-size: calc(1vw + 30px);
    }
    .about-sec .img_box {
        height: 400px;
        margin-top: 25px;
        transform: scale(.9);
    }
    .about-cards .about_card .icon_outer {
        width: 65px;
        height: 65px;
    }
    .about-cards .about_card::before {
        width: 90px;
        height: 110px;
    }
    .about-cards .about_card .txt {
        width: calc(100% - 100px);
    }
    .about-cards .about_card .icon_outer .icon {
        margin-inline-start: 5px;
    }
    .about-cards .about_card:hover::after {
        width: 90px;
        height: 110px;
    }
    .clients-sec .sec_head .title {
        font-size: 35px;
    }
    .contact-pg .map_box iframe {
        margin-top: 25px;
        height: 350px;
    }
    .job-det .img_box ,
    .service-det .img_box {
        height: 350px;
        margin-bottom: 25px;
    }
    .news-det .img_box {
        height: 350px;
    }
    .news-det .card-body {
        width: 100%;
    }
    .news-det .card-body .p {
        font-size: 13px;
    }
    .contact-pg .cards_outer .contact_card .icon_outer {
        width: 50px;
        height: 50px;
    }
    .contact-pg .cards_outer .contact_card .icon_outer .icon {
        height: 25px;
    }
    .job-det .text_box .box .uploading_box input.form-control.filename {
        font-size: 9px;
    }
}
@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)
{

}
