/*================================ 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(max-width:1024px)
{
    .navbar .white{
        margin-left: 0px !important;
    }
    .navbar .white .nav-link{
        color: rgba(0, 0, 0, 0.5) !important;
        text-transform: capitalize !important;
    }

}
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .navbar .nav-item.using {
        background-color: transparent;
    }
    footer h6{
        display: none;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{

    header {
        padding:0px 0px 140px;
    }
    header .header-inner {
        padding: 100px 0px;
    }
    header .text h1 {
        font-size: 30px;
    }
    header .header-img {
        width: 60%;
        opacity: .7;
    }
    header .video-container .play-video {
        border: 4px solid #42474a !important;
        color: #42474a !important;
        right: 50% !important;
        transform: translate(50%, -50%) !important;
        margin-top: 70px !important;
    }
    .history .images-content .last-icon {
        transform: translateY(0px); 
        margin: 15px 30px;
    }
    .clients .clients-carousel .item img {
        width: 100%;
    }
}
@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)
{

}
