@media(max-width:1199px)
{
    .top-section .col-sm-8 div a
    {
        right:7%;
        top:30%;
        font-size: 28px;
    }
    .khoyout-slider #khoyoutCarousel .carousel-caption
    {
        width:45%;
    }
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-right, .khoyout-slider #khoyoutCarousel .carousel-control .icon-next
    {
        margin-right: -50px !important;
    }
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-left,
    .khoyout-slider #khoyoutCarousel .carousel-control .icon-previous
    {
        margin-left: -50px !important;
    }
}

@media(max-width:991px)
{
    .top-section .col-sm-8 div a
    {
        font-size: 22px;
    }
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-right, .khoyout-slider #khoyoutCarousel .carousel-control .icon-next
    {
        margin-right: -40px !important;
        font-size: 18px;
    }
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-left,
    .khoyout-slider #khoyoutCarousel .carousel-control .icon-previous
    {
        font-size: 18px;
        margin-left: -40px !important;
    }
    .khoyout-slider #khoyoutCarousel .carousel-caption
    {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        width: unset;
    }
}

@media screen and (min-width: 768px)
{
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-right,
    .khoyout-slider #khoyoutCarousel .carousel-control .icon-next
    {
        margin-right: -60px;
        color: black;
    }
    .khoyout-slider #khoyoutCarousel .carousel-control .glyphicon-chevron-left,
    .khoyout-slider #khoyoutCarousel .carousel-control .icon-previous
    {
        margin-left: -60px;
        color: black;
    }
}

@media(max-width:767px)
{
    .navigationbar .navbar-inverse .navbar-nav
    {
        margin-left: 5px;
    }
    .top-section .col-sm-8 div img,
    .top-section .col-sm-4 img
    {
        height: 100px;
    }
    .top-section .col-sm-8 div a
    {
        font-size: 20px;
        top:30%;
        right: 7%;
    }
    .khoyout-slider #khoyoutCarousel .carousel-inner .item img
    {
        height: 300px;
    }
    .khoyout-slider img
    {
        height: auto;
        width:auto;
        margin: 5px auto;
    }
    .textile-tv .nav-pills
    {
        margin-top: 10px;
    }
    .textile-tv .col-sm-4>div img
    {
        height: auto;
        margin: 5px auto;
    }
    .gallery-section .col-sm-4>div img
    {
        height: auto;
        width: auto;
        margin: 5px auto;
    }
    .page-content .gallery img
    {
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }
}

@media(max-width:640px)
{
    .top-section .col-sm-8 div a
    {
        font-size: 14px;
    }
    .search-bar .social
    {
        text-align: center;
    }
    .khoyout-slider #khoyoutCarousel .carousel-caption
    {
        display: none;
    }
}