@media(max-width:991px)
{
    .quick-links .col-sm-4 div
    {
        padding: 15px;
    }
    .quick-links .col-sm-4 div img
    {
        height: 55px;
    }
}

@media(max-width:767px)
{
    .baron-slider .carousel-inner .item img
    {
        height: 300px;
    }
    .navigationbar .navbar-inverse .navbar-brand
    {
        width: 40%;
    }
    .service-section .service-name
    {
        margin-bottom: 20px;
    }
    .service-section .row:nth-of-type(3),
    .service-section .row:nth-of-type(5)
    {
        display: block;
    }
    .service-section .service-name::before,
    .service-section .row:nth-of-type(3) .service-name::before,
    .service-section .row:nth-of-type(5) .service-name::before
    {
        border-top: 15px solid #7978bb;
        border-right:10px solid transparent;
        border-left: 10px solid transparent;
        top:auto;
        right: auto;
        left: 49%;
        bottom: -25px;
    }
    .history .history-bg .row .col-sm-6:nth-child(3)
    {
        float: unset;
    }
}

@media(max-width:625px)
{
    .navigationbar .navbar-inverse .navbar-brand>img
    {
        margin-top: -15%;
    }
}

@media(max-width:500px)
{
    .head-title::after
    {
        right: 15%;
    }
    .head-title::before
    {
        left: 15%;
    }
}

@media(max-width:423px)
{
    header
    {
        text-align: center;
    }
    .navigationbar .navbar-inverse .navbar-brand
    {
        width: 50%;
    }
    .navigationbar .navbar-inverse .navbar-brand>img
    {
        margin-top: -10%;
    }
}