<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;500;600;700&amp;display=swap');*/
body{
    font-family: 'Noto Nastaliq Urdu', serif;
    line-height: 2.5;
}
.wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
/*  font-family: 'Noto Nastaliq Urdu', serif;*/
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    padding-left: 0;
    padding-right: 0;
}
.footerPage .footerList a:hover,
a:hover{
    color: #d22b2b;
}
.btn:focus{
    box-shadow: none;
}
.btn{
    background: #d22b2b;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 13px;
    font-size: 18px;
    line-height: 22px;
    width: 100px;
    height: 40px;
}
.btn:hover{
    background: #a12323;
    color: #fff;
}
.btn-primary {
    background: #0d6efd;
}
/******  Owl Carousel  *****/
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    background-color: #aaa !important;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s ease 0s;
    border: none !important;
    margin: 0;
    position: relative;
    background: url(../images/row-right.png) no-repeat center #aaa !important;

}
.owl-carousel .owl-nav{
	    position: absolute;
    top: -63px;
}
.owl-carousel .owl-nav button.owl-prev{
    background: url(../images/row-left.png) no-repeat center #aaa !important;
}
.owl-carousel .owl-nav button:focus{
    outline: none !important;
}
.owl-carousel .owl-nav button.owl-next{
    left: 10px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 22px;
    top: 2px;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff;
    background-color: #d22b2b !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
p{
    line-height: 2.5em;
    text-align: right;
}
h1{
    font-size: 24px;
    line-height: 2.2em;
    text-align: right;
}
h2{
    font-size: 20px;
    line-height: 2.5em;
    text-align: right;
}
.blog-heading {
    font-size: 16px;
    text-align: right;
    line-height: 2.5em;
}
.modtitle{
    direction: rtl;
}
.modtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 110px;
    background: #d22b2b;
}
.modtitle:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #ccc;
    bottom: 0;
    height: 3px;
}
.main-heading{
    font-size: 14px;
    line-height: 2.5em;
    direction: rtl;
}
h3{
    font-size: 18px;
    line-height: 2.5em;
    direction: rtl;
}
h4{
    font-size: 16px;
    line-height: 2.5em;
}
.pageNavCollapse .nabBar-list .nav-link,
.categoryList li a:before,
.socialIcons a,
.footerPage .footerList a,
.ads-imgHolder img,
.reviewList .reviewBlock,
.latestBlog .latestHolder h3 a,
.item-imgHolder img,
.bannerList .banner-holder .imgContent,
.bannerList .imgHolder:after{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latestBlog .latestHolder h3 a:hover{
    color: #d22b2b;
}
.ads-imgHolder{
    overflow: hidden;
}
.ads-imgHolder img:hover{
    transform: scale(1.05);
}
.item-imgHolder{
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: block;
}
.imgHolder img,
.item-imgHolder img{
    width: 100%;
/*    height: 100%;*/
}
.reviewList li:hover .item-imgHolder img,
.newsHolder:hover .item-imgHolder img,
.latestHolder:hover .item-imgHolder img {
    transform: scale(1.1) rotate(-2deg);
}




.btn-holder .btn{
    font-size: 14px;
    width: 75px;
    padding: 4px 6px;
    border-radius: 4px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topHeader{
    background: #272727;
    direction: rtl;
    padding: 7px 0;
}
.topHeader .news-break{
    z-index: 9;
    margin-right: 0 !important;
    margin-left: 10px;
    padding: 3px 25px 10px !important;
    line-height: 20px;
    white-space: nowrap;
}
.topHeader .news-break:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #EEEEEE;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    z-index: -1;
}
.navBar{
    background: #d22b2b;
}
#pageHeader{
    position: relative;
    z-index: 10;
}
.breakingNews{
    font-size: 14px;
}
.pageNavCollapse .nabBar-list{
    font-size: 18px;
}
.pageNavCollapse .nabBar-list li{
    margin-left: 20px;
}
.pageNavCollapse .nabBar-list .nav-link{
    color: #fff;
    padding: 0;
}
.pageNavCollapse .nabBar-list .nav-link:hover{
    color: #000;
}
.pageNavCollapse .dropdown li{
    margin: 0;
    text-align: right;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    left:-22px;
}
.dropdown-menu{
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.pageBanner{
    background: #eee;
}
.bannerList .banner-holder{
    width: 20% ;
    margin-bottom: 10px;
}
.bannerList .banner-holder.sports{
    width: 40%;
}
.bannerList .banner-holder.sports .imgBlog{
/*    height: 250px;*/
}
.bannerList .banner-holder .imgBlog{
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
/*    height: 125px;*/
}
.bannerList .banner-holder .imgContent{
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    direction: rtl;
    padding: 0 15px;
}
.bannerList .banner-holder .imgContent p{
    margin-bottom: 0;
}
.bannerList .imgHolder{
    position: relative;
    height: 100%;
}
.bannerList .imgHolder:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.bannerList .imgHolder img{
    width: 100%;
    height: 100%;
}
.bannerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bannerList h3 a{
    color: #fff;
}
.bannerList .imgContent{
    color: #fff;
}
.item-comment:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 5px 5px 0 0;
    bottom: -7px;
    left: 4px;
}
.item-comment{
    position: absolute;
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    top: 15px;
    right: 15px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 18px;
     width: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trendingSlider .banner-holder{
    width: calc(100% - 10px);
    margin-bottom: 0;
}
.latestBlog .latestHolder .textBlock{
    border-bottom: 1px solid #ddd;
    direction: rtl;
    width: 55%;
}
.latestBlog .latestHolder .item-imgHolder{
    width: 45%;
}
.latestBlog .latestHolder h3 a{
    color: #000;
}
.latestBlog .latestHolder h3 a:hover{
    color: #d22b2b;
}
.newsBlog .newsHolder {
    color: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.newsBlog .newsHolder .txt{
    padding:  20px 15px;
    direction: rtl;
}
.newsBlog .newsHolder .txt p{
    margin-bottom: 0;
}
.newsBlog .newsHolder .date{
    color: #d22b2b;
}
.galleryList .banner-holder{
    width: 33.3333%;
    margin-bottom: 0;
}
.galleryList .banner-holder.sports {
    width: 66.66667%;
    margin-bottom: 0;
}
.reviewsBlog .bannerList .banner-holder .imgBlog {
/*    height: 250px;*/
}
.reviewsHolder .banner-holder{
    width: 100%;
}
.reviewList .item-imgHolder{
    width: 110px;
    margin-left: 13px;
}
.reviewList .reviewBlock{
    flex-direction: row-reverse;
}
.reviewList h4{
    font-size: 12px;
    text-align: right;
}
.reviewList li{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.reviewList li .txt{
    direction: rtl;
    width: 100%;
}
.categoryList li{
    width: calc(100% / 2 );
    margin-bottom: 10px;
}
.categoryList li a{
    position: relative;
    display: block;
    padding-bottom: 2px;
    text-align: right;
}
.categoryList li a:after,
.categoryList li a:before{
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #d22b2b;
}
.categoryList li a:after{
    background: #000;
}
.categoryList li a:before{
    transform: scale(0);
    z-index: 99;
}
.categoryList li a:hover:before{
    transform: scale(1);
}
.popularBlog h3{
    background: #d22b2b;
    color: #fff;
    padding: 8px 10px 15px !important;
    line-height: 21px;
}
.popularBlog h3:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: #d22b2b transparent transparent transparent;
    border-width: 6px 6px 0;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.footerPage{
    background: #262626;
}
.footerPage .row{
    flex-direction: row-reverse;
}
.footerPage .logo{
    text-align: right;
}
.footerPage .footerList a{
    color: #fff;
}
.footerPage .footerList{
    font-size: 16px;
    line-height: 19px;
    direction: rtl;
    padding: 0;
}
.footerPage .footerList li{
    margin-bottom:10px;
}
.footerPage h4{
    color: #d22b2b;
    direction: rtl;
}
.footerPage .footer-holder{
    padding-right: 80px;
    padding-left: 0;
}
.socialIcons a{
    width: 35px;
    height: 35px;
    font-size: 20px;
    background: #d22b2b;
    color: #fff;
    border-radius: 50px;
}
.postHead .socialIcons a{
    border-radius: 5px;
    color: #fff !important;
}
.socialIcons a:hover{
    background: #000;
}
.socialIcons {
    justify-content: flex-end !important;
}
.socialIcons li{
    margin-left: 10px;
}
.copyright{
    background: #d22b2b;
    color: #f5e6e6;
}
.copyright a{
    color: #fff;
    margin-left: 8px;
}
.postHead li strong{
    padding-left: 5px;
}
.postHead li{
    display: flex;
    flex-direction: row-reverse;
}
.postHead .socialIcons{
    margin-right:10px;
}
.aboutBlog .text p{
    line-height: 1.8;
}
.featureSec .blog-post{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ws-author-blog-post-page{
    padding: 15px;
    font-size: 14px;
    flex-direction: row-reverse;
    text-align: right;
    margin-top: 40px;
    color: #000 !important;
}
.ws-author-blog-post-page .img-holder{
flex-shrink: 0;
flex-grow: 1;
width: 100px;
max-width: 100px;
height: 100px;
margin: 0 0 0 16px !important;
position: relative;
padding: 10px 10px 0 0;
}
.ws-author-blog-post-page .img-holder:after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d22b2b;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: -1;
}
.ws-author-blog-post-page .img-holder img{
    width:100%;
    height:100%;
}
.languageDropdown .btn{
    color: #000;
    background: url(new_frontend_assets/images/chevron-bottom.png) no-repeat #fff;
    background-position: 80px 13px;
    width: 100px;
    margin-right: 0.5rem;
        display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
        padding: 0px 6px 8px;
}
.languageDropdown .dropdown-menu a{
    padding: 4px 7px;
    display: block;
}
.languageDropdown .dropdown-menu a:hover{
    background: #f1f1f1;
    color: #000;
}
.languageDropdown .btn:after{
    display: none;
}
.pagination{
    justify-content: center;
    margin-top: 20px;
        font-family: var(--bs-font-sans-serif);
}
.pagination .page-item{
    margin: 0 5px;
    line-height: 20px;
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link{
    background: #d22b2b;
    border-color: #d22b2b;
    color: #fff;
}
.pagination .page-item .page-link{
    border-color: #d22b2b;
    color: #d22b2b;
    border-radius: 0px;
    width: 35px;
    height: 35px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
     font-size: 14px;
    line-height: 17px;
}
.pagination .page-item .page-link:last-child,
.pagination .page-item .page-link:first-child(1){
    font-size: 18px;
    line-height: 20px;
}
.navbar-toggler{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.ws-author-img-blog{
    background: #f1f1f1;
    direction: rtl;
}
.ws-author-img-blog .ws-img-holder{
    width: 25%;
    height: 190px;
}
.ws-author-img-blog .ws-img-holder img
{
    height: 100%;
}
.ws-author-img-blog .ws-text-holder{
    width: 75%;
}
.ws-author-img-blog .socialIcons a{
    border-radius: 5px;
}
.ws-category{
    font-size: 18px;
    line-height: 20px;
    color: #d22b2b;
    text-align: right;
}
.ws-team-col .ws-img-holder{
    width: 200px;
    height: 200px;
    border: 2px solid #900b0b;
    padding: 5px;
    border-radius: 50%;
}
.ws-team-col .ws-img-holder img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.ws-team-col{
    box-shadow: 0px 2px 19px 3px rgb(23 22 139 / 8%);
    height: calc(100% - 1.5rem);
    font-size: 14px;
}
.ws-team-col:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 30%;
    width: 100%;
    background: rgb(210,43,43);
    background: radial-gradient(circle, rgba(210,43,43,.8) 0%, rgba(107,15,15,.8) 100%);
    z-index: -1;
    pointer-events: none;
}
.ws-team-col p{
    margin-bottom: 0;
}
.breadcrumb .breadcrumb-item:after{
    content: "&gt;";
    padding-right: 0.8rem;
}
.breadcrumb .breadcrumb-item:last-child:after{
    display: none;
}
.breadcrumb .breadcrumb-item:before{
    display: none;
}
.breadcrumb{
    direction: rtl;
}
.breadcrumb .breadcrumb-item{
    padding-left: 15px;
}
.postHead {
    flex-direction: row-reverse;
}
.navbar-toggler[aria-expanded="true"] .fa-bars{
    display: none;
}
.navbar-toggler .fa-xmark{
    display: none;
}
.navbar-toggler[aria-expanded="true"] .fa-xmark{
    display: block;
}
.ws-categories-blog .newsHolder{
    display: flex;
}
.ws-categories-blog .newsHolder .item-imgHolder{
    width: 140px;
    max-width: 140px;
    margin-left: 15px;
}
.ws-categories-blog .newsHolder{
    box-shadow: none;
        flex-direction: row-reverse;
}
.ws-categories-blog .newsHolder .blog-heading {
    font-size: 15px;
}
.ws-categories-blog .newsHolder .txt {
    padding: 10px 0;
    border-bottom: 1px solid #d22b2b;
    width: 100%;
}
.ws-categories-blog .date{
    text-align: left;
}
.navbar-toggler[aria-expanded="true"] .fa-bars{
       display: none;
}
.navbar-toggler .fa-xmark{
       display: none;
}
.navbar-toggler[aria-expanded="true"] .fa-xmark{
       display: block;
}
.ws-author-blog .newsHolder .item-imgHolder{
    height: 150px;
}
.ws-author-blog .socialIcons {
    justify-content: flex-start !important;
}




.ws-comment-blog .ws-comment-head{
    flex-direction: row-reverse;
}
.form-control{
border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    line-height: 2.5em;
    text-align: right;
    vertical-align: middle;
    padding: 3px 8px 13px;
    height: 40px;
}
.form-control::placeholder{
    color: #000;
    display: none !important;
    opacity: 0;
}
textarea.form-control{
    resize: none;
    height: 100px;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #d22b2b;
}
.ws-name span,
.ws-comment-blog .ws-comment-head .ico{
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d22b2b;
    color: #fff;
    font-size: 20px;
    margin-right: 0 !important;
    margin-left: 16px !important;
}
.ws-comment-blog .btn{
    min-width: 130px;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0px;
    height: 40px;
}
.date{
    color: #d22b2b;
}
.ws-comment-show .ws-comment-holder.ws-reply-action{
    margin-left: 30px;
}
.ws-comment-holder .name{
    letter-spacing: 1px;
}
.ws-comment-holder .ws-text p{
    margin-bottom: 5px;
}
.ws-comment-holder .ws-text .email{
    color: #d22b2b;
    letter-spacing: 1px;
}
.ws-comment-blog .ws-card{
    text-align: right;
}
.blog-post-img {
    height: 350px;
}
.blog-post-img img{
    height: 100%;
}
.blog-post a{
    color: blue;
}
.ws-search-field .form-control{
    height: 40px;
    padding: 3px 10px;
    transition: all .5s linear;
    width: 75px;
    border-radius: 0;
    border: none;
}
.ws-search-field .btn{
    height: 40px;
    width: 40px;
}
.ws-search-field .form-control:focus{
    width: 250px;
}

.jctkr-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 35px;
    vertical-align: top;
    overflow: hidden;
    margin: 0 30px;
}
.jctkr-wrapper ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    color: #fff;
    display: flex;
    align-items: center;
}
.jctkr-wrapper ul a{
    color: #fff;
    position: relative;
    padding-right: 18px;
}
.jctkr-wrapper ul a:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #d22b2b;
    border-radius: 50%;
}
.jctkr-wrapper.jctkr-initialized ul{
    opacity: 1;
}
.jctkr-wrapper ul li{
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    margin: 0 15px;
}
.jctkr-label{
    display: inline-block;
}
</pre></body></html>