@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

body {
    font-family: 'Ek Mukta',sans-serif;
}
.paginate-links .page-numbers.current {
    color: #fff !important;
    background-color: #199fda;
    border: 1px solid #199fda;
}
img {
    max-width: 100%
}

a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.container {
    max-width: 1180px !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.bannernews {
    margin-bottom: 30px
}

.current-menu-item a {
    background: rgba(255, 255, 255, .22)
}

header.site-header {
    padding: 20px 0 29px 0;
    background: rgba(0, 0, 0, .02)
}

.nt-customs {
    width: 26px;
    box-sizing: border-box;
    float: right;
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    outline-style: none;
    background-color: white;
    background-image: url(/wp-content/themes/nagriknetwork/img/search.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    padding: 12px 17px 12px 23px;
    -webkit-transition: width .4s ease-in-out;
    background-color: #fff;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.nt-customs:focus {
    width: 100%;
    padding-left: 40px;
    border: 1px solid #1a94ce
}

header {
    display: block;
    width: 100%;
    position: relative
}

.search__button {
    border: 0;
    background: none;
    color: inherit
}

.search__icon {
    width: 20px;
    height: 20px
}

.logo {
    position: absolute;
    left: 50%;
    top: 21px;
    transform: translateX(-50%)
}

.head-social {
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-left: auto
}

.head-social-link {
    display: flex;
    align-items: center
}

.head-social-link a {
    display: block;
    font-size: 30px;
    color: CurrentColor;
    padding: 20px
}

.btn-custom {
    background: #199fda;
    -webkit-border-radius: 0 .25em .25em 0 !important;
    border-radius: 0 .25em .25em 0 !important
}
.downloadApp {
	display:inline-block;
	vertical-align:middle;
}
.site-header .clearfix {
	padding:0 30px;
}
.downloadApp h3 {
	font-size:17px;
}
.downloadApp {
	padding-left:30px;
}
.downloadApp a {
	display:inline-block;
	padding-bottom:10px;
}
.search-term {
    padding-top: 10px;
    float: right
}
.search-term form {
	display:inline-block;
	padding-top:14px;
	vertical-align:middle;
}

.hamburger {
    display: inline-block;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 3px;
    transition-duration: .5s;
    text-transform: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer
}

header.site-header {
    padding-bottom: 0
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
    vertical-align: middle
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #199fda
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:after {
    bottom: -10px
}

.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}
.category-menu ul li>ul li {
	float:none;
	display:block;
}
.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.navigation-menu {
    position: fixed;
    background: #199fda;
    text-align: left;
    top: 16.5%;
    left: -100%;
    width: 200px;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 83.5%
}

.navigation-menu>ul>li>a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
    border-bottom: #189dd8 solid 1px
}

.navigation-menu>ul>li>a:hover {
    background: rgba(255, 255, 255, .22);
    text-decoration: none
}

.socialmenu {
    background: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #333
}

.social-links a {
    font-size: 27px;
    float: left;
    margin-right: 20px;
    color: #fff
}

.social-links h6 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: inherit
}

.social-links a.social-facebook:hover {
    color: #3b5998
}

.social-links a.social-twitter:hover {
    color: #1da1f2
}

.social-links a.social-youtube:hover {
    color: #f9000c
}

.is-active .navigation-menu {
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

input[type=text] {
    width: 26px;
    box-sizing: border-box;
    float: right;
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    outline-style: none;
    background-color: white;
    background-image: url(/wp-content/themes/nagriknetwork/img/search.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    padding: 12px 17px 12px 23px;
    -webkit-transition: width .4s ease-in-out;
    background-color: #fff;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.search-term input[type=text]:focus {
    width: 100%;
    padding-left: 40px;
    border: 1px solid #1a94ce
}

.bannernews .play-icon {
    line-height: 110px;
    color: #fff;
    height: 110px;
    width: 110px;
    font-size: 72px;
    border-radius: 7px;
    border: 1px solid #fff;
    margin-bottom: 22px
}

.bannernews .container {
    position: relative
}

.bannernews>div img {
    width: 100%
}

.bannernews .container h1 {
    text-shadow: 1px 1px #000;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 56px;
    padding: 30px
}

.bannernews .container h1 a {
    color: inherit
}

.bannernews>div>div a:hover h4 {
    color: #fffbcc
}

.bannernews>div>div a:hover .play-icon {
    background: #199fda
}

.category-menu {
    background: #199fda;
    margin-top: 11px
}

.category-menu ul {
    margin-bottom: 0;
    text-align: left;
    float: left
}

.category-menu .socials {
    float: right
}

.category-menu .socials a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 4px 0 0 0;
    margin-left: 20px;
    font-size: 20px
}

.category-menu ul li {
    display: inline-block
}

.category-menu ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 9px 13px;
    text-transform: uppercase;
}

.category-menu ul > li:hover > a {
    background: rgba(255, 255, 255, .22)
}

.main-news {
    display: inline-block;
    width: 100%
}

.main-news .row {
    margin: 0
}

.main-news .row [class*='col-'] {
    padding: 0
}

.main-news .row {
    background: #333
}

.is_columnblack {
    padding: 40px;
    color: #fff
}

.is_columnblack .play-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 42px;
    width: auto;
    height: auto;
    padding: 20px
}

.is_columnblack h3 {
    color: #fff;
    font-size: 37px;
    line-height: 1.2;
    padding-bottom: 13px
}

.is_columnblack h3 a {
    color: #FFF
}

.is_date-category {
    margin-top: 21px
}

.is_date-category strong {
    font-weight: normal
}

h2.sectiontitle {
    font-family: 'Quicksand', sans-serif !important;
    margin-bottom: 35px;
    color: #00000085;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 26px
}

.two-column-layout {
    margin-top: 41px
}

.is_rightside {
    border-left: 1px solid #cacaca
}

.news-col {
    padding-bottom: 30px
}

.news-col a {
    display: block
}

.news-col a div {
    overflow: hidden;
    position: relative
}

.categorynews-block .st-left {
    font-size: 0
}

.categorynews-block h2.sectiontitle {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}


.news-col a .share-this {
    position: absolute;
    position: absolute;
    top: 81%;
    right: -59px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.play-icon {
    background: rgba(0, 0, 0, .45);
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px
}

.play-icon:before {
    content: '\f151';
    font-family: 'Material-Design-Iconic-Font'
}

.news-col a div .play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    border-radius: 4px
}

.news-col a:hover div .play-icon {
    background: #1d8ac4
}

.news-col a:hover div .share-this {
    right: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news-col a:hover h4 {
    color: #1d8ac4
}

.news-col img {
    width: 100%
}

/* .news-col h4 {
    color: #585858;
    padding-top: 16px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500
} */

.news-col h4 {
	 color: #585858;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500
}

.loadmorebtn {
    text-align: center;
    display: block;
    width: 100%
}

.btns {
    border: 0;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 39px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btns-1 {
    border: 1px solid #cacaca;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btns:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btns-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #057eff
}

.btns-1b:hover:after,
.btns-1b:active:after {
    height: 100%
}

.btns-1b:hover {
    color: #fff;
    border: 1px solid rgba(0, 123, 255, .45)
}

.btns i {
    font-size: 22px;
    padding-left: 11px;
    display: inline-block;
    float: right
}

.trendingnews-block {
    margin-top: 38px
}

.each-ad {
    margin-top: 30px
}

.each-ad img {
    width: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fourcolumn-news .thumbnail-news {
    padding: 21px 0
}

.thumbnail-news {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #cacaca
}

.thumbnail-news:first-child {
    padding-top: 0;
    border-top: 1px solid transparent
}

.thumbnail-news:last-child {
    padding-bottom: 0
}

/* .thumbnail-news div h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #585858
} */

.thumbnail-news div h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #585858
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.thumbnail-news.row .thumb-img {
    float: left;
    position: relative;
    overflow: hidden
}

.thumbnail-news.row .thumb-img img {
    width: 100%
}

.thumbnail-news.row .thumb-img {
    float: left;
    position: relative
}

.thumb-news {
    float: right
}

.thumbnail-news a:hover h4 {
    color: #1d8ac4
}

.thumbnail-news.row a:hover .thumb-img .share-this {
    right: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.thumbnail-news.row .thumb-img .play-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 3px
}

.thumbnail-news div img {
    width: 100%
}

.thumbnail-news.row {
    margin: 0
}

.thumbnail-news .btn {
    color: #fff;
    border: 0
}

.thumbnail-news .btn:hover {
    color: #fff;
    background: #1d8ac4
}

.thumbnail-news .btn-warning:active {
    border: 0
}

.thumbnail-news.row [class*='col-'] {
    padding-left: 0;
    padding-right: 0
}

.videoplay-btn {
    background: #d39724;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 88
}

.must-see {
    margin-top: 30px
}

.site-footer {
    background: #189fda;
    background: -webkit-linear-gradient(to left, #189fda, #56ccf2);
    background: linear-gradient(to left, #189fda, rgba(25, 159, 218, .25));
    margin-top: 33px
}

.footer-logo {
    padding: 40px 0
}

.footer-logo p {
    font-size: 17px;
    color: #fff;
    padding-top: 27px
}

.f-social {
    margin-top: 20px
}

.social {
    background: url(/wp-content/themes/nagriknetwork/img/social-icons.png) no-repeat;
    height: 40px;
    width: 40px;
    margin-right: 6px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    padding: 2px;
    color: #199fda
}

.social i {
    color: #333
}

.footer-links {
    background: url(/wp-content/themes/nagriknetwork/img/transgrad-black.png) repeat-y 0 0
}

.footer-links>div {
    padding: 40px 0
}

.footer-links>div .f-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.1px;
    font-family: 'Quicksand', sans-serif !important
}

.footer-links>div>ul {
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
    padding-right: 19px
}

.footer-links>div>ul>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    display: block
}

.footer-links>.contact-us>ul>li {
    padding-bottom: 15px
}

.footer-links>.contact-us>ul>li span {
    padding-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 15px
}

.footer-links>.downloadapp>ul>li {
    display: inline-block;
    padding-right: 12px
}

.thumbnail-news a:hover .play-icon {
    background: #1d8ac4
}

.watchvideo {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    background: rgba(136, 136, 136, .72);
    padding: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 100%;
    z-index: 1
}

.watchvideo>span {
    display: inline-block;
    vertical-align: middle
}

.watchvideo>span i {
    display: block;
    font-size: 68px
}

.watchvideo:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 100%
}

.category-news {
    padding: 2px
}

.home-banner .row {
    margin: 0
}

.home-banner .row [class*='col-'] {
    padding: 1px
}

.newscolumn a {
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden
}

.newscolumn a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .6;
    bottom: 0;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.newscolumn img {
    width: 100%;
    transition: .5s
}

.newswrap {
    position: absolute;
    padding: 20px;
    text-shadow: 1px 1px #000;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.newscolumn a:hover {
    color: #fff;
    transition: .5s
}

.newscolumn a:hover h3 {
    color: #fffbcc
}

.newscolumn a:hover img {
    transition: .5s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.fivecolumn .newscolumn a:hover .newswrap {
    bottom: -100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fivecolumn .newscolumn a:hover .watchvideo {
    -webkit-transform: scale(1.0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

.category-news.fivecolumn .row {
    margin: 0
}

.rightside .newscolumn a .newswrap h3 {
    font-size: 22px;
    line-height: 1.3
}

.category-btn {
    padding: 5px 14px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff
}

.newswrap ul.post-tags {
    padding-left: 0
}

.newswrap ul.post-tags li {
    color: #fff;
    font-size: 15px
}

.newswrap .category {
    margin-bottom: 13px
}

.topnews-section .row {
    margin: 0
}

.topnews-section .row [class*='col-'] {
    padding: 0
}

.img-post {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    overflow: hidden
}

.hover-box {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0
}

.box-politics {
    top: 0;
    background: -webkit-linear-gradient(rgba(156, 39, 176, .9), rgba(255, 255, 255, .24));
    background: -o-linear-gradient(rgba(156, 39, 176, .9), rgba(255, 255, 255, .24));
    background: linear-gradient(rgba(156, 39, 176, .9), rgba(255, 255, 255, .24))
}

.box-business {
    top: 0;
    background: rgba(6, 75, 168, .9);
    background: -webkit-linear-gradient(legacy-direction(rgba(8, 107, 205, .9)), rgba(255, 255, 255, .24));
    background: linear-gradient(rgba(8, 107, 205, .9), rgba(255, 255, 255, .24))
}

.box-lifestyle {
    top: 0;
    background: -webkit-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: -o-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: linear-gradient(#0a0a0a, rgba(255, 255, 255, .24))
}

.box-nagrik {
    top: 0;
    background: -webkit-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: -o-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24))
}

.box-other {
    top: 0;
    background: -webkit-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: -o-linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24));
    background: linear-gradient(rgba(244, 67, 54, .9), rgba(255, 255, 255, .24))
}

.box-sports {
    top: 0;
    background: -webkit-linear-gradient(rgba(14, 188, 194, .9), rgba(9, 129, 133, .9));
    background: -o-linear-gradient(rgba(14, 188, 194, .9), rgba(9, 129, 133, .9));
    background: linear-gradient(rgba(14, 188, 194, .9), rgba(9, 129, 133, .9))
}

.post-tags {
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    margin: 0
}

.hover-box ul.post-tag {
    position: absolute
}

ul.post-tags li {
    display: inline-block;
    margin-right: 10px;
    color: #999;
    font-size: 11px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

ul.post-tags li i {
    padding-right: 6px
}

ul.post-tags li a {
    color: #999
}

.img-post .hover-box ul.post-tags li {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.img-post .hover-box ul.post-tags li {
    text-transform: inherit
}

.img-post .hover-box ul.post-tags li a {
    color: #fff
}

.category1 {
    background: #212121;
    display: inline-block;
    color: #fff !important;
    font-size: 11px;
    padding: 1px 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    cursor: pointer
}

.box-politics .category,
.box-business .category,
.box-nagrik .category,
.box-lifestyle .category,
.box-sports .category,
.box-other .category {
    background: rgba(0, 0, 0, .3);
    margin-bottom: 10px
}

.hover-box h3 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 2px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.hover-box h3 a {
    color: #fff
}

.img-post img {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.img-post:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -o-transform: scale(1.1)
}

.menu-menu-1-container:after {
    clear: both;
    content: '';
    display: block
}


.topnews-section.threecols {
    margin-top: 21px
}

.topnews-section.threecols .row [class*='col-'] {
    padding: 7px
}

.topnews-section.threecols .row {
    margin: -7px
}

.threecols .category {
    margin-bottom: 14px
}

.fourcolumn-news {
    padding: 30px 0
}

.fourcolumn-news .newswrap {
    text-shadow: none;
    padding: 0;
    position: static
}

.fourcolumn-news .newscolumn a:before {
    background: inherit
}

.fourcolumn-news .thumb-row:hover h3 {
    color: #1488ca
}

.fourcolumn-news .thumb-row:hover .play-icon {
    background: #1488ca
}

.fourcolumn-news .newscolumn a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.thumb-img .play-icon {
    position: absolute;
    top: 10px;
    left: 20px
}

.thumbnail-col .thumb-row {
    padding: 15px 0
}

.thumbnail-col:last-child {
    border-right: 1px solid transparent
}

.thumbnail-col .thumb-row:first-child {
    padding-top: 0;
    border-top: transparent
}

.thumb-row [class*='col-'] {
    padding-bottom: 0;
    padding-left: 13px
}

.thumbnail-layout .thumb-row {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.fourcolumn-news .loadmorebtn {
    margin-top: 15px;
    display: block;
    width: 100%
}

.fourcolumn-news .loadmorebtn a {
    width: 100%;
    display: block
}

.ytp-youtube-button {
    display: none !important
}

.fourcolumn-news .loadmorebtn .btns {
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 400
}

.fourcolumn-news .sectiontitle {
    margin-bottom: 19px;
    /* font-size: 23px */
}

.fourcolumn-news .thumbnail-news div h4 {
    padding-bottom: 0;
    padding-top: 0
}

.thumb-img .category {
    position: absolute;
    top: 10px;
    left: 10px
}

.fourcolumn-news .newswrap .category {
    margin-bottom: 7px;
    position: absolute;
    top: 12px;
    left: 20px
}

.fourcolumn-news .newswrap h3 {
    font-size: 19px;
    line-height: 1.3;
    color: #585858
}

.fourcolumn-news .newscolumn a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media(max-width:1079px) {
    .fivecolumn h3 {
        font-size: 20px
    }
}

@media(max-width:629px) {
	.search-term .search-form  {
		display: none !important;
	}
	.socials{
		display: none;	
	}
    .site-header {
        text-align: right
    }
    .category-menu .container {
        padding: 0
    }
    .category-menu .socials {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 1px
    }
    .hamburger {
        display: inline-block
    }
    .search-term {
        display: block;
        float: none
    }
    .category-menu {
        position: relative
    }
    .category-menu ul {
        display: none;
        top: 100%;
        left: 0;
        background: #199fda;
        top: 100%;
        left: 0;
        width: 220px;
        z-index: 1;
        height: 100%;
        z-index: 1;
        width: 100%
    }
    .category-menu ul li {
    	float: none !important;
        display: block !important;
    }
    .is-active .category-menu ul {
        display: block
    }
}

@media(max-width:990px) {
    .thumbnail-news.row .thumb-img .play-icon {
        position: absolute;
        top: 10px;
        left: 10px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        font-size: 21px
    }
    .bannernews .container h1 {
        bottom: 0
    }
    .is_rightside {
        border-left: 0;
        padding-top: 30px
    }
    .rightside .newscolumn a .newswrap h3 {
        font-size: 16px;
        line-height: 1.3
    }
}

@media(max-width:859px) {
    .fivecolumn h3 {
        font-size: 15px
    }
}

@media(min-width:1200px) {
    .is_leftside {
        padding: 0
    }
    .bannernews .container h1 {
        padding: 0
    }
}

@media(max-width:1094px) {
    .bannernews .container h1 {
        font-size: 44px;
        padding: 26px
    }
}

.two-column-layout .comments-area {
    max-width: 66.666%
}

@media(max-width:768px) {


    .two-column-layout .comments-area {
        max-width: auto
    }
    .logo {
        position: static;
        left: 50%;
        top: 21px;
        transform: translateX(0%);
        display: inline-block;
        float: left
    }
    .popularnews ul {
        padding: 0
    }
    .fourcolumn-news .thumbnail-col:last-child {
        border-right: 0;
        padding-top: 30px
    }
    .lifestyle {
        margin-top: 30px
    }
    .fourcolumn-news .thumbnail-col {
        padding-right: 15px
    }
    .category-news .row {
        margin-right: 0;
        margin-left: 0
    }
    .category-news .container {
        padding: 0
    }
    .category-news {
        padding: 5px
    }
    .bannernews .container {
        padding: 0
    }
    .bannernews .container h1 {
        bottom: -10px;
        position: static;
        color: #fff;
        text-shadow: none;
        font-size: 37px;
        padding: 26px;
        background: #333;
        line-height: 1.4
    }
    .bannernews>div>div {
        position: relative;
        margin: 0;
        padding: 0
    }
    .bannernews .container h1:hover a {
        color: inherit
    }
}

@media(max-width:720px) {
    .footer-links>div {
        padding: 23px 0 0 20px;
        border-bottom: 1px solid #fff;
        display: block
    }
}

@media(max-width:574px) {



.news-col a > div {
	float: left;	
	width: 40%;	
}
.share-this {
	display: none;	
}
.news-col{
	padding:13px 0;
	border-top:1px solid #ccc;
}
.f-social{
	text-align: center;	
}
.footer-links>.downloadapp>ul>li{
	height: 	23px;
}

.news-col a:after{
	display: block;	
	clear: 	both;
	content: 	'';
}
.news-col h4 {
    /* color: #000; */
    font-size: 18px;
    /* background: #f1f1f1; */
    line-height: 1.2;
    border-bottom: none !important;
    float: left;
    width: 50%;
    line-height: 1.2;
     padding: 0 0px 0 20px !important;
}

    .thumbnail-news div h4 {
    }
    .fourcolumn-news .thumbnail-news div h4 {
        padding-left:20px;
        line-height: 1.2;
    }
    footer {
        margin-top: 0
    }
    .popularnews ul {
        padding-left: 0
    }
    .two-column-layout {
        margin-top: 20px
    }
    .main-news {
        margin-top: 28px;
    }
    .fourcolumn-news .row {
        margin: 0
    }
    .thumbnail-col .thumb-row:first-child {
        border-top: 0;
        padding-top: 0
    }
    .thumbnail-col .thumb-row {
        padding: 12px 0;
        border-top: 1px solid #cacaca
    }
    .fourcolumn-news .thumbnail-col {
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .thumb-row [class*='col-'] {
        padding-left: 0
    }
    .footer-links>div>ul {
        padding-right: 13px;
        width: 100%;	
        text-align: center;	
    }

    .footer-links>div .f-title {
    	text-align: center;	
    }
    .footer-logo .f-social p {
    	text-align: center;	
    }
    .footer-links>.contact-us>ul>li {
        padding-bottom: 12px
    }
    .footer-logo p {
        font-size: 13px;
        text-align: center;	
        padding-top: 17px;
    }
    .footer-links>.contact-us>ul>li span {
        font-size: 13px
    }
    .footer-links>div>ul>li>a {
        font-size: 12px
    }
    .footer-logo {
        padding: 20px 0
    }
    .footer-links>div {
        padding-left: 0
    }
    .footer-links>div:first-child {
        padding-top: 0
    }
    .news-col h4 {
        font-size: 20px;
        padding: 20px
    }

    .thumbnail-news.row .thumb-img {
        width:40%;
    }

    .thumb-news {
        float: right;
        width: 60% !important;
    }

    .popularnews .thumb-news {
         padding-left: 20px !important; 
    }
}

@media(max-width:480px) {
.stick .featured_video {
    position: fixed;
		height:200px;
    top:0;
    left:0;
    width: 100%;
    z-index: 111;
    -webkit-transition: 1s ease-in;
       -moz-transition: 1s ease-in;
        -ms-transition: 1s ease-in;
         -o-transition: 1s ease-in;
            transition: 1s ease-in;
}


    .col-sm-9.footer-links {
        display: block !important
    }
    .thumbnail-news.row [class*='col-'] {
        padding: 0
    }   
    .thumbnail-news div h4 {
        color: #585858;
        font-size: 20px;
        line-height: 1.45;
    }
    .thumbnail-news.row .thumb-img {
        padding-right: 0 !important
    }
    .thumbnail-news {
        padding: 0;
        margin-bottom: 20px;
        border-bottom: 0;
    }
    
    .thumbnail-news.row {
        padding:13px 0;
    }
    .thumbnail-news .btn {
        margin-left: 20px;
        margin-bottom: 20px
    }
    .bannernews .container h1 {
        font-size: 20px !important
    }
    .is_columnblack h3 {
        font-size: 20px
    }
}

.two-column-layout article .entry-content p {
        font-size: 19px;
    line-height: 170%;
	text-align:justify;
    font-weight: 400;
}

.two-column-layout article .entry-content p:first-child {
    padding-top: 20px
}

.category-up-next-in-top-news .entry-meta {
    padding-bottom: 20px
}

.two-column-layout .related-news {
    background: #f1f1f1;
    padding: 40px
}

.two-column-layout .entry-footer a {
    background: #f1f1f1;
    padding: 10px;
    display: inline-block;
    color: currentColor;
    border-radius: 8px;
    font-size: 13px;
    color: #000;
    margin: 0 11px 11px 0
}

.two-column-layout .cat-links {
    font-size: 0
}

.two-column-layout .comments-area form .comment-form-comment label {
    display: inline-block !important;
    vertical-align: top;
    padding-right: 20px
}

.two-column-layout .comments-area {
    padding-top: 40px
}

.two-column-layout .comments-area form textarea,
.two-column-layout .comments-area form input[type=text],
.two-column-layout .comments-area form input[type=email],
.two-column-layout .comments-area form input[type=url] {
    background: rgba(0, 0, 0, .02) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    padding: 9px;
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box
}

.two-column-layout .comments-area form input[type=submit] {
    border: 0;
    background: #199fda;
    color: #fff;
    padding: 10px
}

.error-404 .page-header h1 {
    text-align: center
}

.error-404 {
    padding: 40px 0
}

.thumb-img .share-this {
    position: absolute;
    bottom: 0;
    right: -57px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.two-column-layout .entry-header {
    padding: 0 0 25px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.is_columnblack p {
	font-size:19px;
	font-weight:300;
}

.single-headtitle {
    font-size: 50px;
    font-weight: 600;
    color: #333333bd;
}

.share-it_social {
    display: flex;
    margin-left: auto
}

.col-sm-9.footer-links {
    display: flex;
    justify-content: space-around
}

.two-column-layout article {
    padding: 0 20px
}

.two-column-layout article {
    padding: 0;
    display: block;
    width: 100%
}

.two-column-layout .frame-video {
  
}

@media(min-width:1200px) {
    .two-column-layout article {
        padding: 0
    }
}

@media(min-width:500px) {
    .two-column-layout .frame-video {
        height: 428px
    }

}

@media(min-width: 768px) {
	li#menu-item-53 {
		margin-left: 20px;
		
	}
}

@media(max-width:574px) {
	.btns {
		display: block;	
		width: 100%;	
	}
    .two-column-layout .entry-header {
        display: block
    }
    .fourcolumn-news .thumbnail-col:last-child {
        border-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .fourcolumn-news {
        padding: 19px 0 0 0
    }
    .fourcolumn-news .loadmorebtn {
        text-align: center
    }
    .thumb-row {
        margin: 0;
        padding-bottom: 20px
    }
    .fourcolumn-news .thumbnail-col:first-child {
        margin-top: 0
    }
    .fourcolumn-news .thumbnail-col {
        margin-top: 20px
    }
    .thumb-row .thumb-img {
        float: left;
        padding-right: 20px;
        width: 50%
    }
    .thumb-row .thumb-img img {
        width: 100%
    }
    .thumb-row .newscolumn {
        float: right;
        width: 50%
    }
    .bannernews .play-icon {
        line-height: 70px;
        color: #fff;
        width: 70px;
        height: 70px;
        font-size: 38px
    }
    .leftside h3 {
        font-size: 16px;
        line-height: 1.3
    }
    .category-news {
        padding-top: 15px
    }
    .thumbnail-news.row .thumb-img .play-icon {
        background: rgba(0, 0, 0, .45);
        display: block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        width: 40px;
        height: 40px;
        bottom: 10px;
        left: 10px;
        top: inherit;
        font-size: 25px
    }
    header {
        padding: 20px 0 13px 0
    }
    h2.sectiontitle {
        line-height: 1.2;
        margin-bottom: 20px;
        color: #fff;
        text-transform: uppercase;
        padding: 12px;
        display: block;
        width: 100%;
        background: #1997d2;
        font-size: 19px;
    }
    .is_columnblack {
        padding: 30px
    }
    .is_columnblack h3 {
        font-size: 28px
    }
    .bannernews .container h1 {
        font-size: 28px !important
    }
    .site-footer {
        margin-top: 0
    }
    .news-col h4 {
        color: #585858;
	    font-size: 18px;
	    /* background:#f1f1f1; */
	    line-height: 1.2;
	    padding: 10px;
	    border-bottom: 1px solid rgba(0, 0, 0, .078);
	  }
    .is_rightside {
        padding: 0;
        border-top: 0;
        margin-top: 20px
    }
    .thumbnail-news div h4 {
        font-size: 18px;
    }
}

@media(min-width:990px) {
    .is_rightside {
        padding-left: 30px
    }
}

@media(max-width:1200px) {
    .two-column-layout .comments-area {
        padding: 0 20px
    }
}



.is_social_button {
    float: left;
    padding-top: 10px;
}
.is_social_button > div {
}


.stick .featured_video {
    position: fixed;
    bottom:0;
    right:0;
    z-index: 1;
    -webkit-transition: 1s ease-in;
       -moz-transition: 1s ease-in;
        -ms-transition: 1s ease-in;
         -o-transition: 1s ease-in;
            transition: 1s ease-in;
}

.stick .featured_video iframe {
   
}
.featured_video {
    -webkit-transition: 1s ease-in;
       -moz-transition: 1s ease-in;
        -ms-transition: 1s ease-in;
         -o-transition: 1s ease-in;
            transition: 1s ease-in;
}


li#menu-item-53, li#menu-item-54, li#menu-item-55, li#menu-item-56 {
    background: #1584b5b0;
}

.category-menu ul li {
    /* display: inline-block; */
    float: left;
    position: relative;
}
.category-menu ul li > ul {
     position: absolute;
    top: 122%;
    left: 0;
    background: #168cc1;
    width: 200px;
    opacity: 0;
    transition: 0.5s;
		z-index:20!important;
} 

.category-menu ul > li:hover > ul {
    opacity: 1;
    transition: 0.5s;
    top: 100%;
}



@media(max-width:508px) {
	.col-sm-9.footer-links {
		display: block;	
	}
	
}

@media(max-width:500px) {

	.is_social_button {
		float: none;
		padding-top: 0;	
		text-align: center;	
		padding-bottom: 15px;	
	}
	
	.logo {
		float: left;	
		display: block;	
	}
}


.featured_video iframe {
width:100%;
/*height:100%;*/
height:433px;

}


.stick .featured_video {
   position: fixed;
   bottom:0;
   right:0;
   z-index: 1000000;
   -webkit-transition: bottom 1s linear;
      -moz-transition: bottom 1s linear;
       -ms-transition: bottom 1s linear;
        -o-transition: bottom 1s linear;
           transition: bottom 1s linear;
}


@media(min-width:480px) {
.stick .featured_video iframe {
   height: 200px;
}

}



.paginate-links ul {
	display:inline-block;
	padding-left:16px;
}


.paginate-links .page-numbers {
    width: 40px;
    /* padding: 11px; */
    display: inline-block;
    color: #199fda;
    background-color: #fff;
    border: 1px solid #199fda;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    text-decoration: none;
    font-size: 15px;
	font-weight:600;
}


.paginate-links .page-numbers:focus, .paginate-links .page-numbers:hover, paginate-links .page-numbers.current {
    color: #fff;
    background-color: #199fda;
    height: 40px;
    width: 40px;
    border-color: #199fda;
}

.paginate-links .prev,
.paginate-links .next {
    width: auto !important;
    border: none;
    width: auto !important;
	color:#333;
	
}
.paginate-links .prev:hover, 
.paginate-links .next:hover{
    background: inherit !important;
    color: inherit !important;
}

@media(max-width:500px) {
	.single-headtitle {
       font-size:30px;
	}
}
.sub_menu
{
	z-index:10!important;
}