/*================================Satrt the large screens=========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*==============================Start the screen of tablet=========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (max-width: 991px)
{
    nav .follow {
        display: none;
    }
    nav .contact-icons{
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width: 768px){
    header .text-content .links .button {
        margin: 5px auto;
    }
    .build .text-content{
        margin-top: 50px;
    }
    .build .image-content {
        height: 225px;
    }
    footer .content h5 {
        text-align: right;
    }
    footer .content h5::after {
        left: 0%;
        transform: translateX(0%); 
        right: 0;
        margin: unset;
    }
    footer .content .links {
        text-align: right;
    }
    footer .copywrite .center-b {
        bottom: 78%;
    }
    footer .copywrite{
        padding: 50px 0px;
        text-align: center;
    }
    footer .copywrite p {
        float: unset;
        margin-top: 10px;
    }
}
/*==============================Start the screen of mobbile=========================*/
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width: 576px)
{
    .partners .owl-carousel img {
        width: 70%;
        height: 70%;
        margin: auto;
    }
}
@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)
{

}
