@import url('https://fonts.googleapis.com/css?family=Noto Sans:400,700&display=swap');
body {
    font-family: 'Noto Sans', sans-serif;
}

.mainwrap {
    border:0;
}

/*top right date*/

.rgt-section .time {
    padding-right:7px;
}

.rgt-section p {
    font-size:14px;
}

.rgt-section span {
    margin:0 5px 0 15px;
}

.rgt-section .main-title {
    width: 50px;
    display: inline-block;
    text-align: right;
    margin:0;
}

/* navigation*/
ul.sm-blue {
    background: #111 !important;
}

ul#main-menu a {
    font-weight:400;
    border-right: 1px solid #444;
    padding: 16px 18px !important;
}

ul.sm-blue > li a:hover {
    background:#d13938 !important;
}

ul.sm-blue > li a.router-link-exact-active {
    background:#d13938 !important;
}

#main-menu span i {
    margin-right: 0;
}


/* breaking news*/
.hot-news-heading {
    margin-top:15px;
}
.hot-news-heading a {
    font-size:54px;
    line-height:68px;
}

.hot-news-heading, .hot-news-heading:hover {
    transition:.3s ease-in-out;
}

.hot-news-heading .read-more, .hot-news-heading .read-more a {
    font-size:14px;
}

.hot-news-heading .read-more {
    display:table;
    margin:0 auto;
}

.read-more a {
    line-height: 18px;
    padding: 6px 20px;
    border: 2px solid #d13938;
    color: #333;
    font-size: 16px !important;
    border-radius: 50px;

}

.read-more a:hover {
    background:#d13938;
    color:#fff;
}

span.author a {
    color:#999;
}

.hot-news-heading p {
    color: #333;
    line-height: 32px;
    display: block;
    margin: 20px 0;
}

.hot-news-heading img {
    margin-bottom: 0 !important;
}

.hot-news-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding:25px 40px;
    text-shadow:0 3px 10px rgba(0,0,0,0.5);
}

/* carousel*/

.carousel-inner > .item a {
    display:block;
    background:#333;
}

.carousel-inner > .item a img {
    opacity:1;
    transition:.3s ease-in-out;
}

.carousel-inner > .item a:hover img {
    opacity:.8;
    transition:.3s ease-in-out;
}

/* carasoule*/

.category-heading {
    font-size: 14px;
    position: absolute;
    top: 10px;
    color: #fff;
    background: #ec1825;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50px !important;
    padding: 5px 10px;
    left: 29px;
    line-height: 18px;
}

.taja-khabar {
    max-width: none;
    background: #ec1825;
    margin: 0 auto;
    padding: 5px 20px;
    margin-bottom: 30px;
    display: table;
    border-radius: 50px;
}


/* main title*/

.taja-khabar, h4.news-head {
    background: #D1393B;
    border: 2px solid #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    color: #fff;
    border-radius:50px;
    border:4px solid #ddd;
    padding-right:15px;
}


h4.news-head:after {
    display:none;
}

h4.news-head  {
    border-radius: 50px;
    background: #D1393B;
    border: 2px solid #fff;
    padding-right: 15px;
    font-weight: 600;
    color: #fff;
}
.taja-khabar a {
    color:#fff;
    font-weight:600;
    font-size:20px;
}

h4.news-head:after {
    display:none;
}

/* .presenter list*/
.presenter-list img.media-object {
     
        width: 60px;
        height:60px;
        border-radius:100px;

}

.presenter-list .post {
    font-size:12px;
}

.presenter-list h3 a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
}

.side-content {
    padding:0;
}

.side-content .pg-section, .pg-section {
border:1px solid #ccc;
padding:10px;
}


.heading.pg-section {
    border:0;
    padding:0;
    margin-top:0;
}

.presenter-list .media {
    border-top:1px solid #ccc;
    margin:0;
    padding:15px 0;
}

.presenter-list .media:nth-child(1) {
    padding-top:0;
    border-top:0;
}

a.small-btn {
    padding: 0 10px;
    font-size: 11px;
    background: #2864a2;
    color: #fff;
    border-radius: 50px;
    display: table;
    line-height: 24px;
}

/* main content*/

.main-content .news-head {
    font-size:20px;
}

a.link {
    float: right;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
}

.news-section h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.news-list .listing-image {
    float:left;
    width:100%;
}

.news-small-box {
    margin-bottom:30px;
}

.news-list .listing-image li a, .news-small-box a {
    font-weight:600;
}

.events .event-list .news-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: block;
}

.pg-section {
    margin-top:0;
}

.wc-listing ul li a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    
}

.wc-listing {
    margin-top:40px;
}

.video-box {
    display: table;
    width: 100%;
}

/* photo gallery*/

.photo-gallery {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 192px;
    max-height: 239px;
    overflow: hidden;
    float:none;
}

.photo-gallery a {
    font-weight:600;
}

.feature-video p {
    margin-top: 0;
}

.video-box iframe {
    width: 100%;
    height: 470px;
}

/* tab*/

main {
    border:1px solid #ccc;
    background:#fff;
}

section {
    border-top: 1px solid #ccc;
}

input:checked + label {
    border-bottom: 1px solid #d13938;
    background: #d13938;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.image-box h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.nw-listing ul li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.main-content {
    margin-bottom: 0;
}

main {
    min-height: unset;
    margin-bottom: 0;
}

.footer-top .news-head {
    color: #fff;
    font-size: 16px;
}

/* footer*/

footer {
    background:#151515;
}

footer a {
    color:#6d6c6c;
}

footer a:hover {
    color:#fff;
}

.footer-bottom {
    background: #111;
}

.footer-bottom p, .footer-bottom  a {
    color: #ccc;
    font-size: 12px;
}

.follow-us h1 {
    color: #e71d41;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.follow-us p {
    font-size:12px;
    line-height: 18px;
}

.scroll-top-wrapper {
    border-radius:100px;
    background:#d13938;
}

/* inner pages story detail*/

.story-heading h2, .story-heading p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    color:#6d6c6c;
}

.news-list1 {
    margin-bottom:30px;
}

.news-list1:hover {
    border:0;
}

.news-list1 a {
    font-size: 18px;
    font-weight: 600;
}

.read-more-button {
    background:none;

}

.read-more-button a, .main-content .hot-news-heading .read-more {
    line-height: 18px;
    padding: 6px 20px;
    border: 2px solid #d13938;
    color: #333;
    font-size: 16px !important;
    border-radius: 50px;
    font-weight:400;
    float:left;

}

.read-more-button a:hover, .main-content .hot-news-heading .read-more:hover {
    background:#d13938;
    color:#fff;
}

/* inner pages news list*/

.hot-news-heading h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}

.main-content .hot-news-heading .read-more {
    float:none;
}

.news-list1 figure {
    background:none;
}

.cat-head span {
    background: #d13938;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.thap-samachar {
    display:inline-block;
    width:100%;
}

.thap-samachar .cat-head {
    margin-top:30px;
}


/* pagination */
.pagination > li > a {
    margin-right:10px;
}
.pagination > li > a, .pagination > li > span {
    border:0;
    color:#666;
}
.pagination > .active > a {
    background:#111;
    border-radius:100px !important;
}

.pagination > li > a:hover {
    border-radius:100px !important;

}

.pagination > .active a:hover {
    background:#d13938;
}

/* scroll to top */

.scroll-top-wrapper {
    position: fixed;
    display: inline-block;
    height: 40px;
    bottom: 40px;
    line-height: 0;
    right: 20px;
    cursor: pointer;
    z-index: 9997;
    opacity:0;
    background:none;

}

.scroll-top-wrapper.show {
    opacity:1;
}

.scroll-top-wrapper .left-icon {
    padding: 0;
    background: #EC3438;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 14px;
    border-radius:50px;
    transition:.3s ease-in-out;
}

.scroll-top-wrapper .left-icon:hover {
    box-shadow:0 2px 10px rgba(0,0,0,0.8);
    transition:.3s ease-in-out;
}

/* slider arrows */

.multiple-item .right {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    background: #333;
    line-height: 32px;
    font-size: 14px;
    border-radius:100px;
    transform:translateY(-50%);
    transition:.3s ease-in-out;
}

.multiple-item .left {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    background: #333;
    line-height: 32px;
    font-size: 14px;
    border-radius:100px;
    transform:translateY(-50%);
    transition:.3s ease-in-out;
}

.multiple-item .left:hover, .multiple-item .right:hover {
    box-shadow:0 2px 10px rgba(0,0,0,0.8);
    transition:.3s ease-in-out;
}

/* side bar */

.social-icons a.facebook {
    background:#3b5998;
}

.author-image img {
    border-radius:50px;
    border:1px solid #ccc;
}

/* home loader */

.load-box {
    height:200px;
}
.load-box .row {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #111111 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #111111 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #111111 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #111111 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #111111 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


  /* top radio */

  .audio {
    background: #d13938 !important;
    border-radius: 50px !important;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    border: 2px solid #fff;
    position: relative;
}
.audio h4.listen {
    top:18px !important;
}
.audio:after {
    display:none !important;
}

div.jp-volume-bar {
    border-radius: 50px !important;
}

div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li {
    top:9px;
}

div.jp-audio div.jp-volume-bar {
    top:25px;
}

.rgt-section .time {
    margin-bottom:0;
    padding-bottom:0;
}

img.media-object {
    float:left;
}


/* responsive */
article.navbar-header {
    background:#111;
}
.navbar-toggle .icon-bar {
    background:#fff;
}

@media (max-width: 576px) {
    .time {
        text-align:center;
    }

    .hot-news-heading a {
        font-size: 34px;
        line-height: 46px;
    }

    img.media-object {
        margin-right:15px;
    }

    .hot-news-heading .read-more a {
        line-height: 18px;
    }

    .multiple-item .right {
        margin-right:20px;
    }

    .multiple-item .left {
        margin-left:20px;
    }

    .photo-gallery {
        max-width: none;
        max-height: none;
        margin-left:0;
    }

    .photo-gallery img {
        height: 200px;
        max-height: none;
    }
 }
  

