@import url('https://fonts.googleapis.com/css?family=Sumana:400,700');
@import url('https://fonts.googleapis.com/css?family=Hind');

/*font-family: 'Teko', sans-serif;
font-family: 'Sumana', serif; */

body {
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    background: #f2f2f2;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

h2,
h3,
h1,
h4,
h4 a {
    font-weight: bold;
    font-family: 'Sumana', serif;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

h4.side-story a {
    font-size: 20px;
}


/* Slider */

.header {
    background: #fff;
}

.bg-red {
    background-color: #bb1600;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-default {
    width: 1140px;
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.caption-heading {
    font-size: 22px;
    line-height: 25px;
    color: #26476c;
}

.caption-text {
    margin-top: 10px;
}

.item.items {
    border: 1px solid #ccc;
}

.items img {
    height: 270px;
}

.owl-nav .owl-prev {
    background: url('icons/arrow.png');
    background-position: 0px 0px;
    position: absolute;
    top: 36%;
    font-size: 1px;
    height: 70px;
    width: 40px;
}

.owl-nav .owl-next {
    background: url(icons/arrow.png);
    background-position: -52px 0px;
    position: absolute;
    top: 36%;
    font-size: 1px;
    height: 70px;
    width: 40px;
    right: 5px;
}

.news-thumb {
    vertical-align: middle;
    height: 100px;
    width: 120px;
    float: left;
    margin-right: 10px;
}

.sub-heading {
    margin-bottom: 10px;
    line-height: 30px;
    color: #26476c;
}

.heading {
    background-color: #bb1600;
    font-size: 20px;
    margin-top: 10px;
    padding: 8px 20px 5px 20px;
    color: #f3f3f3;
    font-weight: bold;
}

.sub-heading-new {
    line-height: 30px;
    font-weight: bold;
    color: #26476c;
}

ul.cover-story {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.cover-story li {
    padding: 8px 0;
}

h3.side-story {
    line-height: 22px;
}

.side-story .fa {
    color: #c51162;
    font-size: 20px;
    margin-right: 10px;
}

.side-story a {
    font-size: 20px;
}


/* article detail*/

.article {
    min-height: 500px;
}

.article-heading {
    font-size: 25px;
    display: block;
    border-left: 5px solid #e65100;
    padding: 5px 20px;
}

.article-detail {
    line-height: 30px;
}

.article-detail p {
    font-size: 16px;
}

.article-img {
    margin-right: 20px;
    width: 250px;
    height: 200px;
    float: left;
}

.opinion {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 15px;
    border-top: 0;
}

.main-title-outer {
    display: block;
    background: #efefef;
    padding: 1px 20px;
    border-left: 5px solid red;
}

img.prachar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

footer {
    background: #ccc;
    color: #333;
}

.flink {
    position: relative;
}

.flink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 0px;
}

.flink li {
    padding: 5px 0;
}

.flink li a {
    color: #333;
}

.flink li a:hover {
    color: #888;
}

.link-heading {
    position: absolute;
    top: 4px;
}

.texture {
    background: url('always-grey.png') repeat;
}

.fix-height-image {
    width: 100%;
    height: 200px;
}

.fix-cat-height {
    height: 210px;
    width: 100%;
}

.date-cat {
    color: #e65100;
    margin-bottom: 10px;
}

.date-cat span {
    background: #e65100;
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    margin-right: 12px;
    border-radius: 4px;
}

.header-logo img {
    width: 100%;
    max-height: 120px;
}

.video-image {
    position: relative;
    height: 350px;
    width: 100%;
}

.video-iframe {
    height: 350px;
    width: 100%;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
    .container {
        width: 90%;
    }
    .navbar-default {
        width: 90%;
        margin: auto;
    }
    .article-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        float: none;
    }
    .article-detail {
        line-height: 30px;
        text-align: justify;
    }
    .video-iframe {
        height: 250px;
        width: 100%;
        border: 1px solid #ccc;
    }
}