.page-body
{
    font-family: 'El Messiri', sans-serif;
}
.top-section .col-sm-8,
.khoyout-slider #khoyoutCarousel .carousel-caption .btn,
.gallery-section .col-sm-4>div>h2 span, 
.khoyout-technical .col-sm-6>div h2 span,
.textile-tv .col-sm-8>div h2 span,
.textile-tv .col-sm-6:first-of-type,
.textile-tv .nav-pills>li a span:last-of-type,
.page-content .article-data h2 span,
.page-content .contact .btn
{
    float: left;
}
.textile-tv .nav-pills>li a span:first-of-type
{
    margin-right: 0;
    margin-left: 15px;
}
.gallery-section .col-sm-4>div>h2 span i, .khoyout-technical .col-sm-6>div h2 span i, .textile-tv .col-sm-8>div h2 span i
{
    font-size: 26px;
}
.gallery-section .col-sm-8>div h2,
.gallery-section .col-sm-4>div>h2, .khoyout-technical .col-sm-6>div h2, .textile-tv .col-sm-8>div h2
{
    padding-right: 10px;
    margin-left: unset;
}
.gallery-section ul.nav.nav-pills
{
    margin-right: 10px;
    margin-left: unset;
}
.gallery-section .col-sm-4>div img
{
    height: 330px;
}
.gallery-section .col-sm-4>div>div
{
    padding: 5px;
}
.most-watched-section .nav-pills.child>li img,
.bottom-section ul li:last-of-type i,
.page-content .poll ul li a img
{
    margin-left: 5px;
    margin-right: unset;
}
.most-watched-section .col-sm-4>div ul li a img
{
    margin-left: 10px;
    margin-right: unset;
}
.page-content .archive h4
{
    margin-right: -10%;
    margin-left: auto
}
.page-content .archive ul li>span
{
    margin-right: auto;
    margin-left: 15px;
}
.page-content .poll-data .head-title>div img
{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.page-content .poll-data .head-title>div::before
{
    left: 0;
    right: auto;
}

@media(max-width:576px)
{
    .page-content .poll-data .head-title>div img
    {
        height: 100px;
    }
}

.page-content ul {
    text-align: right;
}

@media screen and (max-width:780px) {
    .textile-tv .col-sm-6:first-of-type {
        float: initial !important;
    }
}