@media only screen and (max-width: 1049px) {
    .home-slider {
        height: 500px;
    }
    .home-slider img{
        height: 500px;
    }
    .home-slider .slide-caption {
        margin-top: 50px;
    }
    .home-slider.home-st1-sec .text h4 {
        color: #b1986f;
        font-size: 28px;
        margin-bottom: 14px;
        padding: 15px;
    }

    .home-slider.home-st1-sec .text p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 14px;
        padding: 15px;
        width: 65%;
    }
    .navbar-collapse  {
        background-color: #0b1d37;
        padding: 15px;
        top: 28px;
    }
    .top-bar .social-icons ul li {
        display: inline-block;
        margin-right: 12px;
        margin-top: 12px;
    }
}